bazel /
bazel /
e79a1107d90380501102990d82cbfaa8f51a1778 - e79a110 Windows,bootstrapping: fix build_windows_jni.sh by Laszlo Csomor · 8 years ago
- ddc8e0c testenv.sh: don't run Bazel in a subshell by Laszlo Csomor · 8 years ago
- 617f8ff Pass SkylarkSemantics through Skyframe instead of the options class by brandjon · 8 years ago
- b4d87b5 Internal change by Googler · 8 years ago
- 494d9d6 Provide a source exec path -> path mapping in the ArtifactFactory, which is potentially more principled than just accessing the execRoot willy-nilly. by janakr · 8 years ago
- b0c1ac8 Couple of Fileset micro-optimizations: by kush · 8 years ago
- b021cf4 Make Fdo use straight zip files, delete ZipFileSystem. by tomlu · 8 years ago
- 2fc22de Internal change by cushon · 8 years ago
- 39347aa In the launcher, use F_OFD_SETLK if available. by Googler · 8 years ago
- 7569bd0 Open-source unit tests for proguard actions. by ajmichael · 8 years ago
- 104eb04 Fix the strict-ordering of symlinks created with Filesets which was inadvartently lost due to https://github.com/bazelbuild/bazel/commit/d8ba904a3b0598e97601bc670840e39f21799ead by kush · 8 years ago
- 211934b Create a Bazel migration guide for Xcode. by spomorski · 8 years ago
- 61342d0 Add a whitelist for packages that can contain android_devices rules. Currently, this whitelist includes every package. by ajmichael · 8 years ago
- 20b46c7 Speed up fingerprint and hashcode computation by: by kush · 8 years ago
- e9cc512 Prepare Classpath reading for Java 9 by cushon · 8 years ago
- 06d2410 Automated rollback of commit 236b1e96351b45056124ce97b0bcf047b9428606. by lpino · 8 years ago
- ff50f28 Migrate from deprecated MutableList constructor to copyOf, fixing bug in latter by michajlo · 8 years ago
- 47cebb8 Fix codec tests that weren't running by brandjon · 8 years ago
- 3608a4d Enable switching launcher's Windows target for remote execution. by xingao · 8 years ago
- a784c8f Use bundled proguard 5.3.3 instead of 4.7 from the SDK by ajmichael · 8 years ago
- 334d2f1 Downgrade the default invocation policy log levels to fine. by ccalvarin · 8 years ago
- 37fe24d Documentation cleanup by dmarting · 8 years ago
- effc467 Add a flag to remove Java Make variables from Jvm. by lberki · 8 years ago
- 8a2f09c Windows,launcher: add LauncherFileWriteAction by Laszlo Csomor · 8 years ago
- 0726469 Remove an unused argument. by lberki · 8 years ago
- 3c16191 Use SkylarkSemantics in place of options class in the interpreter by brandjon · 8 years ago
- 9ae2adc Skylark Documentation: sort methods by method signature by dmarting · 8 years ago
- e7af209 Rather than logging the amount of free physical memory on Linux systems, log the amount of *available* physical memory. This includes memory used as cache or buffer that will be evicted if an application requests memory, and is a much more realistic metric of utilization than free memory, which is usually <1% of memory available to the machine. by Googler · 8 years ago
- 93b3e75 Add debug_key attribute to android_binary. by ajmichael · 8 years ago
- e638f93 Add yum clean all to all yum install by Damien Martin-Guillerez · 8 years ago
- dd76465 Refactor CppHelper.mallocForTarget() to allow specifying the name of the by Googler · 8 years ago
- 60be531 Split off SkylarkSemanticsOptions into an immutable class by brandjon · 8 years ago
- 22e13d8 introduce cc_proto_library for desugar_deps.proto RELNOTES: none by kmb · 8 years ago
- f84875e Update bazel-toolchains repo to use Bazel 0.6.0 toolchain configs. by xingao · 8 years ago
- 7de7ea0 Could be missing something but I don't think this line of documentation is true anymore. Looks like now each build command instantiates its own BuildTool to work with instead of BlazeRuntime holding a single instance that gets re-used. by juliexxia · 8 years ago
- f531ac9 Escape newline in bash snippet so the newline doesn't break copy/pasting into a shell window. by jfield · 8 years ago
- 842ff41 Move --experimental_allow_runtime_deps_on_neverlink to JavaOptions. by mstaib · 8 years ago
- 30a9bf4 Move "mobile-install (Android)" link in navigation bar to the android section and rename to just "mobile-install". by ahumesky · 8 years ago
- 7b8b295 Make the Apple Skylark rule be able to fetch environment data from the by lberki · 8 years ago
- e1b09f2 Categorize build options for BuildConfiguration. by gregce · 8 years ago
- f8c5520 Remove support for ProtocolBuffers2. by kaipi · 8 years ago
- 45f13ed PiperOrigin-RevId: 170990066 by fwe · 8 years ago
- 2b7dc05 Only make files writable before processing on Windows. by ajmichael · 8 years ago
- a7cb14e Add an explicit dependency on jsr250_annotations by cushon · 8 years ago
- 0074349 Fix more linter errors by ruperts · 8 years ago
- b6f2440 Remove dead code. by ajmichael · 8 years ago
- 3fb8456 tests for new desugar package RELNOTES: none by kmb · 8 years ago
- 5a03ba3 Fix the R.txt to generate a transitive closure instead of the current resources. by corysmith · 8 years ago
- 014408e Bugfix: some clients are passing invalid UUIDs as BAZEL_INTERNAL_BUILD_REQUEST_ID. by olaola · 8 years ago
- b7a64cb Enable switching embedded tools target for remote execution. by xingao · 8 years ago
- cf933eb Fix example in backward compatibility page. by laurentlb · 8 years ago
- b48f91c Use releases.bazel.build instead of googleapis.com by Damien Martin-Guillerez · 8 years ago
- bdb12ce add flags to desugar to emit metadata that can be used for double-checking correctness of default and static interface desugaring. by kmb · 8 years ago
- 36e2a1c Ignore unpopular deferred diagnostics in VanillaJavaBuilder by cushon · 8 years ago
- c43c0ac Fixing displayed retry attempts one-off error, when the error is non-retriable. by olaola · 8 years ago
- 3003efd In apple integration tests, for fat simulator builds, specify a minimum_os_version < 11.0, as they are unsupported at 11.0. by cparsons · 8 years ago
- 2a46d74 Skylark parser: make the end position of location ranges inclusive. by fzaiser · 8 years ago
- b8d4be0 Documentation fix for 'minimum_os_version' attribute by cparsons · 8 years ago
- aba77dd Put feature arguments after command line options for LTOBackendAction by Googler · 8 years ago
- 0ebb3e5 Attempting to fix an occasionally missing stdout from test.xml. by olaola · 8 years ago
- ed0ebc0 Release 0.6.1 (2017-10-05) by Bazel Release System · 8 years ago
- b4ebfd7 Add proguard 5.3.3 to third_party. by Adam Michael · 8 years ago
- 74776b4 Add a bootstrap tomcat_annotations_api target by Liam Miller-Cushon · 8 years ago
- 67d8174 tools/build_defs/pkg/pkg.bzl: move load statement to the beginning by Klaus Aehlig · 8 years ago
- 04509fa Rewrite LocationExpander by ulfjack · 8 years ago
- c174cc2 Extract Fileset manifest parsing out of SpawnInputExpander by ulfjack · 8 years ago
- af67774 LocationExpander: always require options to be passed in by ulfjack · 8 years ago
- f9a1f6f Make JavaToolchain use the new Expander API by ulfjack · 8 years ago
- 06feddc Add proto to encode desugaring metadata RELNOTES: none by kmb · 8 years ago
- 3a35eff Prevent overriding android_library srcless deps configuration value from HostTransition. by jingwen · 8 years ago
- f79ea74 PiperOrigin-RevId: 170539405 by Googler · 8 years ago
- 9a54b43 Fix aapt2 actions to use the compiled intermediate resource files for linking. Also include assets in the aapt2 packaging action. by Googler · 8 years ago
- c8098d0 Only create builtins for rules once per PackageFactory by michajlo · 8 years ago
- 6ff77f8 Use intermediate compiled resource symbols for linking rather than static resource library APK's. by Googler · 8 years ago
- ae32398 Don't symlink into the execroot if possible in SymlinkAction: instead, symlink directly to the target artifact. Also offer the option to not provide the package roots to create the execroot: we would like to avoid the execroot if possible. by janakr · 8 years ago
- 5cc6246 build_event_stream_test: fix usage of ed(1) by Klaus Aehlig · 8 years ago
- e1d2e39 Automatic code cleanup. by cushon · 8 years ago
- 206f866 Clarify steps for introduction of backward incompatible changes. by michelleirvine · 8 years ago
- 4a1c3e5 Switch ExtraActionFactory over to the new Expander interface by ulfjack · 8 years ago
- 8323841 Using only one GetMissingBlobs RPC per action instead of two. by olaola · 8 years ago
- 61d3966 Disable testCommandHonorsEnvironment on MacOS for now by ulfjack · 8 years ago
- 0786013 Move expansion functionality to a new class by ulfjack · 8 years ago
- 3dc2f54 Fix flakiness of BuildEventServiceTests by ulfjack · 8 years ago
- 65959f5 Pass CppSemantics down to the CppLinkActionBuilder by hlopko · 8 years ago
- ce12973 BEP: correctly report AliasConfiguredTargets by Klaus Aehlig · 8 years ago
- 1020143 Remove client (or client.exe) from the Bazel self-extracting zip. by lberki · 8 years ago
- 50c8339 Windows CROSSTOOL: remove c++-link-executable from interface_library_output_path flag set by pcloudy · 8 years ago
- 1824195 Windows, sh tests: fix corrupt installation error by Laszlo Csomor · 8 years ago
- 1bd6733 Making RESOURCE_EXHAUSTED a retriable error, per guideine in: https://cloud.google.com/pubsub/docs/reference/error-codes by olaola · 8 years ago
- e087d31 Move serialization test utilities from test/ to main/ by brandjon · 8 years ago
- 5afd9ee Fix various linter errors by ruperts · 8 years ago
- 910cb54 Add flag to Blaze to double-check correct desugaring in Android deploy.jars by kmb · 8 years ago
- b09bc12 Fixing remote worker with --experimental_remote_platform_override flag. by olaola · 8 years ago
- 5cdc4c5 Another stale todo by dslomov · 8 years ago
- 98fbf51 Support --positions flag in DexBuilder, for consistency with dx RELNOTES: none by kmb · 8 years ago
- 64cb229 Fix osx install doc. by Tim Zaman · 8 years ago
- 8893c43 Remove compilation and bundling attributes from apple_binary and apple_static_library. by cparsons · 8 years ago
- 6cafc1f Checking both old and new error fields on remote execute operation. by olaola · 8 years ago
- badd4f9 remove ignored dexing options from DexFileMerger command line. RELNOTES: none by kmb · 8 years ago
- c747e62 Remove stale todo by dslomov · 8 years ago