Activity for Gulliver

  • 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

  • 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 [89ab00]

    indentation corrected

  • Gulliver Gulliver committed [873e79]

    appveyor: added explicit doc target build

  • Gulliver Gulliver committed [dc9db0]

    indent corrected again

  • Gulliver Gulliver committed [98c67d]

    added doxygen to appveyor

  • Gulliver Gulliver committed [df877b]

    on github actions -Werror disabled

  • Gulliver Gulliver committed [b23f03]

    disabled /WX on MSVC (treats warnings as errors)

  • Gulliver Gulliver committed [b52089]

    doxygen and graphviz now as addons

  • Gulliver Gulliver committed [f89052]

    added doxygen install on travis-ci

  • Gulliver Gulliver committed [88b11c]

    modernizing cmkae build system

  • Gulliver Gulliver committed [d4a129]

    doxygen and dot on osx with homebrew

  • Gulliver Gulliver committed [f04311]

    added update: true as workaround for homebrew

  • 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 [b6e76a]

    pimped the graph sample with some wishes from a friend

  • Gulliver Gulliver committed [425a4c]

    github action ci badge added

  • Gulliver Gulliver committed [ca107c]

    updated linux distro to Bionic, commented out linux compierflags

  • Gulliver Gulliver committed [6f00ea]

    commented out testing on windows for travis and github actions

  • Gulliver Gulliver committed [a9ec23]

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

  • Gulliver Gulliver committed [811d94]

    updated linux distro to focal to get cmake >3.13

  • Gulliver Gulliver committed [847c2e]

    adapted cmake files to MSVC build with ninja

  • Gulliver Gulliver committed [538c2b]

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

  • Gulliver Gulliver committed [58bfb5]

    removed "cd build" from test script

  • Gulliver Gulliver committed [f2e942]

    changed exported sqlite3 targets include dir to INTERFACE

  • Gulliver Gulliver committed [cbf5b3]

    travis - allowed failure on windows

  • Gulliver Gulliver committed [054a4f]

    Merge branch 'configure-appveyour' into master

  • Gulliver Gulliver committed [35bb91]

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

  • Gulliver Gulliver committed [beb176]

    changed exported sqlite3 targets include dir to INTERFACE

  • Gulliver Gulliver committed [bc18c4]

    updated graph sample for colored node

  • Gulliver Gulliver committed [f5d4c5]

    set build dir in appveyor build command

  • Gulliver Gulliver committed [47e78b]

    appveyor - added cmake options from relase_it.sh script

  • Gulliver Gulliver committed [47657e]

    again set . as build dir

  • Gulliver Gulliver committed [9ac92f]

    appveyor build options updated

  • Gulliver Gulliver committed [e11fae]

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

  • Gulliver Gulliver committed [e52b3d]

    no message

  • Gulliver Gulliver committed [42a9f7]

    no message

  • Gulliver Gulliver committed [5f6dbe]

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

  • 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

  • Gulliver Gulliver committed [033a18]

    pimped the graph sample with some wishes from a friend

  • 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 [1f574d]

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

  • Gulliver Gulliver committed [717509]

    vc 21019 genearatoe name corrected

  • Gulliver Gulliver committed [d0954b]

    add dependency to sqlite3 on sqlie_backend

  • 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

  • Gulliver Gulliver committed [7194dd]

    updated documentation:

  • Gulliver Gulliver committed [c37e1b]

    golnad generator detects now complete gorm.Model and imports selectively based on inputs time and gorm.

  • Gulliver Gulliver imported Files

  • Gulliver Gulliver committed [c09f42]

    remove doxgen generated file

  • Gulliver Gulliver committed [2b3897]

    disabled autotools based build

  • Gulliver Gulliver committed [6310f1]

    fixed several compiler warnings (unused var, name conflicts etc.)

  • Gulliver Gulliver committed [e794e0]

    updated version to 0.3.18, added releasenotes

  • Gulliver Gulliver committed [deb175]

    fixed exception declarations in a C++11 compatible way

  • Gulliver Gulliver committed [9670b7]

    code generator verbose mode switched off

  • Gulliver Gulliver committed [eab7f9]

    multi os config added

  • Gulliver Gulliver committed [9b78f8]

    fixes for windows build

  • Gulliver Gulliver committed [fba28b]

    moved mysql and sqlite in separate packages/ directories

  • Gulliver Gulliver committed [816853]

    travis cfg fixed...

  • Gulliver Gulliver committed [160e38]

    fix compiler error for testcode

  • Gulliver Gulliver committed [1ac6a9]

    travis cfg - damn tabs...

  • Gulliver Gulliver committed [c24af5]

    travis cfg ...

  • Gulliver Gulliver committed [e85835]

    disabled mysql build because backend tests are failing

  • Gulliver Gulliver committed [996108]

    sqlite3 as external project with OPTION LITESQL_USE_SYSTEM_SQLITE = OFF

  • Gulliver Gulliver committed [9df3e4]

    updated travis config

  • Gulliver Gulliver committed [8fc570]

    win32 fix for undefined CMAKE_SHARED_LIBRARY_PREFIX

  • Gulliver Gulliver committed [fa13cc]

    Merge branch 'master' of https://github.com/gittiver/litesql

  • Gulliver Gulliver committed [01372f]

    fixed for older versions of cmake

  • Gulliver Gulliver committed [318589]

    Revert "simplified script by direct usage of cmake calls"

  • Gulliver Gulliver committed [a17cb8]

    removed local win32 version of expat, added option to use version from system or include as external project

  • Gulliver Gulliver committed [f7b1c1]

    simplified script by direct usage of cmake calls

  • Gulliver Gulliver committed [3a8c74]

    commented out unused parameters to prevent compiler warning

  • Gulliver Gulliver committed [573dbb]

    Merge branch 'backend-plugins'

  • Gulliver Gulliver committed [e6a382]

    removed old parser stuff, new only the new expat based one is used

  • Gulliver Gulliver committed [663422]

    removed unused win32 ui lib

1 >