1. f172d39 Do not store a separate map for external package data. This ensures that serialization works correctly. by Han-Wen Nienhuys · 10 years ago
  2. 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
  3. ee26ee1 Set build setting VALID_ARCHS to be armv7,armv7s,arm64,x86_64. by Rumou Duan · 10 years ago
  4. b7770a6 Remove unused copts attribute from j2objc_library. by Rumou Duan · 10 years ago
  5. 986c5d6 Tiny typo fix by Mark Schaller · 10 years ago
  6. 1bab34c Also change C++ to use the new split attribute lists. by Ulf Adams · 10 years ago
  7. 4790178 Add additional sources of test host to xctest targets by Chris Parsons · 10 years ago
  8. 4bc2ca8 Split the list of instrumentation attributes into two lists. by Ulf Adams · 10 years ago
  9. d733d93 Remove the last call to BuildView.getConfigurationCollection() and the method. by Ulf Adams · 10 years ago
  10. e76dd5e Tighten up the requirements on workspace names by Kristina Chodorow · 10 years ago
  11. 391d67c Partially revert change to collect baseline coverage from individual libraries. by Ulf Adams · 10 years ago
  12. 47bc68d Increase size of //src/test/shell/bazel:maven_test by Damien Martin-Guillerez · 10 years ago
  13. 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
  14. ea44dcb Move BlazeRuntime.getView() to CommandEnvironment. Update all callers. by Ulf Adams · 10 years ago
  15. ffd8a5a Skylark: Unified ListComprehension and DictComprehension. by Florian Weikert · 10 years ago
  16. ffa73ad Separate build-specific types and types inherent to Skylark. by Lukacs Berki · 10 years ago
  17. 29ad862 Allow construct "a, = [1]" in parser. by Laurent Le Brun · 10 years ago
  18. 99081ce Native.glob: Remove obsolete 'excludes' argument. by Laurent Le Brun · 10 years ago
  19. ae90bc9 Rename ModuleEnvironment.getFileFromDepot to getFileFromWorkspace. by Ulf Adams · 10 years ago
  20. 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
  21. 47cb916 Move getOutputFilesystem to CommandEnvironment; refactor BlazeRuntime commands. by Ulf Adams · 10 years ago
  22. 3815b4c Move the commandId and getCommandStartTime() to CommandEnvironment. by Ulf Adams · 10 years ago
  23. 02c490c Adds an implicit "fully_linked" archive output to objc_library. by Googler · 10 years ago
  24. 261035f More documentation for j2objc_library. by Rumou Duan · 10 years ago
  25. 4e99410 Refactor SkylarkList to allow MutableList by Francois-Rene Rideau · 10 years ago
  26. 6c10eac Cleanup Skylark types some more by Francois-Rene Rideau · 10 years ago
  27. 159b74c Remove obsolete and deprecated xcode_options flag. by Googler · 10 years ago
  28. d316442 Move all J2ObjC Bazel dependencies to third_party/java/j2objc. by Michael Thvedt · 10 years ago
  29. 083fe29 Propogate J2ObjC files from runtime_deps in Java rules. by Michael Thvedt · 10 years ago
  30. 4f9a966 Fix Build Encyclopedia links for java_import. by Googler · 10 years ago
  31. a88e65b Make exception in case a test tries to remote-log more informative. by Janak Ramakrishnan · 10 years ago
  32. afc93a6 Rollback of commit 4e5037520e3067f9d8784e1c59f9545b96111cd4. by Lukacs Berki · 10 years ago
  33. de27f9e Create an abstraction for user defined data types in Skylark. by Lukacs Berki · 10 years ago
  34. 4e50375 Remove support for the deprecated include() statement. by Lukacs Berki · 10 years ago
  35. 59dbf68 Simplify BuildView construction and store configurations in the build result. by Ulf Adams · 10 years ago
  36. 88f643c Make the module environment invoked exit code path thread-safe. by Ulf Adams · 10 years ago
  37. 8bbfe73 Remove the now-unused BlazeModule.beforeCommand variant. by Ulf Adams · 10 years ago
  38. 8d2e60d Move the clientEnv to the CommandEnvironment. by Ulf Adams · 10 years ago
  39. 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
  40. 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
  41. 44a7a6c Fix an issue in which dependent files of translated package-info.java files are incorrectly stripped. by Rumou Duan · 10 years ago
  42. 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
  43. e0c6df7 Added support for scalac and jvm_flags in scala_[library|binary]. Fixes #457. by John Sullivan · 10 years ago
  44. e1f187a Remove unused 'followSymlinks' parameter to FileSystem#getxattr. It is always true in practice. by Nathan Harmata · 10 years ago
  45. 764bf45 Deflake maven_test by Kristina Chodorow · 10 years ago
  46. 933c13a Remove comment by Miguel Alcon Pinto · 10 years ago
  47. 54b6920 Teach Bazel to accept assembler-without-preprocessor source files. by Googler · 10 years ago
  48. 46d6dc5 Add a maven_server rule by Kristina Chodorow · 10 years ago
  49. 71973e6 Makes the generation of the Info.plist environment variables fail-safe. by Anastasios Kakalis · 10 years ago
  50. ca2d8d2 Move several parts of BlazeRuntime to CommandEnvironment. by Ulf Adams · 10 years ago
  51. c52eb9c Defer Label parsing from BuildFileAST to PackageFunction so that BuildFileAST doesn't have to know about the existence of Labels. by Lukacs Berki · 10 years ago
  52. 4b004af Change checkRuntime to take a CommandEnvironment instead. by Ulf Adams · 10 years ago
  53. 6885134 Add maven settings libraries by Kristina Chodorow · 10 years ago
  54. 50a705c Remove a few minor lib.syntax -> lib.packages dependencies. by Lukacs Berki · 10 years ago
  55. 86bd4fd Add experimental flag, that partially disables loading phase (pattern evaluation, test_suite expansion and configuration creation is still there). Also remove some unused code. by Marian Lobur · 10 years ago
  56. 8061302 Change most calls to BlazeRuntime.getReporter() to use CommandEnvironment. by Ulf Adams · 10 years ago
  57. d8b4be1 Minor visibility tweaks by Michajlo Matijkiw · 10 years ago
  58. a4c1c47 Don't allow subclasses of AQV to treat Errors as non-critical. Also update the documentation for AQV#work to reflect the semantics of critical errors. by Nathan Harmata · 10 years ago
  59. a9c3eef Increase the size of ijar_test by Damien Martin-Guillerez · 10 years ago
  60. 38614b4 Fix very minor concurrency issue in AQV. 'unhandled' doesn't have memory visibility from other threads, so we may end up storing the non-first unhandled exception and/or decline to not run new tasks because we don't realize there already is an unhandled exception. by Nathan Harmata · 10 years ago
  61. ac023bb Get rid of transient errors during preprocessing and throw IOExceptions instead. Transient errors were only detected on IOExceptions, but preprocessing doesn't actually throw IOExceptions except if it fails before it even opens the main file, so there's no sense in trying to construct a package in that case. by Janak Ramakrishnan · 10 years ago
  62. fe87155 Clean up J2ObjC support in Bazel, removing an unused dependency and linting the relevant files. by Michael Thvedt · 10 years ago
  63. 72c6716 Removed attribute 'generator_location' from rules created by Skylark macros. by Florian Weikert · 10 years ago
  64. d927e4d Add a test for FileSystem#resolveSymbolicLinks for dangling symlinks. by Nathan Harmata · 10 years ago
  65. 4f7288e Only collect source files from attributes that don't have instrumentation data. by Ulf Adams · 10 years ago
  66. 5584e38 Support java_test and java_binary in AndroidStudioInfoAspect. by Dmitry Lomov · 10 years ago
  67. a643436 Parse the label syntax "@//a:b" so that eventually we can make that the syntax that means "refer to the main repository". by Lukacs Berki · 10 years ago
  68. 5d737d6 Some minor updates to the BUILD files. by Ulf Adams · 10 years ago
  69. ee56459 Add self-time relative to total time in HTML profiling output, enables finding optimizable functions faster. by Klaas Boesche · 10 years ago
  70. 90eec0cc Add a paragraph to the Build Encyclopedia that tells how to use the appcompat library. by Lukacs Berki · 10 years ago
  71. 633f539 Introduce CommandEnvironment and pass it instead of BlazeRuntime. by Ulf Adams · 10 years ago
  72. 13fb7fd Support java_import in AndroidStudioIdeInfoAspect by Dmitry Lomov · 10 years ago
  73. 01fa070 refactor usage of ProfilePhaseStatistics, no need to hand it around via Chart by Klaas Boesche · 10 years ago
  74. 27404a9 Parses the correct values of SDK, Platform and XCode version numbers when generating by Anastasios Kakalis · 10 years ago
  75. 30df7fc Fixes ijar tests on OSX by Damien Martin-Guillerez · 10 years ago
  76. c653738 Remove a line accidentally left in from debugging. by Lukacs Berki · 10 years ago
  77. 9c5deb6 Requires JDK 8 by Damien Martin-Guillerez · 10 years ago
  78. 73b6c79 Make ijar appropriately prune InnerClasses, at the cost of a lot of unholy hacks. by Lukacs Berki · 10 years ago
  79. c873577 Fix small typo in example by Roland Huß · 10 years ago
  80. 0dffeac Make --split_apk mobile-install work with a pristine device. by Lukacs Berki · 10 years ago
  81. 415aae6 Generate module maps for each objc_* target with compilation support. by Googler · 10 years ago
  82. 1c289af Fail fast on a crash in an InvalidatingNodeVisitor worker thread, just like we do in ParallelEvaluator. by Nathan Harmata · 10 years ago
  83. f494f3e Hack serialization of Environment$Extension so that it deserializes, although not correctly. Attempts to use it will still most likely fail, but won't crash. by Janak Ramakrishnan · 10 years ago
  84. 6a22219 Have clang output .d dependency files during ObjcCompile. by Googler · 10 years ago
  85. 5dd6819 Support multiarchitecture objc libraries for both simulator and device architectures in a single build, refining the multiarchitecture device restriction only to rules which require bundling. by Chris Parsons · 10 years ago
  86. 1906b26 Support data and resource attributes in Groovy tests by Erik Kuefler · 10 years ago
  87. 0cb41b0 Use the BUILD file location instead of location inside the macro. by Laurent Le Brun · 10 years ago
  88. cd2ad0f Fix and test SyntaxTreeVisitor by Laurent Le Brun · 10 years ago
  89. 097736e Package that is dependency of genquery cannot be null when genquery is being analyzed. by Janak Ramakrishnan · 10 years ago
  90. f9b1c33 Allow CI to run the build script without storing the output artifacts by Damien Martin-Guillerez · 10 years ago
  91. ece3640 When generating Xcode projects, remove -I options from copts and instead add the -I include paths as non-propagated header search paths. If the paths are relative, prepend $(WORKSPACE_ROOT) to them. by Rumou Duan · 10 years ago
  92. 86eeb8c Fix typos in "Packages" description and MethodLibrary doc by Mark Schaller · 10 years ago
  93. 159ee3f Configured Java logging for Bazel by Damien Martin-Guillerez · 10 years ago
  94. 4b67d4f Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunction. by Florian Weikert · 10 years ago
  95. 835ec9e Remove dead code, set private visibility by Laurent Le Brun · 10 years ago
  96. f0ae2a9 Skylark doc: clarify that new_file takes argument is relative to package by Laurent Le Brun · 10 years ago
  97. 8b76fe5 workers: A multitude of bug fixes and improved logging. by Philipp Wollermann · 10 years ago
  98. 28aacb8 Improve documentation for macros by Laurent Le Brun · 10 years ago
  99. 9653aaae Fix genrule documentation, outputs may be in different directories. by Laurent Le Brun · 10 years ago
  100. 2473b9f Add unit tests for AndroidStudioInfoAspect and implement dependency collection. by Dmitry Lomov · 10 years ago