aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/pkgcache
Commit message (Expand)AuthorAge
* Add hook to process SkyframeExecutor in tests. Also add sentinel exception to...Gravatar janakr2017-07-25
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Move ParsingFailureEvent reporting to TargetPatternFunctionGravatar ulfjack2017-07-18
* Remove ParseFailureListener in favor of posting to EventBus directlyGravatar ulfjack2017-07-18
* If globbing throws an IOException, fail to construct the package instead of c...Gravatar janakr2017-07-14
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Migrate tests to Truth.Gravatar lberki2017-05-29
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add "--build_manual_tests" options that forces manual tests to be built.Gravatar dslomov2017-04-04
* Fix more cases of PathPackageLocator test flakiness on Windows due to case-in...Gravatar John Cater2017-03-27
* Fix PathPackageLocatorTest to do case-insensitive string checks.Gravatar John Cater2017-03-20
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove some dead codeGravatar Ulf Adams2017-02-07
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Code cleanup for interleaving target pattern eval and config creation.Gravatar Ulf Adams2016-11-16
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-14
* Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.Gravatar Damien Martin-Guillerez2016-10-14
* Make --watchfs a common command option.Gravatar Ulf Adams2016-10-13
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Fall back to compiling header-only libraries with --compile_one_dependency.Gravatar Googler2016-10-10
* Refactor SkyframeExecutor#preparePackageLoading to pass all PackageCacheOptio...Gravatar Janak Ramakrishnan2016-09-27
* Add type annotations for the benefit of Java 7Gravatar Klaus Aehlig2016-09-14
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Make --experimental_interleave_loading_and_analysis a no-op.Gravatar Ulf Adams2016-09-06
* Allow CompileOneDependencyTransformer#transformCompileOneDependency to throw ...Gravatar Janak Ramakrishnan2016-08-19
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Make a 'did you mean' suggestion when referencing a non-existent label.Gravatar Laurent Le Brun2016-06-06
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Fix target parsing bug with targets in the empty package (e.g. "blah" was inc...Gravatar Nathan Harmata2016-04-22
* Tolerate NoSuchPackageException when processing subdirectories.Gravatar Janak Ramakrishnan2016-04-18
* Remove the directories field from RepositoryDelegatorFunction.Gravatar Ulf Adams2016-04-15
* Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...Gravatar Luis Fernando Pino Duque2016-03-31
* Do not special-case the //external package so in so that target pattern parsi...Gravatar Lukacs Berki2016-03-31
* Simplify CompileOneDependencyTransformer. This is the first step of improvingGravatar Googler2016-03-31
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17