aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
Commit message (Expand)AuthorAge
* Remove direct store of Target from NoSuchTargetException. Instead, just note ...Gravatar Eric Fellheimer2015-04-02
* Thread-safety annotations for the various skyframe graph interfaces.Gravatar Nathan Harmata2015-04-02
* Add maven repository metadata jar to third_partyGravatar Kristina Chodorow2015-04-02
* Clean up an unnecessary field in NoSuchTargetException.Gravatar Eric Fellheimer2015-04-02
* --instrumentation_filter now works with Objective C.Gravatar Googler2015-04-01
* Skylark parser: Improve error messages, never display "$error$".Gravatar Laurent Le Brun2015-04-01
* Skylark: Mark command_helper as experimental.Gravatar Laurent Le Brun2015-04-01
* Skylark: Improve documentation for configuration transitions.Gravatar Laurent Le Brun2015-04-01
* Skylark: Mark ctx.target(s) as deprecated (use ctx.attr instead).Gravatar Laurent Le Brun2015-04-01
* Skylark: Make ctx.attr.<attr_name> return Targets instead of Labels.Gravatar Laurent Le Brun2015-04-01
* optionally error on files outside of known rootsGravatar Michajlo Matijkiw2015-04-01
* Debug BuiltinFunctionGravatar Francois-Rene Rideau2015-04-01
* Reorder arguments to BuiltinFunction-sGravatar Francois-Rene Rideau2015-03-31
* Skylark: 'in' works on sets.Gravatar Laurent Le Brun2015-03-31
* Supply the correct command name to ProjectFileSupport.Gravatar Googler2015-03-31
* Always define OS_IOS in iOS builds.Gravatar Peter Schmitt2015-03-31
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* Skylark: Add dictionary.getGravatar Laurent Le Brun2015-03-31
* Skylark: Kill FileType.matchesGravatar Laurent Le Brun2015-03-31
* Kill command_line in ctx.actionGravatar Laurent Le Brun2015-03-31
* Skylark: Improve documentationGravatar Laurent Le Brun2015-03-31
* Add PrepareDepsOfPatternsFunction, use before queryGravatar Mark Schaller2015-03-31
* Description redacted.Gravatar Googler2015-03-30
* Catch action conflicts in the same target during configured target analysis, ...Gravatar Janak Ramakrishnan2015-03-30
* Resolve inputs that were stored in action cache ahead of time so metadata for...Gravatar Janak Ramakrishnan2015-03-30
* Fix WORKSPACE file lookup to look at all package pathsGravatar Kristina Chodorow2015-03-30
* Clarify what "fancy" means.Gravatar Nathan Harmata2015-03-30
* Introduce QueryableGraph#getBatch, a batched variant of QueryableGraph#get an...Gravatar Nathan Harmata2015-03-30
* remove unused method/vars/doc in ConfiguredTargetFunctionGravatar Michajlo Matijkiw2015-03-30
* Move action-cache updating to inside ActionExecutionFunction, in preparation ...Gravatar Janak Ramakrishnan2015-03-30
* Actually force loading of optional objc labelsGravatar Daniel Wagner-Hall2015-03-30
* Make Python rules in Bazel actually work.Gravatar Lukacs Berki2015-03-30
* Bazel: move sources around to prepare accepting GitHub pull requests.Gravatar Laszlo Csomor2015-03-30
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
* Sign bundles for device if ios_multi_cpu contains device cpus.Gravatar Peter Schmitt2015-03-26
* Bazel docs: fix broken links in BE.Gravatar Laszlo Csomor2015-03-26
* Fix bug where inputs are updated from action cache but not tracked in Skyframe.Gravatar Janak Ramakrishnan2015-03-26
* Add functionality to discard orphaned binaries and middlemen.Gravatar Michajlo Matijkiw2015-03-25
* Proper support for the external immutable directory mechanism for symlink cha...Gravatar Nathan Harmata2015-03-25
* Blaze docs: open-source the Skylark API documentation.Gravatar Laszlo Csomor2015-03-25
* Skylark: native module is updated.Gravatar Googler2015-03-25
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* More precisely document AttributeMap.get (particularly the possibilityGravatar Greg Estren2015-03-25
* Allow the number of threads used in target parsing to be configurable.Gravatar Eric Fellheimer2015-03-25
* Remove useless flag check; executeBuild is only called if execution is reques...Gravatar Nathan Harmata2015-03-25
* Merge PackageSerializer's and ProtoOutputFormatter's duplicatedGravatar Greg Estren2015-03-25
* Bazel docs: document cc_library.hdrs_check and fix a broken BE link.Gravatar Laszlo Csomor2015-03-25
* Bazel docs: add missing section about $(location) expansion.Gravatar Laszlo Csomor2015-03-25
* Skylark: kill package loading if a Skylark file has errors.Gravatar Googler2015-03-25
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24