aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Adding toolchain provider and function to Skylark.Gravatar John Cater2017-04-07
* Update incremental dexing helper flag defaultsGravatar kmb2017-04-06
* Add missing @Test annotations to JUnit 4 tests, reduce the visibility of test...Gravatar Googler2017-04-06
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Expose platform-related providers to Skylark.Gravatar John Cater2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Rename the ToolchainProvider to a more accurate name (and free up the name fo...Gravatar jcater2017-04-03
* Add flag to compress all Java resources before bundling them into the APK.Gravatar ajmichael2017-04-03
* Strict proto deps: handle direct protos in external repositories.Gravatar carmi2017-03-31
* Build android_binary APKs with Singlejar by default.Gravatar ajmichael2017-03-31
* Add the config_feature_flag rule.Gravatar mstaib2017-03-31
* Automated g4 rollback of commit 05300b5945286f6063afbf1d16c9c8e5621c4828.Gravatar jmmv2017-03-31
* Move ResourceFilter into AndroidConfigurationGravatar Googler2017-03-31
* Remove RuleContext from ResourceFilter stateGravatar Googler2017-03-31
* Extract --sysroot flag from blaze and move it into crosstoolGravatar hlopko2017-03-31
* Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e.Gravatar Googler2017-03-31
* Init absent action configs for CppCompile actionsGravatar hlopko2017-03-29
* A flag to control the outputs that cc_proto_library expects from proto-compiler.Gravatar Carmi Grushko2017-03-28
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28
* Move -Wl,--gdb-index into crosstoolGravatar Marcel Hlopko2017-03-27
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Un-rollback and fix bugs in resource density filteringGravatar Googler2017-03-27
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* FlagSet.with_feature can be used to condition the application of the FlagSet ...Gravatar Cal Peyser2017-03-24
* Rollback of commit 1e18045ed9d6ab9c945cec69286a7d8bd288a507.Gravatar Tobias Werth2017-03-23
* Add an optional coverage_files argument to cc_toolchainGravatar Googler2017-03-22
* Filter android_binary resources by screen density in the analysis phaseGravatar Googler2017-03-22
* Open source AndroidLibraryTestGravatar Adam Michael2017-03-22
* Rollback of commit 65a9bc9a79a660291210719862bc194a87311943.Gravatar Googler2017-03-22
* RELNOTES[NEW]: If grte_top is a label, it can now follow non-configurable red...Gravatar Googler2017-03-21
* Define the ConfigFeatureFlagConfiguration fragment.Gravatar Michael Staib2017-03-21
* Support aliases in the --experimental_stl attribute.Gravatar Lukacs Berki2017-03-20
* Fix AndroidBinaryTest on Windows.Gravatar Adam Michael2017-03-20
* Open source some tests for android_binary.Gravatar Adam Michael2017-03-20
* Open source ApkManifestActionTest.Gravatar Adam Michael2017-03-20
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Open-source AndroidCommonTest.java.Gravatar Adam Michael2017-03-14
* Add the remote_execution_properties attribute to the platform() rule. Gravatar John Cater2017-03-12
* Add java_common.create_provider to allow creating a java_common.provider Gravatar Irina Iancu2017-03-10
* Make Bazel build with MSVC-default-toolchain Bazel Gravatar Yun Peng2017-03-08
* Introduce strip_debug_symbols feature to crosstoolGravatar Marcel Hlopko2017-03-08
* Do not create symlink pointing at itself with strip_include_prefix/include_pr...Gravatar Marcel Hlopko2017-03-08
* Add platform rule to define a platform as a collection of constraint values.Gravatar John Cater2017-03-02
* Add constraint_setting and constraint_value rules, to enable defining Gravatar John Cater2017-02-28
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Expose rpath entries as a build variableGravatar Marcel Hlopko2017-02-24
* Progress on Skylarkified java_lite_proto_library.Gravatar Irina Iancu2017-02-20