aboutsummaryrefslogtreecommitdiff
path: root/find.cc
AgeCommit message (Expand)Author
2018-02-13Fail find parsing for \*Dan Willemsen
2018-02-06Support the implicit "-a" in findDan Willemsen
2018-01-31Support different findleaves.py pathDan Willemsen
2017-10-11`clang-format -i -style=file *.cc *.h`Dan Willemsen
2017-07-26Fix (cd <symlink>; find .)Dan Willemsen
2017-05-22Add --werror_find_emulator, --werror_overriding_commandsDan Willemsen
2017-05-12Ignore EACCES during find emulator opendirDan Willemsen
2017-02-24Merge pull request #113 from danw/resilient_findShinichiro Hamaji
2017-02-23Be more resilient to directories disappearing during startupDan Willemsen
2017-02-22Pass a Loc into FindEmulator for better warningsDan Willemsen
2016-10-19Optimize findleaves regen checkDan Willemsen
2016-10-19Remove "out" special case handling from FindEmulatorDan Willemsen
2016-09-20Workaround lifetime problem identified by ASANDan Willemsen
2016-05-27[C++] Add support for multiple filenames to findleaves emulationColin Cross
2016-02-12[C++] Remove all warnings from clangShinichiro Hamaji
2015-10-15[C++] Resolve symlinks in the top directoryShinichiro Hamaji
2015-10-15[C++] Fix find -name for symlinksShinichiro Hamaji
2015-10-15[C++] Fix a memory corruptionShinichiro Hamaji
2015-10-15[C++] Make FindEmulator's symlink support betterShinichiro Hamaji
2015-10-09[C++] Fix FindEmulator for paths in symlinksShinichiro Hamaji
2015-09-08[C++] Handle DT_UNKNOWN properly in find emulatorShinichiro Hamaji
2015-08-11[C++] Handle 2> /dev/null in find commandShinichiro Hamaji
2015-08-11[C++] Check testdir before chdirShinichiro Hamaji
2015-08-11[C++] Reduce unnecessary shell invocationsShinichiro Hamaji
2015-08-06[C++] Re-run commands only when certain directories are updatedShinichiro Hamaji
2015-08-06[C++] Sort the result of findleaves.pyShinichiro Hamaji
2015-08-06Merge pull request #16 from danw/unsorted_findShinichiro Hamaji
2015-08-06[C++] Add findleaves support to FindEmulatorShinichiro Hamaji
2015-08-05[C++] Don't sort find/ls resultsDan Willemsen
2015-08-04[C++] Re-generate ninja file when a file is added/removedShinichiro Hamaji
2015-08-03[C++] Better find command detectionShinichiro Hamaji
2015-08-03[C++] Move FindCommandParser to outside FindEmulatorShinichiro Hamaji
2015-07-31[C++] Expose FindCommand structShinichiro Hamaji
2015-07-31[C++] Delay find emulator initializationShinichiro Hamaji
2015-07-06[C++] Show the number of files in FindEmulatorShinichiro Hamaji
2015-07-05[C++] Rename time.h to timeutil.hShinichiro Hamaji
2015-07-03[C++] Correct BNF in find.ccShinichiro Hamaji
2015-07-02[C++] Do not find same entries twiceShinichiro Hamaji
2015-07-02[C++] Implement -maxdepth for findShinichiro Hamaji
2015-07-01[C++] Introduce FindEmulator to speed up find commandShinichiro Hamaji