aboutsummaryrefslogtreecommitdiffstats
path: root/fileutil.h
Commit message (Collapse)AuthorAgeFilesLines
* [C++] Regenerate ninja files when symlink was changedShinichiro Hamaji2015-10-151-0/+1
|
* [C++] Re-generate ninja file when a file is added/removedShinichiro Hamaji2015-08-041-1/+8
| | | | | | | | | With this change, we store the results of file list related commands in .kati_stamp. If one of them has been changed, we re-generate ninja file. Currently, this check is slow. We need to check the timestamp of directories first like what we are doing for $(wildcard).
* [C++] Regenerate ninja file when $(wildcard) is changedShinichiro Hamaji2015-07-311-0/+5
|
* [C++] Re-generate build.ninja when ckati is updatedShinichiro Hamaji2015-07-301-0/+2
|
* [C++] Fix wildcard_cache.mkShinichiro Hamaji2015-07-051-0/+4
|
* [C++] Fix shell_var.mkShinichiro Hamaji2015-07-051-0/+7
|
* [C++] Fix exec.cc, so it checks timestamps properlyShinichiro Hamaji2015-07-051-0/+1
|
* Add Apache license header to recently added filesShinichiro Hamaji2015-06-231-0/+14
|
* [C++] The first commit for C++ versionShinichiro Hamaji2015-06-181-0/+8
16 tests out of 169 are passing.