aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java
Commit message (Expand)AuthorAge
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Move the --define command line option from CppConfiguration to BuildConfigura...Gravatar Lukacs Berki2016-08-02
* --Gravatar Googler2016-08-01
* Allow a config_setting() to match against the default grte_top.Gravatar Googler2016-06-14
* Remove the --use_isystem_for_includes option.Gravatar Lukacs Berki2016-05-31
* Remove the --cwarn command line option.Gravatar Lukacs Berki2016-05-25
* Remove option to include transitive header module srcs in the compilation.Gravatar Googler2016-04-18
* Set --crosstool_top=@bazel_tools//tools/cpp:toolchain by default.Gravatar Luis Fernando Pino Duque2016-04-13
* Optionally stop adding headers from transitive modules as mandatory compilati...Gravatar Googler2016-03-31
* Enable the configuration sanity check for a subset of tests.Gravatar Ulf Adams2016-03-31
* Reformat CppOptions.javaGravatar Cal Peyser2016-02-22
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-02-04
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-02-03
* Rollback of commit 4fdd66db55d36c923b1e9fa30a158e1596408670.Gravatar Michajlo Matijkiw2016-02-02
* Rollback of commit e379f28f464faacc4db21f4fed3a48fa6d4d23f0.Gravatar Googler2016-01-29
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-01-29
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-01-22
* Libc top for the host should take its value only from --host_grte_top or the ...Gravatar Googler2016-01-15
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* 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
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
* Blaze changes to support LLVM profile feedback.Gravatar Googler2015-07-07
* Create a value class PatternWithEquality to wrap Pattern so that equal string...Gravatar Janak Ramakrishnan2015-06-16
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25