Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-11-12 | Rename config.{import,export} to config.config.{load,save} | Boris Kolpackov | 1 | -1/+1 | |
Also rename the $config.export() function to $config.save(). | |||||
2019-11-12 | Rename config.module to config.config.module | Boris Kolpackov | 1 | -1/+1 | |
The old name was an accidental land-grab. | |||||
2019-11-04 | Add support for ~host special configuration name in config.import | Boris Kolpackov | 1 | -0/+5 | |
This is the "default host configuration" that corresponds to how the build system itself was built. For example: $ b create: tools/,cc config.import=~host | |||||
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2017-04-28 | Switch to version module | Boris Kolpackov | 1 | -10/+1 | |
2017-01-12 | Implement support for narrowing down tests (config.test) | Boris Kolpackov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-09-08 | Bump version to 0.5.0-a1, master is open for business | Boris Kolpackov | 1 | -1/+1 | |
2016-09-06 | Don't search for subprojects recursively, only at top-level | Boris Kolpackov | 1 | -1/+0 | |
2016-09-05 | Bump version to 0.4.0 (final) | Boris Kolpackov | 1 | -2/+2 | |
2016-08-30 | Build infrastructure update | Boris Kolpackov | 1 | -4/+10 | |
2016-04-26 | Bump version to 0.4.0-a1, master is open for business | Boris Kolpackov | 1 | -2/+2 | |
2016-04-22 | Bump version to 0.3.0 | Boris Kolpackov | 1 | -1/+1 | |
2016-02-04 | Bump version to 0.3.0-a1, master is open for business | Boris Kolpackov | 1 | -1/+1 | |
2016-01-31 | Bump version to 0.2.0 final | Boris Kolpackov | 1 | -2/+2 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-12-08 | Change version back to 0.1.0 | Boris Kolpackov | 1 | -1/+2 | |
The new plan is to use 0.1.0, 0.2.0 rather than 0.1.0-a1, 0.1.0-a2 for early development. Easier on the eye and we have 99 versions instead of 49. | |||||
2015-12-07 | Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme | Boris Kolpackov | 1 | -1/+1 | |
2015-12-03 | Bump version to 0.1.0.a1 | Boris Kolpackov | 1 | -1/+1 | |
2015-11-30 | Add install support | Boris Kolpackov | 1 | -0/+2 | |
2015-11-28 | Add support for dist | Boris Kolpackov | 1 | -0/+5 | |
2015-09-08 | Implement single quote support | Boris Kolpackov | 1 | -0/+1 | |
2015-07-10 | Implement automatic subproject discovery | Boris Kolpackov | 1 | -1/+1 | |
Currently we only capture their directories without the project names. We will need project names when we hook import search into this. | |||||
2015-06-18 | Add headers to buildfiles, move tests/build/ to tests/ | Boris Kolpackov | 1 | -0/+4 | |
2015-05-11 | Use project instead of project_name variable | Boris Kolpackov | 1 | -1/+1 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -3/+0 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -1/+1 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -0/+5 | |