aboutsummaryrefslogtreecommitdiffstats
path: root/func.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [C++] support function variables beyond $9Colin Cross2015-07-271-2/+10
* [C++] Evaluate "echo $((XXX))" at generation timeShinichiro Hamaji2015-07-171-1/+15
* [C++] Fix $(subst) with an empty patternShinichiro Hamaji2015-07-061-0/+5
* [C++] Fix wildcard_cache.mkShinichiro Hamaji2015-07-051-16/+4
* [C++] Fix shell_var.mkShinichiro Hamaji2015-07-051-59/+3
* [C++] Remove STRING_PIECE macroShinichiro Hamaji2015-07-031-1/+1
* [C++] Make FindEmulator optionalShinichiro Hamaji2015-07-031-2/+2
* [C++] Use vfork and exec instead of popen for $(shell)Shinichiro Hamaji2015-07-031-1/+50
* [C++] Introduce FindEmulator to speed up find commandShinichiro Hamaji2015-07-011-1/+40
* [C++] Report particularly slow shell commandsShinichiro Hamaji2015-07-011-1/+1
* [C++] Add a way to retrieve statsShinichiro Hamaji2015-06-301-0/+3
* [C++] Introduce SymbolShinichiro Hamaji2015-06-291-7/+9
* [C++] Sort the result of $(wildcard)Shinichiro Hamaji2015-06-291-1/+11
* Fix $(dir /foo) for both C++ and GoShinichiro Hamaji2015-06-291-2/+1