aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/cpp/CcCommonTest.java
Commit message (Expand)AuthorAge
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Move CcToolchainTypeRule to CPP_RULES, as opposed to PLATFORM_RULES. It more...Gravatar cpeyser2017-11-29
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Add support for linker scripts in auto-linked Android native depsGravatar Googler2017-10-23
* 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
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* 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
* 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
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Fix a bunch of test cases that break if genfiles == bin.Gravatar lberki2017-07-19
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* Migrate most of the assertions to Truth that the auto-migration tool did not ...Gravatar lberki2017-05-31
* Automated g4 rollback of commit d5ee3b5397135eebd4b5d5b6bd4a4444093c4df8.Gravatar kchodorow2017-04-26
* Repositories can only be accessed in projects that define them in their WORKS...Gravatar kchodorow2017-04-26
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Add the config_feature_flag rule.Gravatar mstaib2017-03-31
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28
* Do not create symlink pointing at itself with strip_include_prefix/include_pr...Gravatar Marcel Hlopko2017-03-08
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Update GenRule to include the Cpp and Jdk toolchains and properly handleGravatar John Cater2017-02-06
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Add strip_prefix and strip_include_prefix attributes of cc_library.Gravatar Lukacs Berki2016-12-05
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Split up rule sets into smaller chunks.Gravatar Ulf Adams2016-10-18
* Split up BazelRuleClassProvider into per-language modules.Gravatar Ulf Adams2016-10-17
* Fixed location expansion in cc rules.Gravatar Vladimir Moskva2016-09-30
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Rewrite tests to avoid assuming Linux-specific configuration settings.Gravatar Ulf Adams2016-09-08
* Update all tests so that they use a cc_toolchain_suite instead of a filegroup...Gravatar Lukacs Berki2016-09-06
* Remove the "cc_*.includes attribute must refer to the third_party directory" ...Gravatar Lukacs Berki2016-08-31
* Do not load the transitive closure of the Android SDK on every build.Gravatar Lukacs Berki2016-08-31
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12