Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |