Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -0/+1 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-27 | Add support for specifying library link order | Boris Kolpackov | 1 | -2/+10 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 1 | -3/+4 | |
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 1 | -1/+1 | |
2015-03-12 | Implement clean operation | Boris Kolpackov | 1 | -8/+8 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -7/+7 | |
2015-02-23 | Rename "select" to "apply" | Boris Kolpackov | 1 | -2/+2 | |
2015-01-16 | Implement rule chaining for cxx::link | Boris Kolpackov | 1 | -2/+8 | |
2015-01-15 | Implement rule ambiguity detection | Boris Kolpackov | 1 | -2/+2 | |
Also establish the infrastructure for rule hinting | |||||
2014-12-18 | Initial support for loading dependency info from buildfiles | Boris Kolpackov | 1 | -2/+3 | |
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-11 | Improve diagnostics and error handling | Boris Kolpackov | 1 | -1/+1 | |
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 | 1 | -0/+7 | |
2014-12-10 | Add rules | Boris Kolpackov | 1 | -0/+40 | |
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 |