aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
* 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
* Create a loadPackages() method that loads multiple packages simultaneously, u...Gravatar carmi2017-05-22
* Add toolchains data to RuleClass and RuleContext.Gravatar John Cater2017-05-19
* PiperOrigin-RevId: 156331430Gravatar nharmata2017-05-19
* Migrate off versioned javac and Error Prone targetsGravatar Liam Miller-Cushon2017-05-09
* Add missing //third_party:guava dependency to execution-requirements.Gravatar Philipp Wollermann2017-05-08
* Automated g4 rollback of commit 9dec9a09d1e4d27e7cff73c440195a32d3b90752.Gravatar plf2017-05-05
* Introduce BazelPackageLoader.Gravatar nharmata2017-05-04
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Set the local CPU reservation for tests based on their "cpu:<n>" tag.Gravatar philwo2017-05-03
* Move platform providers to a new package to break cyclic dependencies.Gravatar John Cater2017-05-02
* Fix 'Argument list too long' error in :merge_licenses genruleGravatar Jakob Buchgraber2017-04-28
* Store Skylark command-line flags in SkyframeGravatar brandjon2017-04-28
* Update to javac9-r4023Gravatar cushon2017-04-25
* Remove the dash moduleGravatar dmarting2017-04-20
* Add repository override optionGravatar kchodorow2017-04-20
* Expose Bazel's Android data binding support to users.Gravatar gregce2017-04-18
* Add a custom single-line formatter for java.log.Gravatar schmitt2017-04-13
* Add feature_flags attribute to Android binary rules.Gravatar mstaib2017-04-13
* Open source LocalSpawnRunnerGravatar ulfjack2017-04-07
* Move ConfigSetting into rules/config.Gravatar mstaib2017-04-06
* Separate resource jar construction from compilationGravatar cushon2017-04-05
* Move BuildConfiguration option data access to a new class.Gravatar mstaib2017-04-03
* Open source android_device rule.Gravatar ajmichael2017-03-31