aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Make cc_toolchain not croak if something that is not a shared library is ment...Gravatar Lukacs Berki2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-09
* Make FdoSkyException static.Gravatar Lukacs Berki2016-09-09
* Correct documentation for CcLibraryHelper#addIncludeDirs.Gravatar Cal Peyser2016-09-08
* Disable pruning header modules for FakeCppCompileActions. Those currently run aGravatar Googler2016-09-07
* Remove support for filegroup-based C++ toolchains:Gravatar Lukacs Berki2016-09-07
* Don't verify include paths automatically. This enables objc to disable inclu...Gravatar Cal Peyser2016-09-07
* Fix typoGravatar Marcel Hlopko2016-09-06
* Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d.Gravatar Cal Peyser2016-09-06
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-06
* Disable module file pruning for the build of other modules.Gravatar Googler2016-09-06
* Description redacted.Gravatar Cal Peyser2016-09-02
* Adds support for experimental_objc_library.includesGravatar Cal Peyser2016-09-02
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-02
* Create injectable semantics for include validation, to allow it to be turnedGravatar Cal Peyser2016-09-01
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Remove the dependency from the C++ rules to Apple stuff.Gravatar Ulf Adams2016-08-29
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Fix nocompile tests after commit b6fd4ed25b6201eaaabb14c389c02819184ad4a6. I ...Gravatar Googler2016-08-24
* Adds a flag to generate LLVM coverage symbols.Gravatar Erik Abair2016-08-23
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Remove CppCompilationContext.equals/hashCode. Making them throw an exceptionGravatar Googler2016-08-23
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Instead of filtering for dynamic libraries when creating solib symlinks, asse...Gravatar Lukacs Berki2016-08-22
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Implement the fully link action in the OSX crosstool.Gravatar Cal Peyser2016-08-18
* Set the LibraryIdentifier before building the LTO Indexing link actionGravatar Googler2016-08-18
* Remove the awkward logic that used to look at the string form at a command li...Gravatar Lukacs Berki2016-08-18
* Differentiate between regular and alwayslink static libraries in LinkerInput#...Gravatar Lukacs Berki2016-08-17
* Remove references to ARCHIVE_FILETYPES and ARCHIVE_LIBRARY_FILETYPES from our...Gravatar Lukacs Berki2016-08-17
* Use the the artifact category in LinkerInput to determine if it's a dynamic l...Gravatar Lukacs Berki2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Implement objc archiving in the crosstool. This involves a few steps:Gravatar Cal Peyser2016-08-12
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Allow extra action inputs and variables extensions to boe propagated to theGravatar Cal Peyser2016-08-10
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Do not add useless library files to the inputs of the linker action.Gravatar Lukacs Berki2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Only send a cc_toolchain's linker_files to link actions. Previously, theGravatar Googler2016-08-08
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03