1. f9ab555 [Docker] Don't replace current uid/gid by root ids for tar files by Damien Martin-Guillerez · 10 years ago
  2. 9c8b370 Doc: Clarify when to use output_to_genfiles. by Laurent Le Brun · 10 years ago
  3. ffdf675 Update doc for [new_]http_archive to mention tarballs. by Han-Wen Nienhuys · 10 years ago
  4. 98235e3 Initial checkin of sass_binary support for bazel by Derek Perez · 10 years ago
  5. faa0e4a Remove unused EventCollectionApparatus#customMask. by Han-Wen Nienhuys · 10 years ago
  6. 51c1640 Make setup-intellij.sh work again. by Lukacs Berki · 10 years ago
  7. eaae08e Update d_docs rule to take a dependency on a d_binary, a d_library or d_source_library. by David Chen · 10 years ago
  8. e7a2fdb [Docker] Take the package of the input as the data path by Damien Martin-Guillerez · 10 years ago
  9. 446b6c9 Do not fail when the test argument do not match any test by Damien Martin-Guillerez · 10 years ago
  10. 89eefd7 Move ownership of SkyframeBuildView to SkyframeExecutor. by Ulf Adams · 10 years ago
  11. 2012b4e Allow custom Package serialization logic to be injected. Also fix incorrect comment in PackageSerializer. by Nathan Harmata · 10 years ago
  12. a28d69c5 Don't shell escape parameters to a non-shell action (environment plist). by Peter Schmitt · 10 years ago
  13. f5c5dcb Make aspect resolver and dependencyFilter transient, as they are not serializable. by Miguel Alcon Pinto · 10 years ago
  14. 8aaa229 Add Apache codec library as a dependency by Kristina Chodorow · 10 years ago
  15. 5877b8b Don't remove reverse deps until node is known to be changed. This helps avoid mutating the deps of nodes that are still going to be deps after evaluation is finished. by Janak Ramakrishnan · 10 years ago
  16. 0951909 Add jar containing Base64 class by Kristina Chodorow · 10 years ago
  17. ceae8c5 Open source some skylark tests. by Han-Wen Nienhuys · 10 years ago
  18. 4671896 Refactor AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
  19. 36c0fb7 Disallow precompiled jars in sources by Liam Miller-Cushon · 10 years ago
  20. 1d947c6 Stop AndroidResourceProcessingAction from creating a "_resources" folder in the source tree when invoked from ApplicationManifest and AndroidLibrary. by Andrew Pellegrini · 10 years ago
  21. 10b8e3a Replace double-quotes with single quotes to improve readability. by Dmitry Lomov · 10 years ago
  22. 8ddc32d Switch objc rules to standard coverage propagation using InstrumentedFilesCollector. by Peter Schmitt · 10 years ago
  23. f1b537a Enhance the tutorial by adding information about setting up the Android NDK. by Lukacs Berki · 10 years ago
  24. 590767e Implement support for android_library and android_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
  25. 6bd4f2d Heavily refactor ProfileCommand to separate output and statistics generation and enable their reuse by Klaas Boesche · 10 years ago
  26. 907d579 Improve Skylark documentation (concepts.md), wrt mutability and Python compatibility by Laurent Le Brun · 10 years ago
  27. bfd0f61 Fixes ProGuard not working in a sandbox. by Philipp Wollermann · 10 years ago
  28. 10e3b2b Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIdentifier instead of a String. by Lukacs Berki · 10 years ago
  29. d72db8d Thread the repository name all the way from TargetPatternResolver to RecursivePkgFunction. by Lukacs Berki · 10 years ago
  30. dfd3497 Batch SkylarkImportLookupValue calls instead of doing them serially. Also throw errors more eagerly in SkylarkImportLookupFunction -- don't try to request deps if the ast is in error. by Janak Ramakrishnan · 10 years ago
  31. 2a7c802 Roll back using labels rather than PathFragments for skylark loads. by Michajlo Matijkiw · 10 years ago
  32. f0a5ac6 Improve error message for INSTALL_FAILED_OLDER_SDK from adb. by Alex Humesky · 10 years ago
  33. 8e055ba Changes dylibs from being part of the xcodeproject file references to being arguments to OTHER_LDFLAGS. Command lines now use -l"name" to link libraries. This solves the problem that libraries in Xcode 7 now have .tbd files instead of dylibs in device builds and maintains backwards compatibility with Xcode 6. by Dave MacLachlan · 10 years ago
  34. be11733 Add support for Maven username & password authentication by Kristina Chodorow · 10 years ago
  35. 37738ca Document mutability of Skylark lists by Francois-Rene Rideau · 10 years ago
  36. 925dc5c Use Labels, rather than PathFragments, to represent Skylark loads internally. This should be a semantics-preserving change for users. In a subsequent CL, I'll change the Skylark syntax to allow load statements to use labels as well as paths, with the goal of eventually deprecating the latter. by John Field · 10 years ago
  37. d256a82 Clarify that the timeout values are configurable on the command-line. by Googler · 10 years ago
  38. 2857acc Add an option to remove a directory prefix when extracting an archive by Kristina Chodorow · 10 years ago
  39. bd0c7bb Hush Environment#toString() by Francois-Rene Rideau · 10 years ago
  40. 8cf9d8d Add ios_sdk_version=8.4 flag to bazel src tests. by Chris Parsons · 10 years ago
  41. bb155b0 Use OS X compatible gcov with experimental_ios_test. by Peter Schmitt · 10 years ago
  42. 2cffe03 Serialize workspaceName. by Han-Wen Nienhuys · 10 years ago
  43. e770467 Pass the BuildConfigurationCollection into the BuildView testing methods. by Ulf Adams · 10 years ago
  44. 40dd02c workers: Use the new worker testbed to check that workers get reused correctly, restart after a clean exit and that workers returning junk are being dealt with. by Philipp Wollermann · 10 years ago
  45. 3cb162d workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it easy to test details of how the worker strategy behaves in corner cases. by Philipp Wollermann · 10 years ago
  46. 28f08f1 workers: Make sure to wait for worker processes to exit so that they don't become zombies. by Philipp Wollermann · 10 years ago
  47. 3cbbca6 workers: Remove unneeded constructor. by Philipp Wollermann · 10 years ago
  48. b181aff workers: Some tweaks to the WorkerPool config. by Philipp Wollermann · 10 years ago
  49. 13f9150 Unify AndroidLibrary code paths. by Googler · 10 years ago
  50. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 10 years ago
  51. fdcb9de Small cleanup: execPath is available locally. by Ulf Adams · 10 years ago
  52. b91b994 Update FAQ entry about releases. by Damien Martin-Guillerez · 10 years ago
  53. 0a6e49a Extract MountMap to a top-level class. by Ulf Adams · 10 years ago
  54. 64228bf Remove html title handling from Chart, ChartCreators, and HtmlChartVisitor, handle in HtmlCreator by Klaas Boesche · 10 years ago
  55. 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 10 years ago
  56. 4a36aaf [Docker] Support for adding directories to tarball by Damien Martin-Guillerez · 10 years ago
  57. 25fc8d3 Add a "Google Play Services" target to android_sdk_repository that can be references as "//external:android/google_play_services". by Lukacs Berki · 10 years ago
  58. 029af28 Fix import flags for Jsonnet rules. by David Chen · 10 years ago
  59. 90c585b [Docker] Strip the identifier in top file by Damien Martin-Guillerez · 10 years ago
  60. 21da726 Make sure disabled FDO features are filtered out. by Googler · 10 years ago
  61. dad0a10 Mark root causes as transient. Serializing nested sets is annoying, and since ErrorInfo doesn't override equality, there's no issue with preserving equality for now. by Janak Ramakrishnan · 10 years ago
  62. 0796d40 Stub out proto_runtime so Bazel analysis doesn't fail for j2objc_library targets. by Michael Thvedt · 10 years ago
  63. f172d39 Do not store a separate map for external package data. This ensures that serialization works correctly. by Han-Wen Nienhuys · 10 years ago
  64. f081184 Enable j2objc_library proto aspect for Bazel. Note that the remote j2objc workspace hasn't been set up yet. by Michael Thvedt · 10 years ago
  65. ee26ee1 Set build setting VALID_ARCHS to be armv7,armv7s,arm64,x86_64. by Rumou Duan · 10 years ago
  66. b7770a6 Remove unused copts attribute from j2objc_library. by Rumou Duan · 10 years ago
  67. 986c5d6 Tiny typo fix by Mark Schaller · 10 years ago
  68. 1bab34c Also change C++ to use the new split attribute lists. by Ulf Adams · 10 years ago
  69. 4790178 Add additional sources of test host to xctest targets by Chris Parsons · 10 years ago
  70. 4bc2ca8 Split the list of instrumentation attributes into two lists. by Ulf Adams · 10 years ago
  71. d733d93 Remove the last call to BuildView.getConfigurationCollection() and the method. by Ulf Adams · 10 years ago
  72. e76dd5e Tighten up the requirements on workspace names by Kristina Chodorow · 10 years ago
  73. 391d67c Partially revert change to collect baseline coverage from individual libraries. by Ulf Adams · 10 years ago
  74. 47bc68d Increase size of //src/test/shell/bazel:maven_test by Damien Martin-Guillerez · 10 years ago
  75. 24a65d4 Split the lib.syntax off of the :packages-internal target in preparation for moving Label to the lib.cmdline package . by Lukacs Berki · 10 years ago
  76. ea44dcb Move BlazeRuntime.getView() to CommandEnvironment. Update all callers. by Ulf Adams · 10 years ago
  77. ffd8a5a Skylark: Unified ListComprehension and DictComprehension. by Florian Weikert · 10 years ago
  78. ffa73ad Separate build-specific types and types inherent to Skylark. by Lukacs Berki · 10 years ago
  79. 29ad862 Allow construct "a, = [1]" in parser. by Laurent Le Brun · 10 years ago
  80. 99081ce Native.glob: Remove obsolete 'excludes' argument. by Laurent Le Brun · 10 years ago
  81. ae90bc9 Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace. by Ulf Adams · 10 years ago
  82. d9e733d Remove support for the deprecated include() statement in order to be able to separate Skylark from the rest of the code so that Label parsing can be simplified. by Lukacs Berki · 10 years ago
  83. 47cb916 Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands. by Ulf Adams · 10 years ago
  84. 3815b4c Move the commandId and getCommandStartTime() to CommandEnvironment. by Ulf Adams · 10 years ago
  85. 02c490c Adds an implicit "fully_linked" archive output to objc_library. by Googler · 10 years ago
  86. 261035f More documentation for j2objc_library. by Rumou Duan · 10 years ago
  87. 4e99410 Refactor SkylarkList to allow MutableList by Francois-Rene Rideau · 10 years ago
  88. 6c10eac Cleanup Skylark types some more by Francois-Rene Rideau · 10 years ago
  89. 159b74c Remove obsolete and deprecated xcode_options flag. by Googler · 10 years ago
  90. d316442 Move all J2ObjC Bazel dependencies to third_party/java/j2objc. by Michael Thvedt · 10 years ago
  91. 083fe29 Propogate J2ObjC files from runtime_deps in Java rules. by Michael Thvedt · 10 years ago
  92. 4f9a966 Fix Build Encyclopedia links for java_import. by Googler · 10 years ago
  93. a88e65b Make exception in case a test tries to remote-log more informative. by Janak Ramakrishnan · 10 years ago
  94. afc93a6 Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4. by Lukacs Berki · 10 years ago
  95. de27f9e Create an abstraction for user defined data types in Skylark. by Lukacs Berki · 10 years ago
  96. 4e50375 Remove support for the deprecated include() statement. by Lukacs Berki · 10 years ago
  97. 59dbf68 Simplify BuildView construction and store configurations in the build result. by Ulf Adams · 10 years ago
  98. 88f643c Make the module environment invoked exit code path thread-safe. by Ulf Adams · 10 years ago
  99. 8bbfe73 Remove the now-unused BlazeModule.beforeCommand variant. by Ulf Adams · 10 years ago
  100. 8d2e60d Move the clientEnv to the CommandEnvironment. by Ulf Adams · 10 years ago