aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Allow %package(@foo//bar)%/path for cxx builtin include dirs.Gravatar Brian Silverman2015-11-18
* LipoDataTransition is only meaningful for C++Gravatar Greg Estren2015-11-18
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* 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
* Make STL work even when not in the main repository.Gravatar Lukacs Berki2015-11-11
* bazel: support linking accumulated libraries into C++ binariesGravatar Googler2015-11-06
* Close some streams that we didn'tGravatar Miguel Alcon Pinto2015-11-05
* Make C++ builds work on OS X.Gravatar Lukacs Berki2015-10-30
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27