bazel /
bazel /
8d866f3259957b5cdda5d29c57fd8bdc3df85d8f - 8d866f3 Defines a binary target and a config setting for d8_dexmerger. by Jaewoong Jung · 5 years ago
- 18d01e7 Update calls to isHostConfiguration to correctly use isToolConfiguration. by jcater · 5 years ago
- 8c37878 Update calls to isHostConfiguration to correctly use isToolConfiguration. by jcater · 5 years ago
- 7828118 Make sure to wait for all subprocesses in the process-wrapper. by jmmv · 5 years ago
- 976fa0b bazel syntax: delete ParamTypeDescriptor by Googler · 5 years ago
- 85e84f7 Set --incompatible_prohibit_aapt1 default to true. by bcsf · 5 years ago
- a4d93ca Add Starlark flags to BEP output. by jcater · 5 years ago
- 452355f docs: fix #zsh link by Yen-Chi Chen · 5 years ago
- 84b29c9 Fix example by Jeff Palm · 5 years ago
- eb3fc09 Improve error message about missing artifact with owner by ichern · 5 years ago
- 39ee139 Add sharding for SkyframeTests by John Cater · 5 years ago
- 741926e Split out test setup for Starlark flags so that it can be re-used elsewhere. by jcater · 5 years ago
- db0e32c build.sh: Fix bug in build script for RC release by Yun Peng · 5 years ago
- 807ed23 Include command line for TestRunnerAction. by leba · 5 years ago
- 510d9e1 Add space -- currently the documentation does not have a space here -- see [] by Googler · 5 years ago
- ef1a9da Allow skipping creation of the runfiles manifest by ulfjack · 5 years ago
- 693963f Delete the depset.union() method by laurentlb · 5 years ago
- 95f6a94 Print environment for all AbstractAction in aquery text output. by leba · 5 years ago
- 34e619e Use uint32 instead of uint64 for analysis_v2.proto. by leba · 5 years ago
- df52777 Support parsing netrc files with comments by Jingwen Chen · 5 years ago
- 302acaa Fix grpc build on glibc 2.30 by David Ostrovsky · 5 years ago
- d3f8efc Add $USE_BAZEL_VERSION and .bazelversion support to Bazel's wrapper script. by philwo · 5 years ago
- 40f464c Fix Javadoc for "features" by dchai · 5 years ago
- b7e9e33 [Cpp] Allow .so files to have more extensions. by Lauri Peltonen · 5 years ago
- f31ee4d Skip gcc build configuration options mentioning gold in ld.gold detection by hlopko · 5 years ago
- 69e0894 [Java 11 Desugar Support] Testing Infrastructures - 3/N by Googler · 5 years ago
- 14513cd Add @repo//jar:file target to java_import_external and jvm_maven_import_external by Jingwen Chen · 5 years ago
- e93d82b ActionTester: support tests over multiple combinations by ulfjack · 5 years ago
- 5656804 Fix VS15 toolchain configure: hide output from VsDevCmd.bat by nikola-sh · 5 years ago
- 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