aboutsummaryrefslogtreecommitdiffstats
path: root/rule.cc
Commit message (Expand)AuthorAgeFilesLines
* `clang-format -i -style=file *.cc *.h`Dan Willemsen2017-10-111-15/+15
* Add --color_warnings to make warnings/errors like clangDan Willemsen2017-02-221-12/+10
* Fix some possible performance issues found by clang-tidyDan Willemsen2016-11-011-1/+1
* [C++] Allow targets which start with `='.Shinichiro Hamaji2016-06-301-5/+22
* [C++] Remove Rule::is_default_targetShinichiro Hamaji2016-02-191-4/+1
* [C++] Trim leading ./ in output patternsShinichiro Hamaji2016-01-261-0/+1
* [C++] Always set is_default_targetShinichiro Hamaji2015-10-031-0/+2
* Add support for default targets in ninja outputColin Cross2015-09-291-1/+2
* [C++] Show a warning for mismatched output patternsShinichiro Hamaji2015-09-281-0/+7
* Rename value.* and ast.* to expr.* and stmt.*, respectivelyShinichiro Hamaji2015-09-241-1/+1
* [C++] Fix for multiple output patterns in a ruleShinichiro Hamaji2015-09-111-3/+2
* [C++] Introduce SymbolShinichiro Hamaji2015-06-291-11/+13
* Trim leading ./ when kati includes a fileShinichiro Hamaji2015-06-291-9/+0
* [C++] Fix preserve_single_dot.mkShinichiro Hamaji2015-06-261-3/+3
* [C++] Fix merge_output_pattern.mkShinichiro Hamaji2015-06-261-1/+5
* [C++] Fix empty_output.mkShinichiro Hamaji2015-06-251-2/+1
* go gettable for github.com/google/katiFumitoshi Ukai2015-06-251-0/+2
* [C++] Implement ; in ruleShinichiro Hamaji2015-06-231-6/+14
* [C++] Let target specific variable have its own scopeShinichiro Hamaji2015-06-231-1/+1
* Add Apache license header to recently added filesShinichiro Hamaji2015-06-231-0/+14
* [C++] Implement target specific variablesShinichiro Hamaji2015-06-231-2/+4
* [C++] Implement suffix ruleShinichiro Hamaji2015-06-221-3/+1
* [C++] Implement pattern rulesShinichiro Hamaji2015-06-221-1/+3
* [C++] Parse all kinds of rulesShinichiro Hamaji2015-06-221-10/+66
* [C++] The first commit for C++ versionShinichiro Hamaji2015-06-181-0/+88