aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* 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
* Convert TestAspects to MockRule.Gravatar gregce2017-11-29
* MockRule enhancements.Gravatar gregce2017-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
* Add platform data into to the ToolchainContext unconditionally.Gravatar John Cater2017-11-22
* Update GlobFunction to check for subdirectories crossing into a local reposit...Gravatar John Cater2017-11-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Move TransitiveTargetKey to a dedicated top-level classGravatar ulfjack2017-10-30
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Allow/require callers of AbstractPackageLoader to set Skylark semantics expli...Gravatar brandjon2017-10-27
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Automatic code cleanup.Gravatar cushon2017-10-23
* Add tests for ToolchainUtil, and fix an error when there is an error andGravatar John Cater2017-10-23
* Add ObjectCodecTester, migrating a few tests to use itGravatar michajlo2017-10-20
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Fall back on basic StringCodec if FastStringCodec isn't availableGravatar michajlo2017-10-18
* Apply suggested fixes that were missed in http://https://github.com/bazelbuil...Gravatar jcater2017-10-16
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Consolidate ObjectCodec<String> creationGravatar michajlo2017-10-09
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* PackageLoader.loadPackages() tolerates duplicates in the list of packages to ...Gravatar carmi2017-10-06
* Couple of Fileset micro-optimizations:Gravatar kush2017-10-06
* Fix the strict-ordering of symlinks created with Filesets which was inadvarte...Gravatar kush2017-10-06
* Fix codec tests that weren't runningGravatar brandjon2017-10-06
* Move serialization test utilities from test/ to main/Gravatar brandjon2017-09-29
* Fix various linter errorsGravatar ruperts2017-09-29
* Mock cc toolchain is registered in module instead of in PlatformOptions.Gravatar cpeyser2017-09-28
* Use @SafeVarargs for AbstractObjectCodecTest constructorGravatar brandjon2017-09-27
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Stop injecting WorkspaceStatusAction into the Skyframe graph as a precomputed...Gravatar janakr2017-09-26
* Remove the assumption of order from ToolchainTestCase#testRegisteredToolchainsGravatar cpeyser2017-09-26
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-09-25
* Remove PrecomputedValue for BlazeDirectories. All consumers have the value in...Gravatar janakr2017-09-25
* Inject BlazeDirectories into RepositoryDelegatorFunction directly, instead of...Gravatar janakr2017-09-25
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Move ConfiguredTargetFunction dynamic config selection to its own class.Gravatar gregce2017-09-20
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Automatic code cleanup.Gravatar cushon2017-09-15
* Add serialization support to BlazeDirectories (and .hashCode() and .equals() ...Gravatar janakr2017-09-15
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14