aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
* Create a basic annotation processor for validating SkylarkCallable uses at co...Gravatar cparsons2018-02-12
* Move common proto aspect logic to a new class.Gravatar elenairina2018-02-12
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Add neverlink support to java_common.compile.Gravatar elenairina2018-01-31
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Add JavaRuntimeToolchainInfo class to wrap JavaRuntimeInfo for toolchains acc...Gravatar John Cater2018-01-23
* Add codec for TestFilter, and clean up some things: use java.util.function.Pr...Gravatar janakr2018-01-22
* Add a native provider registry to ConfiguredRuleClassProviderGravatar brandjon2018-01-22
* Codec for Location.Gravatar shahan2018-01-16
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Create function createJavaInfo with new API. Implement JavaCompilationArgsPro...Gravatar dbabkin2018-01-10
* Automated rollback of commit 46356dfa59428b665aa280ba4cbca6e449f73c5b.Gravatar laszlocsomor2018-01-02
* Add android_local_test rule to Bazel.Gravatar dannark2017-12-31
* Adds ObjectCodecs for FragmentOptions and BuildOptions.Gravatar Googler2017-12-27
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Memoize equals and hashCode operations for BuildOptions. Currently, equality ...Gravatar janakr2017-12-24
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Replaces some existing codecs with @AutoCodec.Gravatar Googler2017-12-22
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Consolidate instances of the --loading_phase_threads flag.Gravatar juliexxia2017-12-21
* Inline JavaToolchainData into JavaToolchainProviderGravatar cushon2017-12-20
* Replace java_plugin_configuration with java_package_configurationGravatar cushon2017-12-19
* Retire some pre-skylark machinery for accessing the contents of java_toolchainGravatar cushon2017-12-19
* Consolidate instances of the --keep_going flag.Gravatar juliexxia2017-12-18
* Remove JavaNeverlinkInfoProvider.Gravatar elenairina2017-12-18
* Adds a codec for RegexFilter.Gravatar Googler2017-12-13
* Fix the documentation to allow making links to BE documetation articlesGravatar vladmos2017-12-13
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Move BazelRuleClassProvider.CONFIG_RULES to its own class in the config package.Gravatar lpino2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Add support for package specification-based java_plugin configurationGravatar cushon2017-11-29
* PiperOrigin-RevId: 176356590Gravatar lpino2017-11-20
* Add --host_deps custom filtering to configuredtargetqueryenvironment.Gravatar juliexxia2017-11-17
* Convert JavaToolchainProvider to a concrete class, and a subclass of Toolchai...Gravatar jcater2017-11-17
* Deletes unused apk manifest.Gravatar ahumesky2017-11-16
* Fix Skylark outputs to properly report errors in template placeholders.Gravatar jcater2017-11-16
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Adjust blaze to allow for integration of one-version checking inside Google. ...Gravatar Googler2017-11-10
* Delete unused preconditions library.Gravatar tomlu2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Break dependency on vfs from the interface of syntax and cmdline.Gravatar tomlu2017-11-06
* Support Python 2 and 3 in the same build.Gravatar gregce2017-10-20