Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-29 | Refine utility library semantics with "see through" theme | Boris Kolpackov | 1 | -0/+2 | |
2017-07-28 | Use utility library to arrange unit testing | Boris Kolpackov | 1 | -3/+3 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -1/+1 | |
2017-03-03 | Remove no longer necessary cli target type definition | Boris Kolpackov | 1 | -8/+2 | |
2017-01-12 | Don't by default treat exe{} in tests/ as tests | Boris Kolpackov | 1 | -2/+1 | |
2017-01-09 | Implement test.target variable | Boris Kolpackov | 1 | -0/+4 | |
The plan is to use it for the portable path conversions. | |||||
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-12-14 | Add support for cxx.std=latest, use when building build2 | Boris Kolpackov | 1 | -1/+1 | |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -2/+3 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -1/+1 | |
2016-08-30 | Build infrastructure update | Boris Kolpackov | 1 | -0/+14 | |
2016-08-30 | Add support for target visibility, use for dist, test, install | Boris Kolpackov | 1 | -2/+1 | |
This means we can no longer write: install = false Now it should be: *: install = false | |||||
2016-08-30 | Remove backwards-compatibility kludges | Boris Kolpackov | 1 | -8/+1 | |
2016-08-27 | Clean up library export, make c and cxx modules project root only | Boris Kolpackov | 1 | -1/+2 | |
So now c and cxx modules can only be loaded in project root scope (normally root.build). Also, the c.std and cxx.std must now be set *before* loading the module to take effect. This means we won't be able to handle old buildfiles anymore but old versions of build2 should be able to handle new *.std placement. | |||||
2016-04-23 | Backwards-compatibility fixes | Boris Kolpackov | 1 | -1/+7 | |
2016-04-12 | Change text.exe to exe{*}:test (BC change) | Boris Kolpackov | 1 | -1/+2 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-12-14 | Search out_root before src_root for headers | Boris Kolpackov | 1 | -1/+1 | |
2015-12-14 | Add support for variable prepend operator: =+ | Boris Kolpackov | 1 | -1/+1 | |
2015-12-03 | Use 'extension' variable for cxx target types, .*xx extensions by default | Boris Kolpackov | 1 | -4/+4 | |
One can also do: define cpp: cxx cpp{*}: extension = cpp cpp{foo}: # foo.cpp | |||||
2015-11-30 | Add install support | Boris Kolpackov | 1 | -5/+3 | |
2015-09-08 | Implement single quote support | Boris Kolpackov | 1 | -0/+7 | |
2015-06-24 | Implement proper target type detection in dependency injection | Boris Kolpackov | 1 | -0/+5 | |
2015-06-18 | Add headers to buildfiles, move tests/build/ to tests/ | Boris Kolpackov | 1 | -0/+4 | |
2015-04-28 | Make config module implicitly load config.build if exists | Boris Kolpackov | 1 | -2/+0 | |
2015-04-01 | Implement initial C++ configuration support | Boris Kolpackov | 1 | -0/+5 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -3/+1 | |
We can now build out-of-tree. | |||||
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -2/+1 | |
2015-03-18 | Implement complete root/base detection, basic module support | Boris Kolpackov | 1 | -0/+4 | |
This is the initial groundwork for the configuration support. |