aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Turn ActionCacheStatistics into a proto.Gravatar jmmv2017-08-31
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Refactor collection of action cache statistics.Gravatar jmmv2017-08-29
* Support print_action command in Bazel.Gravatar Googler2017-08-24
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Open-source Skyframe serialization, and make AppleConfiguration serializable ...Gravatar janakr2017-08-18
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Move FilesetProvider to lib.analysis.filesetGravatar ulfjack2017-08-09
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* Add --windows_exe_launcher optionGravatar Yun Peng2017-08-04
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Provide CcLinkParamsStore from java_xxx_proto_library rules.Gravatar carmi2017-08-02
* Fix 'whitelisting' src group.Gravatar dslomov2017-07-31
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* BEP: add events about fetches to the streamGravatar Klaus Aehlig2017-07-26
* Automated rollback of commit 7d0200703cfa207d6577d84bee45ca185d240dfa.Gravatar carmi2017-07-25
* Move the DurationConverter to the common.options packageGravatar ulfjack2017-07-24
* PiperOrigin-RevId: 162771369Gravatar carmi2017-07-24
* Split invocation policy from the optionsparser target.Gravatar ccalvarin2017-07-19
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Allow py_binary to be the executable of a Skylark action or anyGravatar Philipp Wollermann2017-07-18
* Remove unused native aspect for ASwBGravatar Googler2017-07-14
* Remove the java_common.java_toolchain_attr field in favor of a java_toolchain...Gravatar lberki2017-07-14
* Also generate a build stream for fetchGravatar Klaus Aehlig2017-07-14
* Moves printing method for feature accessibility errors.Gravatar plf2017-07-12
* Add a cc_toolchain_alias and java_runtime_alias rules so that e.g. genrules c...Gravatar lberki2017-07-11
* Bazel, Windows: sh_binary now builds a .cmd fileGravatar Laszlo Csomor2017-07-05
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Add option tagging and categorizing enums.Gravatar ccalvarin2017-06-27
* Extract ImmutableSharedKeysMap class from TransitiveInfoProviderMap.Gravatar Googler2017-06-20
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Move InvocationPolicy to the options parser package.Gravatar ccalvarin2017-06-09
* BES: Open Source the build event service gRPC client implementation.Gravatar buchgr2017-06-09
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* protobuf: Use bazel's native java_proto_library rules.Gravatar Jakob Buchgraber2017-06-06
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Move helper methods for accessing platform providers to a utility class.Gravatar John Cater2017-06-02
* BEP: report visibility errorsGravatar Klaus Aehlig2017-06-01
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31