bazel /
bazel /
86c319e313529b52da0f0fc6062c27a7e75afe5b - 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
- 1dbbd3c Add initial Skylark API for Android rules. by Dmitry Lomov · 9 years ago
- 5a094ae Remove current directory from PATH values. by Julio Merino · 9 years ago
- 83fbb91a Support "mandatoryProvidersList" in Skylark and added necessary tests by Yun Peng · 9 years ago
- 17129d4 Remove last non-static call to JavaCommon.getRunfiles and the method itself. by Ulf Adams · 9 years ago
- b5ea281 Looks to me like the example was slightly broken, I think this fixes it. by Googler · 9 years ago
- 78bac3e clean duplicate error message of the command line of a failed command which is printed twice when using --verbose_failures. by Yue Gan · 9 years ago
- ced7874 Aside from Debian dependency on java{7,8}-jdk, accept java{7,8}-sdk by Ivan Vucica · 9 years ago
- aa731afb Implements repository_ctx.file by Damien Martin-Guillerez · 9 years ago
- 1425528 Fix the --loading_phase_threads to work during "blaze build". Previously and confusingly it only worked on "blaze query". by Eric Fellheimer · 9 years ago
- 08bb682 Add user-defined IPA post-processors. by Peter Schmitt · 9 years ago
- a08a6e2 Fix a race where an interrupt sent from the client near the start of an invocation could be lost. Note that the client sends an empty request to the Blaze server to check its existence. Previously, we were treating this as a full command invocation in the server and resetting the interrupt bit. Now we detect this and do not alter the interrupt bit. by Eric Fellheimer · 9 years ago
- c5d7a7f Make another JavaCommon method static to reduce reliance on mutability. by Ulf Adams · 9 years ago
- da88192 Implements repository_ctx.os by Damien Martin-Guillerez · 9 years ago
- 1ba4a64 Implements repository_ctx.execute by Damien Martin-Guillerez · 9 years ago
- 112282b Remove unnecessary checkMainClass call. This is already called in getMainClass. by Ulf Adams · 9 years ago
- 7ba49f3 Blog post for 0.2.0 release by Kristina Chodorow · 9 years ago
- 7588e13 Rename proto dependencies to include a _java component in them. by Julio Merino · 9 years ago
- 3633955 blaze user manual: remove a clause about --blazerc that is not true. by Googler · 9 years ago
- a7c3bd4 Refactor the JavaSemantics interface to reduce reliance on mutable JavaCommon. by Ulf Adams · 9 years ago
- 19264ed Make some JavaCommon static to reduce reliance on mutable state. by Ulf Adams · 9 years ago
- d073d2e Split the code to create singlejar actions out of BaseJavaCompilationHelper. by Ulf Adams · 9 years ago
- d73c97d Restore allow_files and single_file attributes. by Julio Merino · 9 years ago
- 2022ad8 Fix blatant bug with Skyframe globbing where we incorrectly allow dangling symlinks to match a glob pattern. by Nathan Harmata · 9 years ago
- 3f8fe0d Prevent new evaluations from starting if a done child's error is discovered. Also delete some code that's been dead for a while, now that we eagerly shut down evaluation when we come across a child in error during a fail-fast evaluation. by Janak Ramakrishnan · 9 years ago
- 915933b Add ExecutionRequirements target that is generally available to rule implementations. by Cal Peyser · 9 years ago
- 19e9953 Allow preprocessing proto files before compiling them in gensrcjar.sh. by Julio Merino · 9 years ago
- 443c730 Make project generated by setup-intellij.sh error-free. by Janak Ramakrishnan · 9 years ago
- cc30db9 Adds the ResourceShrinkerAction. Uses the results of resource processing and a dead code removal Proguard pass to create an ap_ without unused resources to be used when building android_binary targets. by Andrew Pellegrini · 9 years ago
- f98290d Release 0.2.0 (2016-02-18) by Bazel Release System · 9 years ago
- 4b59929 Workaround gcc bug. by Dmitry Lomov · 9 years ago
- 5c34e96 Changed mandatoryProviders to mandatoryProvidersList by Yun Peng · 9 years ago
- 1a47273 Reformat CppOptions.java by Cal Peyser · 9 years ago
- ff00721 Doc update for Skylark syntax, mention 'is' is not supported by Laurent Le Brun · 9 years ago
- 4931533 Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey. by Lukacs Berki · 9 years ago
- ba21aa6 Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATURE by David Chen · 9 years ago
- d27f571 Move the static getHostJavabaseInputs variant to JavaHelper. by Ulf Adams · 9 years ago
- f01911c Clean up unnecessary parameter. by Alex Humesky · 9 years ago
- bff735b Rename all the internal proto_library Java-related attributes. by Ulf Adams · 9 years ago
- 8d24710 Add documentation on how to build for an iOS device, use a provisioning profile, and install an app on a device. by Dave MacLachlan · 9 years ago
- 434020c Update bazel-bin/examples/objc/expression_prebuilt.a to be four way fat, and update instructions on how to generate. by Dave MacLachlan · 9 years ago
- 19bea12 Add link to Windows instructions to sidebar and Install page. by David Chen · 9 years ago
- aab6446 Update j2objc_library documentations. by Rumou Duan · 9 years ago
- 268f497 Fix a typo in windows.md by Michael Zhou · 9 years ago
- ba5c212 Get rid of duplicated strings for IosTest attributes because I'm always paranoid of missing one when changing them, and it makes things so much easier when coding. by Dave MacLachlan · 9 years ago
- b14c24b Expose ``build_file_path`` to Skylark rules. by Dmitry Lomov · 9 years ago
- a6e4482 Split out Java proto compilation logic to a helper script (take 2). by Julio Merino · 9 years ago
- 4e84b14 Add missing instructions to Windows build docs by Solal Pirelli · 9 years ago
- 7eb5285 Add implicit attribute used for coverage, even if coverage doesn't work yet. by Ulf Adams · 9 years ago
- 9a6c2eb Allow async command invocations to set the "closeOutput" bit. by Eric Fellheimer · 9 years ago
- 2fd0506 Add the names of the mandatory inputs to the action key for actions that discover their inputs. by Lukacs Berki · 9 years ago
- b92d73b Add continuous integration scripts for Windows. by Lukacs Berki · 9 years ago
- c5b3873 Removes "startsWith" check in test by Yue Gan · 9 years ago
- 6fb22be Update windows.md with instructions to bootstrap Bazel. by Dmitry Lomov · 9 years ago
- d629bb2 Add repository_ctx.which(str): returns the path of a command by Damien Martin-Guillerez · 9 years ago
- c0a9fb6 Rollback of commit 8ec3866d9e5d28f6c09546269ec82731c45c28ad. by Damien Martin-Guillerez · 9 years ago
- 9fce583 Add myself to the list of contributors. by Julio Merino · 9 years ago
- 47afaab Windows: use junctions to link to installation directory. by Dmitry Lomov · 9 years ago
- 7fab025 Minor style fixes. by Googler · 9 years ago
- 20df93d No longer automatically set _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, _GLIBCPP_CONCEPT_CHECKS for debug objc builds. by Cal Peyser · 9 years ago
- 699f87a Rename proto_java_library to java_proto_library. by Julio Merino · 9 years ago
- cefb639 Adds --artifact option to workspace generator for generating workspace and by Alex Humesky · 9 years ago