bazel /
bazel /
e1cd9509862aef684b4dbbdfd15d0b877fb8fad3 - e1cd950 Fixed the issue that hard links are handled improperly when bazel decompresses tarballs. by Googler · 9 years ago
- 0d3e8ae Making the PathFragment interned segments list public, to be used later in by Googler · 9 years ago
- 75733e1 Remove some unused code from the Python rules. by Lukacs Berki · 9 years ago
- 09cb1a7 Remove some dead code from PythonConfigurationLoader. by Ulf Adams · 9 years ago
- d295f80 Precompiled headers are added as compile action inputs for by Cal Peyser · 9 years ago
- 211c7d0 Adds protobuf 3.0.0 to third_party by Alex Humesky · 9 years ago
- 7706212 Fix indentation in StdRedirect.c by Googler · 9 years ago
- 1540d8f Rollback of commit 900202fe4418490abca96afd7ebf2b92268be244. by Damien Martin-Guillerez · 9 years ago
- 9f1f282 Global cleanup change. by Vladimir Moskva · 9 years ago
- d2e307c Use named parameters for function in SkylarkRepositoryContext when it make sense by Damien Martin-Guillerez · 9 years ago
- b65d754 Windows, tests: more refactoring in tests by Laszlo Csomor · 9 years ago
- 27bb978 Fixes breakage on CI with "sandbox-exec: external/bazel_tools/tools/cpp/osx_cc_wrapper.sh: No such file or directory" by Yue Gan · 9 years ago
- 0474511 Disable pruning header modules for FakeCppCompileActions. Those currently run a by Googler · 9 years ago
- 0d32fc8 Remove support for filegroup-based C++ toolchains: by Lukacs Berki · 9 years ago
- a2da311 Windows, tests: move code into WindowsTestUtil by Laszlo Csomor · 9 years ago
- fde4911 Removes all traces of the, now enabled by default, experimental_auto_top_level_union_objc_protos flag. by Sergio Campama · 9 years ago
- fdc37eb Use c++ action configs in experimental_objc_library. by Cal Peyser · 9 years ago
- 8cb48f7 Re-add support for watchOS in swift_library. by Dmitry Shevchenko · 9 years ago
- 02211a6 Remove dependency on gnu sed by Paul Cody Johnston · 9 years ago
- 317eddb Don't verify include paths automatically. This enables objc to disable include paths. by Cal Peyser · 9 years ago
- 87463e7 Fix docker_build() run when using Docker < 1.8 by Sam Guymer · 9 years ago
- 86a4047 Properly avoid aliases when invoking grep. Using $(which grep) instead of plain grep does not avoid alias interference, it merely trades problems when "grep" is an alias for problems when "which" is an alias (both are commonly defined as aliases). by Googler · 9 years ago
- 900202f Change default apple toolchain from darwin_x86_64 to ios_x86_64. by Cal Peyser · 9 years ago
- 180d1b5 Update all tests so that they use a cc_toolchain_suite instead of a filegroup to declare C++ toolchains. by Lukacs Berki · 9 years ago
- 0b12de6 Updates date for the roadmap by Damien Martin-Guillerez · 9 years ago
- cb3d799 Skylark no longer crashes when the default value of an attribute is a label string that points to a remote repository. by Florian Weikert · 9 years ago
- 304f5cb Move bin_dir/genfiles_dir to RuleContext by Kristina Chodorow · 9 years ago
- 3abce14 Remove some dead code from JvmConfigurationLoader. by Ulf Adams · 9 years ago
- ee64285 Only call BlazeModule.handleOptions when we're done editing them. by Ulf Adams · 9 years ago
- d415460 Make print() and fail() available in BUILD files to allow easier debugging. by Googler · 9 years ago
- 162fdd5 Fix typo by Marcel Hlopko · 9 years ago
- 9566ee2 Added design doc about building python on Windows by Yun Peng · 9 years ago
- f3fce2f Removing Guava deps from all BUILD files in junitrunner. by Irina Iancu · 9 years ago
- c479a8e Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d. by Cal Peyser · 9 years ago
- 14a377d Generate documentation for named parameters for SkylarkCallable by Damien Martin-Guillerez · 9 years ago
- ad75cf6 Update windows.md about building python on Windows by Yun Peng · 9 years ago
- ea6c82d Roll forward of commit 19db71413329da3f5d22b5fc7681471f3d971d88 (Skylark: Replaced late bound attributes with computed default attributes) with two bug fixes: by Florian Weikert · 9 years ago
- a34c4fe Don't use fancy STL data structures (including string) in KillServerProcess() so that we don't call malloc() in signal handlers. by Lukacs Berki · 9 years ago
- f53a136 Fix misleading warning for rule dependency by Googler · 9 years ago
- 5fd7da5 Better API for creating immutable Skylark lists. by Dmitry Lomov · 9 years ago
- ab64e59 Make --experimental_interleave_loading_and_analysis a no-op. by Ulf Adams · 9 years ago
- ca4e573 Add Documenting Rules link to skydoc.bazel.io. by David Chen · 9 years ago
- 57db509 Windows bootstrapping: Fix compile.sh with setting $TMPDIR. by Laszlo Csomor · 9 years ago
- cd369d3 Rollback of commit a51ca6fa732af58a7d1667d408a2511ffa3199da. by Laszlo Csomor · 9 years ago
- 6b4b269 Adds a jar filter to the IntelliJ IDE aspect. by Googler · 9 years ago
- 7382c11 Add "supports-workers" tag to JavaDeployJar action. by Philipp Wollermann · 9 years ago
- d37ddff Fix progress message for apksigner. by Adam Michael · 9 years ago
- e0436ac Tweaks to watchOS2 plist values. by Chris Parsons · 9 years ago
- b3ae366 Set family to constant "watch" for watchOS2 extension and application. by Chris Parsons · 9 years ago
- 1e5add7 Refactor apple multi-arch platform-specific split transition and rule classes to be reusable for apple_static_library and apple_dynamic_library by Chris Parsons · 9 years ago
- 658a8ea Fixed NPEs when using built in functions as rule implementations by Vladimir Moskva · 9 years ago
- 4689c5d Implement input pruning using .d files in objc. by Cal Peyser · 9 years ago
- a51ca6f Windows bootstrapping: Fix compile.sh when $TMP is unset. by Laszlo Csomor · 9 years ago
- 0cfa5d6 Rollback of commit 19db71413329da3f5d22b5fc7681471f3d971d88. by Tobias Werth · 9 years ago
- d9d524a Removing GUAVA XML escapers from junitrunner. by Irina Iancu · 9 years ago
- 7ef4273 Fix missing debug log lines from --sandbox_debug on OS X. by Philipp Wollermann · 9 years ago
- 4a249b69 Windows, JNI: use native isJunction method. by Laszlo Csomor · 9 years ago
- 80f21af Test order of -l and -L args for CppLinkAction by Marcel Hlopko · 9 years ago
- 4fca988 Windows, JNI: implement native isJunction method. by Laszlo Csomor · 9 years ago
- 8d8ee2f Disable module file pruning for the build of other modules. by Googler · 9 years ago
- 028a620 Implement flow control for gRPC and cleanup the interface to it a bit. by Lukacs Berki · 9 years ago
- ff122f3 Migrate JavaSourceJarsProvider and JavaCompilationArgsProvider to @AutoValue. by Googler · 9 years ago
- 11df4b3 Description redacted. -- MOS_MIGRATED_REVID=131990160 by Cal Peyser · 9 years ago
- 2667f8b Adds ajmichael and dannark to CONTRIBUTORS of Bazel. by Adam Michael · 9 years ago
- d115cce Description redacted. -- MOS_MIGRATED_REVID=131986739 by Adam Michael · 9 years ago
- 19db714 Skylark: Replaced late bound attributes with computed default attributes by Mark Schaller · 9 years ago
- d9db475 Adds support for experimental_objc_library.includes by Cal Peyser · 9 years ago
- 0162063 Permit cc_library -> experimental_objc_library deps. by Cal Peyser · 9 years ago
- 672cb58 Fix tests by explicitly passing TEST_TMPDIR to mk*temp. by Julio Merino · 9 years ago
- 26389ed Adds strict header propagation for xcodegen projects. by Sergio Campama · 9 years ago
- ff4d006 Implement input pruning using .d files in objc. by Cal Peyser · 9 years ago
- f7a022e Add BUILD target for bazel apksigner and BUILD.tools so that it can be used in by Adam Michael · 9 years ago
- 76b3fb9 Close stdout/stderr pipes when the main process of an action terminates so that we can properly finish reading from it even if it passed them on to a subprocess that did *not* terminate. by Lukacs Berki · 9 years ago
- 0e7767b Make MemoizingEvaluatorTest#nodeInvalidatedThenDoubleCycle a bit more complete. by Janak Ramakrishnan · 9 years ago
- 530876d Create injectable semantics for include validation, to allow it to be turned by Cal Peyser · 9 years ago
- 5748e2d Disable references to single_arch_{cpu,platform}. by Julio Merino · 9 years ago
- af4bf30 Fix #1709: Print debug messages on OS X when --sandbox_debug is specified. by Philipp Wollermann · 9 years ago
- 45fd841 Removing GUAVA Ticker and FakeTicker from junitrunner. by Irina Iancu · 9 years ago
- be128a5 fix run_under command by Yue Gan · 9 years ago
- 0d5ecf7 Open-source many of tests from SkylarkIntegrationTest. by Dmitry Lomov · 9 years ago
- 37a1c1c First step towards allowing returning declared providers from rule implementations. by Dmitry Lomov · 9 years ago
- ffe049e Add missing filegroups to docs_embedded_in_sources to restore Apple, Obj-C and by David Chen · 9 years ago
- 8ded9c5 Cache Event hashcode. by Ulf Adams · 9 years ago
- 602f3ae Adds support for ApkSignerTool and APK signature schema v2 behind --apk_signing_method flag. Default is legacy_v1 which is the already existing functionality. by Adam Michael · 9 years ago
- 60a7e63 Python bits split from 130443322 by Googler · 9 years ago
- bbb0499 Restore anydpi support, working around the lack of FolderConfig support. by Googler · 9 years ago
- 957f374 Update bazel's emacs check for 25.1's INSIDE_EMACS move. by Googler · 9 years ago
- 099059e Fix the link to Skyframe in the contributing page by Kush Chakraborty · 9 years ago
- 381850e xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed. by Chris Parsons · 9 years ago
- f04849b Fixed link to "Challenges of Writing Rules" from the contributing page. by Kush Chakraborty · 9 years ago
- 9a3af7f Spam lib/rules/android with @AutoValue. Mostly created by by Googler · 9 years ago
- a4ddb85 Fix links on doc pages that were pointing to .md files. by David Chen · 9 years ago
- 34b67e2 experimental_objc_library can compile assembly. by Cal Peyser · 9 years ago
- 193e1d4 Add parsing of Proguard mapping file for resource class fields. Fixes issue with obfuscated fields being stripped because they fail to match any known resource. by Andrew Pellegrini · 9 years ago
- d82f4a5 Add resource support to experimental_objc_library. by Cal Peyser · 9 years ago
- 351ffaa Rollback of commit 1cd224a17bfe30f7d3c0e7f5eaada3e0331ff31a. by Cal Peyser · 9 years ago
- 5a50b4f Refactor our sandboxing code. by Philipp Wollermann · 9 years ago
- 5b261d5 Remove the "cc_*.includes attribute must refer to the third_party directory" warning from Bazel. by Lukacs Berki · 9 years ago
- 4d144f4 Removing GUAVA Suppliers and Supplier as dependency from junitrunner. by Irina Iancu · 9 years ago
- ced6b37 Removing last dependencies of GUAVA Multiset and HashMultiset from junitrunner. by Irina Iancu · 9 years ago