aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcLibraryHelper.java
Commit message (Expand)AuthorAge
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar 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
* Blaze CcLibraryHelper: make creating a CppCompilationContext publicGravatar Googler2016-01-20
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Change Precondition.checkState to Precondition.checkArgument.Gravatar Greg Estren2015-11-13
* Use the new BuildConfiguration.equalsOrIsSupersetOfGravatar Greg Estren2015-11-13
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* 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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04
* Split CcCommon handling of srcs filtering into a new class.Gravatar Ulf Adams2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Move shared settings between CcBinary and CcLibrary toGravatar Han-Wen Nienhuys2015-07-29
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Change the default for CcLibraryHelper.emitLinkActionsIfEmpty to false.Gravatar Ulf Adams2015-07-23
* Add all transitive module maps when we use header modules.Gravatar Manuel Klimek2015-07-13
* Cosmetic fixes in rules/cpp/ .Gravatar Han-Wen Nienhuys2015-06-11
* Add a feature to put each header into it's own submodule. This will be requiredGravatar Googler2015-03-16
* Implements an attribute textual_hdrs for cc_library rules.Gravatar Manuel Klimek2015-03-13
* Rename TopLevelArtifactProvider to OutputGroupProvider.Gravatar Lukacs Berki2015-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
* Decouple header-processing from the toolchain rule attribute.Gravatar Manuel Klimek2015-02-19
* Port all module map and header parsing related flags to the new crosstoolGravatar Manuel Klimek2015-02-19
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25