aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/BuildConfigurationFunction.java
Commit message (Expand)AuthorAge
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Remove BuildConfiguration.Fragment#getReservedActionMnemonics() in favor of e...Gravatar lberki2018-04-09
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Replace TransitionApplier interface with a dedicated class.Gravatar gregce2017-08-21
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Remove dynamic configs dep on the static transition table.Gravatar gregce2017-07-11
* Factor out BuildConfigurationCollection.Transitions.getDynamicTransition.Gravatar gregce2017-07-07
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Trim the BuildOptions input of ConfigurationFragment.key to only thoseGravatar Greg Estren2016-02-02
* Move analysis root cause tracking to the ConfiguredTargetFunction.Gravatar Ulf Adams2016-01-25
* Rollback of commit ca1b21ac6d8a58041db822725b42de151b163dee.Gravatar Ulf Adams2015-12-08
* Pre-trim build options for all remaining calls to ConfigurationFragment.key. ...Gravatar Greg Estren2015-11-13
* When getting the Skyframe key for a ConfigurationFragment, firstGravatar Greg Estren2015-11-12
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Add an entry to TransitiveTargetValue that tracks theGravatar Greg Estren2015-05-27