aboutsummaryrefslogtreecommitdiffstats
path: root/pathutil.go
Commit message (Expand)AuthorAgeFilesLines
* [go] fix stat.Dev type to uint64Koichi Shiraishi2016-11-291-3/+3
* [go] fix find_command.mk - "cd xxx && find ."Fumitoshi Ukai2015-08-111-6/+14
* [go] fix find_command.mkFumitoshi Ukai2015-08-101-2/+15
* [go] implement find emulatorFumitoshi Ukai2015-07-311-410/+720
* [go] handle raw wildcard in prerequisites. #10Fumitoshi Ukai2015-07-221-5/+32
* [go] cleanup wildcard cacheFumitoshi Ukai2015-07-211-76/+93
* use github.com/golang/glogFumitoshi Ukai2015-07-101-23/+31
* minor improve findLiteralChar performanceFumitoshi Ukai2015-07-091-0/+12
* fix run_integration_test android caseFumitoshi Ukai2015-07-081-4/+1
* introduce evalWriterFumitoshi Ukai2015-07-071-11/+11
* fix escaped_wildcard.mkFumitoshi Ukai2015-07-071-0/+18
* fix findleaves mindepth handling regressionFumitoshi Ukai2015-06-291-1/+5
* fix android:java_resource_file_groupsFumitoshi Ukai2015-06-291-5/+1
* fix findleaves mindepth handling.Fumitoshi Ukai2015-06-291-1/+5
* fix panic based error reportingFumitoshi Ukai2015-06-261-15/+16
* unexport LogStatsFumitoshi Ukai2015-06-261-3/+3
* unexport Logf, LogAlways, Warn*, Error*Fumitoshi Ukai2015-06-251-23/+23
* go gettable for github.com/google/katiFumitoshi Ukai2015-06-251-6/+14
* reduce reading makefiles.Fumitoshi Ukai2015-06-231-3/+15
* improve wildcardFumitoshi Ukai2015-06-191-26/+59
* support android:all-proto-files-underFumitoshi Ukai2015-06-181-8/+8
* remove TODO comment for findleavesFumitoshi Ukai2015-06-181-1/+0
* improve findleavesFumitoshi Ukai2015-06-181-4/+15
* fix findleaves; should sort the found filenames.Fumitoshi Ukai2015-06-161-1/+6
* fix findleaves failed to detect ./system/security/keystore-engine/Android.mkFumitoshi Ukai2015-06-161-2/+6
* add findleaves supportFumitoshi Ukai2015-06-151-31/+193
* trace event: also emit findcache init eventFumitoshi Ukai2015-06-151-2/+3
* add -find_cache_prunesFumitoshi Ukai2015-06-111-4/+13
* Use LogStats instead of Logf for find cache scan timeShinichiro Hamaji2015-06-101-1/+1
* Add LICENSE and licence headersShinichiro Hamaji2015-06-101-0/+14
* use_find_cache: add another patternFumitoshi Ukai2015-06-091-43/+107
* use_find_cache: add another patternFumitoshi Ukai2015-06-091-5/+60
* add -use_find_cacheFumitoshi Ukai2015-06-091-0/+97
* add -use_wildcard_cache flagFumitoshi Ukai2015-06-081-0/+56