aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppConfigurationLoader.java
Commit message (Expand)AuthorAge
* Add --experimental_enable_cc_toolchain_label_from_crosstool_proto flag for di...Gravatar rosica2018-07-23
* Rename CrosstoolInfo.java to CcToolchainConfigInfo.javaGravatar rosica2018-07-18
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Extract logic from CROSSTOOL in CrosstoolInfo providerGravatar rosica2018-06-21
* Add "toolchain-identifier" attribute to cc_toolchain ruleGravatar rosica2018-06-13
* Modify cc_toolchain_suite rule to allow selection of cc_toolchain label witho...Gravatar rosica2018-05-30
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Implement fdo_profile rule for architecture-sensitive fdo profile specificationGravatar Googler2018-04-09
* Route --fdo_optimize information through an implicit dependency instead of Cp...Gravatar Googler2018-02-13
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Automated g4 rollforward of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar gregce2017-06-05
* Automated g4 rollback of commit b71e99b1f3746103e5d6802eebc24096b3494959.Gravatar mstaib2017-05-17
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* Implement dynamically configured LIPO builds.Gravatar gregce2017-05-04
* Change Bazel's LIPO model to support dynamic configurations.Gravatar gregce2017-04-19
* RELNOTES[NEW]: If grte_top is a label, it can now follow non-configurable red...Gravatar Googler2017-03-21
* Support aliases in the --experimental_stl attribute.Gravatar Lukacs Berki2017-03-20
* 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