aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* 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
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* Make include scanning faster when a target has many include scannables.Gravatar Manuel Klimek2015-03-20
* Automated [] rollback of [].Gravatar Ulf Adams2015-03-16
* Add a feature to put each header into it's own submodule. This will be requiredGravatar Googler2015-03-16
* Declare dependencies on discovered inputs before execution instead of after.Gravatar Janak Ramakrishnan2015-03-13
* AttributeMap#has(String, Type) is added to check whether an attribute with a ...Gravatar Googler2015-03-13
* Defaulted cpu to the host cpuGravatar Damien Martin-Guillerez2015-03-13
* Implements an attribute textual_hdrs for cc_library rules.Gravatar Manuel Klimek2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* 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 unused make variable GLIBC.Gravatar Han-Wen Nienhuys2015-03-04
* Remove TempsProvider in favor of an output group.Gravatar Lukacs Berki2015-02-25
* Simplify the algorithm to compute top-level artifacts to build even more by c...Gravatar Lukacs Berki2015-02-24
* 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
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Fix bug when using header modules and FDO with --save_temps.Gravatar Manuel Klimek2015-02-20
* Do not add header modules to the object files in CcCompilationOutputs.Gravatar Manuel Klimek2015-02-20
* Use .pcm.d as file name for the dependency file for header modules.Gravatar Manuel Klimek2015-02-20
* Correctly add .pcm files to the command line of parsed headers when theirGravatar Manuel Klimek2015-02-19
* Decouple header-processing from the toolchain rule attribute.Gravatar Manuel Klimek2015-02-19