aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcLibraryHelper.java
Commit message (Expand)AuthorAge
* Use FeatureConfiguration to compute value of CC_FLAGS make variableGravatar hlopko2017-05-26
* Make TransitiveInfoMap interface narrower.Gravatar Googler2017-05-05
* Make TransitiveInfoProviderMap an interface.Gravatar Googler2017-05-04
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* objc_proto_library does not pick up generated cc code in compile actions.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Allow protoc to emit annotation metadata files in addition to generated source.Gravatar Googler2017-04-03
* apple_binary scopes link artifacts using child configuration for --experiment...Gravatar Cal Peyser2017-03-14
* Do not create symlink pointing at itself with strip_include_prefix/include_pr...Gravatar Marcel Hlopko2017-03-08
* Crosstool compilation support for J2ObjcAspect.Gravatar Rumou Duan2017-02-22
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* CrosstoolCompilationSupport does not include .pch files in its module map.Gravatar Cal Peyser2017-02-01
* 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
* experimental_objc_library excludes private headers from module maps. ThisGravatar Cal Peyser2017-01-24
* Fix JDK7 compatibility.Gravatar Chris Parsons2017-01-23
* Description redacted.Gravatar Googler2017-01-23
* Remove check that deps of cc target share its configuration.Gravatar Cal Peyser2017-01-20
* 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
* All headers in modules arising from an experimental_objc_library are compiledGravatar Cal Peyser2017-01-13
* Add strip_prefix and strip_include_prefix attributes of cc_library.Gravatar Lukacs Berki2016-12-05
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01
* Move the useHeaderModules member from CppCompilationContext into theGravatar Googler2016-12-01
* Description redacted.Gravatar Googler2016-11-14
* If separate interface and implementation contexts are used, only the interfaceGravatar Googler2016-11-07
* Description redacted.Gravatar Googler2016-11-02
* 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
* Some updates to C++ to support Clif, an automatic interface generator for C++...Gravatar Googler2016-09-22
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Correct documentation for CcLibraryHelper#addIncludeDirs.Gravatar Cal Peyser2016-09-08
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11