aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeTargetPatternEvaluator.java
Commit message (Expand)AuthorAge
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12
* Fix bug in skyframe-based test-suite expansionGravatar ulfjack2018-06-07
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Parallelize target pattern preloading (used by 'blaze query').Gravatar nharmata2017-08-22
* Make TargetPatternKey implement SkyKey instead of wrapping in LegacySkyKeyGravatar ulfjack2017-07-19
* Move ParsingFailureEvent reporting to TargetPatternFunctionGravatar ulfjack2017-07-18
* Remove ParseFailureListener in favor of posting to EventBus directlyGravatar ulfjack2017-07-18
* BEP: Report pattern expansion failures Gravatar Klaus Aehlig2017-03-01
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Refactoring of SkyframeTargetPatternEvaluator. Now instead of making separate...Gravatar Marian Lobur2015-06-29
* Properly handle exceptions that RecursivePkgFunction can encounter, instead o...Gravatar Janak Ramakrishnan2015-06-03
* Move target pattern parsing to key construction timeGravatar Mark Schaller2015-05-21
* Rename skyframe's TargetPattern to TargetPatternKeyGravatar Mark Schaller2015-05-21
* Similar to TargetMarkerValue, have TargetPatternValue *not* embed Targets.Gravatar Nathan Harmata2015-04-23
* Allow the number of threads used in target parsing to be configurable.Gravatar Eric Fellheimer2015-03-25
* Add a SkyQueryEnvironment which runs queries by examining the Skyframe graph.Gravatar Janak Ramakrishnan2015-02-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25