aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Tag genrules as requiring darwin if they use a mac toolchain.Gravatar Peter Schmitt2015-06-17
* Create a value class PatternWithEquality to wrap Pattern so that equal string...Gravatar Janak Ramakrishnan2015-06-16
* Expose libc string to SkylarkGravatar Googler2015-06-15
* Add skylark methods to return the flags and includes needed to compile a target.Gravatar Googler2015-06-15
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Add link_flags and libs methods to the C++ Skylark APIGravatar Cody Schroeder2015-06-12
* Expose CppConfiguration tool paths to SkylarkGravatar Googler2015-06-12
* Add some clarifying comments to CppCompilationContext.Gravatar Han-Wen Nienhuys2015-06-12
* Cosmetic fixes in rules/cpp/ .Gravatar Han-Wen Nienhuys2015-06-11
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Make it possible to put the Crosstool proto in BUILD files.Gravatar Lukacs Berki2015-06-09
* Remove unneeded parameter from LocalGccStrategy.Gravatar Philipp Wollermann2015-06-08
* Deduplicate include directories when include scanning.Gravatar Janak Ramakrishnan2015-06-05
* Allow absolute system includes if they're builtins.Gravatar Peter Schmitt2015-06-05
* Make sure that all system includes that are specified in the CROSSTOOL file a...Gravatar Janak Ramakrishnan2015-06-03
* Add the --sysroot argument even if it is the default for the particular Cross...Gravatar Lukacs Berki2015-06-01
* Change the contract of IncludeScanner#process to include the original sources...Gravatar Janak Ramakrishnan2015-06-01
* Create a Skylark API for C++ rules.Gravatar Laurent Le Brun2015-05-29
* Expose more CppConfiguration functions to Skylark.Gravatar Laurent Le Brun2015-05-22
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Pass PathFragments (relative to the exec root) instead of Paths to the includ...Gravatar Janak Ramakrishnan2015-05-15
* Add --compiler support for configurable attributes.Gravatar Greg Estren2015-05-15
* Allow .ld extension for linker scripts.Gravatar Onath Claridge2015-05-11
* Simplify link params collection a little bit.Gravatar Ulf Adams2015-05-05
* Fix multiple issues with extra actions and input-discovering actions:Gravatar Janak Ramakrishnan2015-04-28
* Remove IncludeParser from Bazel tree.Gravatar Janak Ramakrishnan2015-04-28
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Use fully qualified paths for C++ includesGravatar Kristina Chodorow2015-04-14
* Use Artifacts instead of Paths in the pregrepped files map.Gravatar Janak Ramakrishnan2015-04-14
* Don't create duplicate ExtractInclusionActions just because user specifies th...Gravatar Janak Ramakrishnan2015-04-14
* Delete unused code.Gravatar Janak Ramakrishnan2015-04-14
* Remove make variable GNU_TARGET from blaze.Gravatar Han-Wen Nienhuys2015-04-14
* Use injected action context when include scanning, not hard-coded CppCompilat...Gravatar Janak Ramakrishnan2015-04-09
* Clean up some FakeCppCompileAction code. In particular FakeCppCompileAction w...Gravatar Janak Ramakrishnan2015-04-09
* Remove unnecessary -B flag from linker command line.Gravatar Han-Wen Nienhuys2015-04-08
* Added rule label to CppDebugPackageProvider to allow consumers to report bett...Gravatar Googler2015-04-08
* Fix build failure when using older crosstool that doesn't have stdc-predef.h.Gravatar Janak Ramakrishnan2015-04-08
* Automated [] rollback of [].Gravatar Han-Wen Nienhuys2015-04-03
* Remove unnecessary -B flag from linker command line.Gravatar Han-Wen Nienhuys2015-04-03
* Description redacted.Gravatar Googler2015-04-03
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
* Include generateSubmodules in the cache key.Gravatar Googler2015-03-23
* Rolling forward rolled back change that did declared dependencies on discover...Gravatar Janak Ramakrishnan2015-03-23
* Add C++ flags to C++ linkstamp compiles.Gravatar Manuel Klimek2015-03-23
* Make rules referencing paths outside of the execution root an error.Gravatar Manuel Klimek2015-03-23
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* 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