Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-02 | Allow iterating over group prerequisites during execute | Boris Kolpackov | 1 | -0/+3 | |
2019-09-04 | Add support for native shared library versioning on Linux | Boris Kolpackov | 1 | -3/+7 | |
Now we can do: lib{foo}: bin.lib.version = linux@1.2 And end up with libfoo.so.1.2 libfoo.so.1 -> libfoo.so.1.2 | |||||
2019-08-26 | Implement updating build system modules | Boris Kolpackov | 1 | -0/+4 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -28/+65 | |
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time. | |||||
2019-08-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -5/+1 | |
2019-08-01 | Fix linkage failure due to inline functions defined in ↵ | Karen Arutyunov | 1 | -5/+8 | |
libbuild2/algorithm.ixx and referred from libbuild2/target.txx | |||||
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+1817 | |