aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppCompilationContext.java
Commit message (Expand)AuthorAge
* 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