Commit Graph

15 Commits

Author SHA1 Message Date
Michael Fabain Dirks e77dfd17eb Update 1.2.0 2016-05-08 22:47:15 +02:00
Michael Fabian Dirks 2b82733b4b Update 2016-03-11 14:15:12 +01:00
Michael Dirks e49ae6fbcd * Add SQLite functionality. 2016-02-23 13:26:53 +01:00
Michael Dirks f0f4248160 Add SQLite again (still heavy WIP) 2016-02-06 00:18:01 +01:00
Michael Dirks 95deb4e99d Upgrade to Visual Studio 2015 2015-12-30 06:41:50 +01:00
Michael Dirks a374549259 Temporary files with old functions - to be deleted later. 2015-12-17 00:19:31 +01:00
Michael Dirks 60391817a9 Latest Changes 1.1.0-hf 2015-09-19 18:47:16 +02:00
Michael Dirks 0aeb327ead Update 2015-06-20 16:53:37 +02:00
Michael Dirks 79fdb08656 Correct README.md (V2 -> V1) 2015-06-20 15:55:37 +02:00
Michael Dirks 7b3c7cc8f6 More preparations. Also add a README.md 2015-06-20 15:54:29 +02:00
Michael Dirks 7a96afeda7 Preparations for 1.2 update. 2015-06-20 15:52:40 +02:00
Michael Dirks f22d496961 Automatically copy LICENSE and LICENSE.lesser to build directory for easy creation of releases. 1.1.0 2015-06-06 21:20:01 +02:00
Michael Dirks a2adf7ca32 BlitzUtility is now licensed under the LGPLv3 license. See LICENSE and LICENSE.lesser for more info.
Signed-off-by: Michael Dirks <michael.fabian.dirks@gmail.com>
2015-06-06 18:42:46 +02:00
Michael Fabian Dirks 8049964bd1 Update BlitzUtility:
- New DECLS
- Begin wrapping __cdecl sqlite3 into __stdcall functions (sqlite3 doesn't understand __stdcall)
- Use __stdcall and /EXPORT instead of __cdecl to not corrupt the stack.
- Implement two versions of the Indexer, V1 for really fast access and V2 for memory saving.

Signed-off-by: Michael Fabian Dirks <michael.dirks@realitybends.de>
2015-06-06 14:09:40 +02:00
Michael Fabian Dirks 39ad6503d5 Initial Commit 1.0.0 2015-05-17 12:43:07 +02:00