aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompilationContext.java
Commit message (Expand)AuthorAge
* Replace path implementation.Gravatar tomlu2018-02-08
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow protoc to emit annotation metadata files in addition to generated source.Gravatar Googler2017-04-03
* Directory headers are filtered out of header inputs to objc compilation.Gravatar Cal Peyser2017-02-08
* Add a flag that alters the behavior of the parse_headers feature. With theGravatar Googler2017-01-27
* Module maps arising from an experimental_objc_library are not automaticallyGravatar Cal Peyser2017-01-26
* Remove separation of interface and implementation dependencies again. TheGravatar Googler2017-01-16
* Remove TRANSITIVE_MODULE_MAPS feature logic. This was only meant to be used forGravatar Googler2017-01-16
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Compute module file compile command line flags right before executing theGravatar Googler2016-12-02
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* Don't let input discovery add module files as inputs if we aren't actuallyGravatar Googler2016-10-27
* Create a separate module for .proto.h files. Together with modules pruning,Gravatar Googler2016-10-27
* Don't mark modules as used if they would only contribute textual_hdrs. There isGravatar Googler2016-10-24
* 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
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* 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
* 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
* Remove DepsContext from CppCompilationContext. This simplifies theGravatar Manuel Klimek2016-05-31
* Provide .pcm files as input to LIPO builds.Gravatar Googler2016-05-05
* Actions for rules that do not have 'use_header_modules' enabled should not haveGravatar Manuel Klimek2016-04-22
* Rename CppCompilationContext.getCompilationPrerequisites toGravatar Manuel Klimek2016-04-20
* Add the option to have non-interface dependencies. This can greatly speed upGravatar Googler2016-04-19
* Remove option to include transitive header module srcs in the compilation.Gravatar Googler2016-04-18
* Do not put both pic and non-pic header modules into the inputs of a compile a...Gravatar Manuel Klimek2016-03-23
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Add all transitive module maps when we use header modules.Gravatar Manuel Klimek2015-07-13
* Add some clarifying comments to CppCompilationContext.Gravatar Han-Wen Nienhuys2015-06-12
* Description redacted.Gravatar Manuel Klimek2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25