aboutsummaryrefslogtreecommitdiffstats
path: root/find.cc
Commit message (Expand)AuthorAgeFilesLines
* Fail find parsing for \*Dan Willemsen2018-02-131-7/+17
* Support the implicit "-a" in findDan Willemsen2018-02-061-6/+10
* Support different findleaves.py pathDan Willemsen2018-01-311-2/+4
* `clang-format -i -style=file *.cc *.h`Dan Willemsen2017-10-111-111/+90
* Fix (cd <symlink>; find .)Dan Willemsen2017-07-261-10/+12
* Add --werror_find_emulator, --werror_overriding_commandsDan Willemsen2017-05-221-10/+22
* Ignore EACCES during find emulator opendirDan Willemsen2017-05-121-1/+1
* Merge pull request #113 from danw/resilient_findShinichiro Hamaji2017-02-241-3/+20
|\
| * Be more resilient to directories disappearing during startupDan Willemsen2017-02-231-3/+20
* | Pass a Loc into FindEmulator for better warningsDan Willemsen2017-02-221-21/+19
|/
* Optimize findleaves regen checkDan Willemsen2016-10-191-20/+74
* Remove "out" special case handling from FindEmulatorDan Willemsen2016-10-191-4/+2
* Workaround lifetime problem identified by ASANDan Willemsen2016-09-201-8/+8
* [C++] Add support for multiple filenames to findleaves emulationColin Cross2016-05-271-8/+28
* [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