- Updated continuous integration to:
- Have a jenkins file to build in jenkins and remove Appveyor and Travis files
- Updated dependencies:
- Moved sqleet version to 0.31.1
- Moved DbAdapter version to 1.1.13
- Added support for boost 1.76
- Updated continuous integration to:
- Use GitHub Action to generate library documentation
- Upload generated packages to Systelab's public Artifactory
- Moved VS2017 configurations to work with GoogleTest 1.10.0
- Moved to boost 1.72 to fix compilation on VS2019 configurations
- Added support for VS 2019, boost 1.71.0 and gtest 1.10.0
- Changed Adapter version to last one (1.1.6)
- Retrieve interface and test utilities from new conan packages of DbAdapter repository.
- Moved externals to last version
- Published conan packages configured as required by the Snow project
- Merged changes from Snow SVN repository
- Improved cmake and conan configuration to link only against used dependencies.
- Added encryption support through sqleet (https://github.com/resilar/sqleet)
- Initial version in Github (ported from internal SVN server)