238 Commits

Author SHA1 Message Date
Mattes D
b17195b8d0 Merge pull request #1 from SRombauts/master
Update SQLiteCpp
2015-04-19 14:53:26 +02:00
Sébastien Rombauts
5ec39df7e0 Fix #44 update information on alternate wrappers, and remove the outdated dedicated file. 2015-04-14 16:57:44 +02:00
Sébastien Rombauts
4c0cc910bb Simplify scripts following changes to paths of the example 2015-03-26 17:54:38 +01:00
Kartik Kumar
b6eb04e37c Changes paths to example db and logo to absolute paths using helper function to extract path to examples sub-directory. 2015-03-26 15:29:59 +01:00
Sébastien Rombauts
7cfd3e82f1 Merge pull request #42 from MariadeAnton/bii/updates
improved biicode support

Thanks, I've re-run the build with succes!
2015-03-25 14:52:15 +01:00
Sébastien Rombauts
e10b17682f CMake find_package(Python) to use cpplint 2015-03-24 22:04:48 +01:00
Sébastien Rombauts
bb035143a9 Fix a CMake warning 2015-03-24 21:55:19 +01:00
Sébastien Rombauts
a5d0ba4023 Merge pull request #41 from MariadeAnton/sqlite/update
Update sqlite to v3.8.8.3
2015-03-24 21:06:42 +01:00
mariadeanton
2b5704e9e5 sqlite v3.8.8.3. 2015-03-24 17:24:58 +01:00
mariadeanton
0aa4a43ae8 improved biicode support 2015-03-24 17:06:29 +01:00
Sébastien Rombauts
987f9e465f Fix AppVeyor build and add build status badge and link 2015-03-20 22:20:32 +01:00
Sébastien Rombauts
9d4829ab1e Cleanup and improvement to build script
- no googletest on appveyor as cloning this submodule does not wordk
2015-03-20 13:22:49 +01:00
Sébastien Rombauts
ef974c2be6 Add AppVeyor config file 2015-03-19 18:15:08 +01:00
Sébastien Rombauts
0baa5f99d5 Merge pull request #40 from matthin/patch-1
Fix small spelling mistake
2015-03-19 17:39:36 +01:00
Justin Harrison
a21f8b705a Fix small spelling mistake 2015-03-19 11:38:45 -04:00
Sébastien Rombauts
b84721aed3 Update copyright date in recently modified files 2015-03-08 22:53:33 +01:00
Sébastien Rombauts
4d86a9a7bc Remove Doxygen deprecated attributes 2015-03-08 22:53:04 +01:00
Sébastien Rombauts
81d7398dd9 Add scripts to MSVC solution 2015-03-08 22:52:41 +01:00
Sébastien Rombauts
f31a459cd8 Revert #31 Statement now stores the status of the last operation.
- the check in the destructor was not a good idea finaly,
   and I added instead a getErrorCode() method
2015-03-08 15:12:26 +01:00
Sébastien Rombauts
bfdf288d3d Fix #37 Last error code cannot be accessed
+ added corresponding basic unit tests
2015-03-08 15:05:03 +01:00
Sébastien Rombauts
15180a9919 Merge pull request #35 from MariadeAnton/master
added biicode support
2015-01-16 19:46:06 +01:00
mariadeanton
2e6482e993 added biicode support 2015-01-16 12:02:48 +01:00
Sébastien Rombauts
91a98f8c73 Update Google Test submodule to latest upstream commit with better Visual Studio 2013 support 2014-09-29 20:41:54 +02:00
Sébastien Rombauts
285246f48e Merge pull request #31 from AndyLing/master
Statement now stores the status of the last operation.
2014-09-24 09:49:36 +02:00
Sébastien Rombauts
5812460a21 Reactivated dev tools in scripts and Travis CI config file 2014-09-24 09:11:35 +02:00
Sébastien Rombauts
7dc1ae92a2 Merge pull request #32 from r4d2/master
deactivating optional build settings

TODO: reactivate them on dev build scripts & travis
2014-09-24 09:02:22 +02:00
r4d2
c114309550 deactivating optional build settings 2014-09-23 21:55:59 -04:00
AndyLing
bb7a047d52 Fixed whitespace issues 2014-09-19 12:00:27 +01:00
AndyLing
4e770eb741 Statement now stores the status of the last operation so it can be checked in the pointer destructor 2014-09-19 10:54:55 +01:00
Sébastien Rombauts
55edadd56d Fix cpplint warning for Travis Continuous Integration 2014-09-17 22:29:42 +02:00
Sébastien Rombauts
8b0fa672bf Fix cpplint warning for Travis Continuous Integration 2014-09-17 22:29:37 +02:00
Sébastien Rombauts
618169cf36 Merge pull request #29 from mc-server/FixClangWarning
Fix for clang warning about Column's implicit constructor.
2014-09-17 22:21:48 +02:00
Sébastien Rombauts
881228f84d Merge pull request #30 from mc-server/weirdflags
Removed weird GCC flags causing problems.
2014-09-17 22:20:23 +02:00
Sébastien Rombauts
19f740ec0b Merge pull request #26 from saaqibz/patch-3
clearBinding functionality to statement.cpp
2014-09-17 22:14:01 +02:00
Sébastien Rombauts
10ceb2f0f6 Merge pull request #25 from saaqibz/patch-2
clearBinding
2014-09-17 22:13:49 +02:00
madmaxoft
e17d77245b Fix for clang warning about Column's implicit constructor.
>> definition of implicit copy constructor for 'Column' is deprecated because it has a user-declared destructor [-Wdeprecated] <<
2014-09-17 21:29:33 +02:00
madmaxoft
203c2fb68b Removed weird GCC flags causing problems. 2014-09-03 22:35:22 +02:00
S. Alexander Zaman
78fcc0d050 clearBinding functionality to statement.cpp
clearBinding functionality
2014-08-19 16:18:21 -05:00
S. Alexander Zaman
45379f9325 clearBinding
added clearBinding function
2014-08-19 16:15:57 -05:00
Sébastien Rombauts
ba578196ad Fix C flags mixed with CPP flags 2014-08-06 10:58:01 +02:00
Sébastien Rombauts
e07e6230e8 Remove all project files as they are all outdated: use CMake only 2014-08-06 10:08:05 +02:00
Sébastien Rombauts
90e0c4ec4d Merge pull request #22 from mc-server/NoInternalLib
Added option SQLITECPP_INTERNAL_SQLITE.
2014-07-28 21:10:32 +02:00
madmaxoft
27b9d11181 Added option SQLITECPP_INTERNAL_SQLITE.
This makes it possible to disable the internal sqlite library for builds that already get the library from elsewhere.
2014-07-28 19:43:49 +02:00
Sébastien Rombauts
eea90c70e4 Added sqlite_modern_cpp to README
A modern C++11 wrapper, all in one file, MIT license
2014-07-07 21:17:13 +02:00
Sébastien Rombauts
7465989a84 Merge pull request #21 from kartikkumar/master
Update Doxygen config file to Doxygen 1.8.6

 - doxygen -u
2014-06-03 15:14:44 +02:00
Sébastien Rombauts
61a2c39858 Fix the include path in the default Makefile for "example1" 2014-06-02 16:04:55 +02:00
Kartik Kumar
191a76fbef Update Doxygen config file. 2014-04-07 13:49:41 +05:30
Sébastien Rombauts
ff68cc4eec Merge pull request #18 from kartikkumar/cmakeFindModule
CMake module to easily link SQLiteCpp in other CMake projects
2014-03-28 16:44:47 +01:00
Sébastien Rombauts
41e285347b Fixed #20 MSVC still does not have "noexcept" keyword 2014-03-28 16:38:36 +01:00
Sébastien Rombauts
d79787359f Fix #19 default options to OFF, easier to handle for newcommers 2014-03-28 16:37:44 +01:00