aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
...
* Allow SkyValues to be marked not "comparable". Such values are not compared f...Gravatar Eric Fellheimer2015-11-19
* Have trimConfigurations preserve the same dep orderingGravatar Greg Estren2015-11-19
* Simplify inputs to NoSuchTargetExceptionGravatar Michajlo Matijkiw2015-11-19
* Skylark path-based relative loads now work correctly (with the new label-base...Gravatar John Field2015-11-18
* Use LinkedListMultimap instead of ArrayListMultimapGravatar Greg Estren2015-11-18
* Allow for a set of known modified files to be passed into the FileSystemValue...Gravatar Eric Fellheimer2015-11-18
* When computing the transitive config fragments required by a target,Gravatar Greg Estren2015-11-18
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Narrow causes in NoSuchThingException familyGravatar Michajlo Matijkiw2015-11-17
* Exit with an error message, rather than crashing, when an attempt is made to ...Gravatar John Field2015-11-16
* Fix crash when two Skylark loads reference the same path.Gravatar John Field2015-11-16
* Minor tweaks to DirectoryListingStateValueGravatar Michajlo Matijkiw2015-11-16
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* RELNOTES: Symlink dirents of directories containing a file named "DONT_FOLLOW...Gravatar Nathan Harmata2015-11-13
* Removed unused FileFunctionException constructorGravatar Michajlo Matijkiw2015-11-13
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Make it easier to reuse empty PrepareDepsOfTargetsUnderDirectoryValue singletonsGravatar Michajlo Matijkiw2015-11-13
* Pre-trim build options for all remaining calls to ConfigurationFragment.key. ...Gravatar Greg Estren2015-11-13
* Inline SkyframeBuildView.createAspect into its only call-site, to reduce stac...Gravatar Carmi Grushko2015-11-13
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* When determining a dep's dynamic configuration, apply theGravatar Greg Estren2015-11-12
* When getting the Skyframe key for a ConfigurationFragment, firstGravatar Greg Estren2015-11-12
* Include the Globber in the PackageFunction AstAfterPreprocessing cache. Other...Gravatar Nathan Harmata2015-11-12
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* Add a Skyframe injected value representing a Blacklist of package patterns. A...Gravatar Eric Fellheimer2015-11-10
* Update @Nullable annotations for FilesystemValueChecker related stuff.Gravatar Nathan Harmata2015-11-10
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Refactor the loading phase runner creation and remove the test duplication.Gravatar Ulf Adams2015-11-06
* Add a TODO for a known dynamic configuration problem: hostGravatar Greg Estren2015-11-06
* Implement the offset for the new skyframe-based LoadingPhaseRunner.Gravatar Ulf Adams2015-11-05
* Increase the concurrency level of the filesystem call caches used in legacy p...Gravatar Nathan Harmata2015-11-05
* Pass AspectWithParameters instead of separately passing AspectParameters and ...Gravatar Carmi Grushko2015-11-04
* Post preliminary events so it doesn't crash outright.Gravatar Ulf Adams2015-11-04
* Add a skyframe-based loading phase runner hidden behind a compile-time const.Gravatar Ulf Adams2015-11-03
* Split the LoadingPhaseRunner into interface and implementation.Gravatar Ulf Adams2015-11-03
* When creating RuleContext, explicitly pass the set of attributes an attached ...Gravatar Carmi Grushko2015-11-02
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Move LoadingPhaseRunner.Options to top-level class LoadingOptions.Gravatar Ulf Adams2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Disable --watchfs on OSX in preparation for enabling it by default.Gravatar Ulf Adams2015-10-28
* Visibility adjustmentsGravatar Michajlo Matijkiw2015-10-28
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* Share SkyKey interning between evaluation and deserialization.Gravatar Eric Fellheimer2015-10-27
* Avoid unbounded growth in the GlobFunction cache. The cache is now given a ma...Gravatar Eric Fellheimer2015-10-27
* Inline TargetMarker in TransitiveTraversalFunctionGravatar Mark Schaller2015-10-23
* Memoize TRANSITIVE_TRAVERSAL nodes to save memory.Gravatar Miguel Alcon Pinto2015-10-22
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* Retain first error message during transitive traversalGravatar Mark Schaller2015-10-22