Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-30 | Add std::{map, multimap} to types.hxx | Boris Kolpackov | 1 | -2/+1 | |
Seeing that std::map is becoming a common Buildfile variable type. | |||||
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 1 | -44/+99 | |
2020-11-11 | Expose low-level function registration support | Boris Kolpackov | 1 | -4/+23 | |
2020-05-22 | Get rid of now deprecated std::is_pod usage | Boris Kolpackov | 1 | -7/+14 | |
2020-03-17 | Add $defined(<variable>) function | Boris Kolpackov | 1 | -1/+10 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-10-29 | Add forward declaration header for build state types | Boris Kolpackov | 1 | -0/+1 | |
2019-08-26 | Implement updating build system modules | Boris Kolpackov | 1 | -1/+1 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -7/+11 | |
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 | Implement dynamic loading of build system modules | Boris Kolpackov | 1 | -7/+7 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+905 | |