bazel /
bazel /
4e21d901e01a1cb9cb9bc5d3dfbb02730d994efe - 4e21d90 Remove BUILD.glob and incorporate the necessary filegroups into the android_{ndk,sdk}_repository rules themselves. by Lukacs Berki · 10 years ago
- 895acf5 Allow canonicalize-flags to run for any command. by Ulf Adams · 10 years ago
- d0d3505 Inline the native deps suffix constant in one location. by Ulf Adams · 10 years ago
- 9e24917 Shard and increase size of //src/test/shell/bazel:local_repository_test by Damien Martin-Guillerez · 10 years ago
- b6e33bc Rollback of commit 5a94e59f02833f9142bad9203acd72626b089535. by Janak Ramakrishnan · 10 years ago
- 5a94e59 Refactor Skylark Environment-s by Francois-Rene Rideau · 10 years ago
- ab1711b Fixes #414: Add rustc + libs to action inputs, add LD_LIBRARY_PATH so that rustc finds its libs on Linux, too. by Philipp Wollermann · 10 years ago
- ab4abc4 Rollback of commit 369635536db085dd70124ace2e4ef604680148b4. by Damien Martin-Guillerez · 10 years ago
- 0716303 Move generate_workspace to src/tools by Kristina Chodorow · 10 years ago
- a708acd Teach Bazel to accept assembler-without-preprocessor source files. by Googler · 10 years ago
- d416ffe Remove test warning filtering. by Eric Fellheimer · 10 years ago
- b81f90c Unbreak CI: the Android SDK test in compile.sh was wrong. by Damien Martin-Guillerez · 10 years ago
- 3696355 sandbox: We have to move all generated outputs, not just regular files. by Philipp Wollermann · 10 years ago
- e8f8dc5 Installer: ship the Bash completion script and add a finish message by Damien Martin-Guillerez · 10 years ago
- d9b5121 Use another cache to store preprocessing results instead of redoing the work. by Ulf Adams · 10 years ago
- a2aa587 Skylark: Show list of fields in error message for struct objects. by Laurent Le Brun · 10 years ago
- d13207c Inject the default runfiles prefix from the rule class provider. by Ulf Adams · 10 years ago
- 29a173a Rollback of commit 47107aad33695a040b0f771f0c09d66874c4d533. by Ulf Adams · 10 years ago
- 2e0edab Remove unused code. by Marian Lobur · 10 years ago
- e17ec60 Run bazel to unpack the install base at the end of the installer by Damien Martin-Guillerez · 10 years ago
- 311801a Unbreak the CI on Darwin by Damien Martin-Guillerez · 10 years ago
- 2984f1c Adds some safety checks in the Bazel installer by Damien Martin-Guillerez · 10 years ago
- 76f9a22 Comment local attribute of genrule and remove TODO by Damien Martin-Guillerez · 10 years ago
- 891c651 Make the Android integration test verify if STL still works for our Android rules. by Lukacs Berki · 10 years ago
- dbf5cad Setup the ci build to test also Android tests when available by Damien Martin-Guillerez · 10 years ago
- a22f161 Description redacted. -- MOS_MIGRATED_REVID=102334216 by Lukacs Berki · 10 years ago
- 3ab82f7 Fix some warnings. by Ulf Adams · 10 years ago
- b7a69e5 Teach java_import about deps. by Googler · 10 years ago
- 87374e6 Make android_binary use a constant, hard-coded, checked-in debug key. by Lukacs Berki · 10 years ago
- 4baefdc Keep function parameters in the AST. by Laurent Le Brun · 10 years ago
- 619cf34 sandbox: Use a better data structure for the mounts. by Philipp Wollermann · 10 years ago
- b766987 Rollback of commit 17e9d7cd408eee1e4e73a1fe6f76917954475937. by Carmi Grushko · 10 years ago
- 17e9d7c Turn Bazel proto_library on for objc_proto_library. by Michael Thvedt · 10 years ago
- d6ff51c Mark $implicit_tests attribute from test_suite as order independent. by Laurent Le Brun · 10 years ago
- a0881e8 Reset releases by Bazel Release System · 10 years ago
- 1299767 Quick fix for shipping the android tools in the Bazel binary by Damien Martin-Guillerez · 10 years ago
- ae0f8b0 Add WalkableGraphUtils for easy (r)dep queries by Mark Schaller · 10 years ago
- 1cfc51d Minor language fixes by Florian Weikert · 10 years ago
- 6f094bb Add a method to EvaluationProgressReceiver for getting information on SkyFunction#compute calls. by Nathan Harmata · 10 years ago
- a39ae26 Add a bit more testing coverage to MemoizingEvaluatorTest. by Janak Ramakrishnan · 10 years ago
- 6e5eebd Fix Swift merge action to use combined arch binary by Dmitry Shevchenko · 10 years ago
- 98ff521 Don't use null as a flag when iterating over dirty direct deps. Whether or not the iterator has more elements is a perfectly good signal. by Janak Ramakrishnan · 10 years ago
- 8e8fa05 Implement a Python 2 compatible isalpha function for Skylark strings. by Googler · 10 years ago
- 2c3b120 Remove unused ParserInputSource method and other minor cleanups by Michajlo Matijkiw · 10 years ago
- 4226be2 Always inject the runfiles prefix into the Runfiles.Builder. by Ulf Adams · 10 years ago
- c49ebe1 Fix the name of the android tools dependencies by Damien Martin-Guillerez · 10 years ago
- 8281261 Make Bazel work with Android build tools 23.0.0 by adding shell wrappers around binaries in build-tools and making lib/ a data dependency of them. by Lukacs Berki · 10 years ago
- fbed106 Alphabetically sort the list of flags for `bazel help --completion` by Damien Martin-Guillerez · 10 years ago
- 78ffe43 Add more source filegroups for the installer by Damien Martin-Guillerez · 10 years ago
- afd81ab Add tests for cmdline classes by Kristina Chodorow · 10 years ago
- d0496cc Link Android native code with libstdc++, statically. by Ulf Adams · 10 years ago
- 54733f9 Code cleanup by Laurent Le Brun · 10 years ago
- 31d6bba Fix AppEngine build when sandboxed execution is enabled by Damien Martin-Guillerez · 10 years ago
- 678ba23 Add an integration test for Android rules. by Lukacs Berki · 10 years ago
- 494eca9 Fix a bug in SyntaxTreeVisitor to handle return statements. by Laurent Le Brun · 10 years ago
- f1ac099 Make Python rules work in external repositories. by Lukacs Berki · 10 years ago
- fde4509 Fix a signed vs unsigned comparison warning in the ijar zipper. by Erik Kuefler · 10 years ago
- c010dc3 Add missing tools directory in the filegroup to package by Damien Martin-Guillerez · 10 years ago
- 58109c3 Add a new KeyedLocker, StripedKeyedLocker. This new implementation simply stores a striped set of reentrant locks. by Eric Fellheimer · 10 years ago
- 18742ad Pass source files to J2ObjC through a temporary source file manifest. by Rumou Duan · 10 years ago
- fee390d Rollback of not-actually-thread-safe code introduced in a previous change. IdentityHashMap#get can't be safely called concurrently with #put. by Nathan Harmata · 10 years ago
- 4603a78 Fix ios debug symbol generation on Bazel. by Rumou Duan · 10 years ago
- 3492d78d Fix dropdown for Tutoral. Make screenshot on Dashboard blog post responsive. by David Chen · 10 years ago
- 71d22f6 Modifications and improvements to AutoProfiler to reflect how it will be used in the codebase: by Nathan Harmata · 10 years ago
- 42124c9 Get rid of javac warning spam when building java protos. by Nathan Harmata · 10 years ago
- a67bb8b Use TrackingAwaiter properly to track lost exceptions. Using the static method wasn't guaranteed to catch all bugs. Also convert to a singleton since there's no reason to have multiple instances. by Janak Ramakrishnan · 10 years ago
- 2e00343 Fix compile warning by Kristina Chodorow · 10 years ago
- ed95d40 Add a reference to Braintree in the user list by Damien Martin-Guillerez · 10 years ago
- da47cd2 Add compilation instructions back to install doc by Kristina Chodorow · 10 years ago
- 24cf5cf Deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Verified from the deflaking I just did. by Janak Ramakrishnan · 10 years ago
- d43dfa3 Allow .dylib libraries in srcs by Kristina Chodorow · 10 years ago
- a0f1774 Update xctest_app documentation to reflect that ios_application rules are a valid target. by Chris Parsons · 10 years ago
- 27f7fb5 sandbox: Better parsing of runfiles manifest files, fixes #413. by Philipp Wollermann · 10 years ago
- fe98ecb Show a column with the location of a skylark function in HTML profiling statistics. by Googler · 10 years ago
- aaa2486 sandbox: Refactor readable* to userFriendly* as requested. by Philipp Wollermann · 10 years ago
- 450b1b2 sandbox: When spawn.getInputs() contains a directory, recurse into it and mount the individual files. by Philipp Wollermann · 10 years ago
- 8a61174 Fix includes documentation by Kristina Chodorow · 10 years ago
- 6a66339 When a Skylark macro creates a native rule, it also sets the following rule attributes: generator_{function, name, location} by Florian Weikert · 10 years ago
- e899fc3 Fix incorrect rendering of first histogram on click in table by Googler · 10 years ago
- 54fef7e Update error messages for missing fields. Make them more standard. by Laurent Le Brun · 10 years ago
- 0ec1216 Tweak groovy rules to get their dependencies from //external instead of relying by Erik Kuefler · 10 years ago
- 4202000 Fix broken tests. by Marian Lobur · 10 years ago
- 702cad7 Aspects can get information from their base rule. by Marian Lobur · 10 years ago
- f4888b1 Do not remove the bin directory before installing. by Damien Martin-Guillerez · 10 years ago
- 6787d30 Make android_binary work with sandboxing. Note that "bazel mobile-install" is still broken owing to a bug in the code of the sandbox (#413) by Lukacs Berki · 10 years ago
- 25dfe5a Fix Roadmap feature list table and Stable Features table on Support page. by David Chen · 10 years ago
- 4eda248 Set DYLD_LIBRARY_PATH correctly for rustc. by David Chen · 10 years ago
- 060994f Add an example of using a regex with negative lookup in --output_filter. by Nathan Harmata · 10 years ago
- d2d1e6a Add article about "bazel mobile-install" to bazel.io. by Lukacs Berki · 10 years ago
- 57f885e Mostly deflake MemoizingEvaluatorTest#shutDownBuildOnCachedError_Verified by ensuring that the shutdown signaler starts before we do other things. by Janak Ramakrishnan · 10 years ago
- 5e3de6a Declare the xcode_options flag deprecated by Googler · 10 years ago
- 226ce681 Refactor NodeEntry, create node representation without a value by Mark Schaller · 10 years ago
- 8299504 Update comments about function calls by Francois-Rene Rideau · 10 years ago
- 0883ff0 Add a BazelProtoLibrary representing a collection of .proto files. by Michael Thvedt · 10 years ago
- e36009f Move common proto functions into a new open-source class, ProtoCommon, in preperation for BazelProtoLibrary. by Michael Thvedt · 10 years ago
- 4ac3c22 Annotate Bazel Android rules, which I missed earlier. by Ulf Adams · 10 years ago
- dd2918b sandbox: Do not print the output of the isSupported() check. by Philipp Wollermann · 10 years ago
- 9d0f914 Implementation of AndroidStudioIdeInfoAspect. by Dmitry Lomov · 10 years ago
- c703691 Fix crash on deserializing INTEGER_LIST attributes in packages. by Eric Fellheimer · 10 years ago
- 1a372a5 Rewrite the support policy document. by Ulf Adams · 10 years ago