aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages/util/PackageLoadingTestCase.java
Commit message (Expand)AuthorAge
* Refactor setupPackageCache to get all BuildConfiguration.Options references o...Gravatar juliexxia2018-08-01
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Normalize parameter name commentsGravatar cushon2018-04-27
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Introduce Root class.Gravatar tomlu2018-01-17
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* 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
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* 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
* Introduce a Skyframe function: ActionEnvironmentFunction Gravatar Damien Martin-Guillerez2017-02-08
* Remove dead code in SkyframeLabelVisitorGravatar Ulf Adams2017-02-07
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* 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
* Move more things from TestConstants to AnalysisMock and LoadingMock.Gravatar Ulf Adams2016-07-14
* Ignore make variables undefined for requested platform.Gravatar Dmitry Lomov2016-07-01
* Introduce TestConstants#PACKAGE_FACTORY_FACTORY_FOR_TESTING for the sake of m...Gravatar Nathan Harmata2016-06-10
* Allow BlazeModules to expose a helper that PackageFactory will use for creati...Gravatar Nathan Harmata2016-05-27
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Roll-foward of commit 351475627b9e94e5afdf472cbf465f49c433a25e which was roll...Gravatar Nathan Harmata2016-04-14
* Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e.Gravatar Florian Weikert2016-04-12
* Make non-empty attribute checks happen during analysis of the target in quest...Gravatar Nathan Harmata2016-04-07
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools.Gravatar Luis Fernando Pino Duque2016-03-15