aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Remove the ctx.middle_man function from Skylark.Gravatar lberki2017-12-07
* If a temporary directory name clashes in the LocalSpawnRunner, try generating...Gravatar ruperts2017-12-06
* Provide more execution statistics in the ExecutionStatistics class.Gravatar ruperts2017-12-06
* Add SkylarkSemantics#toBuilder() and #builderWithDefaults()Gravatar brandjon2017-12-06
* allow params files for long dexmerger and dexsharder command linesGravatar kmb2017-12-06
* Pass file system to Path operations.Gravatar tomlu2017-12-06
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Add option to populate selector list in blaze query's proto output.Gravatar twerth2017-12-06
* Expose utility method in PathPackageLocator for inserting workspace name.Gravatar janakr2017-12-06
* Use static final variables for spawn action resource sets.Gravatar tomlu2017-12-06
* Remove duplicate CppHelper.getCcToolchainType method.Gravatar John Cater2017-12-06
* Move BazelRuleClassProvider.CORE_WORKSPACE_RULES to its own class in the rule...Gravatar lpino2017-12-06
* Flip the --incompatible_disallow_uncalled_set_constructor flagGravatar vladmos2017-12-06
* BEP: In the TestResult meta data, allow reporting remote cache hitsGravatar aehlig2017-12-06
* Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK.Gravatar lberki2017-12-06
* Update bazel py rules "deps" documentationGravatar elenairina2017-12-06
* Disallow undeclared access to the $(JAVA) and $(JAVABASE) template variables.Gravatar lberki2017-12-06
* Make ProcessWrapperUtil aware of the execution statistics file, and add new E...Gravatar ruperts2017-12-05
* Reflect progress on incremental dexing in android_binary's incremental_dexing...Gravatar kmb2017-12-05
* Check for null build file returned from getBuildFileForPackage.Gravatar jcater2017-12-05
* Upgrade --target_environment, --auto_cpu_environment_group.Gravatar gregce2017-12-05
* Moving the RemoteWorker into tools/remote directory.Gravatar olaola2017-12-05
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Fix error prone warning about reference equality.Gravatar ajmichael2017-12-05
* Expose getGenJarsProvider methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-05
* Build output files if the build tag filter contains only tags to exclude.Gravatar lberki2017-12-05
* Add --experimental_java_coverage.Gravatar elenairina2017-12-05
* remote: Have --remote_rest_cache respect --remote_timeout.Gravatar buchgr2017-12-05
* Fix docs for repository_nameGravatar Rodrigo Queiro2017-12-05
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Platform options are no longer experimental.Gravatar jcater2017-12-04
* From apple_binary, receive AppleExecutableBinaryProvider from the bundle_load...Gravatar cparsons2017-12-04
* Expose ObjcProtoProvider as a Skylark object.Gravatar cparsons2017-12-04
* Clarify bazel clean's options.Gravatar ccalvarin2017-12-04
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Fix getBuildFiles to not assume BUILD is the name of the build file.Gravatar John Cater2017-12-04
* Expose some methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-04
* py_binary can now be used as data with custom python.Gravatar Austin Schuh2017-12-04
* Allow `python3` as value for the `--python_path` flag.Gravatar Misha Seltzer2017-12-04
* Switch GenRuleBase to use the new Expander APIGravatar ulfjack2017-12-04
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Remove the java_executable field from ctx.fragments.jvm .Gravatar lberki2017-12-04
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Fixed @androidsdk's qemu2 paths on darwin.Gravatar jingwen2017-12-02
* Forward test relevant flags to mobile-install launcher.Gravatar Googler2017-12-01
* Make Predicate<String> obtainable from RuleClassNamePredicateGravatar Googler2017-12-01
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01