aboutsummaryrefslogtreecommitdiff
path: root/ninja_test.cc
AgeCommit message (Collapse)Author
2015-08-11[C++] Improve NormalizePathShinichiro Hamaji
So now NormalizePath("../foo") will be "../foo" and "/../foo" will be "/foo".
2015-07-28[C++] Make FindCommandLineFlagWithArg easier to useShinichiro Hamaji
Now this function does not require a trailing whitespace.
2015-07-18[C++] Fixes for depfile detectionShinichiro Hamaji
This is necessary to build ckati itself: $ ./ckati --ninja $ ninja ckati
2015-07-14[C++] Handle command lines with ccacheShinichiro Hamaji
2015-07-11[C++] Emit "deps = gcc" in ninja fileShinichiro Hamaji
2015-07-03[C++] Emit depfile lines from NinjaGeneratorShinichiro Hamaji