Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-13 | Add ability to extend rule interface in source-compatible manner | Boris Kolpackov | 1 | -3/+6 | |
2020-06-08 | Hash ad hoc prerequsites for ad hoc recipe change detection | Boris Kolpackov | 1 | -6/+1 | |
2020-06-08 | Fix handling of inner/outer operations in ad hoc recipes machinery | Boris Kolpackov | 1 | -11/+12 | |
2020-06-05 | Add ability to specify ad hoc recipe actions | Boris Kolpackov | 1 | -12/+24 | |
We are reusing the buildspec syntax for that. | |||||
2020-05-28 | Allow calling certain search_existing() versions during load phase | Boris Kolpackov | 1 | -5/+0 | |
This is necessary for $target.path() implementation. | |||||
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -6/+52 | |
2020-04-30 | Rename target::member to target::adhoc_member | Boris Kolpackov | 1 | -5/+9 | |
2020-04-27 | Add another search_existing() overload | Boris Kolpackov | 1 | -0/+16 | |
2020-03-20 | Tighten add_adhoc_member() against races | Boris Kolpackov | 1 | -14/+17 | |
2020-03-17 | Fix backlinking code to follow symlinks in hardlink targets | Boris Kolpackov | 1 | -2/+11 | |
2020-03-17 | Rename all find*(variable) to lookup*(variable) | Boris Kolpackov | 1 | -1/+1 | |
Now we consistently use term "lookup" for variable value lookup. At some point we should also rename type lookup to binding and get rid of all the lookup_type aliases. | |||||
2020-03-10 | Force hard links inside backlinked DLL assembly directory | Boris Kolpackov | 1 | -3/+5 | |
Windows does not allow the manifest file inside to be a symlink for some (probably security) reasons. | |||||
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-11-16 | Handle dry-run mode in backlinking implementation | Boris Kolpackov | 1 | -11/+25 | |
2019-08-30 | Cutoff diagnostics stack when switching to nested context | Boris Kolpackov | 1 | -0/+4 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -139/+179 | |
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-15 | Implement libs_paths symlinking support on Windows | Boris Kolpackov | 1 | -9/+3 | |
Also, temporarily enable libs_paths::link on Windows for testing. | |||||
2019-08-14 | Use new mkanylink() from libbutl | Boris Kolpackov | 1 | -38/+39 | |
2019-08-01 | Fix linkage failure due to inline functions defined in ↵ | Karen Arutyunov | 1 | -1/+67 | |
libbuild2/algorithm.ixx and referred from libbuild2/target.txx | |||||
2019-07-05 | Preserve timestamp when copying backlink | Boris Kolpackov | 1 | -1/+2 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+2205 | |