bazel /
bazel /
04f6f245ae42bf53afa4f587591dba796f9c06cd - 04f6f24 Use two configurations for AspectKeys. by Michael Staib · 9 years ago
- fc77979 Docker: fix runfiles path when the incremental loader is called from another Bazel binary. by Damien Martin-Guillerez · 9 years ago
- 49c1364 Fix typo in Bazel Users page. by Todd Jeffreys · 9 years ago
- 7033850 Copy the android_crosstool_top into the host configuration. by Ulf Adams · 9 years ago
- 9cad21f pkg: use a flag file instead of passing the list of arguments in the command line by Damien Martin-Guillerez · 9 years ago
- 3b631f7 Add more tools to java_toolchain by Liam Miller-Cushon · 9 years ago
- fb8eeba Fix typos in users list by Brian Silverman · 9 years ago
- b0d2046 Add support for additional edge cases to RuleLinkExpander. by David Chen · 9 years ago
- ec1f2b9 Add some additional JSON string escapes. by Erik Abair · 9 years ago
- 9ca85b1 Adds a manifest for detailing the inputs to an android apk. by Alex Humesky · 9 years ago
- b622595 Remove reference to web browsers in bazel documentation. by Googler · 9 years ago
- 46b89b2 Fix pruning of implicitly final fields by Liam Miller-Cushon · 9 years ago
- cfef209 Global cleanup change. by Googler · 9 years ago
- 10d1ba5 Rollback of commit 37aad60742a8d95cc7bc7c561a390a340e8add8a. by Eric Fellheimer · 9 years ago
- 72538d9 Enhance DexMapper tool to treat .class.dex files like .class files. by Googler · 9 years ago
- 4bf0018 Parallelize fetches of symlink file values, subdirectory globs, and subdirectory package lookup values. This should improve change pruning speed when we have to check a glob. It also keeps GlobFunction closer to the contract of Skyframe, because in order to avoid quadratic restarts, it wasn't checking for missing deps between getValue calls. by Janak Ramakrishnan · 9 years ago
- 927f459 Add JSON conversion for Skylark structs. by Erik Abair · 9 years ago
- 9f7a2a6 Fix load paths in Groovy documentation by Erik Kuefler · 9 years ago
- 9bdc0d4 Fix go example test to refer to remote repos by Kristina Chodorow · 9 years ago
- d4c00d4 Fix problems with retrieving external deps behind a proxy by Derek Lawless · 9 years ago
- b9be793 Fix up some spelling mistakes in comments. by Dave MacLachlan · 9 years ago
- fa1d76f Fix the excepton when Skylark rule has 2 executable attributes pointing to the same artifact. by Dmitry Lomov · 9 years ago
- de54bca Add a bazel-srcs target to the top-level package containing all Bazel sources by Damien Martin-Guillerez · 9 years ago
- a39d6f8 ExperimentalEventHandler: break lines explicitly by Klaus Aehlig · 9 years ago
- 05c7d11 Use client environment for repository_ctx.which path environment by Damien Martin-Guillerez · 9 years ago
- b472881 Add wrapper class around AnsiTerminalWriter that breaks lines by Klaus Aehlig · 9 years ago
- db7a816 Simplify plmerge and bundlemerge by removing deprecated functionality. by Dave MacLachlan · 9 years ago
- 9701a28 Fix typo in Peloton names in the description in our user list. by Damien Martin-Guillerez · 9 years ago
- 77ad6f6 Remove incremental heuristic from workers, as it was not really useful. by Philipp Wollermann · 9 years ago
- d5093c2 Fix killing workers in bazel_worker_test.sh. by Philipp Wollermann · 9 years ago
- b0439c5 Add Peleton Tech and FFruit to the list of users by Damien Martin-Guillerez · 9 years ago
- cbc81f8 Little refactorings on resource management stuff: by Philipp Wollermann · 9 years ago
- 4e65601 Fix references to @bazel_tools// repository in Go rules. by David Chen · 9 years ago
- 184be1c Stop using preprocessed .aidl files for types in the same android_library. by Michael Staib · 9 years ago
- 0e28eda Add Ascend.io and XIOSim to our user list. by Damien Martin-Guillerez · 9 years ago
- 769e386 Check that `python` file is a regular file and is executable. by David Chen · 9 years ago
- 1ecdc51 Let ActionContextConsumer#getActionContexts() return a Multimap instead of a Map. by Philipp Wollermann · 9 years ago
- 64e7a3f Global cleanup change. by Googler · 9 years ago
- 937251d Improve the error message when the ParallelEvaluator is unable to create a SkyFunction by Luis Fernando Pino Duque · 9 years ago
- e632689 Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemotely(). Remove unused parameter "mnemonic". by Philipp Wollermann · 9 years ago
- de62b4e Pass the source path -> Artifact mapping into FdoSupport from a provider instead of special-casing it. by Lukacs Berki · 9 years ago
- b8101f5 Skylark aspects should always output to bin directory. by Dmitry Lomov · 9 years ago
- 7af1c33 experimental UI: only refresh progress bar if needed by Klaus Aehlig · 9 years ago
- cff5c43 Adds an executable argument to repository_ctx.file and repository_ctx.template by Damien Martin-Guillerez · 9 years ago
- 76139f2 Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directly to newDeterministicWriter. by Alex Humesky · 9 years ago
- 5909d9d Allow outputting the progress of Bazel's build. by Julio Merino · 9 years ago
- cdf3160 Remove spaces from ios_test rule that break doc generation. by Peter Schmitt · 9 years ago
- e75e18c Add Watch and TV to list of platforms. by Dave MacLachlan · 9 years ago
- 63e8d63 Improve handling of exit routines to ensure we respect the exit status. by Julio Merino · 9 years ago
- b6efd0f Uses xcodebuild's and xcrun's -version flag in order to generate the variables by Anastasios Kakalis · 9 years ago
- ef5879c Fix broken Bazel build due to missing dependency. by Philipp Wollermann · 9 years ago
- b1b28b6 Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. Remove the constant. by Luis Fernando Pino Duque · 9 years ago
- 3d207d0 Experimental UI: report ERROR/WARNING/INFO as usual by Klaus Aehlig · 9 years ago
- 7ed934b Make process_headers_in_dependencies work for cc_binary und cc_test targets. by Googler · 9 years ago
- c944ac2 Fix typo by Dmitry Lomov · 9 years ago
- c211b25 Keep track of actions currently running by Klaus Aehlig · 9 years ago
- 26f7f48 Testing correct invalidation of Skylark Remote Repositories by Damien Martin-Guillerez · 9 years ago
- ed51bd7 Pass through STDOUT and STDERR events by Klaus Aehlig · 9 years ago
- bffec60 Add a state tracker and show a progress bar by Klaus Aehlig · 9 years ago
- ea5d36a Add an interface for append-only access to an AnsiTerminal by Klaus Aehlig · 9 years ago
- a8245ab Report the completion of the loading Phase by Klaus Aehlig · 9 years ago
- 86c319e Update the glob documentation to reflect a semantic change made a very long time ago where glob(['**'], exclude_directories = 0) doesn't match the package's directory. Also add tests for this behavior. by Nathan Harmata · 9 years ago
- 63da2e7 Don't report targets as broken when they were actually skipped because of no[test_]keep_going. by Florian Weikert · 9 years ago
- 5a0c721 Expose information about transitive exports. by Dmitry Lomov · 9 years ago
- f6a387c Problem: by Googler · 9 years ago
- 029dcc7 Expose Android resources in Skylark API. by Dmitry Lomov · 9 years ago
- d188735 Fix load() examples to use build targets instead of file paths. by Googler · 9 years ago
- ac13e22 Add syntax for referencing docs in other rule families. by David Chen · 9 years ago
- 6e30521 Handle http <-> https redirects by Michajlo Matijkiw · 9 years ago
- e9bf0b40 Add bootclasspath and extdir configuration to java_toolchain by Liam Miller-Cushon · 9 years ago
- 6beaebd Part 1 of 5: Optimize the resource merge process, Introductions. by Googler · 9 years ago
- a4a0740 Make the Windows tempdir default to something under the CI directory and explicitly create it. by Lukacs Berki · 9 years ago
- 7916bfa Register the EventHandler with the EventBus by Klaus Aehlig · 9 years ago
- aa13b7b Expose to Skylark information about whether a target defines any Android resources. by Dmitry Lomov · 9 years ago
- 9d068c0 Support full logging of handled events in the experimental UI by Klaus Aehlig · 9 years ago
- 7a5d59e Change the path of gcc for Windows to c:\tools\msys64 , because that's where Chocolatey installs msys2. by Lukacs Berki · 9 years ago
- 24039de Add zlib-devel to the set of pacman packages we ask people to install on Windows. by Lukacs Berki · 9 years ago
- b35cd38 Allow overriding Javac options on android_library rules. by Ulf Adams · 9 years ago
- 37aad60 Description redacted. -- MOS_MIGRATED_REVID=115448892 by Tobias Werth · 9 years ago
- 278e2be Expose IDL information about Android targets to Skylark. by Dmitry Lomov · 9 years ago
- 3b58ea9 Exclude weirdly-named files from the JDK. by Lukacs Berki · 9 years ago
- a00b994 Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal. by Ulf Adams · 9 years ago
- dafdc28 Refactoring of the OptionsParser implementation to allow overriding the value of an option with null. by Luis Fernando Pino Duque · 9 years ago
- d6347a9 Add an option to enable an experimental UI by Ulf Adams · 9 years ago
- ac0a16c Collect runtime dependencies correctly in intellij_info.bzl by Dmitry Lomov · 9 years ago
- fd56c1a fix grammar mistake by Yue Gan · 9 years ago
- 70691a0 Implements repository_ctx.template by Damien Martin-Guillerez · 9 years ago
- 287094b Add design doc for Go rules as markdown. by Han-Wen Nienhuys · 9 years ago
- 44847d8 Enable access to file values in repository context by Damien Martin-Guillerez · 9 years ago
- 29d861e Use ImmutableList for translations, and reformat Java{Binary,Library} a bit. by Ulf Adams · 9 years ago
- 8c440b3 Remove scala rules from the Bazel source tree by Damien Martin-Guillerez · 9 years ago
- 0a6ac84 Initialize JavaCommon.sources eagerly, rather than in initCommon(). by Ulf Adams · 9 years ago
- 7de6655 Use SSL for scala repository by Michajlo Matijkiw · 9 years ago
- 5c74830 Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This includes improvements such as proto3 syntax support for Objective C. by Googler · 9 years ago
- e3f5387 Simplify plmerge getting rid of command line options that are no longer used. by Dave MacLachlan · 9 years ago
- b8d6b78 Adds a link to the release 0.2.0 in the blog post announcing it. by Damien Martin-Guillerez · 9 years ago
- be93589 Changes to crosstool_config.proto to support dsym debug symbol and breakpad file generation. by Cal Peyser · 9 years ago
- 1ef0144 Enable testJavaPlugin for Skylark intellij_info aspect. by Dmitry Lomov · 9 years ago
- b7392ed Have xcode action wrappers use $TMPDIR if using mktemp by Googler · 9 years ago
- adfc656 Update external dependencies documentation to mention the --artifact argument to generate_workspace. by Alex Humesky · 9 years ago