aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CrosstoolConfigurationLoader.java
Commit message (Expand)AuthorAge
* Remove bazel info crosstool-configurationGravatar hlopko2018-07-13
* Remove supports_lipo field from DefaultCpuToolchainGravatar rosica2018-06-13
* Add "toolchain-identifier" attribute to cc_toolchain ruleGravatar rosica2018-06-13
* Remove --glibc optionGravatar rosica2018-06-04
* Deduplicate the list of valid CPUsGravatar Googler2018-04-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Fix CrosstoolConfigurationLoader to not assume the presense of a BUILDGravatar John Cater2018-02-06
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Improve error message when missing default_toolchain in CROSSTOOLGravatar hlopko2017-11-22
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Improves the error message for invalid cpu (--cpu or --fat_apk_cpu).Gravatar Alex Humesky2015-10-13
* Makes the error message for invalid or duplicate crosstool toolchains more le...Gravatar Alex Humesky2015-10-13
* 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
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Make it possible to put the Crosstool proto in BUILD files.Gravatar Lukacs Berki2015-06-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25