aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Do not crash when a strict proto_library depends on a non-strict one.Gravatar Carmi Grushko2017-02-01
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-01-26
* Adding JavaSourceJarsProvider to Java Provider.Gravatar Irina Iancu2017-01-23
* Expose type of library_to_link in CROSSTOOLGravatar Marcel Hlopko2017-01-23
* Add tests to verify that java_xxx_proto_library rules skip alias proto_librar...Gravatar Carmi Grushko2017-01-23
* Enables passing local as an execution requirement through the ExecutionInfoPr...Gravatar Sergio Campama2017-01-23
* Description redacted.Gravatar Carmi Grushko2017-01-20
* Fix testLinkerParamFileIsExported on WindowsGravatar Yun Peng2017-01-19
* Inject the digest of the marker file in the RepositoryDirectoryValue Gravatar Damien Martin-Guillerez2017-01-19
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Remote repositories: add the infrastructure for extending the marker file Gravatar Damien Martin-Guillerez2017-01-17
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-17
* Adding Java compilation to java_lite_proto_library Skylark version.Gravatar Irina Iancu2017-01-16
* Remove TRANSITIVE_MODULE_MAPS feature logic. This was only meant to be used forGravatar Googler2017-01-16
* Rollback of commit 1da8ac3a8bb0780251976e0dbcfebd3a7ba6a066.Gravatar Pedro Liberal Fernandez2017-01-12
* Fix bug in --experimental_link_dynamic_binaries_separately.Gravatar Googler2017-01-11
* Expose thinlto_params_file and linker_param_file as build variablesGravatar Marcel Hlopko2017-01-10
* Introduce expand_if_none_available to crosstoolGravatar Marcel Hlopko2017-01-10
* Introduce is_cc_test_link_action build variableGravatar Marcel Hlopko2017-01-05
* Do not expand flag_groups guarded by expand_if_true/false if variable is missingGravatar Marcel Hlopko2017-01-03
* Add expand_if_equal crosstool.proto messageGravatar Marcel Hlopko2017-01-03
* Skip //src/test/java/com/google/devtools/build/lib:cpp-rules-tests#testCompil...Gravatar Damien Martin-Guillerez2016-12-28
* Make AndroidSkylarkSplitTransitionTest platform-independent.Gravatar Dmitry Lomov2016-12-22
* Move hardcoded toolchain linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Move hardcoded -L linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Exposes the Android split transition configuration to Skylark.Gravatar Alex Humesky2016-12-22
* Move the descriptorset output to the ProtoSourcesProvider and expose it to sk...Gravatar Googler2016-12-22
* cc_proto_library can build proto_library's from remote repos.Gravatar Carmi Grushko2016-12-22
* proto_library can depend on proto_library's from external repos.Gravatar Carmi Grushko2016-12-22
* Power supportGravatar Nishidha Panpaliya2016-12-21
* Revert "Revert "Fix repositories to use 'BUILD.bazel' as the name for the sym...Gravatar John Cater2016-12-21
* Fix CppLinkActionsTest.testCompilesTestSourcesIntoDynamicLibrary to workGravatar John Cater2016-12-16
* Revert "Fix repositories to use 'BUILD.bazel' as the name for the symlinked/n...Gravatar John Cater2016-12-16
* Add option to dynamically link in the compilation output of cc_test andGravatar Googler2016-12-16
* Fix repositories to use 'BUILD.bazel' as the name for the symlinked/new build...Gravatar John Cater2016-12-13
* Propagate all providers from CcLibraryHelper into cc_proto_library.Gravatar Carmi Grushko2016-12-13
* Migrates TestEnvironmentProvider to using the new Skylark declared providers ...Gravatar Sergio Campama2016-12-12
* Strict proto deps: .proto files are allowed to import other .proto files in t...Gravatar Carmi Grushko2016-12-12
* Add a testing Skylark module that exposes an ExecutionInfoProvider constructor.Gravatar Sergio Campama2016-12-12
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Clean up after transition of java_xxx_proto_library rules to proto-toolchains.Gravatar Carmi Grushko2016-12-07
* decide whether to strip binaries only onceGravatar Marcel Hlopko2016-12-07
* Fix private visibility for aliased targets. Gravatar Lukacs Berki2016-12-06
* Add strip_prefix and strip_include_prefix attributes of cc_library.Gravatar Lukacs Berki2016-12-05
* When a strict proto dep violation occurs, tell the user what they should fix.Gravatar Carmi Grushko2016-12-05
* Fix another test that instantiates BuildOptions its own special way.Gravatar Greg Estren2016-12-05
* Introduce FlagGroup.expandIfTrue, expandIfFalseGravatar Marcel Hlopko2016-12-02
* Compute module file compile command line flags right before executing theGravatar Googler2016-12-02
* Initial commit of cc_proto_library.Gravatar Carmi Grushko2016-12-01