aboutsummaryrefslogtreecommitdiff
path: root/build/rule
AgeCommit message (Collapse)AuthorFilesLines
2015-08-29New configure meta-operation implementationBoris Kolpackov1-0/+14
Now we search and match (but do not execute) a rule for every operation supported by the project.
2015-07-31Essential install module functionalityBoris Kolpackov1-17/+10
2015-07-24Add support for generated test input/outputBoris Kolpackov1-1/+16
2015-07-21Test module genesisBoris Kolpackov1-2/+18
2015-07-21Add alias{} target type, use as base for dir{}Boris Kolpackov1-1/+1
2015-07-07Rework module architectureBoris Kolpackov1-13/+0
Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project.
2015-07-01Clean up group state, mtime designBoris Kolpackov1-2/+2
2015-06-30Group "see through" iteration, take 1Boris Kolpackov1-8/+36
2015-06-25Part one of dependency injection with auto-generation supportBoris Kolpackov1-1/+1
2015-06-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-0/+1
2015-06-18Move prefix-map from build2 to libbutlBoris Kolpackov1-2/+3
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-03-20New consolidated load/match/build loopBoris Kolpackov1-1/+1
2015-03-13Add support for "first" and "last" execution modesBoris Kolpackov1-1/+0
2015-03-12Implement clean operationBoris Kolpackov1-6/+7
2015-03-10Further operation implementationBoris Kolpackov1-14/+18
2015-02-24Add fsdir{} for creating directoriesBoris Kolpackov1-0/+13
2015-02-23Clean up file namesBoris Kolpackov1-1/+1
2015-02-23Rename "select" to "apply"Boris Kolpackov1-3/+3
2015-02-19Add support for sourcing/including buildfiles, print, dir{} aliasBoris Kolpackov1-1/+16
2015-01-16Implement rule chaining for cxx::linkBoris Kolpackov1-2/+8
2015-01-15Implement rule ambiguity detectionBoris Kolpackov1-4/+7
Also establish the infrastructure for rule hinting
2014-12-10Add rulesBoris Kolpackov1-0/+39
g++-4.9 -std=c++11 -g -I.. -o bd bd.cxx target.cxx native.cxx rule.cxx cxx/rule.cxx cxx/target.cxx process.cxx timestamp.cxx path.cxx