aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Rollback of commit a2770334ea3f3111026eb3e1368586921468710c.Gravatar Tobias Werth2016-07-19
* Stop input and output of cc_library from clobbering each other.Gravatar Michael Staib2016-07-18
* Add host/target feature support for ThinLTOGravatar Googler2016-07-14
* Properly support interaction of pre-grepped source files and LIPO even in theGravatar Googler2016-07-14
* Add all available toolchains to the FileProvider of cc_toolchain_suite.Gravatar Lukacs Berki2016-07-14
* Extract CppLinkAction.Builder to its own top level class.Gravatar Cal Peyser2016-07-13
* Implicit outputs to cc_library are also exported in unique output groups.Gravatar Cal Peyser2016-07-04
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Make building dll less a hack on WindowsGravatar Yun Peng2016-07-01
* Fix/work around bad interaction between interface deps and LIPO. Previously l...Gravatar Googler2016-06-29
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* Reorganize Skylark Reference documentation.Gravatar Dmitry Lomov2016-06-29
* Enable non_arc_srcs for experimental_objc_library. Allow build variables to ...Gravatar Cal Peyser2016-06-24
* Make CppConfiguration.isLipoOptimizationOrInstrumentation() return false in L...Gravatar Lukacs Berki2016-06-23
* Remove the "glibc" selector from CppConfiguration.Gravatar Lukacs Berki2016-06-22
* Refactor common code that determines whether a target is coveredGravatar Googler2016-06-22
* Fixed the bug in commit fa878df99618bfc59a5ff733871e266e9e3f3fd1 which broke ...Gravatar Yun Peng2016-06-20
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Remove BuildConfiguration.addRoots() and the pregrepped includes directory.Gravatar Lukacs Berki2016-06-17
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Spawn executionInfo from Cpp{Compile,Link}ActionGravatar George Gensure2016-06-16
* Pass toolchain build variables to C++ link actions.Gravatar Chris Parsons2016-06-16
* CppCompileAction learns its tool from an action_config, if present. OSX cros...Gravatar Cal Peyser2016-06-15
* Minor refactoring of C++ compilation.Gravatar Lukacs Berki2016-06-14
* Allow a config_setting() to match against the default grte_top.Gravatar Googler2016-06-14
* Rollback of commit b19d632b5ad832ec829980a8bf71b18bbf277143.Gravatar Yun Peng2016-06-10
* Use the cc_toolchain rule instead of an event bus-based hack to signal an err...Gravatar Lukacs Berki2016-06-10
* Rollback of commit 0150e7fa5963fa569d9795c02fd3afe3c52ff30c.Gravatar Yun Peng2016-06-10
* Rollback of commit 828a9e2f167db8c4debca6e00ee37dd030849c2f.Gravatar Yun Peng2016-06-10
* Rollback of commit cc993c26047f8d459711ed211338570ce7c1576c.Gravatar Yun Peng2016-06-10
* Add missing actions to dependency_file featureGravatar Yun Peng2016-06-09
* Move -MD and -MF(for dotd file generation) into featureGravatar Yun Peng2016-06-08
* Move -c and -o options into action_configGravatar Yun Peng2016-06-08
* Allow flags to be applied to an action using an action_config. A flag set onGravatar Cal Peyser2016-06-07
* Add module map support to ExperimentalObjcLibrary, which contains experimenta...Gravatar Cal Peyser2016-06-07
* If an action_config is given for a particular type of link action, use that a...Gravatar Cal Peyser2016-06-01
* Remove DepsContext from CppCompilationContext. This simplifies theGravatar Manuel Klimek2016-05-31
* Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and Gravatar Luis Fernando Pino Duque2016-05-31
* Remove the --use_isystem_for_includes option.Gravatar Lukacs Berki2016-05-31
* Create a feature for per-object-file debug info files and move -gsplit-dwarf ...Gravatar Lukacs Berki2016-05-25
* Make linkstamp info use NestedSet.Gravatar Manuel Klimek2016-05-25
* Remove the --cwarn command line option.Gravatar Lukacs Berki2016-05-25
* Move -frandom-seed= into a feature.Gravatar Lukacs Berki2016-05-25
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Add framework support to ExperimentalObjcLibrary.Gravatar Cal Peyser2016-05-23
* Move the command line arguments for C++ preprocessor defines to a feature.Gravatar Lukacs Berki2016-05-20
* Change some weird formating.Gravatar Cal Peyser2016-05-20
* Rollback of commit 7841a6ab100fc35a67600f1ce1a70d293c51350e.Gravatar Lukacs Berki2016-05-20