1. 51c1640 Make setup-intellij.sh work again. by Lukacs Berki · 9 years ago
  2. eaae08e Update d_docs rule to take a dependency on a d_binary, a d_library or d_source_library. by David Chen · 9 years ago
  3. e7a2fdb [Docker] Take the package of the input as the data path by Damien Martin-Guillerez · 9 years ago
  4. 446b6c9 Do not fail when the test argument do not match any test by Damien Martin-Guillerez · 9 years ago
  5. 89eefd7 Move ownership of SkyframeBuildView to SkyframeExecutor. by Ulf Adams · 9 years ago
  6. 2012b4e Allow custom Package serialization logic to be injected. Also fix incorrect comment in PackageSerializer. by Nathan Harmata · 9 years ago
  7. a28d69c5 Don't shell escape parameters to a non-shell action (environment plist). by Peter Schmitt · 9 years ago
  8. f5c5dcb Make aspect resolver and dependencyFilter transient, as they are not serializable. by Miguel Alcon Pinto · 9 years ago
  9. 8aaa229 Add Apache codec library as a dependency by Kristina Chodorow · 9 years ago
  10. 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 · 9 years ago
  11. 0951909 Add jar containing Base64 class by Kristina Chodorow · 9 years ago
  12. ceae8c5 Open source some skylark tests. by Han-Wen Nienhuys · 9 years ago
  13. 4671896 Refactor AndroidStudioInfoAspect. by Dmitry Lomov · 9 years ago
  14. 36c0fb7 Disallow precompiled jars in sources by Liam Miller-Cushon · 9 years ago
  15. 1d947c6 Stop AndroidResourceProcessingAction from creating a "_resources" folder in the source tree when invoked from ApplicationManifest and AndroidLibrary. by Andrew Pellegrini · 9 years ago
  16. 10b8e3a Replace double-quotes with single quotes to improve readability. by Dmitry Lomov · 9 years ago
  17. 8ddc32d Switch objc rules to standard coverage propagation using InstrumentedFilesCollector. by Peter Schmitt · 9 years ago
  18. f1b537a Enhance the tutorial by adding information about setting up the Android NDK. by Lukacs Berki · 9 years ago
  19. 590767e Implement support for android_library and android_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 9 years ago
  20. 6bd4f2d Heavily refactor ProfileCommand to separate output and statistics generation and enable their reuse by Klaas Boesche · 9 years ago
  21. 907d579 Improve Skylark documentation (concepts.md), wrt mutability and Python compatibility by Laurent Le Brun · 9 years ago
  22. bfd0f61 Fixes ProGuard not working in a sandbox. by Philipp Wollermann · 9 years ago
  23. 10e3b2b Make TargetPatternResolver#{isPackage, getTargetsInPackage} take a PackageIdentifier instead of a String. by Lukacs Berki · 9 years ago
  24. d72db8d Thread the repository name all the way from TargetPatternResolver to RecursivePkgFunction. by Lukacs Berki · 9 years ago
  25. 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 · 9 years ago
  26. 2a7c802 Roll back using labels rather than PathFragments for skylark loads. by Michajlo Matijkiw · 9 years ago
  27. f0a5ac6 Improve error message for INSTALL_FAILED_OLDER_SDK from adb. by Alex Humesky · 9 years ago
  28. 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 · 9 years ago
  29. be11733 Add support for Maven username & password authentication by Kristina Chodorow · 9 years ago
  30. 37738ca Document mutability of Skylark lists by Francois-Rene Rideau · 9 years ago
  31. 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 · 9 years ago
  32. d256a82 Clarify that the timeout values are configurable on the command-line. by Googler · 9 years ago
  33. 2857acc Add an option to remove a directory prefix when extracting an archive by Kristina Chodorow · 9 years ago
  34. bd0c7bb Hush Environment#toString() by Francois-Rene Rideau · 9 years ago
  35. 8cf9d8d Add ios_sdk_version=8.4 flag to bazel src tests. by Chris Parsons · 9 years ago
  36. bb155b0 Use OS X compatible gcov with experimental_ios_test. by Peter Schmitt · 9 years ago
  37. 2cffe03 Serialize workspaceName. by Han-Wen Nienhuys · 9 years ago
  38. e770467 Pass the BuildConfigurationCollection into the BuildView testing methods. by Ulf Adams · 9 years ago
  39. 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 · 9 years ago
  40. 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 · 9 years ago
  41. 28f08f1 workers: Make sure to wait for worker processes to exit so that they don't become zombies. by Philipp Wollermann · 9 years ago
  42. 3cbbca6 workers: Remove unneeded constructor. by Philipp Wollermann · 9 years ago
  43. b181aff workers: Some tweaks to the WorkerPool config. by Philipp Wollermann · 9 years ago
  44. 13f9150 Unify AndroidLibrary code paths. by Googler · 9 years ago
  45. 45d18d4 Enforce UTF-8 encoding in bootstrapping by Damien Martin-Guillerez · 9 years ago
  46. fdcb9de Small cleanup: execPath is available locally. by Ulf Adams · 9 years ago
  47. b91b994 Update FAQ entry about releases. by Damien Martin-Guillerez · 9 years ago
  48. 0a6e49a Extract MountMap to a top-level class. by Ulf Adams · 9 years ago
  49. 64228bf Remove html title handling from Chart, ChartCreators, and HtmlChartVisitor, handle in HtmlCreator by Klaas Boesche · 9 years ago
  50. 6e91eb9 Move Label from the lib.syntax to the lib.cmdline package so that: by Lukacs Berki · 9 years ago
  51. 4a36aaf [Docker] Support for adding directories to tarball by Damien Martin-Guillerez · 9 years ago
  52. 25fc8d3 Add a "Google Play Services" target to android_sdk_repository that can be references as "//external:android/google_play_services". by Lukacs Berki · 9 years ago
  53. 029af28 Fix import flags for Jsonnet rules. by David Chen · 10 years ago
  54. 90c585b [Docker] Strip the identifier in top file by Damien Martin-Guillerez · 10 years ago
  55. 21da726 Make sure disabled FDO features are filtered out. by Googler · 10 years ago
  56. 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
  57. 0796d40 Stub out proto_runtime so Bazel analysis doesn't fail for j2objc_library targets. by Michael Thvedt · 10 years ago
  58. f172d39 Do not store a separate map for external package data. This ensures that serialization works correctly. by Han-Wen Nienhuys · 10 years ago
  59. 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
  60. ee26ee1 Set build setting VALID_ARCHS to be armv7,armv7s,arm64,x86_64. by Rumou Duan · 10 years ago
  61. b7770a6 Remove unused copts attribute from j2objc_library. by Rumou Duan · 10 years ago
  62. 986c5d6 Tiny typo fix by Mark Schaller · 10 years ago
  63. 1bab34c Also change C++ to use the new split attribute lists. by Ulf Adams · 10 years ago
  64. 4790178 Add additional sources of test host to xctest targets by Chris Parsons · 10 years ago
  65. 4bc2ca8 Split the list of instrumentation attributes into two lists. by Ulf Adams · 10 years ago
  66. d733d93 Remove the last call to BuildView.getConfigurationCollection() and the method. by Ulf Adams · 10 years ago
  67. e76dd5e Tighten up the requirements on workspace names by Kristina Chodorow · 10 years ago
  68. 391d67c Partially revert change to collect baseline coverage from individual libraries. by Ulf Adams · 10 years ago
  69. 47bc68d Increase size of //src/test/shell/bazel:maven_test by Damien Martin-Guillerez · 10 years ago
  70. 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
  71. ea44dcb Move BlazeRuntime.getView() to CommandEnvironment. Update all callers. by Ulf Adams · 10 years ago
  72. ffd8a5a Skylark: Unified ListComprehension and DictComprehension. by Florian Weikert · 10 years ago
  73. ffa73ad Separate build-specific types and types inherent to Skylark. by Lukacs Berki · 10 years ago
  74. 29ad862 Allow construct "a, = [1]" in parser. by Laurent Le Brun · 10 years ago
  75. 99081ce Native.glob: Remove obsolete 'excludes' argument. by Laurent Le Brun · 10 years ago
  76. ae90bc9 Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace. by Ulf Adams · 10 years ago
  77. 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
  78. 47cb916 Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands. by Ulf Adams · 10 years ago
  79. 3815b4c Move the commandId and getCommandStartTime() to CommandEnvironment. by Ulf Adams · 10 years ago
  80. 02c490c Adds an implicit "fully_linked" archive output to objc_library. by Googler · 10 years ago
  81. 261035f More documentation for j2objc_library. by Rumou Duan · 10 years ago
  82. 4e99410 Refactor SkylarkList to allow MutableList by Francois-Rene Rideau · 10 years ago
  83. 6c10eac Cleanup Skylark types some more by Francois-Rene Rideau · 10 years ago
  84. 159b74c Remove obsolete and deprecated xcode_options flag. by Googler · 10 years ago
  85. d316442 Move all J2ObjC Bazel dependencies to third_party/java/j2objc. by Michael Thvedt · 10 years ago
  86. 083fe29 Propogate J2ObjC files from runtime_deps in Java rules. by Michael Thvedt · 10 years ago
  87. 4f9a966 Fix Build Encyclopedia links for java_import. by Googler · 10 years ago
  88. a88e65b Make exception in case a test tries to remote-log more informative. by Janak Ramakrishnan · 10 years ago
  89. afc93a6 Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4. by Lukacs Berki · 10 years ago
  90. de27f9e Create an abstraction for user defined data types in Skylark. by Lukacs Berki · 10 years ago
  91. 4e50375 Remove support for the deprecated include() statement. by Lukacs Berki · 10 years ago
  92. 59dbf68 Simplify BuildView construction and store configurations in the build result. by Ulf Adams · 10 years ago
  93. 88f643c Make the module environment invoked exit code path thread-safe. by Ulf Adams · 10 years ago
  94. 8bbfe73 Remove the now-unused BlazeModule.beforeCommand variant. by Ulf Adams · 10 years ago
  95. 8d2e60d Move the clientEnv to the CommandEnvironment. by Ulf Adams · 10 years ago
  96. a302a64 Refactor Type.getLabels() so that instead of collecting labels, it flattens composite types and remove the mention of the type "Label" from the context argument of Type.convert(). by Lukacs Berki · 10 years ago
  97. 0a4c6e4 Stop throwing an exception if a Package was successfully created but contains errors. Instead, require callers to process the package and throw if they need to. by Janak Ramakrishnan · 10 years ago
  98. 44a7a6c Fix an issue in which dependent files of translated package-info.java files are incorrectly stripped. by Rumou Duan · 10 years ago
  99. 215974e5 Introduce Path#readSymbolicLinkUnchecked, intended to only be used when the caller already knows the path is a symlink, and use this new method throughout the codebase. by Nathan Harmata · 10 years ago
  100. e0c6df7 Added support for scalac and jvm_flags in scala_[library|binary]. Fixes #457. by John Sullivan · 10 years ago