bazel /
bazel /
d861a005d27d0e95070d0807d8da5f6b6fdb9d2e - d861a00 Remove support for -extra_checks by Liam Miller-Cushon · 9 years ago
- 5c48644 Global cleanup change. by Googler · 9 years ago
- fd25226 Add grpc-java lib version 0.15.0 by dapengzhang0 · 9 years ago
- 75f367c Add support for checking to see if we are on a network drive for darwin. by Dave MacLachlan · 9 years ago
- c760f13 Check maven_jar sha1s for validity by Kristina Chodorow · 9 years ago
- e3bc67a Rollback of commit 5ea55cbab969820da346d16c4998e957b8c3f60e. by Carmi Grushko · 9 years ago
- e64bfce Don't store workspace name on rule by Michajlo Matijkiw · 9 years ago
- 001aade Adding default value for environment variables and python binary by Yun Peng · 9 years ago
- 266965f Actually restart server timeout on Ping() and Cancel() RPCs. by Lukacs Berki · 9 years ago
- c5cd8dd Make sure that aspects are only added once to Skylark attribute defintion. by Dmitry Lomov · 9 years ago
- f49cb45 Add omitted initialization in BlazeStartupOptions::Copy. by Janak Ramakrishnan · 9 years ago
- 538fc3d Allocate a buffer for WideCharToMultiByte whose size is based on the actual path length (as opposed to simple PATH_MAX). by Lukacs Berki · 9 years ago
- 48c85a4 Use System#nanoTime() in the server timeout thread because it's monotonous, unlike System#currentTimeMillis(). by Lukacs Berki · 9 years ago
- 7a58c7f Fix testFilesToBuild in CcToolchainSuiteTest on Windows by Yun Peng · 9 years ago
- ebad192 Remove GlobList formatting logic by Michajlo Matijkiw · 9 years ago
- bfd4e24 Model the TopLevelArtifactContext as an argument to the CompletionFunction rather than a PRECOMPUTED value. by Googler · 9 years ago
- a66a56b Drop Error Prone-specific javacopts by Liam Miller-Cushon · 9 years ago
- a277033 Stop input and output of cc_library from clobbering each other. by Michael Staib · 9 years ago
- bdc2ecb Refactor test utilities. by Sasha Smundak · 9 years ago
- 06a12e5 C++ reimplementation of singlejar tool: first checkin, take two: fix the problem that caused the rollback. by Sasha Smundak · 9 years ago
- 5ea55cb Unveil Bazel's proto_library and java_proto_library. by Carmi Grushko · 9 years ago
- 278814b Rename namespace-sandbox/-runner to linux-sandbox. by Philipp Wollermann · 9 years ago
- 28764a3 Increase the server timeout for tests so that we don't get spurious failures on busy machines. by Lukacs Berki · 9 years ago
- 530b746 Increase the ping timeout from one second to five seconds. by Lukacs Berki · 9 years ago
- 2c12327 Add support for Hazelcast configuration file by Dan Fabulich · 9 years ago
- 74cb8c7 When running Javac and related tools, use -XX:+TieredCompilation -XX:TieredStopAtLevel=1 instead of -client, as the latter is ignored on 64-bit JVMs since at least JDK 6. by Philipp Wollermann · 9 years ago
- 42d8290 Fix Windows tests. by Dmitry Lomov · 9 years ago
- a83ac07 Make batch mode work again. by Lukacs Berki · 9 years ago
- b2d7d26 Renamed module java_annotation-processing to java_annotation_processing. by Florian Weikert · 9 years ago
- 3b9d507 Bootstrap Bazel with debug symbols. by Philipp Wollermann · 9 years ago
- 44fa4c7 Fixed repository.which() on Windows by Yun Peng · 9 years ago
- 49a6536 java_proto_library: add support for avoiding generating code for protos that are already compiled into a proto runtime. by Carmi Grushko · 9 years ago
- 937cb80 Remove not-quite necessary serialization bits by Michajlo Matijkiw · 9 years ago
- 3b25028 Record and propagate namespaces from the <resources> element correctly. by Googler · 9 years ago
- e629537 Remove anydpi support to improve backwards compatibility. by Googler · 9 years ago
- 3aa7e13 Fix embarassing typo in VariableContext#with. by Nathan Harmata · 9 years ago
- 6c693a1 Create another pseudo-label for the JDK launcher by Liam Miller-Cushon · 9 years ago
- e3dc62f Expose some additional ObjcProvider fields to Skylark. by Googler · 9 years ago
- f529762 Build encyclopedia: mark attributes that don't work with by Greg Estren · 9 years ago
- 72461f8 Exposes ios_minimum_os setting to Skylark. by Erik Abair · 9 years ago
- a035992 StandaloneTestStrategy: Use relative paths for environmental variables related to tests. by Philipp Wollermann · 9 years ago
- 0e7a417 Rollback of commit 80d1e16b7ae1d04fa2fa4c561588fe9fdbaefc41. by Carmi Grushko · 9 years ago
- 26ba23e clarified needing to run generate_workspace from bazel source folder by Ittai Zeidman · 9 years ago
- aa0940a Silence Error Prone warnings in BuildConfiguration.java . by Lukacs Berki · 9 years ago
- 7608db5 Fix -XX:HeapDumpPath on Windows. by Dmitry Lomov · 9 years ago
- 63dcf53 Delete ConfigurationsCreatedEvent. This is a resubmission of unknown commit and commit 6388680b44893c2b3ccddd73f6c4abb693a18cd4 now that the incompatibilities have been resolved. by Lukacs Berki · 9 years ago
- 1028419 Rollback of commit 270f59b3630ef009f4a3e973581b3fc65a24ecc9. by Michael Staib · 9 years ago
- 76bdf6e Don't join header compilation classpath arguments by Liam Miller-Cushon · 9 years ago
- 9f1159d Memoize TestSize.name().toLowerCase() -> TestSize mappings by Michajlo Matijkiw · 9 years ago
- 8e1130f Allow SpawnActions to always use a params file by Liam Miller-Cushon · 9 years ago
- 303b687 Add host/target feature support for ThinLTO by Googler · 9 years ago
- e9fa15d Discourage passing NestedSets to SpawnAction.Builder#addInputs by Liam Miller-Cushon · 9 years ago
- 4f119ac Omit redundant string formatting by Liam Miller-Cushon · 9 years ago
- 654bc89 Replace calls to NestedSetBuilder#addAll(NestedSet) with addTransitive by Liam Miller-Cushon · 9 years ago
- 84e1032 Remove uses of TestConstants. by Ulf Adams · 9 years ago
- 08b0f7f Don't treat empty files specially with respect to mtime/digest. by Janak Ramakrishnan · 9 years ago
- d902d15 Only include name for UserDefinedFunctionProfiling by Michajlo Matijkiw · 9 years ago
- 015aad9 Move more things from TestConstants to AnalysisMock and LoadingMock. by Ulf Adams · 9 years ago
- 5ca52f7 Added include requirements for errno, printf, getenv by Douglas Dawson · 9 years ago
- 93899fe Add python to PATH for ci script by Dmitry Lomov · 9 years ago
- bc47f40 Re-implement variables in the blaze query language. Instead of using a mutable global context of variable bindings, pass around immutable local contexts. by Nathan Harmata · 9 years ago
- 80d1e16 Use the native java_proto_library instead of the macro defined in genproto.bzl. by Carmi Grushko · 9 years ago
- 4e0cc8e Add test coverage that the C++ rules by themselves do something useful. by Ulf Adams · 9 years ago
- 119dd4b Only tell the user that an old server process was killed if it actually was. by Lukacs Berki · 9 years ago
- 4e4e0e1 Use BuiltinFunction name for profiling by Michajlo Matijkiw · 9 years ago
- fb605ae Properly support interaction of pre-grepped source files and LIPO even in the by Googler · 9 years ago
- 8bdae76 Add all available toolchains to the FileProvider of cc_toolchain_suite. by Lukacs Berki · 9 years ago
- b9abd70 Upgrade to Hazelcast 3.6. by Dan Fabulich · 9 years ago
- ff7815c Re-enable JDK logs. Fixes issue #1483. by Dan Fabulich · 9 years ago
- 5d07f0b Fixes Xcodegen when using --experimental_auto_top_level_union_objc_protos. by Sergio Campama · 9 years ago
- c504e4a Fix deb command to download for the right architecture by Kristina Chodorow · 9 years ago
- 1672b0d Add Hazelcast 3.6.4 to third_party by Philipp Wollermann · 9 years ago
- 5234eed Extract CppLinkAction.Builder to its own top level class. by Cal Peyser · 9 years ago
- bc08ee7 Fix native.existing_rule() when argument is an existing file by Laurent Le Brun · 9 years ago
- 63d4726 Remove a TODO for a closed bug. by Dmitry Shevchenko · 9 years ago
- d3369e9 Use canonical Java 7 javacopts in JavaProtoAspect by Liam Miller-Cushon · 9 years ago
- cdb17bd Rollback of commit feb1321044e3b7be34f9c1d7dacf9881d99a7327. by Klaus Aehlig · 9 years ago
- bb1e78e support sh besides bash by Yue Gan · 9 years ago
- 5b12f6e Fix TMPDIR in test_genrule_default_env by Klaus Aehlig · 9 years ago
- 68ac6be Glob arguments 'exclude' and 'exclude_directories' must be named by Laurent Le Brun · 9 years ago
- 56b16e7 Autoconfigure MSVC CROSSTOOL by Yun Peng · 9 years ago
- feb1321 Rollback of commit a3381b6ac136a0cab3ba86020c739fe16b42cee9. by Kristina Chodorow · 9 years ago
- 5225517 * Standardize attribute storage in the proto by Googler · 9 years ago
- 532c2f0 Open-source java_proto_library. by Carmi Grushko · 9 years ago
- 5e9ac25 In keep-going mode, don't fail-fast on the evaluation of an individual SkyFunction if it throws an exception but still has missing deps. Instead, pretend it didn't throw, and restart it when its known deps are all done, presumably to throw the same exception. This removes a basic source of non-determinism. by Janak Ramakrishnan · 9 years ago
- 5af9b7e Fix internal documentation by Dmitry Lomov · 9 years ago
- c41b10c Centralize the creation of the XmlInputFactory by Googler · 9 years ago
- 84ecac5 by Carmi Grushko · 9 years ago
- ebdc527 Rephrase Fingerprint in terms of guava HashFunction. by Eric Fellheimer · 9 years ago
- 270f59b RELNOTES: Improve Android split transition handling. by Googler · 9 years ago
- 633e48a scripts/ci/ci.sh: Prefer COMMIT_RANGE from the environment, if defined. by Ivan Vucica · 9 years ago
- 74dce9f by Googler · 9 years ago
- c3ca4d0 scripts/ci/ci.sh: Fix typo in comment 'origina/master' -> 'origin/master'. by Ivan Vucica · 9 years ago
- 1ce2958 Global cleanup change. by Googler · 9 years ago
- 8926ee8 Tag all the six java test targets that shouldn't run on Windows by Yun Peng · 9 years ago
- ca8db60 Omit native code from default build for IDE setup. by Janak Ramakrishnan · 9 years ago
- a3381b6 Fix default for temporary directories to honor TMPDIR by Klaus Aehlig · 9 years ago
- 276a8cd Make bootstrapping support a designated work dir by Klaus Aehlig · 9 years ago
- 6c0acf5 Fix incorrect merged of https://bazel-review.googlesource.com/#/c/3921/ by Damien Martin-Guillerez · 9 years ago
- 4b272f9 Expose ios_simulator_device/version to Skylark. by Googler · 9 years ago