aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Gracefully handle exceptions in java_common.default_javac_opts.Gravatar elenairina2017-07-05
* Fix documentation typos.Gravatar dslomov2017-07-05
* AspectCompleteEvent: correctly report artifacts for a failed aspectGravatar Klaus Aehlig2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Fix broken code tag.Gravatar Chaoren Lin2017-07-05
* Bazel, Windows: sh_binary now builds a .cmd fileGravatar Laszlo Csomor2017-07-05
* Categorize proto options.Gravatar carmi2017-07-03
* Add new flag defining an environment group for automatic cpu-based environmentGravatar jcater2017-07-03
* Enable --feature_control_policy policy for feature flag usage.Gravatar mstaib2017-07-03
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Bugfix: improper handling of IOException. This was triggered when we decided ...Gravatar olaola2017-07-03
* Remove unused method shouldUseObjcModulesGravatar cparsons2017-07-03
* Add minSdkVersion optimization to Blaze.Gravatar Googler2017-07-03
* Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PAT...Gravatar laurentlb2017-07-03
* Enable incremental dexing by default.Gravatar ajmichael2017-07-03
* Add recursive jars to java_common.create_providerGravatar elenairina2017-07-03
* Add plugins and exported_plugins params to java_common.compile.Gravatar elenairina2017-07-03
* Implement ctx.actions.run() and ctx.actions.run_shell(),Gravatar dslomov2017-07-03
* Windows, JNI: move around sourcesGravatar Laszlo Csomor2017-07-03
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Add methods for filtering LocalResourceContainerGravatar Googler2017-07-03
* Refactor PrinterGravatar vladmos2017-07-03
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Undo Java 8 updates to fix bootstrapping on MacOS.Gravatar laszlocsomor2017-06-30
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* A little cosmetic cleanup in the wake of the Java 8 migration.Gravatar lberki2017-06-30
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Slight refactoring, functional noop: uploadChunks will need to get a Chunker....Gravatar olaola2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove --xcode_override_workspace_root and --experimental_use_absolute_paths_...Gravatar cparsons2017-06-30
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* {ios,macos}_minimum_os flags now default to {ios_macos}_sdk_version valuesGravatar cparsons2017-06-30
* Decrease memory used by SpawnAction's param file builder.Gravatar tomlu2017-06-30
* Pick up default crosstool features in objc.Gravatar rduan2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Lambda cleanupGravatar laurentlb2017-06-29
* Add exports param to java_common.compile.Gravatar elenairina2017-06-29
* Fix a few style issues.Gravatar lberki2017-06-29
* Migrate the lib.server package to Java 8.Gravatar lberki2017-06-29
* Add a lambda now that we can.Gravatar lberki2017-06-29
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Enable aapt2 support in library actions.Gravatar corysmith2017-06-29
* Make sure that objc_ and apple_binary pass the host/nonhost feature flag forGravatar Googler2017-06-29
* Remove implicit dependency of objc rules on //tools/objc:header_scannerGravatar cparsons2017-06-29
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29