1. 44a7a6c Fix an issue in which dependent files of translated package-info.java files are incorrectly stripped. by Rumou Duan · 10 years ago
  2. e0c6df7 Added support for scalac and jvm_flags in scala_[library|binary]. Fixes #457. by John Sullivan · 10 years ago
  3. 933c13a Remove comment by Miguel Alcon Pinto · 10 years ago
  4. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  5. c873577 Fix small typo in example by Roland Huß · 10 years ago
  6. 0dffeac Make --split_apk mobile-install work with a pristine device. by Lukacs Berki · 10 years ago
  7. 1906b26 Support data and resource attributes in Groovy tests by Erik Kuefler · 10 years ago
  8. 361d2e2 Add Jsonnet rules to Bazel. by David Chen · 10 years ago
  9. 36bc328 Scala rules: Implement scala_binary by Laurent Le Brun · 10 years ago
  10. dbbfbbb Scala rules: Make main_class optional by Laurent Le Brun · 10 years ago
  11. 12ec9df Enable compression for Groovy and AppEngine rules. by Erik Kuefler · 10 years ago
  12. 2c2e70d Fix the installer and fixing the package shiped into binary version of Bazel. by Damien Martin-Guillerez · 10 years ago
  13. 1ee813e Fix Groovy rules to work with sandboxing by Erik Kuefler · 10 years ago
  14. 8741978 Add initial D rules to Bazel. by David Chen · 10 years ago
  15. 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
  16. 87374e6 Make android_binary use a constant, hard-coded, checked-in debug key. by Lukacs Berki · 10 years ago
  17. c49ebe1 Fix the name of the android tools dependencies by Damien Martin-Guillerez · 10 years ago
  18. 31d6bba Fix AppEngine build when sandboxed execution is enabled by Damien Martin-Guillerez · 10 years ago
  19. c010dc3 Add missing tools directory in the filegroup to package by Damien Martin-Guillerez · 10 years ago
  20. 18742ad Pass source files to J2ObjC through a temporary source file manifest. by Rumou Duan · 10 years ago
  21. 42124c9 Get rid of javac warning spam when building java protos. by Nathan Harmata · 10 years ago
  22. 0ec1216 Tweak groovy rules to get their dependencies from //external instead of relying by Erik Kuefler · 10 years ago
  23. 4eda248 Set DYLD_LIBRARY_PATH correctly for rustc. by David Chen · 10 years ago
  24. 868d40c Add Scala library rule. by Laurent Le Brun · 10 years ago
  25. 6c29d57 For standalone tests, cd into the workspace directory before running the test script. by Chris Parsons · 10 years ago
  26. 74265b3 Basic groovy_test support by Erik Kuefler · 10 years ago
  27. 3a280ea Fix path for input file by Googler · 10 years ago
  28. 9c2989d Use sorted lists instead of sets for generated file list comparison by Googler · 10 years ago
  29. d4ce9af Ignore ordering for generated files check by Googler · 10 years ago
  30. 709bc61 Port to FreeBSD. by Doug Rabson · 10 years ago
  31. d5079a5 Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location. by Lukacs Berki · 10 years ago
  32. 4c43b0e Change some terminology to reflect standard usage: by Googler · 10 years ago
  33. 734c6d2 Update Rust rules to use Rust 1.2.0. Rename features attribute to by David Chen · 10 years ago
  34. a803e0c Update Skylark rules to specify their accessed configuration fragments. by Ulf Adams · 10 years ago
  35. 52bcf5a Change the skylark Java rules to use the configuration path separator. by Ulf Adams · 10 years ago
  36. c8db70c Improve the JDK and JRE filegroups to include all the necessary parts. Then fix the Skylark rules and tests that so far failed to declare dependencies on the JVM. by Philipp Wollermann · 10 years ago
  37. faff718 Make the installer script support incremental installation with split .apks (only for devices with Android M). by Lukacs Berki · 10 years ago
  38. 8284bd7 Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165. by Ulf Adams · 10 years ago
  39. 50adddf Fixes to use dylib on MacOS X. by Topher · 10 years ago
  40. a3a33d7 Upload libraries for an alternative ABI if the native ABI of the device is not supported in the app to be installed. by Lukacs Berki · 10 years ago
  41. ab16dd6 Allow use of argument param files for J2ObjC scripts. by Rumou Duan · 10 years ago
  42. a2e2cc2 Remove errant paths from crosstool test files. by Alex Humesky · 10 years ago
  43. b537f82 Updated some bazel files to reflect the new way of how configuration fragments can be accessed. by Florian Weikert · 10 years ago
  44. cca6a1b Add closure_library target to closure.WORKSPACE and update to the latest versions of Closure Compiler and Closure Templates. by Kamil Jiwa · 10 years ago
  45. ff6ef9b Clean up some code in incremental_install.py . by Lukacs Berki · 10 years ago
  46. 583c356 Open-source full support for J2ObjC in Bazel, including dead code removal, and add an example. by Michael Thvedt · 10 years ago
  47. 828a4be Move j2objc helper scripts into open-source Bazel. by Michael Thvedt · 10 years ago
  48. 8c28813 Add native support for linux on ARM Cpu (32 bits) by Zhong Wang · 10 years ago
  49. f4b07db Add Skylark rules for groovy_library and groovy_binary. by Erik Kuefler · 10 years ago
  50. 98a8e3b docker_build: workaround the lack of LZMA in python 2.7 by Damien Martin-Guillerez · 10 years ago
  51. 63e9822 docker_build: fix JSON rewriting when some fields are null by Damien Martin-Guillerez · 10 years ago
  52. 7c665f5 docker_build: Fix archive's AR format alignment by Damien Martin-Guillerez · 10 years ago
  53. 56f8165 Remove the Skylark data configuration accessor and the only repository by Greg Estren · 10 years ago
  54. 033c403 docker_build: Fix double slashes in path resolution by Damien Martin-Guillerez · 10 years ago
  55. 6de0bb3 Fix docker_build file path when file is generated by Damien Martin-Guillerez · 10 years ago
  56. 2593007 Add glue logic to make the dex_shards attribute of android_binary work in Bazel. by Lukacs Berki · 10 years ago
  57. 73d4fc9 Add "warm" starting to mobile-install. by Googler · 10 years ago
  58. e449d50 Restore Rust examples and add Rust rule tests that were inadvertently excluded. by David Chen · 10 years ago
  59. b4b19bc Always re-install all native libraries on non-incremental installations. by Lukacs Berki · 10 years ago
  60. 608b4cd Introduce trivial rust tests by Francois-Rene Rideau · 10 years ago
  61. a93c63b Make Bazel always build with --fat_apk_cpu. by Lukacs Berki · 10 years ago
  62. ab13f68 Create a binary packager for Bazel by Damien Martin-Guillerez · 10 years ago
  63. ecbf242 Make the Android incremental installer script support incrementally installing native libraries. by Lukacs Berki · 10 years ago
  64. 147ec27 Docker rules: fallback to reading the repositories file when top is absent by Damien Martin-Guillerez · 10 years ago
  65. 3ee2dc4 s/the the/the/ s/package/packages/ by Googler · 10 years ago
  66. ea1a96e Move BUILD file for Rust to tools/build_rules/rust. by David Chen · 10 years ago
  67. 3114324 Add tools dependencies for Rust rules. by David Chen · 10 years ago
  68. 5f25891 Add docker_build for building Docker image using Bazel by Damien Martin-Guillerez · 10 years ago
  69. 81390e3 Skylark: Remove flags in attributes by Laurent Le Brun · 10 years ago
  70. 8a995b4 Remove implicit .a and .so outputs from Bazel. by Ulf Adams · 10 years ago
  71. 64766d4 Fix symlink test flag by Kristina Chodorow · 10 years ago
  72. 73893cc Improvements to skylark tests by Francois-Rene Rideau · 10 years ago
  73. ee8fcd3 Add a couple of flags to the CROSSTOOL file, especially for -c opt. by Ulf Adams · 10 years ago
  74. 0e544ff Fix missing tool target in tools/objc by Damien Martin-Guillerez · 10 years ago
  75. 0959c23 Rename the "unobfuscated" compilation level to "whitespace_only" to match names used with Closure Compiler by Kamil Jiwa · 10 years ago
  76. c7d2c54 Exclude third-party tests from closure_library js_library. by Kamil Jiwa · 10 years ago
  77. d3f7eda Adds gen jar and manifest proto outputs. by Alex Humesky · 10 years ago
  78. 4236bbd Global cleanup change. by Googler · 10 years ago
  79. a7500f9 Add a bazel.rc that makes it possible to use --config=android instead of --crosstool_top=@androidndk//:toolchain --host_crosstool_top=//tools/cpp:toolchain. by Lukacs Berki · 10 years ago
  80. 2bac32e Added a deploy target to AppEngine support by Damien Martin-Guillerez · 10 years ago
  81. 1314570 Introduce hook to BazelWorkspaceStatusModule that calls external by Ming Zhao · 10 years ago
  82. c9f8756 Basic dashboard for build results by Kristina Chodorow · 10 years ago
  83. 3125aad Add support for externs files. by Kamil Jiwa · 10 years ago
  84. c057d47 Add a CSS library target for Closure Library CSS files. by Kamil Jiwa · 10 years ago
  85. 15d129a Make //src/test/shell:bazel_test work again. by Lukacs Berki · 10 years ago
  86. 43f0c33 The final CL in getting Android support to work: add resources_processor.sh and aar_generator.sh to the tools directory and make stub applications proper android_library rules instead of stub filegroups. by Lukacs Berki · 10 years ago
  87. 5b16b19 Add basic support for building Java AppEngine WAR by Damien Martin-Guillerez · 10 years ago
  88. d13716a Open source AarGeneratorAction and AndroidResourceProcessingAction. by Andrew Pellegrini · 10 years ago
  89. 2862363 Fixes typos in Swift tool BUILD files by Dmitry Shevchenko · 10 years ago
  90. 3eafd19 Make use of the jvm_opts from java_toolchain by Damien Martin-Guillerez · 10 years ago
  91. 2aecb77 Add Closure JS rules to Bazel. by Kamil Jiwa · 10 years ago
  92. b29ebdc Trivial skylark testing by Francois-Rene Rideau · 10 years ago
  93. 8104c5b Lower the requirement to Java 7 by Damien Martin-Guillerez · 10 years ago
  94. 1ed3c47 Move the Error Prone plugin into Bazel by Liam Miller-Cushon · 10 years ago
  95. 4c7f35d Add initial Rust rules to Bazel. by David Chen · 10 years ago
  96. 9c37ab1 Add a tools/android/jack package to the Bazel tree so that Android rules actually work. This is a temporary measure until these targets are integrated into android_sdk . by Lukacs Berki · 10 years ago
  97. aa7cb9a Add ability to compile objc_binary targets with Swift sources. by Googler · 10 years ago
  98. 5b4ffae This CL adds the android_binary rule to Bazel. by Lukacs Berki · 10 years ago
  99. ebd0e64 Use JDK's jar instead on relying on the one on the path in Java Skylark rules. by Damien Martin-Guillerez · 10 years ago
  100. 19f3413 Improve platform and CPU detection, use the correct protoc binary for the running system. by Philipp Wollermann · 10 years ago