aboutsummaryrefslogtreecommitdiffstats
path: root/find.cc
Commit message (Expand)AuthorAgeFilesLines
* [C++] Remove all warnings from clangShinichiro Hamaji2016-02-121-5/+5
* [C++] Resolve symlinks in the top directoryShinichiro Hamaji2015-10-151-4/+19
* [C++] Fix find -name for symlinksShinichiro Hamaji2015-10-151-14/+14
* [C++] Fix a memory corruptionShinichiro Hamaji2015-10-151-1/+3
* [C++] Make FindEmulator's symlink support betterShinichiro Hamaji2015-10-151-60/+145
* [C++] Fix FindEmulator for paths in symlinksShinichiro Hamaji2015-10-091-4/+22
* [C++] Handle DT_UNKNOWN properly in find emulatorShinichiro Hamaji2015-09-081-3/+33
* [C++] Handle 2> /dev/null in find commandShinichiro Hamaji2015-08-111-9/+18
* [C++] Check testdir before chdirShinichiro Hamaji2015-08-111-13/+13
* [C++] Reduce unnecessary shell invocationsShinichiro Hamaji2015-08-111-16/+52
* [C++] Re-run commands only when certain directories are updatedShinichiro Hamaji2015-08-061-12/+5
* [C++] Sort the result of findleaves.pyShinichiro Hamaji2015-08-061-2/+6
* Merge pull request #16 from danw/unsorted_findShinichiro Hamaji2015-08-061-11/+12
|\
| * [C++] Don't sort find/ls resultsDan Willemsen2015-08-051-11/+12
* | [C++] Add findleaves support to FindEmulatorShinichiro Hamaji2015-08-061-21/+105
|/
* [C++] Re-generate ninja file when a file is added/removedShinichiro Hamaji2015-08-041-8/+6
* [C++] Better find command detectionShinichiro Hamaji2015-08-031-1/+5
* [C++] Move FindCommandParser to outside FindEmulatorShinichiro Hamaji2015-08-031-294/+294
* [C++] Expose FindCommand structShinichiro Hamaji2015-07-311-43/+31
* [C++] Delay find emulator initializationShinichiro Hamaji2015-07-311-4/+9
* [C++] Show the number of files in FindEmulatorShinichiro Hamaji2015-07-061-1/+5
* [C++] Rename time.h to timeutil.hShinichiro Hamaji2015-07-051-1/+1
* [C++] Correct BNF in find.ccShinichiro Hamaji2015-07-031-1/+3
* [C++] Do not find same entries twiceShinichiro Hamaji2015-07-021-3/+4
* [C++] Implement -maxdepth for findShinichiro Hamaji2015-07-021-9/+21
* [C++] Introduce FindEmulator to speed up find commandShinichiro Hamaji2015-07-011-0/+684