aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Split up BazelRuleClassProvider into per-language modules.Gravatar Ulf Adams2016-10-17
* Augment the CppLinkInfo extra action proto with the command line of the linker.Gravatar Googler2016-10-17
* Fix failing test on windows #1930Gravatar Marcel Hlopko2016-10-12
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Add action_config and feature for linking on WindowsGravatar Yun Peng2016-10-06
* Fixed location expansion in cc rules.Gravatar Vladimir Moskva2016-09-30
* Windows, native: add windows_msvc config_settingGravatar Laszlo Csomor2016-09-28
* Native declared providers are automatically exported.Gravatar Dmitry Lomov2016-09-26
* Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.Gravatar Xin Gao2016-09-23
* Rollback of commit 5c548f11e20c0b75203e9fe4ab682ed0418064cf.Gravatar Carmi Grushko2016-09-23
* Rollback of commit 4e2f75d8e60020f13a7df452488ec4cc7a719f03.Gravatar Kristina Chodorow2016-09-22
* Rollback of commit 2e5ec0fd99ac4bfd930da99f6089dc5faf778464.Gravatar Tobias Werth2016-09-22
* Make java_proto_library's strict_deps default to true.Gravatar Carmi Grushko2016-09-21
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Expose processor classpath and classnames to Skylark.Gravatar Dmitry Lomov2016-09-21
* Fixed symbolic link and hard link path not stripped when "strip_prefix" is set.Gravatar Xin Gao2016-09-20
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Fixed CcLibraryConfiguredTargetTest on WindowsGravatar Yun Peng2016-09-14
* Fix a bug that leads to unnecessary compiles of .pic.o files (and possibly)Gravatar Googler2016-09-12
* Automatically detect the setting for --cpu.Gravatar Ulf Adams2016-09-12
* Make cc_toolchain not croak if something that is not a shared library is ment...Gravatar Lukacs Berki2016-09-12
* Make the code that is using execRoot paths use execRoot pathsGravatar Kristina Chodorow2016-09-09
* Exclude CompressedTarFunctionTest on WindowsGravatar Yun Peng2016-09-09
* Fixed CppLinkActionTest on WindowsGravatar Yun Peng2016-09-08
* Rewrite tests to avoid assuming Linux-specific configuration settings.Gravatar Ulf Adams2016-09-08
* Fixed the issue that hard links are handled improperly when bazel decompresse...Gravatar Googler2016-09-08
* Update all tests so that they use a cc_toolchain_suite instead of a filegroup...Gravatar Lukacs Berki2016-09-06
* Test order of -l and -L args for CppLinkActionGravatar Marcel Hlopko2016-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
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Remove CppCompilationContext.equals/hashCode. Making them throw an exceptionGravatar Googler2016-08-23
* Remove support for thin archives.Gravatar Lukacs Berki2016-08-23
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Roll forward commit 94c86135d05a1844263c59f3ce6b1c1917e0f4c8Gravatar Liam Miller-Cushon2016-08-11
* Store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-11
* Rollback of commit 99de0d07574f808fee36826289cb1f5c83e3b3e0.Gravatar Googler2016-08-10
* Allow ImplicitOutputsFunctions to be overriden on Rule creation.Gravatar Michajlo Matijkiw2016-08-10
* Cleanup: store non-code inputs to link actions separately.Gravatar Lukacs Berki2016-08-10
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Avoid hard-coded extensions for compilation outputs.Gravatar Lukacs Berki2016-08-05
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* If the toolchain defines an action_config for each type of CppLinkAction,Gravatar Cal Peyser2016-07-29
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27