aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Generalize ConfigSetting's special options handling.Gravatar mstaib2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* BEP: provide events a generic converter classGravatar aehlig2017-04-04
* 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
* Remove some unused bookkeeping things about the no-longer-existent PackageCache.Gravatar nharmata2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Drop loading-phase values if --discard_analysis_cache is true and we're not k...Gravatar janakr2017-03-31
* Actually clear the per-build syscall cache after loading. Setting it to null ...Gravatar janakr2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Unit tests respect top-level rule-class transitions.Gravatar Cal Peyser2017-03-27
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Remove only-in-tests null checks in SkyframeActionExecutor.Gravatar Janak Ramakrishnan2017-03-22
* Enforce that the SkyKey returned by ActionLookupKey#getSkyKey is an ActionLoo...Gravatar Janak Ramakrishnan2017-03-21
* Make explicit that no I/O is done when constructing a FileArtifactValue for a...Gravatar Janak Ramakrishnan2017-03-21
* Fix missing type params for Java7Gravatar Mark Schaller2017-03-12
* Remove usage of SynchronizedBatchCallback findTargetsBeneathDirectoryAsync; b...Gravatar Nathan Harmata2017-03-12
* Improve query error msg when a package has a broken Skylark loadGravatar Mark Schaller2017-03-12
* Description redacted.Gravatar Nathan Harmata2017-03-09
* Pass the repository name through to build info factoriesGravatar Kristina Chodorow2017-03-06
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Rollback of commit 34ffc4cab1b6cdde54e5945427b79c24fff39aa5.Gravatar Dmitry Lomov2017-03-02
* BEP: Report pattern expansion failures Gravatar Klaus Aehlig2017-03-01
* Rollback of commit 01120026dc313ee7ad9ea95069a29252eb19173b.Gravatar Jon Brandvein2017-03-01
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* Export exportable values as we go instead of at the end of evaluation.Gravatar Dmitry Lomov2017-03-01
* Rollback of commit 822c37816ac669e51bec3853b41849a19ec5e230.Gravatar Nathan Harmata2017-03-01
* Add check that the WORKSPACE found in LocalRepositoryLookupFunction isn't a d...Gravatar John Cater2017-02-28
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Reimplement blaze query using an async evaluation model. Use a concurrent bac...Gravatar Nathan Harmata2017-02-28
* Clean up event busGravatar Klaus Aehlig2017-02-27
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Fix broken javadoc link.Gravatar Shreya Bhattarai2017-02-23
* Allow absolute symlinks in TreeArtifacts. Let the downstream action (if there...Gravatar Janak Ramakrishnan2017-02-23
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Fix a hypothetical issue with 'buildfiles' and 'loadfiles' with duplicate tar...Gravatar Nathan Harmata2017-02-16
* Loosen visibility of ASTFileLookupValue.Gravatar Janak Ramakrishnan2017-02-15
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Some minor logging improvements related to diff awareness:Gravatar Nathan Harmata2017-02-15
* Fix IllegalStateException when loading from a non declared external repository Gravatar Damien Martin-Guillerez2017-02-14
* Fix PackageProgressReceiver to not call contains on a list.Gravatar Janak Ramakrishnan2017-02-13
* Add @Nullable annotations to PackageFunction#progressReceiver.Gravatar Janak Ramakrishnan2017-02-13
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Tighten a precondition check during action execution.Gravatar Lukacs Berki2017-02-10