aboutsummaryrefslogtreecommitdiffstats
path: root/var.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix list of used environment variablesDan Willemsen2017-11-211-0/+7
* Keep track of stack usage, report line that used the mostDan Willemsen2017-10-131-2/+5
* `clang-format -i -style=file *.cc *.h`Dan Willemsen2017-10-111-19/+21
* Add deprecated / obsolete variable supportDan Willemsen2017-10-031-1/+2
* Support marking variables as readonlyDan Willemsen2016-09-291-2/+7
* Fix https://github.com/google/kati/issues/46Shinichiro Hamaji2016-03-101-1/+3
* [C++] Associate global variables with Symbols directlyShinichiro Hamaji2016-02-221-0/+4
* [C++] Use emplace instead of insert+make_pairShinichiro Hamaji2016-02-171-2/+2
* [C++] Remove unnecessary allocation for SimpleVarShinichiro Hamaji2016-02-101-0/+4
* Rename value.* and ast.* to expr.* and stmt.*, respectivelyShinichiro Hamaji2015-09-241-1/+1
* [C++] Stop using shared_ptr<string> in SimpleVarShinichiro Hamaji2015-08-141-8/+6
* [C++] Record environment variables usedShinichiro Hamaji2015-07-141-1/+8
* [C++] Remove STRING_PIECE macroShinichiro Hamaji2015-07-031-1/+1
* [C++] Introduce SymbolShinichiro Hamaji2015-06-291-3/+3
* [C++] Do not crash for overwriting automatic variablesShinichiro Hamaji2015-06-261-0/+3
* [C++] Fix override_override.mkShinichiro Hamaji2015-06-261-1/+6
* [C++] Define VarOriginShinichiro Hamaji2015-06-261-2/+17
* go gettable for github.com/google/katiFumitoshi Ukai2015-06-251-0/+2
* Add Apache license header to recently added filesShinichiro Hamaji2015-06-231-0/+14
* [C++] Fix value.mkShinichiro Hamaji2015-06-221-2/+14
* [C++] Implement foreachShinichiro Hamaji2015-06-191-0/+18
* [C++] Implementing +=Shinichiro Hamaji2015-06-181-0/+16
* [C++] The first commit for C++ versionShinichiro Hamaji2015-06-181-0/+68