bazel /
bazel /
0982aaa4bcb311c2da31723cf2ce9541976638ca - 0982aaa Chocolatey: Remove msys2 dependency by Peter Mounce · 5 years ago
- 112d41f Symlink creation: add flag for in-process creation by ulfjack · 5 years ago
- 6ae38f9 bazel syntax: make MethodDescriptor and ParamDescriptor private by Googler · 5 years ago
- d36b4a9 bazel syntax: delete SkylarkSignatureProcessor by Googler · 5 years ago
- 8c91022 Allow xcode_config to choose an xcode version from available local and remote xcode versions. by steinman · 5 years ago
- 15a700c bazel syntax: CallUtils.getField = getStructField + invokeStructField by Googler · 5 years ago
- 0b42eeb Remove unused slf4j dependency by Jingwen Chen · 5 years ago
- 411a540 Delete plexus and jsch from //third_party by Jingwen Chen · 5 years ago
- 5adfcc2 bazel syntax: implement "int in range(...)" in constant time by Googler · 5 years ago
- e22a790 Add flag to make --order_output=auto prefer unordered output if the output by twerth · 5 years ago
- 2bbc934 Delete unused slf4j dependency by Jingwen Chen · 5 years ago
- 52eb53b Add validation that all targets used as platforms actually advertise by John Cater · 5 years ago
- 3a011e6 SymlinkTreeAction: rename accessor to isRunfilesEnabled by ulfjack · 5 years ago
- fe7b4ef Allow binding to localhost form within the darwin sandbox. by jmmv · 5 years ago
- f26b0ff Don't do validate inclusions check on objc module maps by waltl · 5 years ago
- 9d14ebd Delete unused plexus, jsch dependencies by Jingwen Chen · 5 years ago
- b4b503e Delete unused deps in //s/m/j/c/g/d/b/l/... by Jingwen Chen · 5 years ago
- 8ac2210 bazel syntax: eliminate unnecessary array copying by Googler · 5 years ago
- 733a377 In NamedSetOfFiles traversal, expand aggregate artifacts prior to splitting based on the --build_event_max_named_set_of_file_entries value. by felly · 5 years ago
- 7450e10 bazel syntax: put depset element check behind a flag by Googler · 5 years ago
- e73b036 bazel syntax: make some stragglers implement StarlarkValue by Googler · 5 years ago
- 8d6eb83 Fix typo in URL in WORKSPACE by Jingwen Chen · 5 years ago
- 0332acd Add py3-bin symlink, rename experimental flag by brandjon · 5 years ago
- 182be83 Minor refactor of convenience symlink logic by brandjon · 5 years ago
- 87da3f6 Delete //third_party deps for maven_jar and maven_server by Jingwen Chen · 5 years ago
- 48957db Append ".gz" to filenames of gzip compressed files. by steinman · 5 years ago
- 40c1123 bazel syntax: delete Depset.of(Class, ...) constructor by Googler · 5 years ago
- 6884507 Remove deps on //third_party maven jars by Jingwen Chen · 5 years ago
- 112caeb Warn about using multiple platforms with "--platforms", but do not crash by John Cater · 5 years ago
- 45dfdcf Be explicit about the queue being used for memory pressure, sleep and suspend events. by dmaclach · 5 years ago
- a4baa3c Rename inner "Key" classes to get better toString behavior. by John Cater · 5 years ago
- 88126f8 Delete maven_jar, maven_server and --incompatible_remove_native_maven_jar by Jin · 5 years ago
- 1a80bb8 OutputService: simplify interface by ulfjack · 5 years ago
- 5be24a8 Release 1.2.1 (2019-11-26) by Bazel Release System · 5 years ago
- 1cbf35e Print children in ArtifactNestedSetKey#toString. by leba · 5 years ago
- bbcad60 Implement NinjaPipeline - for parsing declarations in Ninja file together with all its included and subninja files. by ichern · 5 years ago
- e7ce105 Expose C++ command lines in aspects by hlopko · 5 years ago
- 8f075d2 Symlink creation: pass symlinks to OutputService by ulfjack · 5 years ago
- 292a5c0 bazel syntax: introduce StarlarkIterable interface by Googler · 5 years ago
- 5933cc7 bazel skylarkinterface: simplify getSkylarkModule by Googler · 5 years ago
- 8c950fb [Java 11 Desugar Support] Nest Scanning and Analysis - 2/N by Googler · 5 years ago
- 28c2915 Create available_xcodes rule, which takes a list of available xcode_versions (and a default xcode_version), and provides all of these. by steinman · 5 years ago
- 2596037 Add stringification of Android XML resource values by dchai · 5 years ago
- ca7e5af Do not pass in ObjcProvider to set up compile action's ObjcVariablesExtension by waltl · 5 years ago
- b633da0 Sync proto definition with upstream by dchai · 5 years ago
- 003b3a9 Handle iquote paths in objc more like cpp by waltl · 5 years ago
- 7b5043f Add py2-bin functionality, and experimental flag to gate it by brandjon · 5 years ago
- 34f7058 bazel: rename SkylarkValue by Googler · 5 years ago
- 565c199 bazel syntax: delete Depset.Builder by Googler · 5 years ago
- f1f003d Move defines to CompilationAttributes by waltl · 5 years ago
- 55b3900 Make precompiled headers additionalInputs rather than nonModuleHeaders by waltl · 5 years ago
- 07cc56d Refactor convenience symlink logic by brandjon · 5 years ago
- bf1eaed bazel syntax: relax depset element validity check to isImmutable by Googler · 5 years ago
- 64972e6 Ensure that we never try to apply FDO settings when building tools. by jcater · 5 years ago
- fc287a3 RunfilesSupport: remove the sources manifest by ulfjack · 5 years ago
- f2cb3c6 Automated rollback of commit 5576269cba82578ee4e80c362b39d86e87c25780. by lberki · 5 years ago
- b1e232d bazel syntax: move Printer.{repr,str,format,formatWithList} to Starlark by Googler · 5 years ago
- b3084cb Automated rollback of commit 87506825333846359462f37d92b6f7bd2119f109. by steinman · 5 years ago
- 6456fcb bazel syntax: remove legacy dict constructors by Googler · 5 years ago
- c5e3bfe Implemented a new event called DiscoveredInputsEvent that gets posted if the action has discoveredInputs in the ActionExecutionFunction. The discovered inputs event was added to tell the CriticalPathComputer that it took n amount of time to go through the discover input phase and to categorize it at parse time. by Googler · 5 years ago
- 81fb43c Move checking whether usages of proguard_apply_* attributes into existing validation method. by bcsf · 5 years ago
- 13abce5 bazel syntax: reintroduce element validity check to depset contructor by Googler · 5 years ago
- 1a6a5a1 bazel: pass SkylarkType not Class to Depset.of where convenient by Googler · 5 years ago
- ae586a0 bazel syntax: rationalize Depset constructors by Googler · 5 years ago
- 083c80b Move handling of experimental_nested_set_as_skykey_threshold to SkyframeExecutor. by Googler · 5 years ago
- 5cfb0b3 Invalidate the analysis cache if a starlark option changes. by schmitt · 5 years ago
- f828b4c Fix lintian error "relative-conffile" in our Debian package. by philwo · 5 years ago
- cc2b3ec Only request grpc write when not complete by Jakob Buchgraber · 5 years ago
- a6cd408 Upgrade java_tools to javac11-v7.0 by Irina Iancu · 5 years ago
- 5750faf Replace Artifact's exec_path with PathFragments. by leba · 5 years ago
- 5224a06 Bump the messages' ids from 0 to 1. by leba · 5 years ago
- dafd234 bazel syntax: remove element validity check from Depset builder used by Starlark by Googler · 5 years ago
- b70e636 Add TargetPattern.parseConstant(@CompileTimeConstant String) for constant patterns. by adgar · 5 years ago
- e758563 Remove "aapt_version" from Starlark API by dchai · 5 years ago
- d21a0d1 bazel syntax: rename SkylarkNestedSet to Depset by Googler · 5 years ago
- bbde229 bazel syntax: simplify SkylarkNestedSet type rules by Googler · 5 years ago
- 9257870 bazel syntax: remove deprecated list constructors by Googler · 5 years ago
- fb631cf bazel syntax: disallow NestedSet return type in @SkylarkCallable methods by Googler · 5 years ago
- 53ca395 Refactor for readability improvements in AndroidDataContext. by bcsf · 5 years ago
- e9bef0c Add missing full stop. by Googler · 5 years ago
- b6ce8b8 Minor tidying of Package's rule lookup methods by michajlo · 5 years ago
- df7dd74 Test remote execution and test.xml generation by Jakob Buchgraber · 5 years ago
- 5576269 Make "blaze test <alias target>" run the test. by lberki · 5 years ago
- 80ea028 Upload docs for Bazel 1.2.0. by philwo · 5 years ago
- 3162705 Update release process of apt repo by Yun Peng · 5 years ago
- 91bf399 Proto v2 for aquery proto output formats (--incompatible_proto_output_v2) by leba · 5 years ago
- b2c602f Automated rollback of commit 3be8bdbe44b2eee49c10e09e1f16c8851eb3959a. by plf · 5 years ago
- b4e17d0 Add documentation on how to search for uses of a starlark macro. by dmaclach · 5 years ago
- b3f54f6 Remove Package#name and Package#nameFragment by michajlo · 5 years ago
- dbe76ce Remove a usage of aapt1 when --incompatible_prohibit_aapt1 is specified by dchai · 5 years ago
- 52e607b Add a --experimental_materialize_param_files_directly flag. by felly · 5 years ago
- 1f773ba Automated rollback of commit cfe70bbee566836538c0dff70d26376100657abf. by Googler · 5 years ago
- 2b7e21d Move Package#DEFAULT_{COMPATIBLE_WITH,RESTRICTED_TO}_ATTRIBUTE} to only use by michajlo · 5 years ago
- 341ecd7 Push remote upload consolidation into the Uploader when using --experimental_stream_log_file_uploads by felly · 5 years ago
- 4f0b710 UI: report success if tests are flaky by ulfjack · 5 years ago
- 227822b Automated rollback of commit 83b70caca5952e75489b43cae21837c047a475af. by ulfjack · 5 years ago
- de93e8b Allow streaming remote upload to be sourced by an InputStream rather that a thread writing to an OutputStream. This is a pull mechanism. by felly · 5 years ago
- ef69db8 Release 1.2.0 (2019-11-20) by Bazel Release System · 5 years ago
- 4a0b2f7 Automated rollback of commit 88879d1d03dd3321240ec1969afc6b0aafb4538e. by ulfjack · 5 years ago
- 06a26c3 Support remote execution in repository_rule by buchgr · 5 years ago