bazel /
bazel /
e49cd59a3281ca1aae539baf18dfde8627c01abe - e49cd59 Allow objc rule deps to include any rule that exports an "objc" provider. by Googler · 9 years ago
- 49dfc29 Sets SONAME on shared objects in Android binaries. by Adam Michael · 9 years ago
- 8e11092 by Googler · 9 years ago
- 257fdca Use Error Prone's own plugin loading code by Liam Miller-Cushon · 9 years ago
- 4373185 Fix the description of allow_empty arg on string_list. by Dmitry Shevchenko · 9 years ago
- 722fb2d Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveInputs by Liam Miller-Cushon · 9 years ago
- 500d7f5 Add the jdk8 tag to the worker test by Damien Martin-Guillerez · 9 years ago
- e039eeb Mark experimental_ui_test as manual... by Damien Martin-Guillerez · 9 years ago
- fd71be7 Fixed SkylarkDoc.getDocumentation to append a period to the doc string if it is missing. by John Cater · 9 years ago
- 87695fe Lift out the ResourceContainer -> arg/artifact functions by Googler · 9 years ago
- 0410957 Fix Options::ParseCommandLine signature. by Sasha Smundak · 9 years ago
- 490f250 workers: Use workers by default for Javac. by Philipp Wollermann · 9 years ago
- f9bc665 Simplify immutability test by Jon Brandvein · 9 years ago
- fa01f8e Move Skyframe page from doc/ to designs/. by David Chen · 9 years ago
- 58e7d45 Revert "Sets SONAME on shared objects in Android binaries." by Damien Martin-Guillerez · 9 years ago
- 48fa81a3 Move designs/ directory out of docs/ and into site root. by David Chen · 9 years ago
- cba1645 Remove FileArtifactValue#createWithDigest method now that empty files are always digested. by Janak Ramakrishnan · 9 years ago
- a1f2dab Fix a broken link by Googler · 9 years ago
- 588e4e7 Use correct layout for design docs pages. by David Chen · 9 years ago
- 406c087 Fix leftover "size" check when deciding whether to use digest or mtime. Since we no longer stored mtime for empty files, this bug meant that we always compared empty files equal (which is good). But we shouldn't be using Metadata based on mtime for them. by Janak Ramakrishnan · 9 years ago
- 84e3092 Move Rule Pitfalls doc to Documentation. by David Chen · 9 years ago
- 9d4af3b Avoid intermediate Map/Collections in ActionExecutionFunction by Michajlo Matijkiw · 9 years ago
- cce32a8 MergeConflict: fix typo in error message string. by Googler · 9 years ago
- 0e5b8b7 Rollforward of change that broke #1579 with test fix (need to specify ios_sdk_version and xcode_version for our CI macs) by Chris Parsons · 9 years ago
- 7c38828 executable attribute on apple_genrule, which allows users to run apple_genrule targets on the command line. by Chris Parsons · 9 years ago
- 80f635a Roll forward of commit 05c0bd286b3802ad3d7faf48bc19e86929a9cf6d: by Dmitry Shevchenko · 9 years ago
- ee8b7aa Fix private symbols, clean up load parsing by Jon Brandvein · 9 years ago
- 36dbde8 Rollback of commit 8643954b818547339e8055d0aa4867c1286ebca1. by Damien Martin-Guillerez · 9 years ago
- d9c8cc8 If the toolchain defines an action_config for each type of CppLinkAction, by Cal Peyser · 9 years ago
- 95a54b9 Rollback of commit 3e8bcae69a0718cf6972be086706b1841e0ed6b7. by Damien Martin-Guillerez · 9 years ago
- adc2d75 Increase the shard count of //src/test/shell/bazel:bazel_test_test by Damien Martin-Guillerez · 9 years ago
- 120b863 Make RedirectChaser behave properly if a referenced target is not found. by Lukacs Berki · 9 years ago
- 70c772b Release 0.3.1 (2016-07-29) by Bazel Release System · 9 years ago
- cc6d0c6 Merge branch 'master' of sso://bazel/bazel by Adam Michael · 9 years ago
- a983184 by Carmi Grushko · 9 years ago
- a03258d Avoid copying map when adding discovered inputs to action metadata. by Janak Ramakrishnan · 9 years ago
- 94c8613 Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba. by Alex Humesky · 9 years ago
- 8643954 Remove apple_binary's implicit output _lipo.a. by Chris Parsons · 9 years ago
- 47281b4 Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51. by Dmitry Shevchenko · 9 years ago
- 0e75edb Add file:// support to bazel's new_http_archive rule. by Todd Jeffreys · 9 years ago
- 05c0bd2 Include SwiftSupport directory into the IPA when an app contains Swift. by Dmitry Shevchenko · 9 years ago
- b6b922c Make enforce_constraints non-experimental by Liam Miller-Cushon · 9 years ago
- fcd6847 Add a resource parsing action. by Googler · 9 years ago
- de63c6f Initial checkin of the combiner classes. by Sasha Smundak · 9 years ago
- a1a31ff Rename some PackageId and RepositoryName fields/methods in prep for deep execroot change by Kristina Chodorow · 9 years ago
- b6b1a3f Remove experimental_use_proguard_previous_obfuscation_map flag. This was removed from the global blazerc in unknown commit. by Googler · 9 years ago
- 009e059 Experimental java annotation support with unpredictable action inputs/outputs in j2objc_library behind flag --experimental_j2objc_annotation_processing by Rumou Duan · 9 years ago
- 1b7abbf JavaBuilder: Reintroduce the -extra_checks flag. by Philipp Wollermann · 9 years ago
- e7cd933 Start worker processes with a clean environment, instead of accidentally inheriting a copy of the server's environment. by Philipp Wollermann · 9 years ago
- 974bbd9 Clean up DependencyResolver's interface for the dynamic config migration and for general readability. by Greg Estren · 9 years ago
- 040391a Added instructions about using Bazel on Windows by Yun Peng · 9 years ago
- 50ffce3 Merge branch 'master' of sso://bazel/bazel by Adam Michael · 9 years ago
- e65876a Sets SONAME on shared objects in Android binaries. by Adam · 9 years ago
- 785ed66 by Carmi Grushko · 9 years ago
- b8d3459 Avoid copying map when adding discovered inputs to action metadata. by Janak Ramakrishnan · 9 years ago
- 36501ff Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba. by Alex Humesky · 9 years ago
- ec1c080 Remove apple_binary's implicit output _lipo.a. by Chris Parsons · 9 years ago
- 5a55647 Rollback of commit 75714b0d6e65905e41da8415ca3e7ec101575d51. by Dmitry Shevchenko · 9 years ago
- 60c3a04 Add file:// support to bazel's new_http_archive rule. by Todd Jeffreys · 9 years ago
- 75714b0 Include SwiftSupport directory into the IPA when an app contains Swift. by Dmitry Shevchenko · 9 years ago
- a66b119 Make enforce_constraints non-experimental by Liam Miller-Cushon · 9 years ago
- da3d9c8 Add a resource parsing action. by Googler · 9 years ago
- de622f5 Initial checkin of the combiner classes. by Sasha Smundak · 9 years ago
- 67134c8 Rename some PackageId and RepositoryName fields/methods in prep for deep execroot change by Kristina Chodorow · 9 years ago
- 4e1ced4 Remove experimental_use_proguard_previous_obfuscation_map flag. This was removed from the global blazerc in unknown commit. by Googler · 9 years ago
- 8d88421 Experimental java annotation support with unpredictable action inputs/outputs in j2objc_library behind flag --experimental_j2objc_annotation_processing by Rumou Duan · 9 years ago
- 5a9c6b4 JavaBuilder: Reintroduce the -extra_checks flag. by Philipp Wollermann · 9 years ago
- 3322a93 Start worker processes with a clean environment, instead of accidentally inheriting a copy of the server's environment. by Philipp Wollermann · 9 years ago
- 34991d2 Clean up DependencyResolver's interface for the dynamic config migration and for general readability. by Greg Estren · 9 years ago
- efaf8cb Added instructions about using Bazel on Windows by Yun Peng · 9 years ago
- 047b0e6 Opt out of building debian packages on darwin by Yun Peng · 9 years ago
- c4e132c Mark //src/test/shell/bazel:experimental_ui_test as manual by Damien Martin-Guillerez · 9 years ago
- 8ef3740 Cleanup: use file_name_string method in tests. by Sasha Smundak · 9 years ago
- add1b30 Pass the coverage environment into tests using a nested set collected from the transitive closure instead of having a global environment in the configuration. by Lukacs Berki · 9 years ago
- ddb6a1f Use a marker provider to determine of a rule is linked statically for the purposes of license checking instead of having a bespoke method in BuildConfiguration.Fragment and encoding knowledge about static linking in buildtool/ . by Lukacs Berki · 9 years ago
- 81dca61 java_proto_library strict deps: add attributes for gradual migration by Carmi Grushko · 9 years ago
- f328fde Add README to original Bazel docs directory to point developers to the correct by David Chen · 9 years ago
- ccd5fb1 Remove outdated comment by Michajlo Matijkiw · 9 years ago
- 3e8bcae Move Bazel docs into versioned directory. by David Chen · 9 years ago
- 3b47b1f Augment the QueryableGraph#get[BatchWithFieldHints] method to take in parameters conveying the requesting node (if any), the requested node(s), as well as a reason for the skyframe graph lookup. Alternate graph implementations may be interested in this information. by Nathan Harmata · 9 years ago
- 9fce760 Linker outputs can optionally be configured from the CROSSTOOL. Introduces infrastructure to allow other artifact categories (such as debug symbols or compiler outputs) to be defined in other changes. by Cal Peyser · 9 years ago
- cb5aa00 Fixed JavaIoFileSystem.setLastModifiedTime to actually match its documented behavior (passing -1 modified time should use system time). by Chris Parsons · 9 years ago
- a1a13ae J2ObjC wrapper support for java annotation support with unpredictable inputs/outputs. by Rumou Duan · 9 years ago
- 93c7da6 Adjust visibility of ComputedDefault dependencies by Mark Schaller · 9 years ago
- 05a6809 Change android resource shrinking to use the standard Proguard jar artifact. by Andrew Pellegrini · 9 years ago
- 8910087 Typo fixes in markdown and javadoc as suggested by intellij typo inspection. by Googler · 9 years ago
- 3b16a28 Moves exports_manifest attribute to AndroidLibraryBaseRule instead of by Googler · 9 years ago
- f61d12e Refactor CppLinkAction to construct its command line using the crosstool instead of a hardcoded switch. Add action configs to CppConfiguration for each link type. by Cal Peyser · 9 years ago
- 2745f0ba Improve resource DataKey serialization perf a bit by Googler · 9 years ago
- 3cf2126 Rewrite the extra action info files if the data within them changes. by Lukacs Berki · 9 years ago
- 55e042a Added deploying Bazel debian source package into release process by Yun Peng · 9 years ago
- a50635d Build Bazel debian source package using Bazel by Yun Peng · 9 years ago
- ad81cff Make 3-arg form of getattr() work when third arg is None by Jon Brandvein · 9 years ago
- 0c8bbc9 Restructured installation instructions. by Dmitry Lomov · 9 years ago
- 247bbfa Add Skylark definitions of {new_,}git_repository. by Nelson Elhage · 9 years ago
- d689475 cpp: fix documentation of return value of GetNullaryOption() function by Thiago Farina · 9 years ago
- 9a289b3 Add the method to set zip64 extension attribute. Eliminate useless test case by Sasha Smundak · 9 years ago
- 0fe3492 Enable the Java launcher by default by Liam Miller-Cushon · 9 years ago
- 648229f Re-arrange --{host_,}java_launcher by Liam Miller-Cushon · 9 years ago
- b896e1a Add SVG as an analyzed file type to ResourceShrinker.java by Andrew Pellegrini · 9 years ago