9 Commits

Author SHA1 Message Date
Sébastien Rombauts
a02c80d157 Adding a basic CMake configuration file 2013-08-18 23:13:15 +02:00
Sébastien Rombauts
47ef0468f3 Fixed the Makefile after reorganization of the source files 2013-03-10 19:08:08 +01:00
Sébastien Rombauts
4448038af4 Using (optional) assert() on errors in destructors, where exceptions are not allowed 2013-03-06 17:06:00 +01:00
Sébastien Rombauts
b6a86ab467 Correction of the last warning for gcc -Weffc++ (a member to init in the constructor initialization list) 2012-12-05 17:40:03 +01:00
Sébastien Rombauts
ab55e695af Makefile was outdated
- Added Column.o and Transaction.o
- Added more gcc warnings in Makefile
- Fix for those warnings
- Added TODO for improvements
2012-10-26 11:22:13 +02:00
Sébastien Rombauts
a868afa4e2 Removing Collumn.o from Makefile 2012-04-02 20:58:41 +02:00
Sébastien Rombauts
68bf74e0a5 Updated Makefile and added Eclipse project 2012-04-02 14:09:53 +02:00
Sebastien Rombauts
a6cbeedbeb Added a Visual Studio Solution
- Added the sqlite3 source (easier for Windows dev)
2012-03-31 08:02:44 +02:00
Sébastien Rombauts
733c92e753 Start of a new thin C++ header only SQLite wrapper 2012-03-30 22:31:22 +02:00