Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-21 | Don't distribute generated version-build2.hxx | Karen Arutyunov | 1 | -1/+0 | |
2017-08-08 | Bump version to 2.5.0-b.6.z, master is open for business | Boris Kolpackov | 4 | -7/+7 | |
2017-08-07 | Bump version to 2.5.0-b.52.5.0-b.5 | Boris Kolpackov | 4 | -9/+9 | |
2017-08-02 | Add support for build2-aware installation | Boris Kolpackov | 4 | -7/+27 | |
2017-08-02 | Fix doc-url and src-url manifest values | Karen Arutyunov | 1 | -2/+2 | |
2017-08-02 | Fix installation directory path for headers | Karen Arutyunov | 1 | -1/+2 | |
2017-07-31 | Redo header installation setup | Karen Arutyunov | 1 | -6/+8 | |
2017-07-31 | Add .pc to .gitignore | Karen Arutyunov | 1 | -0/+1 | |
2017-07-30 | Add doc-url and src-url manifest values | Karen Arutyunov | 1 | -0/+2 | |
2017-07-14 | Make use of wildcards in buildfiles | Karen Arutyunov | 4 | -98/+13 | |
2017-05-24 | Bump version to 2.5.0-b.4.z, master is open for business | Boris Kolpackov | 4 | -7/+7 | |
2017-05-24 | Bump version to 2.5.0-b.32.5.0-b.3 | Boris Kolpackov | 4 | -7/+7 | |
2017-05-20 | Add *.ii to .gitignore | Karen Arutyunov | 1 | -0/+1 | |
2017-05-05 | Bump version to 2.5.0-b.2.z, master is open for business | Boris Kolpackov | 4 | -7/+7 | |
2017-05-03 | Bump version to 2.5.0-b.1 final2.5.0-b.1 | Boris Kolpackov | 1 | -1/+1 | |
2017-04-29 | Add ODB_VERSION for ODB compiler | Boris Kolpackov | 1 | -0/+4 | |
2017-04-29 | Add parallel version headers for build2 | Boris Kolpackov | 4 | -0/+56 | |
2017-04-28 | Add out_root to include search path now that we auto-generate version | Boris Kolpackov | 1 | -2/+2 | |
2017-04-28 | Bump version to 2.5.0.b.1.z, switch to build2 version module | Boris Kolpackov | 5 | -27/+12 | |
2017-04-24 | Add build-email value to manifest file | Karen Arutyunov | 1 | -0/+1 | |
2017-04-05 | Add ability to mark unloaded section as loaded | Boris Kolpackov | 1 | -0/+9 | |
Can be useful to skip loading state that is going to be overwritten. | |||||
2017-01-24 | Specify test.target | Karen Arutyunov | 1 | -0/+4 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 208 | -208/+208 | |
2016-12-05 | Fix incomplete 2.5.0-a11 version update | Boris Kolpackov | 1 | -1/+1 | |
2016-12-05 | Adapt buildfiles to expansion change | Karen Arutyunov | 1 | -2/+2 | |
2016-10-04 | Add missing semicolon | Boris Kolpackov | 1 | -1/+1 | |
2016-10-03 | Don't throw from posix::thread dtor | Boris Kolpackov | 1 | -4/+1 | |
2016-09-08 | Bump version to 2.5.0-a11 | Boris Kolpackov | 4 | -6/+6 | |
2016-09-05 | Update to latest build2 changes2.5.0-a10 | Boris Kolpackov | 2 | -2/+3 | |
2016-09-02 | Work around Apple Clang's lack of C++11 thread_local support | Boris Kolpackov | 1 | -2/+11 | |
2016-08-31 | Build infrastructure update | Karen Arutyunov | 6 | -8/+33 | |
2016-08-31 | build2 build system fixes | Boris Kolpackov | 3 | -4/+5 | |
2016-08-23 | Fix install.* variable values in buildfiles | Boris Kolpackov | 1 | -3/+3 | |
2016-08-22 | Bump version to 2.5.0-a10 | Boris Kolpackov | 4 | -7/+7 | |
2016-08-20 | Fix invalid forward reference to std::mutex | Boris Kolpackov | 1 | -2/+1 | |
2016-08-19 | Add missing export2.5.0-a9 | Boris Kolpackov | 1 | -1/+1 | |
2016-08-16 | Try to clean up inline exports | Boris Kolpackov | 17 | -55/+17 | |
2016-08-16 | Forward-declare query result | Boris Kolpackov | 1 | -0/+2 | |
2016-08-15 | Remove inclusion of <odb/database.hxx> from lazy-ptr header | Boris Kolpackov | 1 | -2/+3 | |
Its inclusion slowed down compilation significantly. The consequence of this change is that you will now have to make sure <odb/database.hxx> is included in source files that initialize persistent lazy_ptr instances. But that is probably acceptable (and is probably already the case anyway most of the time). | |||||
2016-08-14 | Bump version to 2.5.0-a9 | Boris Kolpackov | 4 | -8/+8 | |
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 | 2 | -8/+0 | |
2016-08-14 | Update .gitignore files | Boris Kolpackov | 3 | -0/+6 | |
2016-08-08 | Add initial bpkg manifest | Boris Kolpackov | 1 | -0/+13 | |
2016-08-08 | Minor makefile rearrangement | Boris Kolpackov | 1 | -2/+2 | |
2016-08-05 | Initial take on build2-based build | Boris Kolpackov | 25 | -10/+494 | |
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). | |||||
2016-08-04 | Minor config.hxx rearrangement | Boris Kolpackov | 1 | -9/+15 | |
2016-08-03 | Fold odb/compiler/*/{pre post}.hxx into odb/{pre post}.hxx | Boris Kolpackov | 4 | -30/+19 | |
We only needed it for one compiler (VC) ever. | |||||
2016-08-03 | Reorganize config files | Boris Kolpackov | 2 | -37/+25 | |
Split config.h inclusion and C++11 tests. Move VC C++11 to config.hxx. | |||||
2016-07-20 | Add missing comparison operators for odb::nullable | Boris Kolpackov | 1 | -0/+33 | |
2016-06-15 | Bump version to 2.5.0.a8 | Boris Kolpackov | 2 | -5/+5 | |