aboutsummaryrefslogtreecommitdiffstats
path: root/func.cc
Commit message (Expand)AuthorAgeFilesLines
* Add KATI_(deprecate|obsolete)_exportDan Willemsen2018-02-271-0/+32
* Expand PeekVar to KATI_(deprecated|obsolete)_varDan Willemsen2017-12-271-2/+2
* Keep track of stack usage, report line that used the mostDan Willemsen2017-10-131-0/+2
* `clang-format -i -style=file *.cc *.h`Dan Willemsen2017-10-111-85/+106
* Add deprecated / obsolete variable supportDan Willemsen2017-10-031-0/+64
* Pass a Loc into FindEmulator for better warningsDan Willemsen2017-02-221-4/+5
* Add --color_warnings to make warnings/errors like clangDan Willemsen2017-02-221-9/+8
* Merge pull request #97 from danw/file_funcDan Willemsen2016-10-041-0/+123
|\
| * Implement the `file` function to read and write filesDan Willemsen2016-10-031-0/+123
* | Optimize RunCommand by removing /bin/sh wrapper when possibleDan Willemsen2016-10-011-5/+7
|/
* Don't ignore all date/echo commandsDan Willemsen2016-09-191-1/+3
* [C++] Fix $(join) for #76Shinichiro Hamaji2016-06-071-1/+6
* [C++] $(eval) stops when first character is '#'Stefan Becker2016-06-021-4/+0
* Always sort glob resultsShinichiro Hamaji2016-05-031-1/+0
* [C++] Handle .POSIX at eval timeShinichiro Hamaji2016-04-271-1/+1
* [C++] Reduce unnecessary string allocationShinichiro Hamaji2016-04-271-2/+3
* [C++] Store SHELL value in command resultStefan Becker2016-04-121-0/+1
* [C++] Ignore white space around $(call) function nameStefan Becker2016-04-121-1/+1
* [C++] Associate global variables with Symbols directlyShinichiro Hamaji2016-02-221-6/+4
* [C++] Always use std::stable_sortShinichiro Hamaji2016-02-151-7/+2
* [C++] Use LCP merge sort for $(sort)Shinichiro Hamaji2016-02-121-2/+11
* [C++] Reduce unnecessary Intern from CallFuncShinichiro Hamaji2016-02-081-8/+9
* Revert "[C++] Do not fail by $(shell) in functions for now"Shinichiro Hamaji2015-12-181-4/+3
* [C++] Do not fail by $(shell) in functions for nowShinichiro Hamaji2015-12-051-3/+4
* [C++] Explicitly disallow $(shell) in other make constructsShinichiro Hamaji2015-11-301-0/+10
* [C++] Add a warning for undefined user functionsShinichiro Hamaji2015-11-171-0/+4
* [C++] Add a fast path for $(eval) which starts with #Shinichiro Hamaji2015-11-171-0/+4
* [C++] Add --warn flag which produces extra warningsShinichiro Hamaji2015-11-171-0/+4
* Add --no_ignore_dirty flagColin Cross2015-11-121-5/+7
* [C++] Fix a CHECK failureShinichiro Hamaji2015-11-071-1/+1
* [C++] Stop using realpath(1) to handle $(realpath) in recipeShinichiro Hamaji2015-10-081-1/+5
* [C++] Fix realpath implementation for multiple parametersShinichiro Hamaji2015-10-081-1/+1
* [C++] Fix a off-by-one error in StripShellCommentShinichiro Hamaji2015-10-051-1/+1
* Rename value.* and ast.* to expr.* and stmt.*, respectivelyShinichiro Hamaji2015-09-241-7/+7
* [C++] A global refactoring for command line flagsShinichiro Hamaji2015-09-091-2/+2
* [C++] Fix newlines in $(info/warning/error)Dan Willemsen2015-08-251-4/+4
* [C++] Fix warnings for clangShinichiro Hamaji2015-08-171-8/+5
* [C++] Remove all shared_ptr<string>Shinichiro Hamaji2015-08-141-127/+128
* [C++] Stop using shared_ptr<string> in SimpleVarShinichiro Hamaji2015-08-141-3/+3
* [C++] Store command results with no outputShinichiro Hamaji2015-08-131-1/+14
* [C++] Run most $(shell) to check if regeneration is necessaryShinichiro Hamaji2015-08-131-15/+9
* [C++] Fix automatic variables in nested $(callDan Willemsen2015-08-071-4/+17
* Merge pull request #16 from danw/unsorted_findShinichiro Hamaji2015-08-061-12/+4
|\
| * [C++] Don't sort find/ls resultsDan Willemsen2015-08-051-12/+4
* | [C++] Add findleaves support to FindEmulatorShinichiro Hamaji2015-08-061-0/+1
|/
* [C++] Re-generate ninja file when a file is added/removedShinichiro Hamaji2015-08-041-39/+61
* [C++] Fix comment_in_command.mkShinichiro Hamaji2015-07-291-1/+55
* [C++] Fix realpath.mk for ninjaShinichiro Hamaji2015-07-281-1/+3
* [C++] Fix info, warning, and error for ninjaShinichiro Hamaji2015-07-281-6/+9
* [C++] Run $(wildcard) at generation time, not ninja timeShinichiro Hamaji2015-07-281-7/+2