index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
finder
Age
Commit message (
Expand
)
Author
2024-01-18
Fix data race in finder_test.go
Colin Cross
2022-08-17
Reformat build/soong for go 1.19
Colin Cross
2022-05-04
Add a test for correctness of C++ compilation.
Lukacs T. Berki
2022-02-07
Close more files.
Liz Kammer
2021-02-06
Add LOCAL_LICENSE_KINDS to build/soong
Bob Badour
2020-10-13
find bazel-related files and add them to bazel.list and ninja deps
Chris Parsons
2020-10-09
Revert "Make lots of tests run in parallel"
Colin Cross
2020-10-06
Make lots of tests run in parallel
Colin Cross
2020-07-06
Dist module_paths/files.db
Colin Cross
2020-07-01
Merge changes Ie33d2e05,Ie2b4509b,I5ac3a1f5
Colin Cross
2020-06-29
Fix finder on symlinks pointing to directories
Colin Cross
2020-06-29
Add Stat to finder/fs
Colin Cross
2020-06-29
Move finder_test filesystem helper functions to fs/test.go
Colin Cross
2020-06-29
Fix bpfmt issues and add bpfmt to preupload checks
ThiƩbaud Weksteen
2019-06-20
Fix data races in finder_test.go
Colin Cross
2018-07-22
Fix `go vet` issues
Dan Willemsen
2017-12-22
Reimplement ioutil.ReadDir with a version that avoids calling lstat
Colin Cross
2017-12-22
Add a DirEntryInfo interface that is a subset of os.FileInfo
Colin Cross
2017-12-22
Move android/soong/fs to android/soong/finder/fs
Colin Cross
2017-08-23
Fix the Finder's ability to ignore permission errors
Jeff Gaston
2017-08-22
Add some tests for singlethreaded usage of the Finder.
Jeff Gaston
2017-08-22
Fix hanging of finder_test
Jeff Gaston
2017-08-16
Run the Finder and make its results available to Kati
Jeff Gaston
2017-08-15
Fail the Finder in case of unexpected fs error
Jeff Gaston
2017-08-10
Revert "Revert "Cacheable, multithreaded finder.""
Jeff Gaston
2017-08-10
Revert "Cacheable, multithreaded finder."
Jeff Gaston
2017-08-08
Cacheable, multithreaded finder.
Jeff Gaston