aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcCommon.java
Commit message (Expand)AuthorAge
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Allow external repositories to have includes attributes that point to package...Gravatar Janak Ramakrishnan2016-04-19
* Allows CcLibraryHelper's acceptance of objc source to be paramaterized. For ...Gravatar Cal Peyser2016-04-15
* RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of th...Gravatar Janak Ramakrishnan2016-04-14
* RELNOTES[INC]: It is now an error for a cc rule's includes attribute to point...Gravatar Janak Ramakrishnan2016-04-12
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Do not put both pic and non-pic header modules into the inputs of a compile a...Gravatar Manuel Klimek2016-03-23
* RELNOTES: Bazel warns if a cc rule's includes attribute contains up-level ref...Gravatar Janak Ramakrishnan2016-03-21
* Small fix for coverage.Gravatar Googler2016-03-04
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-02-04
* Add additional inputs as compilation prerequisites. Tools that buildGravatar Manuel Klimek2016-02-04
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-02-03
* Rollback of commit 16444baf21780c4bff00b9736b268e97157e6bc2.Gravatar Carmi Grushko2016-02-02
* Rollback of commit 4fdd66db55d36c923b1e9fa30a158e1596408670.Gravatar Michajlo Matijkiw2016-02-02
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-01-22
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* Better error message for attempted builds of statically linked binaries targe...Gravatar Cal Peyser2016-01-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* 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
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-16
* Rollback of commit a708acd02baf3821c975801ae0e5cad6867a6735.Gravatar Mark Schaller2015-09-08
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-04
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04
* Refactor CcBinary / CcCommon a bit.Gravatar Ulf Adams2015-08-04
* Split CcCommon handling of srcs filtering into a new class.Gravatar Ulf Adams2015-08-04
* Compute copts in CcCommon lazily.Gravatar Ulf Adams2015-07-30
* Refactor Cc* some more.Gravatar Ulf Adams2015-07-30
* Remove some dead code given that cc_public_library is gone.Gravatar Ulf Adams2015-07-29
* Move a method from CcCommon to CcBinary that is only called from there.Gravatar Ulf Adams2015-07-29
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Use fully qualified paths for C++ includesGravatar Kristina Chodorow2015-04-14
* Allow specifying crosstool flags based on the build mode.Gravatar Manuel Klimek2015-03-20
* Give a helpful error message when the crosstool configuration enablesGravatar Manuel Klimek2015-03-20
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-03-05
* Do not use module maps if the crosstool doesn't support them when using theGravatar Manuel Klimek2015-03-05
* Remove TempsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-25
* Remove FilesToCompileProvider and CompilationPrerequisitesProvider and replac...Gravatar Lukacs Berki2015-02-24
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22