aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp
Commit message (Expand)AuthorAge
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Make per-file-copts part of the user_compile_flagsGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Narrow the LinkCommandLine API.Gravatar Googler2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Make CcToolchainProvider subclass ToolchainInfo. This is required for use of...Gravatar cpeyser2017-08-16
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Cleanup mock action_configs in MockCcSupportGravatar hlopko2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Fix a bunch of test cases that break if genfiles == bin.Gravatar lberki2017-07-19
* Report error when action_config for given C++ compile action is not definedGravatar hlopko2017-07-19
* Partial rollback of action_config validation logicGravatar cparsons2017-07-14
* Add a toolchains= attribute to *_binary, *_test, cc_library and extra_action ...Gravatar lberki2017-07-14
* Make native declared providers not implement TransitiveInfoCollection.Gravatar dslomov2017-07-12
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Make CcToolchainProvider#equals() be the object identity.Gravatar lberki2017-07-11
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Assume crosstools that don't have 'no_legacy_features' feature need patchingGravatar hlopko2017-07-06
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Do not use link_dynamic_library.sh when toolchain doesn't support interface l...Gravatar hlopko2017-06-26
* Introduce is_cc_test build variable so we can migrate away from is_not_cc_tes...Gravatar hlopko2017-06-20
* Also filter stderr when parse_showincludes feature is enabledGravatar Yun Peng2017-06-13
* Init absent action configs for CppCompile actionsGravatar hlopko2017-06-12
* Introduce CompileCommandLineBuilder and CompileCommandLineTestGravatar hlopko2017-06-12
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09