Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-08 | Make process exit diagnostics consistent | Boris Kolpackov | 1 | -1/+2 | |
In particular, we now always print error message on non-0 exit except in cases where such exit is ignored. | |||||
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-08-21 | Make testscripts to ignore user's default options files | Karen Arutyunov | 1 | -4/+6 | |
2019-08-19 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 1 | -6/+4 | |
2019-08-19 | Make testscripts to ignore user's default options files | Karen Arutyunov | 1 | -4/+6 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-11-21 | Add support for target and prerequisite specific variable blocks | Boris Kolpackov | 1 | -1/+1 | |
For example, now instead of: lib{foo}: cxx.loptions += -static lib{foo}: cxx.libs += -lpthread We can write: lib{foo}: { cxx.loptions += -static cxx.libs += -lpthread } The same works for prerequisites as well as target type/patterns. For example: exe{*.test}: { test = true install = false } | |||||
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 1 | -0/+37 | |