summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-05Temporarily make manifests compatible with rep-fetch for bpkg 0.16.0compat-16Karen Arutyunov6-22/+22
2024-05-27Add relocatable class to builds manifest value of ODB compiler packageBoris Kolpackov1-1/+1
2024-05-23Various minor tweaks and commentsBoris Kolpackov3-7/+23
2024-05-20Update README.md with instructions for testing profile librariesBoris Kolpackov1-12/+20
2024-05-16Add boost/ and qt/ to odb-tests and odb-examplesKaren Arutyunov273-23100/+3665
2024-05-08Switch odb-examples READMEs to refer to PostgreSQL instead of MySQLKaren Arutyunov18-143/+146
2024-05-08Some cleanupsKaren Arutyunov27-60/+85
2024-05-07Add odb-examples package to repositoryKaren Arutyunov13-25/+105
2024-05-07Merge branch 'odb-examples' into examplesKaren Arutyunov144-0/+11964
2024-05-07Turn odb-examples repository into package for muti-package repositoryodb-examplesKaren Arutyunov303-13924/+2067
2024-05-07Update copyrightKaren Arutyunov1-1/+1
2024-05-03Cosmetic changesBoris Kolpackov3-4/+3
2024-05-03Add comments to builds package manifest valuesKaren Arutyunov5-29/+29
2024-05-03Add support for testing of libodb-oracle to odb-testsKaren Arutyunov120-1489/+1146
2024-05-03Add support for testing of libodb-mssql to odb-testsKaren Arutyunov116-1511/+1286
2024-05-02Fix receipe in odb-tests/common/changelog/buildfileKaren Arutyunov1-0/+4
2024-05-02Don't enable SQLite unlock notification functionality if we have no threadsBoris Kolpackov1-1/+1
2024-05-01Go back to comparing compiler/runtime interface versionsBoris Kolpackov3-0/+17
2024-04-30Fix copying issue in odb-tests/common/view/olv/multi-packageBoris Kolpackov2-9/+24
2024-04-30Fix preprocessor conditions in odb-tests/common/view/basics/Boris Kolpackov3-39/+10
2024-04-30Use decay_traits in dynamic query support to handle array decayBoris Kolpackov2-30/+12
2024-04-30Remove old cruft (libtool support, etc) from plugin search codeBoris Kolpackov1-25/+5
2024-04-30Fix Clang -Wno-undefined-var-template in dynamic multi-database support codeBoris Kolpackov4-27/+50
Note that after this change we can no longer support multi-file circular dependencies in this mode since we need to generate extern template declarations involving classes that may participate in the cycle (see now excluded odb-tests/common/circular/multiple/).
2024-04-30Fix typo in README.mdBoris Kolpackov1-1/+1
2024-04-29Get rid of dual config support and _BUILD2 macro in runtime librariesmulti-package-versionBoris Kolpackov72-970/+93
2024-04-29Get rid of ODB_BUILD2 macro in ODB compilerBoris Kolpackov5-24/+9
2024-04-29Redo version.hxx as version.hxx.in in ODB compilerBoris Kolpackov6-48/+79
2024-04-29Rename version-build2.hxx.in to version.hxx.in in runtime librariesBoris Kolpackov41-580/+266
Add old (manually-maintained) macros from version.hxx to version.hxx.in for backwards-compatibility.
2024-04-25Update libodb and libodb-mysql package manifests to enable MinGW GCC buildsKaren Arutyunov2-7/+1
2024-04-25Update ODB compiler plugin to work with GCC 14Boris Kolpackov2-4/+18
2024-04-24Don't do `using namespace` before including headers in odb-tests/libcommonBoris Kolpackov1-10/+19
2024-04-24Add custom bot build configurations to package manifestsBoris Kolpackov5-16/+517
2024-04-24Fix various warnings (uninitialized, loss of precision, macro redefinition)Boris Kolpackov4-5/+7
2024-04-24Reimplement has_lt_operator check without full instantiationBoris Kolpackov2-6/+32
The full instantiation caused a segfault in certain cases with GCC 11.4.0 from Ubuntu 22.04 (but not from Debian).
2024-04-23Suppress bunch of unused/uninitialized warningsBoris Kolpackov6-5/+14
2024-04-22Fix uninitialized warning in MySQL testsBoris Kolpackov1-0/+8
2024-04-22Improve odb::nullable for C++11 and laterBoris Kolpackov1-36/+299
2024-03-29Build multi package config of libodb only for target configs not excluded by ↵Karen Arutyunov1-0/+11
odb-tests and libodb-* packages
2024-03-28Add package configuration to libodb-pgsql and libodb-mysql for testing in ↵Karen Arutyunov3-13/+45
multi-database odb-tests mode
2024-03-28Add odb-tests as tests dependency for libodbKaren Arutyunov3-2/+40
2024-03-28Minor tweak to odb-tests/README.mdBoris Kolpackov1-1/+1
2024-03-27Switch from using of mysql, sqlite, and postgresql git prerequisite ↵Karen Arutyunov3-11/+14
repositories to cppget.org alpha repository section
2024-03-27Add support for testing via odb-tests to default build configuration for ↵Karen Arutyunov3-35/+26
libodb-pgsql and libodb-mysql
2024-03-26Fix copy and paste error in odb-tests/database-options.testscriptBoris Kolpackov1-4/+4
2024-03-07Switch to using string_set type for config.odb_tests.database variableKaren Arutyunov1-14/+4
2024-03-07Change sys:mysql to sys:mysql-client in README.mdBoris Kolpackov1-1/+1
2024-03-05Fix mysql client package name in odb-tests' manifest and root.buildKaren Arutyunov2-3/+3
2024-03-01Fix typos in documentationKaren Arutyunov1-2/+2
2024-03-01Fix bug in previous changeBoris Kolpackov1-1/+1
2024-03-01Don't assign default value to config.odb_tests.multi_databaseBoris Kolpackov1-5/+14