aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Display parsing errors for WORKSPACE filesGravatar Kristina Chodorow2016-01-15
* Skyfunctions can now catch up to five exceptions.Gravatar John Field2016-01-15
* Stop filtering out targets not in the graph in SkyQueryEnvironment. Instead, ...Gravatar Janak Ramakrishnan2016-01-15
* Optimize PackageIdentifier hash code implementation, which has shown up in so...Gravatar Eric Fellheimer2016-01-15
* Better error message for attempted builds of statically linked binaries targe...Gravatar Cal Peyser2016-01-15
* Propogate BAZEL_VERBOSE_FAILURES and BAZEL_SUBCOMMANDS to the execution envir...Gravatar Cal Peyser2016-01-15
* Add a few other Label.resolveRepositoryRelative() calls to make select() stat...Gravatar Lukacs Berki2016-01-15
* Remove some dead code.Gravatar Ulf Adams2016-01-14
* Require all PackageSpecification objects to implement an asString method to a...Gravatar Janak Ramakrishnan2016-01-14
* Include the new 'catastrophe' field in EvaluationResult.mergeFrom().Gravatar Googler2016-01-14
* Use AutoProfiler in SkyQueryEnvironment#init. Also augment the WalkableGraphF...Gravatar Nathan Harmata2016-01-14
* For native rule classes, (de)serialize only explicit attrsGravatar Mark Schaller2016-01-14
* Store excluded subdirectories as PathFragment instead of String inside Target...Gravatar Janak Ramakrishnan2016-01-14
* Make package names in the package_group.packages attribute refer to the repos...Gravatar Lukacs Berki2016-01-13
* Use our java test runner in BazelGravatar Damien Martin-Guillerez2016-01-13
* Make repository-local labels in visibility declarations actually be repositor...Gravatar Lukacs Berki2016-01-13
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* cc_inc_library: Add CcSkylarkApiProvider infoGravatar Googler2016-01-13
* Remove support for runtime deps artifactsGravatar Liam Miller-Cushon2016-01-13
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Fix links to docs for other rules, Bazel User Manual, Build Reference, and MakeGravatar David Chen2016-01-13
* Doc typo: avaliable -> availableGravatar Laurent Le Brun2016-01-13
* Simplifies passing the debug key to ApkBuilder.Gravatar Alex Humesky2016-01-12
* Adds ApkBuilder from the Android SDK to bazel's third_party with someGravatar Alex Humesky2016-01-11
* Fix broken links in all Java rule documentation.Gravatar David Chen2016-01-11
* Provide rule class name to aspects.Gravatar Dmitry Lomov2016-01-11
* Inside findTargetsBeneathDirectory(), invoke the callback with all targets fr...Gravatar Eric Fellheimer2016-01-11
* Allow to filter attributes based on the rule of the attribute.Gravatar Miguel Alcon Pinto2016-01-11
* Global cleanup change.Gravatar Chris Povirk2016-01-11
* Allow overridding any rule in the WORKSPACE fileGravatar Kristina Chodorow2016-01-11
* BuildView - untangle more of the methods that are only for ide info.Gravatar Ulf Adams2016-01-11
* Add auth support for proxy downloadsGravatar Kristina Chodorow2016-01-11
* Enable objc targets that produce bundles to specify multiple plist files with...Gravatar Cal Peyser2016-01-11
* When transforming labels into targets in SkyQueryEnvironment, stream the resu...Gravatar Janak Ramakrishnan2016-01-11
* Stream result of TargetPattern#eval to a callback instead of returning it dir...Gravatar Janak Ramakrishnan2016-01-11
* Adds the Android design support library as an Android dependency.Gravatar Jake Voytko2016-01-08
* Add the ability to customize the bazel client's exit code used when the bazel...Gravatar Nathan Harmata2016-01-08
* Rollback of commit e4133aab4db7cd640501d1113c259e8477006b6f.Gravatar Damien Martin-Guillerez2016-01-07
* Resolve target patterns on the fly in SkyQueryEnvironment. Cache only the lab...Gravatar Janak Ramakrishnan2016-01-07
* Allow relative paths for local_repository()sGravatar Kristina Chodorow2016-01-07
* Make QueryEnvironment#getTargetsMatchingPattern pass its result to a callback.Gravatar Janak Ramakrishnan2016-01-07
* Update comment to ios_test from deprecated experimental_ios_testGravatar Cal Peyser2016-01-07
* Stream TargetPattern#eval implementations' results to a callback rather than ...Gravatar Janak Ramakrishnan2016-01-07
* Split PrepareDepsOfTargetsUnderDirectory into two parts, one which does the d...Gravatar Janak Ramakrishnan2016-01-07
* Stream results of targets below directory to a callback rather than returning...Gravatar Janak Ramakrishnan2016-01-07
* Extend crosstool configuration to allow features to specify (expandable) envi...Gravatar Chris Parsons2016-01-07
* In SkyQueryEnvironment, don't silently give up when there's a cycle in the gr...Gravatar Janak Ramakrishnan2016-01-07
* Factor implementation of bazel-specific cpp logic out of devtools/build/lib/B...Gravatar Cal Peyser2016-01-07
* Add list.append and list.extend to the documentationGravatar Laurent Le Brun2016-01-07