aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Introduces apple_cc_toolchain.Gravatar Cal Peyser2016-03-17
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Expose more documentation to Skylark.Gravatar Dmitry Lomov2016-03-14
* Do not use all_load for individual always_link deps.Gravatar Googler2016-03-08
* Small fix for coverage.Gravatar Googler2016-03-04
* Little refactorings on resource management stuff:Gravatar Philipp Wollermann2016-02-28
* Pass the source path -> Artifact mapping into FdoSupport from a provider inst...Gravatar Lukacs Berki2016-02-28
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Make process_headers_in_dependencies work for cc_binary und cc_test targets.Gravatar Googler2016-02-25
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Reformat CppOptions.javaGravatar Cal Peyser2016-02-22
* Add the names of the mandatory inputs to the action key for actions that disc...Gravatar Lukacs Berki2016-02-22
* Store IncludeResolver results, and legalize the files in .d file checking.Gravatar Ulf Adams2016-02-16
* Support MOSTLY_STATIC with --build_test_dwp.Gravatar Googler2016-02-11
* Move -gsplit-dwarf before the target specific copts in the command line.Gravatar Manuel Klimek2016-02-11
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Don't require 'objcopy' to exist when building on MacOS.Gravatar Googler2016-02-10
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Remove the genfilesPath parameter from FdoSupport.prepareToBuild.Gravatar Ulf Adams2016-02-10
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Add supportsDynamicLinker to CppConfigurationGravatar Googler2016-02-09
* 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
* Rollback of commit 6c6629ec707d23fbdb582bcede1dd9c967a9357e.Gravatar Michajlo Matijkiw2016-02-04
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-02-03
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Expose CcLinkParams.add(CcLinkParamsStore), to allow callers to merge several...Gravatar Carmi Grushko2016-02-03
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-02-03
* Rollback of commit 16444baf21780c4bff00b9736b268e97157e6bc2.Gravatar Carmi Grushko2016-02-02
* Rollback of commit 4fdd66db55d36c923b1e9fa30a158e1596408670.Gravatar Michajlo Matijkiw2016-02-02
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Add CppCompileAction's environment variables to its computeKey methodGravatar Chris Parsons2016-02-01
* Redesign xcode_config rule to be evaluated at the level of configuration inst...Gravatar Chris Parsons2016-02-01
* Rollback of commit e379f28f464faacc4db21f4fed3a48fa6d4d23f0.Gravatar Googler2016-01-29
* Include .dwp file in the runfiles for cc_test when building with Fission.Gravatar Googler2016-01-29
* Don't display irrelevant line in --verbose_explanations of cc compile.Gravatar Googler2016-01-28
* Stop inserting local shell environment into CppCompileAction.Gravatar Han-Wen Nienhuys2016-01-26
* 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
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Blaze CcLibraryHelper: make creating a CppCompilationContext publicGravatar Googler2016-01-20
* Libc top for the host should take its value only from --host_grte_top or the ...Gravatar Googler2016-01-15
* Better error message for attempted builds of statically linked binaries targe...Gravatar Cal Peyser2016-01-15
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* cc_inc_library: Add CcSkylarkApiProvider infoGravatar Googler2016-01-13
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Clean up the configuration-related code paths a bit.Gravatar Ulf Adams2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10