aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java
Commit message (Expand)AuthorAge
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Implement user experience for LIPO / ThinLTO users.Gravatar klimek2017-08-01
* Remove unused module-related optionsGravatar hlopko2017-07-28
* Remove unused send_transitive_header_module_srcs optionGravatar hlopko2017-07-27
* Remove --experimental_dynamic_configs=notrim_partial.Gravatar gregce2017-07-26
* Add an option to remove the toolchain identifier from the name of the output ...Gravatar lberki2017-07-18
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* 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