aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-04
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Code cleanupGravatar Laurent Le Brun2015-09-03
* Allow .dylib libraries in srcsGravatar Kristina Chodorow2015-09-02
* Drop the baseline artifact output group.Gravatar Ulf Adams2015-08-31
* Merge the baseline coverage code path into the coverage codepath.Gravatar Ulf Adams2015-08-31
* Remove the deprecated unused addTransitiveLangTargets method.Gravatar Ulf Adams2015-08-31
* Add a convenience method to InstrumentedFilesCollector.Gravatar Ulf Adams2015-08-31
* Fix a typo.Gravatar Ulf Adams2015-08-28
* Clean up the link command action code a bit.Gravatar Ulf Adams2015-08-27
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Add '.ldscript' as a possible linker script file extension.Gravatar Googler2015-08-24
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* Add an empty RunfilesProvider to cc_toolchain_suite to fulfill the contract i...Gravatar Alex Humesky2015-08-21
* Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165.Gravatar Ulf Adams2015-08-20
* Fixes to use dylib on MacOS X.Gravatar Topher2015-08-20
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* Fail more verbosely in LinkerInputs.java.Gravatar Han-Wen Nienhuys2015-08-18
* Set the workspace suffix for runfilesGravatar Kristina Chodorow2015-08-13
* Resolve TODO now that the feature configuration supports conditional expansionGravatar Manuel Klimek2015-08-12
* Patch the PATH for linker on Windows, in the same way as for compiler.Gravatar Dmitry Lomov2015-08-12
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Feature configuration: add a field required_variables on flag_sets.Gravatar Manuel Klimek2015-08-06
* Allow the feature configuration to support structured build variables of nestedGravatar Manuel Klimek2015-08-06
* Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible().Gravatar Florian Weikert2015-08-05
* Hard disable C++ include scanning in Bazel (which wasn't supported anyway, bu...Gravatar Philipp Wollermann2015-08-05
* Use pic mode for cc_fake_binary if pic actions are used for binaries.Gravatar Manuel Klimek2015-08-05
* Add dylib as a C++ file typeGravatar Kristina Chodorow2015-08-04
* Add more configuration fragment annotations, and a runtime check.Gravatar Ulf Adams2015-08-04
* Lazy evaluation of C & C++ sources in CcCommon.Gravatar Ulf Adams2015-08-04
* Refactor CcBinary / CcCommon a bit.Gravatar Ulf Adams2015-08-04
* Split CcCommon handling of srcs filtering into a new class.Gravatar Ulf Adams2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* Compute copts in CcCommon lazily.Gravatar Ulf Adams2015-07-30
* Refactor Cc* some more.Gravatar Ulf Adams2015-07-30
* Remove some unnecessary code from CcBinary.Gravatar Ulf Adams2015-07-29
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Remove some dead code given that cc_public_library is gone.Gravatar Ulf Adams2015-07-29
* Move a method from CcCommon to CcBinary that is only called from there.Gravatar Ulf Adams2015-07-29
* Move shared settings between CcBinary and CcLibrary toGravatar Han-Wen Nienhuys2015-07-29
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Remove a misleading comment in CppCompileAction (the class is not actually ov...Gravatar Philipp Wollermann2015-07-27