aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* Add --glibc as a late-bound option default so config_settingsGravatar Greg Estren2016-03-25
* Remove unused test code, and clean up documentation regarding launch images a...Gravatar Dave MacLachlan2016-03-25
* Don't shell quote header compiler params filesGravatar Liam Miller-Cushon2016-03-24
* Permit cc_test to run on darwin.Gravatar Cal Peyser2016-03-24
* Refactor spawnXcrunActionBuilder to take an explicit apple platform.Gravatar Chris Parsons2016-03-24
* Pass -F flags to Swift compilation rules.Gravatar Dmitry Shevchenko2016-03-24
* Reduce memory use of feature values by introducing a ValueSequence class that...Gravatar Manuel Klimek2016-03-24
* Correctly reports error in the workspace fileGravatar Damien Martin-Guillerez2016-03-23
* Do not put both pic and non-pic header modules into the inputs of a compile a...Gravatar Manuel Klimek2016-03-23
* Implement default_{tvos,watchos,macosx}_sdk_version attributes for the xcode_...Gravatar Chris Parsons2016-03-23
* Add comments to analysis-phase objects so future developers won't accidentall...Gravatar Janak Ramakrishnan2016-03-23
* Introduce ReleaseBundling class to contain all application specific informati...Gravatar Googler2016-03-23
* ios_device's attribute ios_version defaults to the configuration iOS SDK versionGravatar Chris Parsons2016-03-23
* Introduce the linkopts attribute to the objc family of rules.Gravatar Cal Peyser2016-03-23
* Don't keep implicit reference to ProtoCompileAction in anonymous inner Custom...Gravatar Janak Ramakrishnan2016-03-22
* Filter Well Known Type protos from being generated by the objc_proto_library ...Gravatar Googler2016-03-22
* Add -forceprocessing to cause proguard to skip the step where it checks if th...Gravatar Googler2016-03-22
* Allow passing custom entitlements for iOS signing.Gravatar Peter Schmitt2016-03-22
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Don't keep implicit reference to XcodeSupport during the execution phase. Sav...Gravatar Janak Ramakrishnan2016-03-21
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Don't keep implicit reference to ProtoCompileAction.Builder after build() is ...Gravatar Janak Ramakrishnan2016-03-21
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Adds mcov tool label to IosTest.Gravatar Dmitry Shevchenko2016-03-21
* Export cc build information in an aspect for IDE support.Gravatar Googler2016-03-21
* RELNOTES: Bazel warns if a cc rule's includes attribute contains up-level ref...Gravatar Janak Ramakrishnan2016-03-21
* Move AbstractBlazeQueryEnvironment to a factory class, and have BlazeModule o...Gravatar Nathan Harmata2016-03-21
* Changing ProguardHelper to support a multipass variety of proguard.Gravatar Googler2016-03-18
* Deprecates output_cpp from objc_proto_library.Gravatar Googler2016-03-18
* Introduce skylark provider for objc.Gravatar Cal Peyser2016-03-18
* Uses J2ObjC's own JRE when tranpiling for j2objc_library.Gravatar Googler2016-03-18
* Refactor AndroidStudioInfoAspectTestBase.Gravatar Dmitry Lomov2016-03-18
* Update the java flags to default as follows:Gravatar Luis Fernando Pino Duque2016-03-18
* Fix equality and comparison for SkylarkAspectClass.Gravatar Dmitry Lomov2016-03-17
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Remove deprecated objc_options.Gravatar Dave MacLachlan2016-03-17
* Compile base classpaths for Bazel Jack support in android_sdk.Gravatar Michael Staib2016-03-17
* Add default_ios_sdk_version attribute to xcode_version rules.Gravatar Chris Parsons2016-03-17
* Add merge() methods to some Java providers.Gravatar Carmi Grushko2016-03-17
* Introduces apple_cc_toolchain.Gravatar Cal Peyser2016-03-17
* Make ProguardLibrary.collectLocalProguardSpecs and collectProguardSpecsFromAt...Gravatar Carmi Grushko2016-03-17
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Expose feature list in SkylarkRuleContext.Gravatar Dmitry Lomov2016-03-17
* Add APPLE_COVERAGE env variable to coverage tools.Gravatar Dmitry Shevchenko2016-03-15
* Make manual multidex incompatible with .dex sharding.Gravatar Lukacs Berki2016-03-15
* Allow java_toolchain.ijar to be a fileGravatar Liam Miller-Cushon2016-03-15
* Update the java_langtools flag to default to @bazel_tools//tools/jdk:langtools.Gravatar Luis Fernando Pino Duque2016-03-15
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15
* Update header compilation to handle implicit attribute suffixesGravatar Liam Miller-Cushon2016-03-15