bazel /
bazel /
fb915e8b7bd139e9c07e9354c43ab549e94cbc7a - fb915e8 Docs: remove reference to supplying an absolute path to --javabase. by Gregg Donovan · 7 years ago
- f03b8f8 Fix env for local fallback (from remote exec) on Windows and Linux by ulfjack · 7 years ago
- 2dca40b Fix typo in cache download failure warning by Alex Ryan · 7 years ago
- bf6c267 Improve some of the names in CommandLine. by tomlu · 7 years ago
- 97704ea Add linter check for deprecated ctx methods. by laurentlb · 7 years ago
- 1585b90 Bazel client: remove dead code by Laszlo Csomor · 7 years ago
- 5deca4c Accept proto paths relative to proto_source_root as direct dependencies. by elenairina · 7 years ago
- 9ac1069 http_archive: fix doc-string by Klaus Aehlig · 7 years ago
- 2c05aff Provide a hacky way to get an ActionInput from BinTools by ulfjack · 7 years ago
- 9f608c2 Add example in Skylint doc by laurentlb · 7 years ago
- e5c9bdf Propagating whether there was a cache hit in the SpawnResult. by olaola · 7 years ago
- ba27394 Add additional tests for Filesets with symlinks by ulfjack · 7 years ago
- 053dfd1 http_archive: allow parameter for a single URL by Klaus Aehlig · 7 years ago
- 993f1de Route fdo logic that deals with the path to the fdo profile through CcToolchainProvider by Googler · 7 years ago
- 49f805c Fix jgit related documentation of new_git_repository by aehlig · 7 years ago
- 215c2d6 External repositories: document legitimate path assumptions by Klaus Aehlig · 7 years ago
- 4f50afd runfiles,test: prepare for cc runfiles library by Laszlo Csomor · 7 years ago
- 57d837e Add JavaSemantics to JavaToolchain. by dbabkin · 7 years ago
- 9c1feeb Pass short proto path before the long path to protoc. by elenairina · 7 years ago
- 7fe59b9 Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2. by fwe · 7 years ago
- b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
- 2a2aa7a Rename NativeLibsZipsInfo to AndroidNativeLibsInfo. by Googler · 7 years ago
- b7bd729 Rule documentation for android_instrumentation_test by jingwen · 7 years ago
- 97c4a9e add flag to use incremental dexing by default for proguarded android binaries by kmb · 7 years ago
- d18d3e2 Automated rollback of commit f672a31b8b19baab95373e4f2f6d110aa8b8f0fb. by corysmith · 7 years ago
- d7a5617 Rename Dex2OatProvider to AndroidDex2OatInfo and by Googler · 7 years ago
- 7ec3f21 Change Skylark's print() on a rule target to print the Skylark-exposed provider keys. by cparsons · 7 years ago
- 50efbeb Expose import-deps-checker to //tools/android so that AarImport can use it. by cnsun · 7 years ago
- f672a31 Normalized the serialization proto to save space and allow greater versatility in storage. by corysmith · 7 years ago
- 950bcf7 Remove redundant ManualClock implementations. by ccalvarin · 7 years ago
- cbf8c0a Expose WorkspaceFactoryTestHelper for testing properties of the "external" package. by janakr · 7 years ago
- cce164a Re-use previously computed deps for TransitiveBaseTraversalFunction#compute if we have them instead of re-computing them each time on a skyframe restart. by shreyax · 7 years ago
- 68846fe add "r" to rbuildfiles example in query documentation. by juliexxia · 7 years ago
- 4a4bb72 Add @AutoCodec for FdoSupport(Provider) and TemplateVariableInfo. by mjhalupka · 7 years ago
- fc30733 Make default for android_cpu armeabi-v7a by Googler · 7 years ago
- 15a4362 Add "proto_source_root" flag to proto_library. by elenairina · 7 years ago
- 8d4f813 Fix http://b/73496081 which was caused by not filtering on aliasconfiguredtargets that are actually ruleconfiguredtargets. by juliexxia · 7 years ago
- cfe5994 Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. by laszlocsomor · 7 years ago
- b225532 Fix jgit related documentation of git_repository by hlopko · 7 years ago
- ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
- 2195b1c Remove old flags. by laurentlb · 7 years ago
- b78a5c1 Rewrite visibility handling for all java_tools by ulfjack · 7 years ago
- b653624 Remove BuildConfiguration and PlatformInfo from the by jcater · 7 years ago
- 8c4c5eb Expose aar native libs to skylark. by Googler · 7 years ago
- c7a56bc Increase font-weight for h1-h6 elements in docs for better contrast by Jingwen Chen · 7 years ago
- 9f0ca0a Expose manifest property in ResourceContainer by Googler · 7 years ago
- ed1c6c2 Properly error when environment_group references non-existent targets. by gregce · 7 years ago
- 340b902 Fix query output formatter documentation for github issue #1121 by juliexxia · 7 years ago
- db985d1 Tag for classes with @AutoCodec. by mjhalupka · 7 years ago
- e1c7d33 Add backticks by Googler · 7 years ago
- 9a5d1af Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.actions -> lib.actions. by tomlu · 7 years ago
- d199fe1 Don't fail if special resource directories contain multiple resources by Googler · 7 years ago
- b2a396b Add some more codecs to execution-phase SkyKeys. by janakr · 7 years ago
- c35fd4d Increase timeout on //src/test/py/bazel/runfiles_test. by ruperts · 7 years ago
- a1f90ce Don't intern PathFragments when we create PackageIdentifiers. This should be a strict win: by shreyax · 7 years ago
- f70aff5 Fix Callcounts crash. by tomlu · 7 years ago
- c8e8749 Resolve the owner of interface.super calls to inherited default methods for android desugaring by kmb · 7 years ago
- 0588ba0 Remove BinTools from BuildViewTestCase by ulfjack · 7 years ago
- cb314a2 Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same mechanism as for normal actions, have the ActionTemplateExpansionFunction look the template up when needed. by janakr · 7 years ago
- 10b1a5f Use AutoCodec to generate CODECs for a few more provider types that are by cpeyser · 7 years ago
- ae26077 Add AutoCodec for a bunch of cc library providers. by mjhalupka · 7 years ago
- e722c79 Remove unused DataKey attribute. by corysmith · 7 years ago
- f264c98 Finish cleanup of unthreaded contexts by michajlo · 7 years ago
- feeef9f Fix typo in javadoc by michajlo · 7 years ago
- 229ca18 Remove unused LineNumberTable.HashLine class. by laurentlb · 7 years ago
- c0f7a28 Extract part of EnvironmentGroup that's necessary for constraint calculation, so we don't have to have the whole package. by janakr · 7 years ago
- bb1d085 runfiles library: py_binary can run java_binary by Laszlo Csomor · 7 years ago
- 3edf41b Skipping writing FILTERED tests to test.xml by Igal Tabachnik · 7 years ago
- f58dc51 C++: Removes CppModel class by plf · 7 years ago
- 9d8ff35 Move BinTools to lib.exec by ulfjack · 7 years ago
- 013af7d Make test_rules.bzl --all_incompatible_changes compliant. by Mathieu Boespflug · 7 years ago
- 2d5326a Change extension -> evaluation in docs by Trevor Summers Smith · 7 years ago
- b7d09c5 docs : add `touch WORKSPACE` by Passw · 7 years ago
- e4336da Remove code that allows RunfilesSupport.owningExecutable to be null. by Benjamin Peterson · 7 years ago
- e9c885a Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba. by lberki · 7 years ago
- 0a8dde0 simplifies instructions for xcode EULA acceptance on macOS by Josh Enders · 7 years ago
- ae0db2bf Provide a bit more information on the expected location of bazelrc files. by Sergio Campama · 7 years ago
- e114836 Release 0.10.1 (2018-02-15) by Bazel Release System · 7 years ago
- bc09735 Fix incorrect warning on negative test lang filter flags. by janakr · 7 years ago
- 9565666 Get PlatformInfo out of ToolchainResolutionKey, replace with the ConfiguredTargetKeys that own the PlatformInfo. by janakr · 7 years ago
- f4c5314 Pass --target_label, --injecting_rule_kind to all java compile actions. by tomlu · 7 years ago
- b97150d Pull out useful parts of discoverInputs into findAdditionalInputs so that it can also be called by getInputFilesForExtraAction rather than duplicating the logic. by Googler · 7 years ago
- cc7c898 Adds Class-keyed lookup to ObjectCodecRegistry and populates it using CodecScanner. by shahan · 7 years ago
- d63d378 Use a diagnostic listener, and match diagnostic codes for the reduced classpath heuristic by cushon · 7 years ago
- 40d0077 Start slimming down ToolchainResolutionKey: get rid of BuildConfiguration. The real blocker is PlatformInfo, which is coming. by janakr · 7 years ago
- ae52720 Get Target out of SupportedEnvironmentsProvider. Only a Label and Location are needed, so just use that. by janakr · 7 years ago
- 9ac0994 Remove Target from ConfiguredTarget. by mjhalupka · 7 years ago
- a84e9e4 Add a CODEC for CppCompileAction. by cpeyser · 7 years ago
- 27458be Use AutoCodec to generate CODECs for several provider types that are exported by cpeyser · 7 years ago
- 03e2758 @AutoCodec for CcLinkParamsInfo. by cpeyser · 7 years ago
- 19f05009 @AutoCodec for LicenseProvider. by cpeyser · 7 years ago
- 7f081f4 Remove deprecated rule_kind argument from Turbine and JavaBuilder. by cushon · 7 years ago
- c848a94 Delete unused variable in ToolchainResolutionFunction. by Benjamin Peterson · 7 years ago
- d65be8c Get rid of unnecessary target retrieval in ToolchainUtil: the label will do just as well as the target. by janakr · 7 years ago
- addb86c Specialize CCToolchainFeatures flags for single-variable flags. by tomlu · 7 years ago
- 23e6f0b Be more generous with expected bounds for user and sys time in execution statistics tests. by ruperts · 7 years ago
- baf52ae Make ActionLookupData a SkyKey. Should save some memory. by janakr · 7 years ago
- a96547f Fix //tools/jdk:gen_platformclasspath target on MacOSX by Raphael Badin · 7 years ago
- fa0fac2 Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30. by lberki · 7 years ago
- 0f9c6ea Make __init__.py files creation optional by Mouad Benchchaoui · 7 years ago