19 Commits

Author SHA1 Message Date
Sébastien Rombauts
80b58170a8 Release 3.1.0 2020-08-11 17:05:57 +02:00
Sébastien Rombauts
da4d692c13 Start a new 3.x branch requiring C++11 and CMake 3.1
- Remove support for Visual Studio < 2015
- Remove Statement::isOk() deprecated in 2.2.0 and renamed to Statement::hasRow()
2020-01-02 00:04:06 +01:00
Sébastien Rombauts
fd7958b809 Release 2.5.0 2019-12-31 21:33:49 +01:00
Sébastien Rombauts
09dd10886c Release 2.3.0 2019-03-03 20:53:02 +01:00
Sébastien Rombauts
ae1703f1ce Set Doxygen HTML timestamp to NO 2017-12-13 10:36:24 +01:00
Sébastien Rombauts
eb065bf741 Update version to 2.2.0 2017-09-19 15:17:26 +02:00
Sébastien Rombauts
670d710f62 Update version to 2.1.0 and add appropriate changelog 2017-07-18 14:56:18 +02:00
Sébastien Rombauts
53c727c68d Update version to 2.0.0 2016-07-25 22:21:04 +02:00
Sébastien Rombauts
8b064a22a4 Doxygen now output warnings formated for MSVC by default
(and easy to comment back to GCC like warnings)
2016-07-16 16:14:43 +02:00
Sébastien Rombauts
a2abbf1d96 Fix Doxygen comments 2016-07-05 08:02:23 +02:00
Sébastien Rombauts
9fa00ea5ed Fix wrong version in Doxygen config file 2016-07-04 18:22:28 +02:00
Paul Dreik
3022d50b38 initial submission of variadic template for bind
tested with
CXXFLAGS="-std=c++14" cmake
with gcc 5.3.1.
2016-06-04 22:06:38 +02:00
Sébastien Rombauts
4d86a9a7bc Remove Doxygen deprecated attributes 2015-03-08 22:53:04 +01:00
Kartik Kumar
191a76fbef Update Doxygen config file. 2014-04-07 13:49:41 +05:30
Sébastien Rombauts
7bfaafecba Moved include files out of the src/ dir, to an include/ dir
+ started a void test file
2014-03-04 23:04:38 +01:00
Sébastien Rombauts
ff946bd295 Changed Column::getText() to return empty string "" by default instead of NULL pointer (to handle std::string conversion)
- Fix issue #17
2014-02-26 18:43:19 +01:00
Sébastien Rombauts
d6f5029f6c Some small cleanup and uniformisation arround the new createFunction() API 2014-02-06 22:48:35 +01:00
Sébastien Rombauts
19e66c288a Updated Doxygen documentation 2013-03-10 18:17:02 +01:00
Sébastien Rombauts
37a760945c Added a Database::tableExists() easy to use function, useful for unit testing.
- Adding a Doxyfile to generate documentation of the wrapper
2012-04-23 10:42:36 +02:00