aboutsummaryrefslogtreecommitdiff
path: root/eval.h
AgeCommit message (Expand)Author
2018-02-27Add KATI_(deprecate|obsolete)_exportDan Willemsen
2017-12-27Expand PeekVar to KATI_(deprecated|obsolete)_varDan Willemsen
2017-11-21Fix list of used environment variablesDan Willemsen
2017-10-13Keep track of stack usage, report line that used the mostDan Willemsen
2017-10-11`clang-format -i -style=file *.cc *.h`Dan Willemsen
2016-09-29Support marking variables as readonlyDan Willemsen
2016-05-20Support all kinds of command line variablesShinichiro Hamaji
2016-04-27[C++] Handle .POSIX at eval timeShinichiro Hamaji
2016-02-22[C++] Associate global variables with Symbols directlyShinichiro Hamaji
2016-02-08[C++] Stop using shared_ptr in evalShinichiro Hamaji
2016-02-08[C++] Remove EvalResult, which is unusedShinichiro Hamaji
2016-02-05[C++] Remove Evaluator::in_vars_Shinichiro Hamaji
2015-11-30[C++] Explicitly disallow $(shell) in other make constructsShinichiro Hamaji
2015-09-24Rename value.* and ast.* to expr.* and stmt.*, respectivelyShinichiro Hamaji
2015-08-14[C++] Remove all shared_ptr<string>Shinichiro Hamaji
2015-07-31[C++] Regenerate ninja when unset environment variable was setShinichiro Hamaji
2015-07-28[C++] Fix info, warning, and error for ninjaShinichiro Hamaji
2015-07-05[C++] Fix wildcard_cache.mkShinichiro Hamaji
2015-07-05[C++] Fix shell_var.mkShinichiro Hamaji
2015-06-29[C++] Introduce SymbolShinichiro Hamaji
2015-06-29[C++] Implement the first version of NinjaGeneratorShinichiro Hamaji
2015-06-26[C++] Implement export and unexportShinichiro Hamaji
2015-06-26[C++] Parse overrideShinichiro Hamaji
2015-06-23[C++] Let target specific variable have its own scopeShinichiro Hamaji
2015-06-23Add Apache license header to recently added filesShinichiro Hamaji
2015-06-23[C++] Implement target specific variablesShinichiro Hamaji
2015-06-22[C++] Fix builtin_rules.mkShinichiro Hamaji
2015-06-22[C++] Implement suffix ruleShinichiro Hamaji
2015-06-19[C++] Implement foreachShinichiro Hamaji
2015-06-18[C++] Implement include directiveShinichiro Hamaji
2015-06-18[C++] Parse include directivesShinichiro Hamaji
2015-06-18[C++] Implement $(warning) and $(error)Shinichiro Hamaji
2015-06-18[C++] The first commit for C++ versionShinichiro Hamaji