aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCompilationHelper.java
Commit message (Expand)AuthorAge
* C++: New functionality exposed to Skylark for external libs.Gravatar plf2018-07-16
* Remove old implementation for object file pathGravatar pcloudy2018-07-10
* Only compile a single source file once for a given cc_* rule.Gravatar lberki2018-07-10
* Deduplicate loose paths much earlier so that they create smaller nested setsGravatar Googler2018-06-28
* C++: Refactor WrapCcHelper.Gravatar plf2018-06-26
* Allow private headers to appear in directory artifactsGravatar hlopko2018-06-26
* C++: Remove call to initializeCcCompilationContext.Gravatar plf2018-06-26
* Add binfiles to quoted include directories for C++ compilationGravatar hlopko2018-06-21
* Allow CppCompilationHelper to disable coverage instrumentationGravatar Googler2018-06-15
* Remove LIPO supportGravatar hlopko2018-06-15
* C++: Hide compilation context from SkylarkGravatar plf2018-05-30
* 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
* C++: Add more parameters to Skylark API needed for match_clifGravatar plf2018-05-18
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-16
* Migrate several compilation-related cpp definitions to skylarkbuildapiGravatar cparsons2018-05-15
* Automated rollback of commit c4fc6201fdfa71993e2e9e295a946150e6990c75.Gravatar mstaib2018-05-14
* Extract logic for dealing with CROSSTOOL values and build variables into sepa...Gravatar rosica2018-05-14
* C++: Renames CcCompilationContextInfo to CcCompilationContextGravatar plf2018-05-14
* Expose cc_common.create_compile_build_variablesGravatar hlopko2018-05-14
* Remove cppConfiguration from LinkBuildVariablesGravatar hlopko2018-05-08
* Do not pass compilation context to compile build variablesGravatar hlopko2018-05-03
* Thread legacy compile flags through CcToolchainProvider for compile build var...Gravatar hlopko2018-05-03
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-26
* Automated rollback of commit 404483d99bca4edc0600e72cacfcc36404fd4653.Gravatar hlopko2018-04-25
* Add an extra argument to CcCompilationHelper#fromCommon() that contains addit...Gravatar lberki2018-04-25
* Make output name case-insensitive while calculating output names for object f...Gravatar pcloudy2018-04-25
* C++: Expose functionality needed for cc_embed_data Skylark implementationGravatar plf2018-04-23
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-19
* Remove traces of optional_flags from crosstoolGravatar hlopko2018-04-10
* C++: Introduce provider that wraps C++ compilation providers.Gravatar plf2018-04-06
* Calculate outputNames for different types of sources separatelyGravatar pcloudy2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Inline ObjectFilePathHelperGravatar pcloudy2018-03-28
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Isolate C++ compile build variablesGravatar hlopko2018-03-27
* RELNOTES: Move (c/cxx)opts from legacy_compile_flags to user_compile_flagsGravatar Googler2018-03-23
* Shorten object file pathGravatar pcloudy2018-03-23
* Fix output_file build variable to be correct for fake compile actions.Gravatar hlopko2018-03-21
* Make FdoSupport use outputName to generate object file pathGravatar pcloudy2018-03-20
* C++: Marks Skylark exposed as not documented.Gravatar plf2018-03-08
* C++: Makes sure ltoBitcodeFiles get merged when merging compilation outputs.Gravatar plf2018-03-07
* C++: Exposes to Skylark basic API functionalityGravatar plf2018-03-02
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* C++: Removes CppModel classGravatar plf2018-02-15
* Replace path implementation.Gravatar tomlu2018-02-08