Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Drop copyright notice from source code | Karen Arutyunov | 11 | -11/+0 | |
2020-02-13 | Remove build/import/*/LICENSE files | Karen Arutyunov | 1 | -1/+0 | |
2019-10-06 | Adapt 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 | 11 | -11/+11 | |
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 | 11 | -11/+11 | |
2018-05-04 | Adjust to new scope syntax | Karen Arutyunov | 1 | -1/+1 | |
2017-04-28 | Bump version to 2.5.0.b.1.z, switch to build2 version module | Boris Kolpackov | 1 | -16/+1 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 11 | -11/+11 | |
2016-09-08 | Bump version to 2.5.0-a11 | Boris Kolpackov | 1 | -1/+1 | |
2016-09-05 | Update to latest build2 changes2.5.0-a10 | Boris Kolpackov | 1 | -1/+1 | |
2016-08-31 | Build infrastructure update | Karen Arutyunov | 2 | -6/+19 | |
2016-08-31 | build2 build system fixes | Boris Kolpackov | 1 | -3/+1 | |
2016-08-22 | Bump version to 2.5.0-a10 | Boris Kolpackov | 1 | -1/+1 | |
2016-08-14 | Bump version to 2.5.0-a9 | Boris Kolpackov | 1 | -1/+1 | |
Note that we now use the -[ab]N schema rather than .[ab]N. | |||||
2016-08-14 | Use default build2 extensions for C++ files | Boris Kolpackov | 1 | -5/+0 | |
2016-08-14 | Update .gitignore files | Boris Kolpackov | 1 | -0/+1 | |
2016-08-05 | Initial take on build2-based build | Boris Kolpackov | 3 | -0/+42 | |
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). | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 8 | -8/+8 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 8 | -8/+8 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 8 | -8/+8 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 8 | -8/+0 | |
Too much effort to maintain. | |||||
2011-11-16 | Set proper permissions for configure script | Boris Kolpackov | 1 | -0/+0 | |
2011-11-15 | Add support for selecting threading implementation | Boris Kolpackov | 4 | -0/+69 | |
2011-01-04 | Copyright update | Boris Kolpackov | 5 | -5/+5 | |
2010-09-14 | Support fall-back dependency tracking | Boris Kolpackov | 1 | -1/+16 | |
2010-09-08 | Don't include generated dependencies for dist target | Boris Kolpackov | 1 | -1/+1 | |
2010-08-26 | Add support for creating other build systems (meta-building) | Boris Kolpackov | 1 | -8/+16 | |
Add support for automake, VC++ 9, and VC++ 10. Also add the Win32 and 'NULL' threading model implementations. | |||||
2010-06-04 | Add libodb import stub | Boris Kolpackov | 5 | -0/+111 | |
2010-06-04 | Build system setup | Boris Kolpackov | 1 | -0/+49 | |