removed unused and incomplete type Time, reformatted
removed unused and incomplete type Time, reformatted
Update datetime.cpp
Update datetime.cpp
fix bug: DateTime Implement year() month() day() function.
removed boost dependency from github actions
made exeption a reference
adapted github actions to master branch
updated README badges
add github actions for build, github pages and packages
set internal expat lib back to github expart release 2.2.10
fixed backend DLL loading for tests
updated graph sample for colored node
pimped the graph sample with some wishes from a friend
Merge branch 'feature/extend_graph_example' of https://github.com/gittiver/litesql into feature/extend_graph_example
updated ci badges
disabled /WX on MSVC (treats warnings as errors)
added doxygen install on travis-ci
doxygen and dot on osx with homebrew
indentation corrected
modernizing cmkae build system
appveyor: added explicit doc target build
added doxygen to appveyor
indent corrected again
doxygen and graphviz now as addons
added update: true as workaround for homebrew
on github actions -Werror disabled
pimped the graph sample with some wishes from a friend
updated graph sample for colored node
Merge branch 'feature/extend_graph_example' of https://git.code.sf.net/p/litesql/litesql into feature/extend_graph_example
added policy CMP007 to libexpat build to get build running with Visual Studio
updated linux distro to focal to get cmake >3.13
github action ci badge added
changed target name for internal sqlite3 lib, commented out git tag for it
commented out testing on windows for travis and github actions
removed "cd build" from test script
adapted cmake files to MSVC build with ninja
changed exported sqlite3 targets include dir to INTERFACE
travis - allowed failure on windows
updated linux distro to Bionic, commented out linux compierflags
Merge branch 'configure-appveyour' into master
github action ci badge added
changed exported sqlite3 targets include dir to INTERFACE
adapted cmake files to MSVC build with ninja
updated linux distro to focal to get cmake >3.13
updated linux distro to Bionic, commented out linux compierflags
removed "cd build" from test script
commented out testing on windows for travis and github actions
added policy CMP007 to libexpat build to get build running with Visual Studio
travis - allowed failure on windows
changed target name for internal sqlite3 lib, commented out git tag for it
updated graph sample for colored node
no message
appveyor build options updated
fixes for gcc, msvc - removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible
removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible
again set . as build dir
replaced strcmp by operator !=
no message
added -Wpedantic and fixed location of logger.hpp in cmake files
fixes for gcc, msvc - removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible
appveyor - enable build_script and test_script items for custom build (targets)
appveyor - added cmake options from relase_it.sh script
removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible
include location for logger corrected
gcc and msvc fixes
set build dir in appveyor build command
appveyor - enable build_script and test_script items for custom build (targets)
moved logger to util library
removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible
vc 21019 genearatoe name corrected
included in all tests cassert header
vc 21019 genearatoe name corrected
Create ccpp.yml
Merge branch 'configure-appveyor' of https://github.com/gittiver/litesql into configure-appveyor
pimped the graph sample with some wishes from a friend
replaced strdup by std::string copy constructor
changed all string params to const std::string&
introduced Parameter struct in cpp codegenerator
include cstring header to make gcc happy
add dependency to sqlite3 on sqlie_backend
Merge branch 'configure-appveyor' of https://github.com/gittiver/litesql into configure-appveyor
use ctest for test execution
use ctest for test execution
vc 21019 genearatoe name corrected
moved sqlite3 lib to beginning of file
add dependency to sqlite3 on sqlie_backend
use ctest for test execution
Merge branch 'configure-appveyor' of https://github.com/gittiver/litesql into configure-appveyor
disabled vc 2013, 2015 builds as not C++ 11 available
fixed git tag for external sqlite3 sources project
renamed appveyor.xml to .yml
added initial appveyor configuration
corrected catch - exceptions now used by reference
added missing <cstring> include (coasues compiler error on linux)
updated internal verision of sqlite to 3.29.0, expat to 2.2.8
fixes access to freed memory on exception
superfluous includes removed, separate Split class replaced by split method returning std::vector<std::string>
sqlite3.hpp: No such file or directory
Please provide information how the software was build. Did you use cmake or configure script, what is the target platform. Can you provide build log? BR, Gulliver