aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Optimize how null configurations get created and add test infrastructure for ...Gravatar Greg Estren2016-09-29
* Remove the "labels in the configuration must be in the transitive closure of ...Gravatar Lukacs Berki2016-09-28
* BuildConfiguration: Remove outdated references to getShortName.Gravatar Greg Estren2016-09-23
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Remove the --show_cached_analysis_results command line option, which was a no...Gravatar Lukacs Berki2016-09-22
* Replace BuildConfiguration.Fragment#collectExecutables() with a #getShellExec...Gravatar Lukacs Berki2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change default of --[no]instrument_test_targets to falseGravatar Googler2016-09-20
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Remove an unused method from BuildConfiguration.Gravatar Lukacs Berki2016-09-19
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Remove --experimental_proto_header_modules.Gravatar Googler2016-09-12
* Don't copy files under embedded_tools to _binGravatar Yun Peng2016-09-12
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Move bin_dir/genfiles_dir to RuleContextGravatar Kristina Chodorow2016-09-06
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Remove BINMODE make variable. Use COMPILATION_MODE instead.Gravatar Ulf Adams2016-08-29
* Fix formatting of help text for --cache_test_results.Gravatar Kyle Lippincott2016-08-26
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* BuildConfiguration: prefer TreeMap over HashMap to obtain a stable orderGravatar Klaus Aehlig2016-08-23
* Adds a flag to generate LLVM coverage symbols.Gravatar Erik Abair2016-08-23
* Add option --action_env and make BuildConfiguration declare environment depen...Gravatar Klaus Aehlig2016-08-23
* Make retrieval of an already loaded target interruptible. There is no reason ...Gravatar Janak Ramakrishnan2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Implements dynamic split transitions on latebound attributes.Gravatar Greg Estren2016-08-10
* Implements dynamic split transitions (minus latebound attribute splits).Gravatar Greg Estren2016-08-08
* Create Python executable zip fileGravatar Yun Peng2016-08-04
* Move the --define command line option from CppConfiguration to BuildConfigura...Gravatar Lukacs Berki2016-08-02
* Fixes bug where --noenforce_constraints wasn't propagating to host configurat...Gravatar Greg Estren2016-08-02
* Make enforce_constraints non-experimentalGravatar Liam Miller-Cushon2016-07-28
* Pass the coverage environment into tests using a nested set collected from th...Gravatar Lukacs Berki2016-07-27
* Use a marker provider to determine of a rule is linked statically for the pur...Gravatar Lukacs Berki2016-07-27
* RELNOTES: Improve Android split transition handling.Gravatar Googler2016-07-22
* Silence Error Prone warnings in BuildConfiguration.java .Gravatar Lukacs Berki2016-07-14
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Remove BuildConfiguration.Fragment#declareSkyframeDependencies().Gravatar Lukacs Berki2016-06-15
* Add --[no]instrument_test_targets option to BlazeGravatar Googler2016-06-14
* Turn --legacy_external_runfiles back on by defaultGravatar Damien Martin-Guillerez2016-06-09
* Dynamic configurations: trim top-level targets, too.Gravatar Greg Estren2016-06-02
* By default, don't create the .runfiles/workspace/external/repo dirsGravatar Kristina Chodorow2016-05-27
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* When BuildOptions.get(Class<T> optionsClass) fails, include whichGravatar Greg Estren2016-05-23
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Dynamic configurations: have HostTransition just clone theGravatar Greg Estren2016-05-11
* Create runfiles at both .runfiles/ws/external/repo and .runfiles/repoGravatar Kristina Chodorow2016-04-26