Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-02 | Clean up clang warnings | Boris Kolpackov | 7 | -18/+19 | |
2015-02-27 | Variable assignment, appending support | Boris Kolpackov | 20 | -54/+493 | |
2015-02-26 | Support for scope parents, initial variable support | Boris Kolpackov | 8 | -19/+113 | |
2015-02-24 | Sort out diagnostics for mkdir | Boris Kolpackov | 4 | -12/+54 | |
2015-02-24 | Use prefix_map for scopes, establish root scope | Boris Kolpackov | 11 | -14/+120 | |
2015-02-24 | Make empty key to always be prefix in prefix_map | Boris Kolpackov | 2 | -7/+10 | |
2015-02-24 | Add fsdir{} for creating directories | Boris Kolpackov | 5 | -1/+103 | |
2015-02-23 | Clean up file names | Boris Kolpackov | 4 | -5/+5 | |
2015-02-23 | Rename "select" to "apply" | Boris Kolpackov | 5 | -12/+12 | |
2015-02-23 | Don't create new target for alias/action/dir prerequisite | Boris Kolpackov | 2 | -3/+18 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 22 | -416/+891 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. | |||||
2015-02-20 | Get rid of parse_ prefix in parser function names | Boris Kolpackov | 2 | -32/+32 | |
2015-02-20 | Rename 'directory' to 'dir' in target, prerequisite | Boris Kolpackov | 7 | -25/+23 | |
2015-02-20 | Rework extension handling logic | Boris Kolpackov | 7 | -64/+55 | |
We no longer support hxx{vector.}. Rather, the target type can decide, e.g., based on a config variable, whether to append an extension. Also, in the future we may support a syntax to specify that this is a complete name, e.g., hxx{'vector'}. | |||||
2015-02-19 | Add support for sourcing/including buildfiles, print, dir{} alias | Boris Kolpackov | 11 | -121/+504 | |
2015-01-20 | Diagnostic infrastructure revamp | Boris Kolpackov | 20 | -426/+650 | |
2015-01-16 | Add support for directory prefixes | Boris Kolpackov | 3 | -19/+65 | |
For example: cxx{driver ../{foo bar}} cxx{driver} ../cxx{foo bar} | |||||
2015-01-16 | Implement rule chaining for cxx::link | Boris Kolpackov | 16 | -219/+384 | |
2015-01-15 | Implement rule ambiguity detection | Boris Kolpackov | 6 | -21/+111 | |
Also establish the infrastructure for rule hinting | |||||
2015-01-15 | Allow specifying prefix_map delimiter as template argument | Boris Kolpackov | 2 | -10/+31 | |
2015-01-14 | Implement prefix_map | Boris Kolpackov | 2 | -0/+161 | |
2015-01-14 | Track file extension in target, prerequisite | Boris Kolpackov | 14 | -34/+244 | |
2015-01-08 | Implement tracing support | Boris Kolpackov | 16 | -28/+343 | |
Also use to-relative path translation in diagnostics. | |||||
2015-01-05 | Rename 'bd' to 'b' | Boris Kolpackov | 3 | -4/+7 | |
What the heck, let's be bold, right? | |||||
2015-01-05 | Determine work, home, and {src,out}_{root,base} directories | Boris Kolpackov | 6 | -4/+160 | |
2014-12-18 | Initial support for loading dependency info from buildfiles | Boris Kolpackov | 21 | -183/+773 | |
Also a new iteration on the overall architecture. Now, for the first time, build can read the buildfile and build itself. g++-4.9 -std=c++14 -g -I.. -o bd bd.cxx algorithm.cxx scope.cxx parser.cxx lexer.cxx target.cxx prerequisite.cxx rule.cxx native.cxx cxx/target.cxx cxx/rule.cxx process.cxx timestamp.cxx path.cxx g++-4.9 -std=c++14 -g -I../../.. -o driver driver.cxx ../../../build/lexer.cxx g++-4.9 -std=c++14 -g -I../../.. -o driver driver.cxx ../../../build/lexer.cxx ../../../build/parser.cxx ../../../build/scope.cxx ../../../build/target.cxx ../../../build/native.cxx ../../../build/prerequisite.cxx ../../../build/path.cxx ../../../build/timestamp.cxx | |||||
2014-12-15 | Parse directory scopes | Boris Kolpackov | 4 | -61/+151 | |
2014-12-12 | Initial buildfile parser implementation | Boris Kolpackov | 6 | -37/+254 | |
g++-4.9 -std=c++14 -g -I../../.. -o driver driver.cxx ../../../build/lexer.cxx ../../../build/parser.cxx && ./driver | |||||
2014-12-12 | Add test for lexer | Boris Kolpackov | 2 | -2/+7 | |
g++-4.9 -std=c++14 -g -I../../.. -o driver driver.cxx ../../../build/lexer.cxx && ./driver | |||||
2014-12-11 | Initial lexer implementation for buildfiles | Boris Kolpackov | 6 | -1/+438 | |
2014-12-11 | Improve diagnostics and error handling | Boris Kolpackov | 4 | -56/+143 | |
g++-4.9 -std=c++14 -g -I.. -o bd bd.cxx target.cxx native.cxx rule.cxx cxx/rule.cxx cxx/target.cxx process.cxx timestamp.cxx path.cxx | |||||
2014-12-11 | Initial implementation of dependency injection (g++ -M output) | Boris Kolpackov | 3 | -8/+155 | |
2014-12-10 | Add rules | Boris Kolpackov | 13 | -93/+792 | |
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 | |||||
2014-12-08 | Add filesystem path class | Boris Kolpackov | 4 | -0/+716 | |
g++-4.9 -std=c++11 -I.. -o bd bd.cxx process.cxx timestamp.cxx path.cxx | |||||
2014-12-05 | Add support for starting processes, getting file timestamps | Boris Kolpackov | 6 | -13/+690 | |
g++-4.9 -std=c++11 -I.. -o bd bd.cxx process.cxx timestamp.cxx | |||||
2014-12-03 | Add .gitignore files | Boris Kolpackov | 1 | -0/+1 | |
2014-12-03 | Initial build tool sketch (simulation) | Boris Kolpackov | 2 | -0/+132 | |
To build: g++-4.9 -std=c++11 -g -I.. -o bd bd.cxx |