aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* C++: Remove CcLinkParamsStore parameter from CcLinkingInfo.Gravatar plf2018-06-25
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Add binfiles to quoted include directories for C++ compilationGravatar hlopko2018-06-21
* Extract logic from CROSSTOOL in CrosstoolInfo providerGravatar rosica2018-06-21
* Add a minimum_os_version flag that is platform agnostic.Gravatar Googler2018-06-20
* Don't instrument files generated by cc_proto_library for coverageGravatar Googler2018-06-20
* C++: Re-writes cc_import in Skylark.Gravatar plf2018-06-20
* Add fields to CcToolchainFeatures.Feature and CcToolchainFeatures.ActionConfi...Gravatar rosica2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Allow CppCompilationHelper to disable coverage instrumentationGravatar Googler2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* Remove CcCompilationContext.TransitiveModuleHeaders#getTransitiveModules. Thi...Gravatar cpeyser2018-06-15
* SerializationCheckingGraph checks all ConfiguredTargetValues.Gravatar cpeyser2018-06-14
* Expose new methods in CcToolchainProvider to eventually replace skylark calla...Gravatar juliexxia2018-06-14
* C++: Fixes error reporting for cc_importGravatar plf2018-06-14
* Avoid long, duplicated directory structures. In the common case, generatedGravatar Googler2018-06-13
* Remove supports_lipo field from DefaultCpuToolchainGravatar rosica2018-06-13
* Add "toolchain-identifier" attribute to cc_toolchain ruleGravatar rosica2018-06-13
* Return Strings from C++ Skylark APIs, not PathFragmentsGravatar hlopko2018-06-13
* C++: Continues renaming executionDynamicLibraries to dynamicLibrariesForRuntime.Gravatar plf2018-06-13
* Change generated DEF file name from <target name>.def to <target name>.gen.defGravatar pcloudy2018-06-13
* Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packagesGravatar cparsons2018-06-12
* Migrate remaining assorted skylark types to skylarkbuildapiGravatar cparsons2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Flip default value of --experimental_shortened_obj_file_path to true (Second ...Gravatar pcloudy2018-06-08
* Expose cc_common.create_link_build_variablesGravatar hlopko2018-06-08
* C++: Introduces flag to disable automatic expansion of labels in linkopts.Gravatar plf2018-06-07
* Expose C++ action names to SkylarkGravatar hlopko2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Build support for enabling cross binary FDO optimization.Gravatar Googler2018-06-06
* Simplify CppCompileAction#discoverInputs().Gravatar lberki2018-06-05
* Remove --glibc optionGravatar rosica2018-06-04
* C++: Makes JavaWrapCc use CcLinkingHelperGravatar plf2018-06-04
* Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration.Gravatar jcater2018-06-01
* C++: Remove CcSpecificLinkParamsProvider.Gravatar plf2018-06-01
* Modify cc_toolchain_suite rule to allow selection of cc_toolchain label witho...Gravatar rosica2018-05-30
* C++: Hide compilation context from SkylarkGravatar plf2018-05-30
* Propagate --experimental_prune_cpp_input_discovery to host builds. Otherwise,Gravatar Googler2018-05-29
* Avoid unnecessary work in validating C++ inclusions. Specifically:Gravatar Googler2018-05-29
* Add CcSysrootAliasRuleGravatar dbabkin2018-05-29
* Remove CppCompileAction.optionalSourceFileGravatar hlopko2018-05-28
* Don't create a HashSet/Map just to copy them into the Immutable-counterpartGravatar Googler2018-05-28
* 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
* C++: Separates adding sources and private headers to CcCompilationHelperGravatar plf2018-05-25
* Automated rollback of commit d62833f640690309e1a73aefa62de1d8821dc8ba.Gravatar plf2018-05-25
* For compilations with C++ modules, treat private headers (header files inGravatar Googler2018-05-23
* Rename PatchTransition.apply to PatchTransiton.patch.Gravatar gregce2018-05-23