aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe
Commit message (Expand)AuthorAge
* Implement aspect attributes and expose them to aspect implementation function.Gravatar Dmitry Lomov2015-12-16
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Clean up the configuration-related code paths a bit.Gravatar Ulf Adams2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Shuffle around all the constants related to the name of the //external packag...Gravatar Lukacs Berki2015-12-10
* Now that external files are not always treated as immutable, eliminate the "o...Gravatar Lukacs Berki2015-12-10
* Refactor external repository support significantly to solve a number of issues.Gravatar Lukacs Berki2015-12-09
* Fail build gracefully if an action discovers unexpected inputs.Gravatar Janak Ramakrishnan2015-12-08
* Follow-up on f9fdc8dfced8b2b14561720623126a91e04b22cb -- reinstate short-circ...Gravatar Janak Ramakrishnan2015-12-08
* Rollback of commit ca1b21ac6d8a58041db822725b42de151b163dee.Gravatar Ulf Adams2015-12-08
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Cleanup: use int instead of Integer in the RecursiveFilesystemTraversal classes.Gravatar Laszlo Csomor2015-12-07
* RecursiveFilesystemTraversalFunction now tracks changes in symlinked directory.Gravatar Laszlo Csomor2015-12-07
* Refactor: ResolvedFile.getMetadata is now .getMetadataHash.Gravatar Laszlo Csomor2015-12-07
* RecursiveFilesystemTraversalFunction: introduce ResolvedFileFactoryForTesting.Gravatar Laszlo Csomor2015-12-07
* Refactor ResolvedFile implementors: remove unnecessary Optional<> wrappers.Gravatar Laszlo Csomor2015-12-07
* Refactoring: get rid of RecursiveFilesystemTraversalValue.ResolvedFileUtilsGravatar Laszlo Csomor2015-12-04
* Refactoring: RecursiveFilesystemTraversalValue.ResolvedFile is now an interface.Gravatar Laszlo Csomor2015-12-04
* Fix a bug in the Google-internal rule "Fileset" (not in Bazel).Gravatar Laszlo Csomor2015-12-02
* Support skylark aspects in serialization/deserialization.Gravatar Dmitry Lomov2015-11-30
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Refactor Skylark rules and attributes in preparation to Skylark aspects.Gravatar Dmitry Lomov2015-11-26
* Simplify external repository support by removing FileValue from RepositoryVal...Gravatar Lukacs Berki2015-11-25
* Minor tweaks in DirectoryListingValueGravatar Michajlo Matijkiw2015-11-24
* Do not recurse into the convenience symlinks when evaluating the "//..." targ...Gravatar Lukacs Berki2015-11-20
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* 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