aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java
Commit message (Expand)AuthorAge
* Don't add -g0 as host copt when host platform is WindowsGravatar pcloudy2017-05-31
* BuildOptions cleanup:Gravatar gregce2017-05-04
* Clarify the meaning of the two symbol counts that Gold outputs forGravatar Googler2017-05-03
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Deprecate use of option category to describe documentation level / usage rest...Gravatar ccalvarin2017-04-19
* Change Bazel's LIPO model to support dynamic configurations.Gravatar gregce2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* RELNOTES[NEW]: If grte_top is a label, it can now follow non-configurable red...Gravatar Googler2017-03-21
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Simplify Attribute.Configurator, add dynamic configs support.Gravatar Greg Estren2017-03-14
* Add host_cxxopt in parallel to host_copt. Gravatar Marcel Hlopko2017-02-24
* Remove DynamicModeFlag and thus fix crash caused by passing --dynamic_mode=au...Gravatar Lukacs Berki2017-02-17
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Fix bug in --experimental_link_dynamic_binaries_separately.Gravatar Googler2017-01-11
* Add option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Add option to disable dynamic configs with LIPO.Gravatar Greg Estren2016-12-02
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Add --ltoindexopt to pass options to LTO indexing stepGravatar Googler2016-12-02
* Add experimental flag to stop requiring all transitive modules as inputs.Gravatar Googler2016-10-31
* Add a flag to lock down isystem include checks.Gravatar Ulf Adams2016-10-25
* 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