aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppConfiguration.java
Commit message (Expand)AuthorAge
* Expose methods returning bare C++ options in SkylarkGravatar hlopko2018-08-08
* C++: Change Skylark API whitelisting to be part of flag.Gravatar plf2018-08-03
* Remove "warn" setting for hdrs_check. This has not proven useful.Gravatar Googler2018-07-23
* C++: Removes logic for linkopts expansion.Gravatar plf2018-07-20
* Move --linkopt flags into user_link_flagsGravatar hlopko2018-07-19
* Rename CrosstoolInfo.java to CcToolchainConfigInfo.javaGravatar rosica2018-07-18
* Add flags for disabling legacy crosstool fieldsGravatar hlopko2018-07-17
* C++: Remove CcDynamicLibrariesForRuntime.Gravatar plf2018-07-16
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Add an experimental option to disable .d-file scanning for modular builds. WhenGravatar Googler2018-07-06
* Add a flag to disable the parts of the Skylark API of the C++ configuration t...Gravatar lberki2018-07-02
* C++: Adds ctx to cc_link_params creation.Gravatar plf2018-06-29
* Automated rollback of commit 908682a743d5a1c31b17bc199f9003a6b00114b8.Gravatar mstaib2018-06-29
* C++: Adds ctx to cc_link_params creation.Gravatar plf2018-06-29
* Change label from //tools/defaults:crosstool to //tools/cpp:crosstool",Gravatar dbabkin2018-06-28
* 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 a minimum_os_version flag that is platform agnostic.Gravatar Googler2018-06-20
* Remove LIPO supportGravatar hlopko2018-06-15
* Add "toolchain-identifier" attribute to cc_toolchain ruleGravatar rosica2018-06-13
* C++: Introduces flag to disable automatic expansion of labels in linkopts.Gravatar plf2018-06-07
* Add an option --experimental_prune_cpp_input_discovery to stop C++ inputGravatar Googler2018-05-28
* Migrate cpp rules skylark objects to skylarkbuildapiGravatar cparsons2018-05-25
* Remove FlagListGravatar hlopko2018-05-23
* Add a flag to disallow LIPO to aid in the rollout of the removal of LIPO supp...Gravatar lberki2018-05-23
* Build support for passing a software cache prefetching hints file.Gravatar Googler2018-05-16
* Make inclusion of the zipper executable in CcToolchain depend solely on wheth...Gravatar rosica2018-05-16
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-11
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Automated rollback of commit ecb30676bdd7f1783afb3886e57caa9d6b1b9aee.Gravatar hlopko2018-05-04
* Remove fully static linking part of ctx.fragments.cpp.fully_static_link_optionsGravatar hlopko2018-05-03
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Do not add flags from linking_mode_flags section when the toolchain definesGravatar hlopko2018-05-02
* Fix CppConfiguration#isLLVMOptimizedFdo() method to work with --fdo_profileGravatar rosica2018-05-02
* Remove logic from CppConfiguration that is repeated in CppToolchainInfoGravatar Googler2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* C++: Exposes Skylark configuration field called STLGravatar plf2018-04-20
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Implement absolute_path_profile attribute to fdo_profile rule along with an o...Gravatar Googler2018-04-13
* Make --fdo_optimize paths be PathFragment instead of Path, and remove the now...Gravatar Googler2018-04-11
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* Implement fdo_profile rule for architecture-sensitive fdo profile specificationGravatar Googler2018-04-09
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove optional_*_flag fields from crosstoolGravatar hlopko2018-03-27
* Shorten object file pathGravatar pcloudy2018-03-23
* Victory lap: Remove all code that used to support the three-argument form of ...Gravatar lberki2018-03-23
* PiperOrigin-RevId: 189372237Gravatar Googler2018-03-16
* Support for passing options to LTO Backend actions onlyGravatar Googler2018-03-09
* Add experimental_drop_fully_static_linking_modeGravatar hlopko2018-03-05