Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Drop copyright notice from source code | Karen Arutyunov | 5 | -5/+0 | |
2019-10-07 | Adapt tests for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 | |
2019-10-01 | Use cxx.std=latest | Karen Arutyunov | 1 | -1/+1 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 5 | -5/+5 | |
2018-12-03 | Suppress MSVC warnings at project level | Karen Arutyunov | 1 | -0/+6 | |
2018-06-20 | Regularize .gitignore files | Karen Arutyunov | 1 | -0/+2 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 5 | -5/+5 | |
2017-07-14 | Make use of wildcards in buildfiles | Karen Arutyunov | 2 | -4/+2 | |
2017-01-24 | Specify test.target | Karen Arutyunov | 1 | -0/+4 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 5 | -5/+5 | |
2016-08-31 | Build infrastructure update | Karen Arutyunov | 2 | -1/+5 | |
2016-08-14 | Use default build2 extensions for C++ files | Boris Kolpackov | 1 | -3/+0 | |
2016-08-14 | Update .gitignore files | Boris Kolpackov | 1 | -0/+1 | |
2016-08-05 | Initial take on build2-based build | Boris Kolpackov | 5 | -0/+67 | |
Only C++11 is supported with GCC 4.8 and up and VC 14 and up. This change also introduces the ODB_THREADS_CXX11 threading model. It is the default for the build2 build but can be disabled with a global ODB_THREADS_NONE define (global means that it should be in effect both when building and using the library). |