aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/cpp
Commit message (Expand)AuthorAge
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Make C++ autoconfigured toolchain the default for Linux and OS X.Gravatar Damien Martin-Guillerez2016-03-31
* Open source cc_inc_library.Gravatar Cal Peyser2016-03-29
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Inject the TOOLS_REPOSITORY constant in the RuleClassProvider instead of usin...Gravatar Luis Fernando Pino Duque2016-01-28
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Introduce implicit host_xcodes dependency on cc_test rules, as cc_test rules ...Gravatar Chris Parsons2016-01-21
* Fix documentation on cc_library includes attributeGravatar Kristina Chodorow2016-01-15
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Fix links to docs for other rules, Bazel User Manual, Build Reference, and MakeGravatar David Chen2016-01-13
* Rollback of commit e4133aab4db7cd640501d1113c259e8477006b6f.Gravatar Damien Martin-Guillerez2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Remove Constants.ALLOW_CC_INCLUDE_SCANNING and handle the logic in CppSemanti...Gravatar Philipp Wollermann2016-01-07
* Fix skylark aspect issues.Gravatar Dmitry Lomov2015-12-08
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Strengthen the deprecation notice for abi_deps.Gravatar Greg Estren2015-11-12
* Make STL work even when not in the main repository.Gravatar Lukacs Berki2015-11-11
* Fix broken resolution of STL sources through @bazel_tools.Gravatar Peter Schmitt2015-11-03
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Partially revert []: move the tools/defaults package back to the main reposit...Gravatar Lukacs Berki2015-10-07
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Change Attribute.skipConstraintsCheck() (and similar methods)Gravatar Greg Estren2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-16
* Rollback of commit a708acd02baf3821c975801ae0e5cad6867a6735.Gravatar Mark Schaller2015-09-08
* Avoid checking visibility and other constraints for the lipo dependency.Gravatar Ulf Adams2015-09-08
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-04
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Fix includes documentationGravatar Kristina Chodorow2015-09-02
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Annotate every single rule with required configuration fragments.Gravatar Ulf Adams2015-08-10
* Refactor the missing fragment handling code to use a policy enum.Gravatar Ulf Adams2015-08-06
* Add configuration fragment annotations to some cc_* rules.Gravatar Ulf Adams2015-08-04
* RELNOTES[INC]: Remove built-in support for cc_public_libraryGravatar Han-Wen Nienhuys2015-07-27
* Update doc for the allowed C++ source file extensions.Gravatar Thiago Farina2015-07-27
* Remove implicit .a and .so outputs from Bazel.Gravatar Ulf Adams2015-07-27
* Rename appearstoHaveNoObjectFiles to appearsToHaveObjectFiles.Gravatar Greg Estren2015-07-23
* Apply Bootstrap styles to header inclusion checking table. Use <code> ratherGravatar David Chen2015-06-19
* Add textual_hdrs to the Bazel C++ rule classes.Gravatar Lukacs Berki2015-05-27
* Make cc_* rules be able to depend on linker script in their deps attribute.Gravatar Lukacs Berki2015-05-08
* Allow Bazel to have C/C++ include files with any extension.Gravatar Lukacs Berki2015-05-07
* Bazel docs: fix broken links in BE.Gravatar Laszlo Csomor2015-03-26
* Bazel docs: document cc_library.hdrs_check and fix a broken BE link.Gravatar Laszlo Csomor2015-03-25
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Document Bazel's cc_binary, cc_library and cc_test rule.Gravatar Laszlo Csomor2015-03-16