aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppConfigurationLoader.java
Commit message (Expand)AuthorAge
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Split dynamic configurations mode into:Gravatar Greg Estren2016-09-22
* Remove support for filegroup-based C++ toolchains:Gravatar Lukacs Berki2016-09-07
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Remove the unused field CppConfiguration.execRoot.Gravatar Lukacs Berki2016-05-19
* Adds the compiler to the key for selecting the cc_toolchain label inGravatar Alex Humesky2016-05-04
* Introduces apple_cc_toolchain.Gravatar Cal Peyser2016-03-17
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Clean up the configuration-related code paths a bit.Gravatar Ulf Adams2015-12-11
* Add a custom converter to --crosstool_top so that select() works.Gravatar Lukacs Berki2015-10-08
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* 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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Tolerate "..." as the base filename for the fdo profile.Gravatar Janak Ramakrishnan2015-07-10
* Make it possible to put the Crosstool proto in BUILD files.Gravatar Lukacs Berki2015-06-09
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25