aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/BUILD
Commit message (Expand)AuthorAge
...
* 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
* Fix src/test/shell/bazel:srcs_test to add missing srcs filegroup.Gravatar allevato2017-10-20
* Add memory profiler.Gravatar tomlu2017-10-18
* Add callcount system for blaze developers.Gravatar tomlu2017-10-16
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10
* Move SkylarkSemanticsOptions to the packages/ directory, alongside SkylarkSem...Gravatar brandjon2017-10-07
* Prepare Classpath reading for Java 9Gravatar cushon2017-10-06
* Split off SkylarkSemanticsOptions into an immutable classGravatar brandjon2017-10-06
* Make UnionFileSystem accept all paths Bazel can throw at it.Gravatar ccalvarin2017-09-27
* Move ExternalPackageUtil to a new lib.repository package and simplify itGravatar ulfjack2017-09-26
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Add whitelists for android_resources removalGravatar Googler2017-09-15
* Introduce "bazel help flags-as-proto" to print information about supported fl...Gravatar fwe2017-09-14
* Remove the product name from ConfiguredRuleClassProvider.Gravatar jmmv2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* 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