aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Allow passing custom entitlements for iOS signing.Gravatar Peter Schmitt2016-03-22
* Fix #1063: When a temporary file was created in /etc while we were globbing t...Gravatar Philipp Wollermann2016-03-21
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Move a field around to clarify that it's not part of the workspace state.Gravatar Ulf Adams2016-03-21
* Don't keep implicit reference to XcodeSupport during the execution phase. Sav...Gravatar Janak Ramakrishnan2016-03-21
* Add repository_ctx.download and repository_ctx.extract function.Gravatar Yue Gan2016-03-21
* cpp: fix the path to BlazeServerStartupOptions file in a commentGravatar Thiago Farina2016-03-21
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Remove ObjectArg wrapper object. We lose some type-safety, but the Builder st...Gravatar Janak Ramakrishnan2016-03-21
* Don't keep implicit reference to ProtoCompileAction.Builder after build() is ...Gravatar Janak Ramakrishnan2016-03-21
* Remove the WalkableGraphFactory#afterUse hook, which was only called in SkyQu...Gravatar Nathan Harmata2016-03-21
* Rollback of commit aac3b7ee0f1889c6afe4c0b4432d9f1597230dfb.Gravatar Kristina Chodorow2016-03-21
* Fixed indentation problem: 8 spaces -> 4 spacesGravatar Yun Peng2016-03-21
* Open source CreateIncSymlinkAction.Gravatar Cal Peyser2016-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
* Add a new field to options called defaultMultipleValue which enables setting ...Gravatar Luis Fernando Pino Duque2016-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
* Don't print BLAZE_HALTED_BEFORE_TESTING for tests that failed to build becaus...Gravatar Janak Ramakrishnan2016-03-21
* Add missing filegroups to the srcsGravatar Damien Martin-Guillerez2016-03-18
* Allow PackageRootResolver to take in directories for findPackageRoots().Gravatar Alex Humesky2016-03-18
* 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
* Add method to check if the action produces any outputs.Gravatar Tobias Werth2016-03-18
* Transform the passed-in map in AbstractSkyFunctionEnvironment instead of copy...Gravatar Janak Ramakrishnan2016-03-18
* Add detection of WORKSPACE cycles due to load statementsGravatar Damien Martin-Guillerez2016-03-18
* Remove unused code.Gravatar Googler2016-03-18
* Set maximum limit on the number of actifacts shown in the output caused by co...Gravatar Googler2016-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
* Now that we don't do .class file replacement within binaries, drop the superf...Gravatar Lukacs Berki2016-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
* Make help documentation for --experimental_output_tree_tracking more general.Gravatar Nathan Harmata2016-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
* Fix glob performance regression introduced by commit 3a95f353704dc2f7061e2c07...Gravatar Nathan Harmata2016-03-17
* sandbox:Gravatar Yue Gan2016-03-17
* Introduces apple_cc_toolchain.Gravatar Cal Peyser2016-03-17
* Make ProguardLibrary.collectLocalProguardSpecs and collectProguardSpecsFromAt...Gravatar Carmi Grushko2016-03-17
* Add content encoding detection for downloaderGravatar Kristina Chodorow2016-03-17
* Fixed html formatting in maven_jar descriptionGravatar David Mankin2016-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