aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* A bunch of unrelated cleanups:Gravatar nharmata2017-06-16
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Fix srcs_testGravatar Damien Martin-Guillerez2017-06-01
* Migrate all tests to Truth (except the ones in the examples).Gravatar lberki2017-05-31
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Create a loadPackages() method that loads multiple packages simultaneously, u...Gravatar carmi2017-05-22
* Fixes incorrectly-ordered arguments to calls to assertEqualsGravatar Googler2017-05-19
* Expose the target map from Package.Gravatar carmi2017-05-19
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Introduce an EvaluationProgressReceiver implementation that does nothing.Gravatar nharmata2017-05-10
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Really fix the breakage at HEAD with BazelGravatar dmarting2017-05-04
* Fix broken Bazel build (http://ci.bazel.io/job/bazel-tests/BAZEL_VERSION=HEAD...Gravatar nharmata2017-05-04
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Fix tests to create WORKSPACE files for local repositories.Gravatar John Cater2017-04-24
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Add repository override optionGravatar kchodorow2017-04-20
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* fix: Allow parentheses in glob patternsGravatar Harmandeep Kaur2017-04-11
* Delete SubincludePreprocessorGravatar laurentlb2017-04-07
* Disable SubincludePreprocessorGravatar laurentlb2017-04-07
* Delete more Python-preprocessing tests and documentationGravatar laurentlb2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add "--build_manual_tests" options that forces manual tests to be built.Gravatar dslomov2017-04-04
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* BuildView#getConfiguredTargetForTesting respects null transitions.Gravatar mstaib2017-03-31
* Remove only-in-tests null checks in SkyframeActionExecutor.Gravatar Janak Ramakrishnan2017-03-22
* Make ArtifactFunctionTest#testMiddlemanArtifact more realistic by making the ...Gravatar Janak Ramakrishnan2017-03-22
* Factor out local variables in FilesystemValueCheckerTest, just to reduce the ...Gravatar Janak Ramakrishnan2017-03-21
* Enforce that the SkyKey returned by ActionLookupKey#getSkyKey is an ActionLoo...Gravatar Janak Ramakrishnan2017-03-21
* Enable rules to transition based on their Rule objects.Gravatar Michael Staib2017-03-21
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* Improve query error msg when a package has a broken Skylark loadGravatar Mark Schaller2017-03-12
* Support composed dependency transitions with dynamic configs.Gravatar Greg Estren2017-03-08
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27