bazel /
bazel /
03d1255df1805ed1e5f7512bf0336f71c595791b - 03d1255 Rollback of commit 51d245879ed2729f15c6c6a35b319a4277e7cd64. by Carmi Grushko · 8 years ago
- e835f3b Rollback of commit e15a31a3281ae386935d33f857351adea767b420. by Liam Miller-Cushon · 8 years ago
- ffbc28a Add a test to PackageFunctionTest confirming current glob behavior. by Janak Ramakrishnan · 8 years ago
- 57a8e66 Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691. by Michael Staib · 8 years ago
- b6d1123 Clarify that load() statements do not respect visibility. by Laurent Le Brun · 8 years ago
- c8a127c Make tests that mess with the WORKSPACE file work with untrimmed dynamic configs. by Greg Estren · 8 years ago
- b7a724c Allow objc.signing_certificate_name to return None in Skylark. by Googler · 8 years ago
- 91fa3e3 Publish build-style.md and bzl-style.md by Laurent Le Brun · 8 years ago
- ac6edf9 JUnit4 now correctly labels filtered tests as "filtered". by Googler · 8 years ago
- 655bafe Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchain" in RuleContext, instead take the provider from users and pass it around to where it is used. by Rumou Duan · 8 years ago
- d8eec34 Open source the integration tests for BazelTestRunner and delete the internal versions. by Kush Chakraborty · 8 years ago
- 0c66dee Add an algorithm to reduce aspect paths according to aspects' visibility to each other. by Dmitry Lomov · 8 years ago
- 448ee81 Fix IllegalStateException when loading from a non declared external repository by Damien Martin-Guillerez · 8 years ago
- c1641b8 Doc: mention profiling and specification. by Laurent Le Brun · 8 years ago
- 3df8846 Allow Skylark aspects to advertise providers. by Dmitry Lomov · 8 years ago
- 01aa7d6 Adds support for pushing sites that don't need build, and build benchmark site. by Yue Gan · 8 years ago
- 59f8264 Add environ attribute to repository_rule by Damien Martin-Guillerez · 8 years ago
- 3c0c262 Windows: fix bootstrapping bugs with 0.4.4 by László Csomor · 8 years ago
- e49886c Rollback of commit 3bed84ff177c7cbfd0c8d315829cc9dcb35fcf70. by Dmitry Lomov · 8 years ago
- 76b6685 Supports drawing charts for multiple output files, which allows running by Yue Gan · 8 years ago
- 3c667e5 Windows-aware path-absoluteness checks. by Laszlo Csomor · 8 years ago
- d4f2316 Rollback of commit 48e7fe262aacd6602331435e22247ced260c87ec. by Dmitry Lomov · 8 years ago
- 309a43b Fix PackageProgressReceiver to not call contains on a list. by Janak Ramakrishnan · 8 years ago
- 381275a gRPC improvements: by Lukacs Berki · 8 years ago
- 19cdec0 Create a 'vanilla' JavaBuilder by Liam Miller-Cushon · 8 years ago
- 3a6f6297 Add @Nullable annotations to PackageFunction#progressReceiver. by Janak Ramakrishnan · 8 years ago
- 827bb31 Add flag to disable automatic xcodeproj generation. by Peter Schmitt · 8 years ago
- b95d4a9 gen_java_lang_invoke_jar should not use java from $PATH. by Adam Michael · 8 years ago
- 76ca9c2 Inform progress receiver that node has been computed before any exception handling. by Janak Ramakrishnan · 8 years ago
- e0e355f Rollback of commit aa1d31da27793d4c29bfa4dec12d1ae9ab20426b. by Googler · 8 years ago
- cdc89b5 apple_binary produces a skylark provider depending on its binary_type by Chris Parsons · 8 years ago
- 3bed84f Make android_sdk_repository fail if api_level requested is not installed. by Adam Michael · 8 years ago
- d0ae210 Simple test for standalone Skylark binary by Laurent Le Brun · 8 years ago
- cdbad58 Refactoring: Types report what class of labels they contain. by Michael Staib · 8 years ago
- aa1d31d Blaze/bazel modifications to command line flags used when dead-stripping. by Googler · 8 years ago
- 0eaff44 Install support for checking for 'one version' correctness of java_binary by Googler · 8 years ago
- 350a416 Switch from protobuf_clib to protobuf, and protobuf-util to protobuf_java_util. by Carmi Grushko · 8 years ago
- 5490757 Introduce CppCompileActionTemplate, which expands into a list of CppCompileActions that to be executed at execution time. by Rumou Duan · 8 years ago
- 762576e Fix variable name by Kristina Chodorow · 8 years ago
- 32b54d0 Apply --symlink_prefix to the output and exec root symlinks. by Luis Fernando Pino Duque · 8 years ago
- 6fdef7b Move the JUnit runner tests to the same location as the Internal Repo. by Kush Chakraborty · 8 years ago
- bcff52f Fixed java_stub_template substitution: %runfiles_manifest_only% was not substituted when runfiles is enabled. by Yun Peng · 8 years ago
- 89512a7 BEP: Provide more useful data in TestResult events by Klaus Aehlig · 8 years ago
- 733f4c7 Standalone Skylark binary: now accepts a file as argument by Laurent Le Brun · 8 years ago
- 5a5bd8a Rollback of commit 49d97f9bb4dd04ef62198ded7b53b2a8f8c603db. by Luis Fernando Pino Duque · 8 years ago
- ae3ee25 Fix java_stub_template.txt on Windows by Yun Peng · 8 years ago
- b3589a0 Adds arguments --version_between --time_between --versions to the benchmark as version filters. by Yue Gan · 8 years ago
- 3e73d9b Update docs about built-in attributes of rules. by Googler · 8 years ago
- a5294e6 Fix building python zip when middleman runfile is used by Yun Peng · 8 years ago
- d2cba29 Bazel client, Windows, tests: `rm -rf TEST_TMPDIR` by Laszlo Csomor · 8 years ago
- da3099a Tighten a precondition check during action execution. by Lukacs Berki · 8 years ago
- 500a805 Change CppCompileAction to store execution info as a map by Ulf Adams · 8 years ago
- 29aa0eb Open source java 8 desugarer. by Adam Michael · 8 years ago
- 6bb3f87 by Carmi Grushko · 8 years ago
- 832491d Remove unused dep from android_integration_test and clarify comment about this mess that we have gotten ourselves into. by Adam Michael · 8 years ago
- 3779418 Emphasize that java_xxx_proto_library.strict_deps should not be used for new code. by Carmi Grushko · 8 years ago
- febf130 Use AliasProvider for DexArchiveAspect to "see through" alias targets until [] can be fixed. by Googler · 8 years ago
- 64200b4 Make aar_import fail fast if no android_sdk is set up. by Adam Michael · 8 years ago
- d6135c5 by Carmi Grushko · 8 years ago
- fc9750c Roll forward of change 142452055 by Kristina Chodorow · 8 years ago
- 751703c Add missing line breaks. by Chaoren Lin · 8 years ago
- bc3c57d Rearrange third_party/protobuf/BUILD to look like the upstream protobuf repo by Carmi Grushko · 8 years ago
- 50e7e7f Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime. by Carmi Grushko · 8 years ago
- 20416bb Remove restriction on aspect attributes of a certain name to always be a list / always a scalar. by Googler · 8 years ago
- 48e7fe2 Search for Test classes within the classpath used by the current classloader, instead of the system classpath. by Kush Chakraborty · 8 years ago
- 1b9bcca Using os.pathsep in python stub template.txt by Yun Peng · 8 years ago
- 22e4144 Skylark IntelliJ aspect: fix relative path for external workspace artifacts. by Googler · 8 years ago
- 31214a4 Generated files directory is passed to dependers as a user header search path. In the process, rename and replace the incorrectly named ObjcCommon.Builder#addUserHeaderSearchPaths by Cal Peyser · 8 years ago
- 321fc56 Add bootstrapping test to CI by Damien Martin-Guillerez · 8 years ago
- dcabfe6 Test output directory presence for skylark repositories without a FileValue by Damien Martin-Guillerez · 8 years ago
- f1813e4 Java template windows performance by Yun Peng · 8 years ago
- 92f182b Remove the first argument of TestStrategy.getArgs. by Ulf Adams · 8 years ago
- 1509cc8 Replace PackageProvider with TargetProvider where possible by Ulf Adams · 8 years ago
- 9ecac94 Remove dead code - unused method in PackageManager interface by Ulf Adams · 8 years ago
- 6cec0de Fix int*list binary operator. by Laurent Le Brun · 8 years ago
- ad38353 Bazel client, Windows: use more of AutoHandle by Laszlo Csomor · 8 years ago
- 7fd3f2c5 Add "CLEAN_UP" as a reason for retrieving a node. by Shreya Bhattarai · 8 years ago
- 3d89b68 Pass 'main_class' attribute value through in the IntelliJ aspect. by Googler · 8 years ago
- 58f983e make DexArchiveAspect propagate through alias targets RELNOTES: n/a by Googler · 8 years ago
- 0428766 experimental_objc_library excludes non-.h headers, as does objc_library. by Cal Peyser · 8 years ago
- 159b1c1 Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime. by Carmi Grushko · 8 years ago
- 05b9fe1 Fix spelling mistake. by Nathan Harmata · 8 years ago
- 7ba40f8 Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae. by Googler · 8 years ago
- 92f117f by Carmi Grushko · 8 years ago
- e16c564 Introduce a new SkyValue that merely contains the workspace name. The workspace name is needed for package loading, and so splitting out this computation into a separate skyframe node that can be change-pruned gives us better incrementality; previously we'd need to reload all packages on a WORKSPACE file change. by Nathan Harmata · 8 years ago
- 26f858c Bazel client, Windows: implement SetupStdStreams by Laszlo Csomor · 8 years ago
- 6795079 Alias "protobuf_java" to the Java proto runtime, by Carmi Grushko · 8 years ago
- e15a31a Rollback of commit 6521cb22788adc2a74f6c26221dbe302dc9ccc14. by Damien Martin-Guillerez · 8 years ago
- a43dacd Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc_toolchain" in RuleContext, instead take the provider from users and pass it around to where it is used. by Rumou Duan · 8 years ago
- b1f3302 Make bazel test suites fail without a real test, by no longer adding an empty test in the TestSuiteBuilder. by Kush Chakraborty · 8 years ago
- 777f3af Introduce a Skyframe function: ActionEnvironmentFunction by Damien Martin-Guillerez · 8 years ago
- f5bb3d2 Add a boolean flag to a Feature to specify whether it is enabled by default. by Googler · 8 years ago
- 49d97f9 Apply --symlink_prefix to the output and exec root symlinks. by Luis Fernando Pino Duque · 8 years ago
- 918814e Bazel client: retry moving install base directory by Laszlo Csomor · 8 years ago
- 7a95e42 Detect Visual C++ build tools through vcvarsqueryregistry.bat by Yun Peng · 8 years ago
- 78a914b Just symlink instead of running 'lipo' on a single-architecture binary by Chris Parsons · 8 years ago
- 3862193 Treat configuration errors as failures in the master log. by Peter Schmitt · 8 years ago
- 602a98c Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2. by Alex Humesky · 8 years ago
- e3c4d32 Directory headers are filtered out of header inputs to objc compilation. by Cal Peyser · 8 years ago
- d11d510 Move all the resource processing tools into a "busybox". by Googler · 8 years ago