aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Provide .pcm files as input to LIPO builds.Gravatar Googler2016-05-05
* Remove the fields of CppCompileAction relating to "extra system include prefi...Gravatar Lukacs Berki2016-05-04
* Remove the apparently unused LibraryToLink#isSolibSymlink() method.Gravatar Lukacs Berki2016-05-04
* Adds the compiler to the key for selecting the cc_toolchain label inGravatar Alex Humesky2016-05-04
* cpp fdo: Use correct PRODUCT_NAME for path when extracting a profile.Gravatar Svilen Kanev2016-04-27
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Implements pch in experimental_objc_library as a feature. Provides a mechani...Gravatar Cal Peyser2016-04-25
* Fix cache invalidation problem in CppModuleMapAction.Gravatar Manuel Klimek2016-04-25
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-25
* Extend API to add interface-only deps.Gravatar Googler2016-04-25
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Remove all internal calls to FileProvider.getLabel.Gravatar Ulf Adams2016-04-22
* Actions for rules that do not have 'use_header_modules' enabled should not haveGravatar Manuel Klimek2016-04-22
* Fix LIPO with C++ header modules.Gravatar Manuel Klimek2016-04-21
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* --Gravatar Michael Staib2016-04-21
* Disable the generating .gcno files for .pcm compile actions. These can conflictGravatar Googler2016-04-21
* Rename CppCompilationContext.getCompilationPrerequisites toGravatar Manuel Klimek2016-04-20
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Allow external repositories to have includes attributes that point to package...Gravatar Janak Ramakrishnan2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Add mechanism to crosstool language to specify action-specific execution requ...Gravatar Cal Peyser2016-04-19
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* 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
* Tests for apple_cc_toolchain.Gravatar Cal Peyser2016-04-18
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-18
* Allows CcLibraryHelper's acceptance of objc source to be paramaterized. For ...Gravatar Cal Peyser2016-04-15
* Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.Gravatar Florian Weikert2016-04-14
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* RELNOTES[INC]: Bazel warns if a cc rule's includes attribute points out of th...Gravatar Janak Ramakrishnan2016-04-14
* Correctly set up build variables for the correct pic mode for fake_binaryGravatar Manuel Klimek2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13
* Set --crosstool_top=@bazel_tools//tools/cpp:toolchain by default.Gravatar Luis Fernando Pino Duque2016-04-13
* RELNOTES[INC]: It is now an error for a cc rule's includes attribute to point...Gravatar Janak Ramakrishnan2016-04-12
* Allow actions to specify if extra actions can attach to them.Gravatar Janak Ramakrishnan2016-04-07
* Eliminate BuildConfiguration.Fragment#prepareForExecutionPhase().Gravatar Lukacs Berki2016-04-07
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Add the preinclude files to the mandatory input list of C++ compile actions.Gravatar Lukacs Berki2016-04-05
* Introduces action_config. Does this by:Gravatar Cal Peyser2016-04-05
* Dig out the builtin include file from the filegroup of libc_top instead of sp...Gravatar Lukacs Berki2016-04-04
* Remove BuildConfiguration#supportsIncrementalBuild , which is apparently unused.Gravatar Lukacs Berki2016-04-01
* Optionally stop adding headers from transitive modules as mandatory compilati...Gravatar Googler2016-03-31
* Enable the configuration sanity check for a subset of tests.Gravatar Ulf Adams2016-03-31
* Do not pass -gsplit-dwarf to the compiler except when building a .dwo file.Gravatar Googler2016-03-30
* Don't start include scanning from used module maps. The modules generated forGravatar Googler2016-03-30
* Open source cc_inc_library.Gravatar Cal Peyser2016-03-29
* Add --glibc as a late-bound option default so config_settingsGravatar Greg Estren2016-03-25