Activity for LiteSQL C++ Object Persistence Framework

  • Gulliver Gulliver committed [2a91ac] on Code

    removed unused and incomplete type Time, reformatted

  • Gulliver Gulliver committed [188cb9] on Code

    removed unused and incomplete type Time, reformatted

  • Gulliver Gulliver committed [541da8] on Code

    Update datetime.cpp

  • Gulliver Gulliver committed [c9b8b9] on Code

    Update datetime.cpp

  • Gulliver Gulliver committed [505c89] on Code

    fix bug: DateTime Implement year() month() day() function.

  • Gulliver Gulliver committed [40159b] on Code

    removed boost dependency from github actions

  • Gulliver Gulliver committed [7e7890] on Code

    made exeption a reference

  • Gulliver Gulliver committed [858aca] on Code

    adapted github actions to master branch

  • Gulliver Gulliver committed [363098] on Code

    updated README badges

  • Gulliver Gulliver committed [d922f9] on Code

    add github actions for build, github pages and packages

  • Frank Landgraf committed [eb0706]

    set internal expat lib back to github expart release 2.2.10

  • Gulliver Gulliver committed [e7447c]

    fixed backend DLL loading for tests

  • Gulliver Gulliver committed [6db4e9]

    updated graph sample for colored node

  • Gulliver Gulliver committed [d38b1d]

    pimped the graph sample with some wishes from a friend

  • Gulliver Gulliver committed [9110f3]

    Merge branch 'feature/extend_graph_example' of https://github.com/gittiver/litesql into feature/extend_graph_example

  • Gulliver Gulliver committed [175fcb]

    updated ci badges

  • Gulliver Gulliver committed [b23f03]

    disabled /WX on MSVC (treats warnings as errors)

  • Gulliver Gulliver committed [f89052]

    added doxygen install on travis-ci

  • Gulliver Gulliver committed [d4a129]

    doxygen and dot on osx with homebrew

  • Gulliver Gulliver committed [89ab00]

    indentation corrected

  • Gulliver Gulliver committed [88b11c]

    modernizing cmkae build system

  • Gulliver Gulliver committed [873e79]

    appveyor: added explicit doc target build

  • Gulliver Gulliver committed [98c67d]

    added doxygen to appveyor

  • Gulliver Gulliver committed [dc9db0]

    indent corrected again

  • Gulliver Gulliver committed [b52089]

    doxygen and graphviz now as addons

  • Gulliver Gulliver committed [f04311]

    added update: true as workaround for homebrew

  • Gulliver Gulliver committed [df877b]

    on github actions -Werror disabled

  • Gulliver Gulliver committed [b6e76a]

    pimped the graph sample with some wishes from a friend

  • Gulliver Gulliver committed [615413]

    updated graph sample for colored node

  • Gulliver Gulliver committed [5f81b0]

    Merge branch 'feature/extend_graph_example' of https://git.code.sf.net/p/litesql/litesql into feature/extend_graph_example

  • Gulliver Gulliver committed [538c2b]

    added policy CMP007 to libexpat build to get build running with Visual Studio

  • Gulliver Gulliver committed [811d94]

    updated linux distro to focal to get cmake >3.13

  • Gulliver Gulliver committed [425a4c]

    github action ci badge added

  • Gulliver Gulliver committed [a9ec23]

    changed target name for internal sqlite3 lib, commented out git tag for it

  • Gulliver Gulliver committed [6f00ea]

    commented out testing on windows for travis and github actions

  • Gulliver Gulliver committed [58bfb5]

    removed "cd build" from test script

  • Gulliver Gulliver committed [847c2e]

    adapted cmake files to MSVC build with ninja

  • Gulliver Gulliver committed [f2e942]

    changed exported sqlite3 targets include dir to INTERFACE

  • Gulliver Gulliver committed [cbf5b3]

    travis - allowed failure on windows

  • Gulliver Gulliver committed [ca107c]

    updated linux distro to Bionic, commented out linux compierflags

  • Gulliver Gulliver committed [054a4f]

    Merge branch 'configure-appveyour' into master

  • Frank Landgraf committed [fe999e]

    github action ci badge added

  • Gulliver Gulliver committed [beb176]

    changed exported sqlite3 targets include dir to INTERFACE

  • Frank Landgraf committed [ff21c5]

    adapted cmake files to MSVC build with ninja

  • Frank Landgraf committed [6b849a]

    updated linux distro to focal to get cmake >3.13

  • Frank Landgraf committed [25bcc3]

    updated linux distro to Bionic, commented out linux compierflags

  • Frank Landgraf committed [fc2227]

    removed "cd build" from test script

  • Frank Landgraf committed [e30ca8]

    commented out testing on windows for travis and github actions

  • Frank Landgraf committed [6f6298]

    added policy CMP007 to libexpat build to get build running with Visual Studio

  • Frank Landgraf committed [f38dc3]

    travis - allowed failure on windows

  • Gulliver Gulliver committed [35bb91]

    changed target name for internal sqlite3 lib, commented out git tag for it

  • Gulliver Gulliver committed [bc18c4]

    updated graph sample for colored node

  • Gulliver Gulliver committed [e52b3d]

    no message

  • Gulliver Gulliver committed [9ac92f]

    appveyor build options updated

  • Frank Landgraf committed [43124c]

    fixes for gcc, msvc - removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible

  • Frank Landgraf committed [81ddb3]

    removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible

  • Gulliver Gulliver committed [47657e]

    again set . as build dir

  • Frank Landgraf committed [fde090]

    replaced strcmp by operator !=

  • Gulliver Gulliver committed [42a9f7]

    no message

  • Frank Landgraf committed [12cb6c]

    added -Wpedantic and fixed location of logger.hpp in cmake files

  • Frank Landgraf committed [b28219]

    fixes for gcc, msvc - removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible

  • Gulliver Gulliver committed [5f6dbe]

    appveyor - enable build_script and test_script items for custom build (targets)

  • Gulliver Gulliver committed [47e78b]

    appveyor - added cmake options from relase_it.sh script

  • Frank Landgraf committed [33d8c1]

    removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible

  • Frank Landgraf committed [46d443]

    include location for logger corrected

  • Frank Landgraf committed [62bf3a]

    gcc and msvc fixes

  • Gulliver Gulliver committed [f5d4c5]

    set build dir in appveyor build command

  • Gulliver Gulliver committed [e11fae]

    appveyor - enable build_script and test_script items for custom build (targets)

  • Frank Landgraf committed [673b7b]

    moved logger to util library

  • Frank Landgraf committed [335e99]

    removed using namespace std from headers, removed trailing _ from header guards, replaced using namespaces by using clauses where possible

  • Frank Landgraf committed [1c6b64]

    vc 21019 genearatoe name corrected

  • Frank Landgraf committed [6a5a05]

    included in all tests cassert header

  • Gulliver Gulliver committed [717509]

    vc 21019 genearatoe name corrected

  • GitHub committed [fa72c6]

    Create ccpp.yml

  • Frank Landgraf committed [cedfe1]

    Merge branch 'configure-appveyor' of https://github.com/gittiver/litesql into configure-appveyor

  • Gulliver Gulliver committed [033a18]

    pimped the graph sample with some wishes from a friend

  • Frank Landgraf committed [af137c]

    replaced strdup by std::string copy constructor

  • Frank Landgraf committed [484aed]

    changed all string params to const std::string&

  • Frank Landgraf committed [642549]

    introduced Parameter struct in cpp codegenerator

  • Frank Landgraf committed [07e06c]

    include cstring header to make gcc happy

  • Gulliver Gulliver committed [e5d999]

    add dependency to sqlite3 on sqlie_backend

  • Gulliver Gulliver committed [99132d]

    Merge branch 'configure-appveyor' of https://github.com/gittiver/litesql into configure-appveyor

  • Frank Landgraf committed [4cf4cc]

    use ctest for test execution

  • Gulliver Gulliver committed [345693]

    use ctest for test execution

  • Gulliver Gulliver committed [374aaa]

    vc 21019 genearatoe name corrected

  • Gulliver Gulliver committed [c02cb9]

    moved sqlite3 lib to beginning of file

  • Gulliver Gulliver committed [d0954b]

    add dependency to sqlite3 on sqlie_backend

  • Frank Landgraf committed [99ee4e]

    use ctest for test execution

  • Gulliver Gulliver committed [1f574d]

    Merge branch 'configure-appveyor' of https://github.com/gittiver/litesql into configure-appveyor

  • Gulliver Gulliver committed [f15256]

    disabled vc 2013, 2015 builds as not C++ 11 available

  • Gulliver Gulliver committed [27f76a]

    fixed git tag for external sqlite3 sources project

  • Gulliver Gulliver committed [9fe862]

    renamed appveyor.xml to .yml

  • Gulliver Gulliver committed [818176]

    added initial appveyor configuration

  • Gulliver Gulliver committed [c1d2ec]

    corrected catch - exceptions now used by reference

  • Gulliver Gulliver committed [ca6cfa]

    added missing <cstring> include (coasues compiler error on linux)

  • Gulliver Gulliver committed [15173b]

    updated internal verision of sqlite to 3.29.0, expat to 2.2.8

  • Gulliver Gulliver committed [42365d]

    fixes access to freed memory on exception

  • Gulliver Gulliver committed [6f9fdc]

    superfluous includes removed, separate Split class replaced by split method returning std::vector<std::string>

  • Gulliver Gulliver modified ticket #48

    sqlite3.hpp: No such file or directory

  • Gulliver Gulliver posted a comment on ticket #48

    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

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.