Commit Graph

4 Commits

Author SHA1 Message Date
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