aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
Commit message (Expand)AuthorAge
* 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
* Move dump_syms from //tools/objc to //tools/osx. This will allow it to be re...Gravatar Cal Peyser2016-03-15
* Expose more documentation to Skylark.Gravatar Dmitry Lomov2016-03-14
* Fix ClasspathConfiguredFragment bootclasspath collectionGravatar Liam Miller-Cushon2016-03-14
* Update ios_framework rule doc to emphasize the current issues.Gravatar Dmitry Shevchenko2016-03-14
* Add a test for getDefaultJavacOptsFromRuleGravatar Liam Miller-Cushon2016-03-14
* Makes the xctest_app attribute of ios_test only accept ios_applications. It u...Gravatar Dave MacLachlan2016-03-14
* Remove infoplists from objc_options. They aren't used anymore (last case remo...Gravatar Dave MacLachlan2016-03-14
* Removes restriction on having both a launchimage and a launchstoryboard in a ...Gravatar Dave MacLachlan2016-03-11
* Minor documentation wording fix.Gravatar Erik Abair2016-03-11