aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/TargetPatternPhaseFunction.java
Commit message (Expand)AuthorAge
* Persist mappings from original command line patterns to expanded labels in Ta...Gravatar Googler2018-08-10
* Split up getTargetsToBuild() into multiple methods so compute() can determine...Gravatar Googler2018-08-09
* Move LoadingPhaseCompleteEvent posting to TargetPatternPhaseFunctionGravatar ulfjack2018-07-24
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Rewrite TargetPattern failure reportingGravatar ulfjack2018-06-07
* Remove CachingPackageLocator interface from the PackageProvider hierarchyGravatar ulfjack2018-06-06
* Change TestSuiteExpansionValue to contain Labels instead of Targets.Gravatar cpeyser2018-05-15
* Consolidate fields and methods of recursive package providers into an abstrac...Gravatar juliexxia2018-05-03
* Remove Target from TargetPatternPhaseValue. Use the sets of targets that woul...Gravatar mjhalupka2018-03-29
* Post PatternExpandingError from the skyframe target pattern evaluator as needed.Gravatar Benjamin Peterson2018-03-07
* Fix error handling in skyframe target pattern parsingGravatar ulfjack2018-02-02
* Implement --(no)expand_test_suites flag.Gravatar dslomov2017-12-13
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Refactor TargetPatternPhaseFunctionGravatar ulfjack2017-07-19
* Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKeyGravatar ulfjack2017-07-19
* Move ParsingFailureEvent reporting to TargetPatternFunctionGravatar ulfjack2017-07-18
* Add "--build_manual_tests" options that forces manual tests to be built.Gravatar dslomov2017-04-04
* Implement build tag filtering.Gravatar Lukacs Berki2016-11-11
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Create a symlink with the right workspace name under the execrootGravatar Kristina Chodorow2016-07-22
* Fix SkyframeLoadingPhaseRunner posting of EventBus events.Gravatar Ulf Adams2016-02-10
* SkyframeLoadingPhaseRunner: implement --compile_one_dependency.Gravatar Ulf Adams2016-02-10
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Implement the offset for the new skyframe-based LoadingPhaseRunner.Gravatar Ulf Adams2015-11-05
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Implement the test suite expansion after target pattern evaluation.Gravatar Ulf Adams2015-10-19
* Reimplement target pattern parsing in Skyframe.Gravatar Ulf Adams2015-10-14