- 8ed924a java_binary.create_executable=0 should disable the launcher by Liam Miller-Cushon · 9 years ago
- c0c74cd apple_binary builds without implicit requirement of cc-relevant flags. by Chris Parsons · 9 years ago
- e4880eb Add turbine to embedded tools by Liam Miller-Cushon · 9 years ago
- 9ca91a2 Stream output of rbuildfiles operator to a callback. This function was missed when we transformed to callbacks. by Janak Ramakrishnan · 9 years ago
- 9e2994b Add test size attribute to IntelliJ IDE info. by Googler · 9 years ago
- 4d63ef0 With incremental dexing copy java resources from deploy jar into APKs (instead of jar generated by shuffle_jar tool). This helps with bazel mobile-install performance by Googler · 9 years ago
- 87846c7 Attempt 3 at deduping libtool inputs with the same basename. Libtool wrapper overrides old previous symlinks it created. by Chris Parsons · 9 years ago
- 76c5812 Expose ObjcProvider.INCLUDE to Skylark (read-only). by Dmitry Shevchenko · 9 years ago
- 22b7dc4 Catch package lookup exceptions during AST lookup by Kristina Chodorow · 9 years ago
- fdc9a1e Adds support for stamping 280dpi into the density filtered manifest. by Googler · 9 years ago
- 5c3954c Remove unused variable. by Dmitry Shevchenko · 9 years ago
- 960151d Check for lower-case versions of HTTP(S)_PROXY by Kristina Chodorow · 9 years ago
- 2c3119a 4.99 of 5: Cleanup. by Googler · 9 years ago
- 4420971 Notice interrupts while downloading by Kristina Chodorow · 9 years ago
- 0d42de6 Permit cc->objc deps. This will only work properly if a CROSSTOOL is supplied. by Cal Peyser · 9 years ago
- 10fc194 Empty objcprovider keys are exposed to skylark as empty sets, instead of throwing an error on access. by Cal Peyser · 9 years ago
- 88ccf0c [Android] Support aapt-generated main dex specs. by Googler · 9 years ago
- 1f2cb5c Rename setHasServices() to the more appropriate allowServices(). by Carmi Grushko · 9 years ago
- d8a1e19 Make processRequest public. by Googler · 9 years ago
- 678bdea Provide .pcm files as input to LIPO builds. by Googler · 9 years ago
- 799a825 4.95 of 5: Merger changes by Googler · 9 years ago
- 12f5445 Fix wrong Skylark documentation for environment_group. by Greg Estren · 9 years ago
- 178a3df Allow modules to inject a custom AttributeContainer. by Janak Ramakrishnan · 9 years ago
- 8cb3f2b 4.8 of 5: Xml Fixes for Merger Integration by Googler · 9 years ago
- f8f1be3 Rollback of commit c9f2881f2540a7aa7c5f6d76f4bdad5d35d1c3b6. by Googler · 9 years ago
- 54fc221 4.9 of 5: Writer fixes for integration. by Googler · 9 years ago
- 36c1d15 cpp: fix documentation wording for data members in GlobalVariables by Thiago Farina · 9 years ago
- 4dd18ec Switch to using ../repo-name syntax for runfiles by Kristina Chodorow · 9 years ago
- e55161f Remove the fields of CppCompileAction relating to "extra system include prefixes" and compiler plugins. by Lukacs Berki · 9 years ago
- b7f23ac Remove the apparently unused LibraryToLink#isSolibSymlink() method. by Lukacs Berki · 9 years ago
- b29db48 Make the Blaze server kill the previous instance if the start time file doesn't exist. by Lukacs Berki · 9 years ago
- c0b2630 Resolve ibtoolwrapper at the right path by Kristina Chodorow · 9 years ago
- 31ad20f Fix manifest_values.applicationId not being picked up by ApplicationManifest#getOverridePackage for building split and stub manifests. by Andrew Pellegrini · 9 years ago
- f787d31 Adds the compiler to the key for selecting the cc_toolchain label in by Alex Humesky · 9 years ago
- 9b97f76 4.85 of 5: DataKey fixes for integration by Googler · 9 years ago
- 9e199a6 Change ResourceShrinker instance of Charset.defaultCharset() being used to parse resource file to use UTF_8 explicitly. Fixes crash when reading R.txt with non-ASCII characters. by Andrew Pellegrini · 9 years ago
- a3bad0c Add dummy objc tools to Bazel for non-OSX target by Damien Martin-Guillerez · 9 years ago
- b3a8624 Skip building JackAspect when the base rule already provides Jack libraries. by Michael Staib · 9 years ago
- d126074 Remove a dependency on dart_library rule from ConfiguredTargetTransitivePackagesTest. by Dmitry Lomov · 9 years ago
- c9c473d List Closure Rules in docs as JavaScript by Justine Tunney · 9 years ago
- bbae4d9 Add attribute validation of mandatory native providers by Liam Miller-Cushon · 9 years ago
- 095fb1b When creating the exec root symlink forest, take account of the empty package's package root when creating top-level directories. Otherwise, if the empty package references files in those top-level directories, they would be hidden. by Janak Ramakrishnan · 9 years ago
- f296e87 Introduces a registry of native providers to the BuildConfiguration, which can be added to by fragments. Uses the registry to enable native access to TranstiveProviderInstances from Skylark. In particular, makes ObjcProvider accessible to skylark rule implementations. by Cal Peyser · 9 years ago
- c9f2881 Rollforward of "Workaround for duplicate input basename bug in apple's libtool", with regex fix by Chris Parsons · 9 years ago
- c7e5104 4.7 of 5: Remove serialization of transitive dependencies. by Googler · 9 years ago
- d50f7b8 Port tests using abi_deps to select. by Greg Estren · 9 years ago
- 5666be1 Add a //file target to external jar repositories by Colin Marc · 9 years ago
- f07b76e Redesign InfoItem to use classes instead of the InfoKey enum. This way the InfoItems can by Luis Fernando Pino Duque · 9 years ago
- 4b71d2e Set the default workspace name to __main__ by Kristina Chodorow · 9 years ago
- 1b836e7 by Googler · 9 years ago
- 5d5a3cc Rollback of commit 140634eccee693b567ba7591df550f7b72db1612. by Lukacs Berki · 9 years ago
- ff1a161 by Luis Fernando Pino Duque · 9 years ago
- 08bd44c Prioritize kwarg presence error in invokeObjectMethod. by Googler · 9 years ago
- a7fea8a Set workspace name for http_file, http_jar, and maven_jar by Kristina Chodorow · 9 years ago
- 81a1605 Adds a new flag for generation of dSYMs for all apple rules. by Dmitry Shevchenko · 9 years ago
- 90ec7cf Remove documentation for "abi" and "abi_deps". by Greg Estren · 9 years ago
- a765172 Make compatible_with / restricted_to nonconfigurable. by Greg Estren · 9 years ago
- 17bc4dc Rollback of commit 910a907e643d3b1320c9ebd6b2b339848089acce. by Chris Parsons · 9 years ago
- 910a907 Workaround for duplicate input basename bug in apple's libtool. by Chris Parsons · 9 years ago
- b8e1755 Expose platform frameworks dir to Skylark. by Dmitry Shevchenko · 9 years ago
- 43e620b Linux-specific: check if the stray server process we are about to kill -9 is actually a server process. by Lukacs Berki · 9 years ago
- 29c4a95 Remove wrong test in rc_options_test by Klaus Aehlig · 9 years ago
- 1977d92 Various cleanups and refactorings in the client: by Lukacs Berki · 9 years ago
- 7093b97 stub_template.txt: replace A if condition else B statement with if statement by Yun Peng · 9 years ago
- 2cdbb29 Delay retrieval of the blacklist patterns file from the graph until we actually need it. by Janak Ramakrishnan · 9 years ago
- e9cd0f3 In InvocationPolicyEnforcer#enforce, instead of just checking the direct command to see if a flag policy applies, check whether the flag applies by seeing if its list of commands matches one of the commands in the hierarchy. by Janak Ramakrishnan · 9 years ago
- dd61520 When we don't have an OutputService, precompute and cache the assumed-to-be-immutable filesystem type of output_base. by Nathan Harmata · 9 years ago
- 19350de Memoize the OptionsData per BlazeCommand. by Nathan Harmata · 9 years ago
- 57cdd9a Use ConstraintSemantics.getSupportedEnvironments() in supportsJava7TargetEnvironment by Liam Miller-Cushon · 9 years ago
- 0d7f041 In apple_binary, propagate cc_library dependencies for all child configurations of the split transition by Chris Parsons · 9 years ago
- f5a73c6 Clean up J2ObjC proto support. by Rumou Duan · 9 years ago
- 9c054bf Move android deploy info from the default files to build to its own output group by Alex Humesky · 9 years ago
- 94f6330 Push some functionality from FoundationTestCase to where it's actually used. by Ulf Adams · 9 years ago
- c26a8f5 Clean up and simplify InstrumentedFileManifestAction. by Ulf Adams · 9 years ago
- 548dee4 Clarify plmerge variable substitution behavior. by Peter Schmitt · 9 years ago
- 53b67cd Tokenize javacopts in JavaToolchainDataParser by Liam Miller-Cushon · 9 years ago
- f8a94cd Adds the text output parameter and a partial manifest to the action key for ApkManifestAction, so that the key correctly changes when the structure of the manifest changes. by Alex Humesky · 9 years ago
- ffa14a6 Let select() "unset" values via: select({"//some:condition: None }). by Greg Estren · 9 years ago
- 6144616 by Carmi Grushko · 9 years ago
- 3fedf9e Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule by Luis Fernando Pino Duque · 9 years ago
- 60166c5 Declare TargetAndConfiguration as final and immutable. Fix documentation. by Ulf Adams · 9 years ago
- 415d39a Acquire the server lock even if the client uses gRPC. by Lukacs Berki · 9 years ago
- e33cf0f *really* make server mode on Windows work. by Lukacs Berki · 9 years ago
- 7506564 Allows network in sandbox, when --java_debug. Fixes #393. by Yue Gan · 9 years ago
- 2236f7d Make compilation on Windows work again. by Lukacs Berki · 9 years ago
- c8e7424 Figure out the actual address of the command port a little differently, in a way that actually works. by Lukacs Berki · 9 years ago
- 497d824 Use the Win32 API to create and query junctions in the C++ client. by Lukacs Berki · 9 years ago
- 1d89960 Precompute defaults package content to save ~milliseconds every time BlazeRuntime#getDefaultsPackageContent is called. by Janak Ramakrishnan · 9 years ago
- d356bf9 Remove repeated allowMissingInputs module check. by Janak Ramakrishnan · 9 years ago
- c34a558 Add random-access indexing into GroupedList. Intended to be a no-op, allowing for future work that may want to access a particular group in the GroupedList without advancing the iterator. by Janak Ramakrishnan · 9 years ago
- 36e4c80 Adds an "otherFlags" field to ObjcCommon. by Googler · 9 years ago
- 93fbc3e Set Bazel's workspace name by Kristina Chodorow · 9 years ago
- 8a79d0a Run JavaBuilder with a UTF-8 charset by Liam Miller-Cushon · 9 years ago
- 5735c25 cpp: fix "commom" typo in AddLoggingArgs() documentation by Thiago Farina · 9 years ago
- 8e093e3 Add a getJdkLauncherLabel() method in JavaSemantics and delete the JDK_LAUNCHER_LABEL by Luis Fernando Pino Duque · 9 years ago
- b8e2d49 Add workspace name to runfiles cache invalidation criteria by Kristina Chodorow · 9 years ago
- d1f8477 Set --xcode_version_config=@bazel_tools//tools/objc:host_xcodes by default in by Luis Fernando Pino Duque · 9 years ago
- bb2230f Use gRPC on Windows instead of AF_UNIX for client-server communication. by Lukacs Berki · 9 years ago
- 30c01ce Inject the tools repository constant in the JackAspect and delete the reference to Constants.TOOLS_REPOSITORY by Luis Fernando Pino Duque · 9 years ago
- 7494c92 Use native process control on Windows to launch subprocesses. by Lukacs Berki · 9 years ago