bazel /
bazel /
7c665f5af48c257593fd5f8a17ff1ea9a5228b8c - 7c665f5 docker_build: Fix archive's AR format alignment by Damien Martin-Guillerez · 10 years ago
- 0648018 Move skylark import dependency registration to after the preprocessor. by Han-Wen Nienhuys · 10 years ago
- 84a1278 Annotate every single rule with required configuration fragments. by Ulf Adams · 10 years ago
- d2ae11f Externalize file_test and strings_test, and fix up the BUILD files. by Ulf Adams · 10 years ago
- 518b246 Add missing compile-time dep. by David Chen · 10 years ago
- b29cfdc Stop checking package roots for incompatible changes after loading phase. by Marian Lobur · 10 years ago
- b47cb49 Add .sh extension to ibtoolwrapper bash script in bazel compile by Chris Parsons · 10 years ago
- 9c1e12f Rephrase the ActionGraph in terms of the WalkableGraph. This should be more efficient if we need to do many ActionGraph looups. by Eric Fellheimer · 10 years ago
- 850412f Add custom repositories to the WORKSPACE file by Kristina Chodorow · 10 years ago
- e261503 Show build options on dashboard by Kristina Chodorow · 10 years ago
- dab4313 Factor out import finding code. by Han-Wen Nienhuys · 10 years ago
- 87584a8 Add output_dir option and improve repository handling by Kristina Chodorow · 10 years ago
- d53d10b Feature configuration: add a field required_variables on flag_sets. by Manuel Klimek · 10 years ago
- 37428d2 Remove dead code by Kristina Chodorow · 10 years ago
- 8f1bef1 Allow the feature configuration to support structured build variables of nested by Manuel Klimek · 10 years ago
- 4f24a73 Fixed a bug where the methods of Skylark dictionaries were not properly recognized by hasattr() and dir() by Florian Weikert · 10 years ago
- 71423eb Refactor the missing fragment handling code to use a policy enum. by Ulf Adams · 10 years ago
- 082c054 Skylark: In addition to using ctx.configuration.fragment(CONF), the build configuration can now be accessed via ctx.fragments.CONF where CONF is in {cpp, jvm, java}. by Florian Weikert · 10 years ago
- 7fda631 Make DependencyResolver more explicit about the fact by Greg Estren · 10 years ago
- e3c88de Add threadpool injectability to invalidator by Mark Schaller · 10 years ago
- 96f9ea0 Change return type of InMemoryNodeEntry#getReverseDeps to Collection<SkyKey>. by Janak Ramakrishnan · 10 years ago
- 56f8165 Remove the Skylark data configuration accessor and the only repository by Greg Estren · 10 years ago
- 0fa6230 Fix --batch link in blaze user manual to match other flags. by Googler · 10 years ago
- 2486601 Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible(). by Florian Weikert · 10 years ago
- dd16491 Hard disable C++ include scanning in Bazel (which wasn't supported anyway, but due to the flag default value being true, some code behaved as if it was). by Philipp Wollermann · 10 years ago
- 4b5a3f7 Annotate AspectDefinition.attributeAspect @SafeVarargs to suppress warnings. by Ulf Adams · 10 years ago
- 64afefa Use pic mode for cc_fake_binary if pic actions are used for binaries. by Manuel Klimek · 10 years ago
- a6d8cbe Add '--experimental_allow_fastbuild_debug' which when set, adds flag'-DDEBUG=1' to 'fastbuild' for objc. by Googler · 10 years ago
- 8d33146 Blog post for dashboard dogfood by Kristina Chodorow · 10 years ago
- 7384d22 Actually export the dashboard README to the public repo by Kristina Chodorow · 10 years ago
- 440fbc7 Log instead of crash report on failure in BlazeCommandEventHandler by Michajlo Matijkiw · 10 years ago
- a6dae6b Implemented Python's dict() in Skylark by Florian Weikert · 10 years ago
- 434e473 Create a parameter to GlobFunction to determine whether it should deal with non-pattern sub-expressions via file stat or directory listing. by Eric Fellheimer · 10 years ago
- f31b947 Changes related to the order of Skylark dictionaries: by Florian Weikert · 10 years ago
- 7d57154 Description redacted. -- MOS_MIGRATED_REVID=99828091 by Andrew Pellegrini · 10 years ago
- 95abc4d Add dylib as a C++ file type by Kristina Chodorow · 10 years ago
- 4bd75a5 Follow redirects in HTTP-based remote repositories. by Damien Martin-Guillerez · 10 years ago
- ea11fc5 Add more configuration fragment annotations, and a runtime check. by Ulf Adams · 10 years ago
- d1367ea Skylark, improve doc for Label.relative by Laurent Le Brun · 10 years ago
- 9c569e3 Update concepts page about differences with Python. by Laurent Le Brun · 10 years ago
- 033c403 docker_build: Fix double slashes in path resolution by Damien Martin-Guillerez · 10 years ago
- 928e52f Description redacted. -- MOS_MIGRATED_REVID=99804135 by Laszlo Csomor · 10 years ago
- ae9b95f Crash in tests if anybody tries to log remotely. Remote logging usually indicates an error, and tests shouldn't normally have such errors. by Janak Ramakrishnan · 10 years ago
- e927532 Don't run plugins on compilations with errors. by Liam Miller-Cushon · 10 years ago
- cd03ca2 Fixed bug where blaze run with the --color=no flag was still printing out in color when the build fails. by Shreya Bhattarai · 10 years ago
- 2f55dd8 Modify BuildingState to allow for alternative implementations. by Janak Ramakrishnan · 10 years ago
- 46e8057 Rollback of commit da3cb806351e929becef19652c65d39efa61b9d9. by Googler · 10 years ago
- 5245510 Make some improvements to GraphConcurrencyTest -- versions are sensible, and we should now fail the test if there's an exception thrown in a worker thread that would cause a deadlock due to countdown latches not being mutated as expected. by Janak Ramakrishnan · 10 years ago
- 00e1ac9 Add configuration fragment annotations to some cc_* rules. by Ulf Adams · 10 years ago
- b863472 Lazy evaluation of C & C++ sources in CcCommon. by Ulf Adams · 10 years ago
- 48685bf Refactor CcBinary / CcCommon a bit. by Ulf Adams · 10 years ago
- 006bf4f Implemented Python's str.title() in Skylark. by Florian Weikert · 10 years ago
- c85dbcf Split CcCommon handling of srcs filtering into a new class. by Ulf Adams · 10 years ago
- 6de0bb3 Fix docker_build file path when file is generated by Damien Martin-Guillerez · 10 years ago
- 6082c78 New-style android example by Steven Dee · 10 years ago
- e0adfc6 Fix the documentation for how skylark rule outputs substitution works. by Brian Silverman · 10 years ago
- 7503757 TemplateExpansionAction now consistently uses UTF-8 instead of mixing UTF-8 with Latin-1 by Florian Weikert · 10 years ago
- d75bf4d Add test methods to check BuildConfiguration and ConfiguredTarget equality checking that are compatible with upcoming dynamic configurations (https://docs.google.com/document/d/1uoU8t7loTOu6uyzez-ilhcYgEXg4xjViJu0aqrf69TY/edit#heading=h.xsc8wmorka3u). by Greg Estren · 10 years ago
- b8ab7b4 Remove more static configuration transitions from tests, as prep work for []. by Greg Estren · 10 years ago
- ffa1031 Remove stale comment. by Nathan Harmata · 10 years ago
- c0770d9 Send bug report on IOException in BlazeCommandEventHandler instead of ignoring by Michajlo Matijkiw · 10 years ago
- 2593007 Add glue logic to make the dex_shards attribute of android_binary work in Bazel. by Lukacs Berki · 10 years ago
- 35a4605 Rollback of commit 2e7a5b47979b2679208a97a65df265be953eb595. by Han-Wen Nienhuys · 10 years ago
- e5cf8a9 Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rules that can be removed. by Lukacs Berki · 10 years ago
- 29f527c Build a symlink tree for Android native library symlinks so that libraries from previous builds with a different CPU do not end up in the APK. by Lukacs Berki · 10 years ago
- da3cb80 RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change. by Googler · 10 years ago
- 73d4fc9 Add "warm" starting to mobile-install. by Googler · 10 years ago
- d0d2979 Rollback of commit 6c2303c461478c6082a29b969e49ad5adb0029aa. by Andrew Pellegrini · 10 years ago
- 7b2a8cd Log timing for some actions that are known to be expensive sometimes. by Miguel Alcon Pinto · 10 years ago
- f48d997 Fix ClassCastException. by Nathan Harmata · 10 years ago
- d6e6424 Minor cosmetic changes. by Lukacs Berki · 10 years ago
- 5482074 Make range and enumerate functions available in BUILD files. by Laurent Le Brun · 10 years ago
- 8647e5f Make OutputFileConfiguredTarget create artifacts that are consistent with RuleContext#internalCreateOutputArtifact(). by Lukacs Berki · 10 years ago
- b424f43 Make three logging statements fine instead of info, so they don't show up in normal builds. by Googler · 10 years ago
- eee8be6 Skylark: In addition to using ctx.configuration.fragment(CONF), the build configuration can now be accessed via ctx.configuration.CONF where CONF is in {cpp, jvm, java}. by Florian Weikert · 10 years ago
- 6798135 Rollback of commit 6c7ef224d700c25f14581f2a290fbc01d5232011. by Han-Wen Nienhuys · 10 years ago
- e449d50 Restore Rust examples and add Rust rule tests that were inadvertently excluded. by David Chen · 10 years ago
- b4b19bc Always re-install all native libraries on non-incremental installations. by Lukacs Berki · 10 years ago
- 6ac7bd5 Fix //scripts/release:release_test by Damien Martin-Guillerez · 10 years ago
- b9ac92f Remove calls to AnalysisEnvironment.getDerivedArtifact() from Objective C rules. by Lukacs Berki · 10 years ago
- 3746af6 Remove vestigial references to 32-bit/64-bit binaries. by Janak Ramakrishnan · 10 years ago
- 3eb6866 Log time spent on invalidation, and the number of nodes visited. by Eric Fellheimer · 10 years ago
- 8d85b9c FilesetEntryValue now overrides .equals and .hashCode. by Laszlo Csomor · 10 years ago
- 3679556 Move MethodLibrary from packages to syntax by Francois-Rene Rideau · 10 years ago
- 5301002 ActionExecutionValue now overrides .equals and .hashCode. by Laszlo Csomor · 10 years ago
- d3a726c Fix middleman conflicts in external repositories by appending the package path by Damien Martin-Guillerez · 10 years ago
- 8ff5b3c Adds TransitiveTraversalFunction that loads transitive deps of a target by Mark Schaller · 10 years ago
- 2c0a49f Compute copts in CcCommon lazily. by Ulf Adams · 10 years ago
- b25759c Extract base class from TransitiveTargetFunction by Mark Schaller · 10 years ago
- f3efffc Refactor Cc* some more. by Ulf Adams · 10 years ago
- c18381e Cleanup of TransitiveTarget and TargetMarker functions by Mark Schaller · 10 years ago
- 4954342 Disable failing Bazel release test so that we can push. by Lukacs Berki · 10 years ago
- 72f8e94 Remove some unnecessary code from CcBinary. by Ulf Adams · 10 years ago
- 608b4cd Introduce trivial rust tests by Francois-Rene Rideau · 10 years ago
- a93c63b Make Bazel always build with --fat_apk_cpu. by Lukacs Berki · 10 years ago
- e685ef3 Remove an unused method from RuleContext. by Ulf Adams · 10 years ago
- 40deeff Support coverage in experimental_ios_test. by Peter Schmitt · 10 years ago
- a0345bc Remove some dead code given that cc_public_library is gone. by Ulf Adams · 10 years ago
- c68faf1 Move a method from CcCommon to CcBinary that is only called from there. by Ulf Adams · 10 years ago
- bad588a Generate a fail.sh so that using Jack/Jill fails a bit more gracefully. by Lukacs Berki · 10 years ago