aboutsummaryrefslogtreecommitdiffstats
path: root/command.cc
Commit message (Expand)AuthorAgeFilesLines
* `clang-format -i -style=file *.cc *.h`Dan Willemsen2017-10-111-22/+15
* [C++] Ignore recursive marker in recipesStefan Becker2016-04-131-0/+2
* [C++] Associate global variables with Symbols directlyShinichiro Hamaji2016-02-221-4/+3
* Show the location of unsupported automatic variablesShinichiro Hamaji2015-12-181-2/+3
* [C++] Fail early for unsupported automatic variablesShinichiro Hamaji2015-12-121-0/+9
* [C++] Correct the implementation of $*Shinichiro Hamaji2015-09-111-1/+5
* [C++] A global refactoring for command line flagsShinichiro Hamaji2015-09-091-1/+1
* [C++] Fix submake_basic.mk for non-ninja modeShinichiro Hamaji2015-09-091-1/+2
* [C++] Remove all shared_ptr<string>Shinichiro Hamaji2015-08-141-4/+4
* [C++] Fix info, warning, and error for ninjaShinichiro Hamaji2015-07-281-0/+18
* [C++] Introduce SymbolShinichiro Hamaji2015-06-291-13/+12
* [C++] Split CommandEvaluator from ExecutorShinichiro Hamaji2015-06-291-0/+214