Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-28 | Redo build_installed without requiring linking whole archive | Boris Kolpackov | 1 | -1/+3 | |
2019-08-27 | Propagate global var overrides to module build context | Boris Kolpackov | 1 | -0/+7 | |
2019-08-27 | Redo module context pointer | Boris Kolpackov | 1 | -3/+5 | |
2019-08-27 | Don't set import.build2 variable in cross-compiled build2 | Karen Arutyunov | 1 | -1/+1 | |
2019-08-26 | Implement auto-import of development build2 build | Boris Kolpackov | 1 | -0/+10 | |
2019-08-26 | Implement updating build system modules | Boris Kolpackov | 1 | -3/+9 | |
2019-08-26 | Make target types project-wide | Boris Kolpackov | 1 | -5/+8 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -414/+396 | |
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 | -183/+32 | |
2019-08-21 | Implement dynamic loading of build system modules | Boris Kolpackov | 1 | -4/+1 | |
2019-08-20 | Add build.version.interface | Boris Kolpackov | 1 | -0/+11 | |
This build system interface version should be embedded into build system modules as load_suffix. | |||||
2019-08-19 | Minor cleanups | Boris Kolpackov | 1 | -48/+50 | |
2019-08-07 | Distinguish between internal/external wait deactivation in scheduler | Boris Kolpackov | 1 | -4/+4 | |
This turns out to be necessary for the deadlock detection to work properly. | |||||
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+1026 | |