aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
Commit message (Expand)AuthorAge
* Record histogram and other statistics for the ProfileTask objects. In case of...Gravatar Miguel Alcon Pinto2015-11-19
* Retrieve Android native link flag features from the right toolchain.Gravatar Brian Silverman2015-11-19
* Allow SkyValues to be marked not "comparable". Such values are not compared f...Gravatar Eric Fellheimer2015-11-19
* More batching of graph lookups during evaluationGravatar Mark Schaller2015-11-19
* Propagate apple platform environment variables for CppCompileActionGravatar Chris Parsons2015-11-19
* Makes resources defined locally on an android_library rule respect the neverl...Gravatar Andrew Pellegrini2015-11-19
* Add generate_resource_class to android_studio_ide_info.proto.Gravatar Googler2015-11-19
* Batch (r)deps lookups during evaluationGravatar Mark Schaller2015-11-19
* Have trimConfigurations preserve the same dep orderingGravatar Greg Estren2015-11-19
* Avoid re-evaluating a parent node when a child is found to be unchanged from ...Gravatar Janak Ramakrishnan2015-11-19
* Make AbstractFileSystem correct in isolation. Previously there was (accidenta...Gravatar Nathan Harmata2015-11-19
* Compare GroupedLists without regard to the order within a given group. Also m...Gravatar Janak Ramakrishnan2015-11-19
* Don't store repeated packageId in targets when serializing packageGravatar Michajlo Matijkiw2015-11-19
* Simplify inputs to NoSuchTargetExceptionGravatar Michajlo Matijkiw2015-11-19
* Modify SkyQueryEnvironment to work in stream mode. This streaming system is p...Gravatar Miguel Alcon Pinto2015-11-19
* Notify the output service at startup whether output tree tracking is enabled.Gravatar Eric Fellheimer2015-11-19
* Allow output formatters to work in stream mode.Gravatar Miguel Alcon Pinto2015-11-19
* Allow %package(@foo//bar)%/path for cxx builtin include dirs.Gravatar Brian Silverman2015-11-18
* LipoDataTransition is only meaningful for C++Gravatar Greg Estren2015-11-18
* Fixes bug with AndroidResourcesProcessorBuilder building densities argument a...Gravatar Andrew Pellegrini2015-11-18
* Skylark path-based relative loads now work correctly (with the new label-base...Gravatar John Field2015-11-18
* Cleanup MarkedDirtyResult docs and constructorGravatar Mark Schaller2015-11-18
* Use LinkedListMultimap instead of ArrayListMultimapGravatar Greg Estren2015-11-18
* Batch reverse dep retrieval in invalidationGravatar Mark Schaller2015-11-18
* Sort entries in SelectorValue.Gravatar Han-Wen Nienhuys2015-11-18
* Add launch_storyboard for iOS bundles (apps, extensions).Gravatar Peter Schmitt2015-11-18
* Rename Platform.forArch to Platform.forIosArch, as it is truly doing the latter.Gravatar Chris Parsons2015-11-18
* Package serialization operates on Coded{Input,Output}StreamsGravatar Michajlo Matijkiw2015-11-18
* Remove --objc_per_proto_includes flag, which was obsoleted by the rule-level ...Gravatar Googler2015-11-18
* Allow for a set of known modified files to be passed into the FileSystemValue...Gravatar Eric Fellheimer2015-11-18
* Return rdeps when marking a node dirtyGravatar Mark Schaller2015-11-18
* When computing the transitive config fragments required by a target,Gravatar Greg Estren2015-11-18
* Fixed copy&paste error in javadoc.Gravatar Florian Weikert2015-11-17
* Adapt blaze 'features' documentation to link to the crosstool's featureGravatar Manuel Klimek2015-11-17
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Add bazel flag to control how proguard runsGravatar Googler2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Add C# rule docs to Bazel's Build Encyclopedia.Gravatar David Chen2015-11-17
* Store the java_toolchain source version, target version, and encoding in Java...Gravatar Alex Humesky2015-11-17
* Improve concurrency level in invalidation setsGravatar Mark Schaller2015-11-17
* Narrow causes in NoSuchThingException familyGravatar Michajlo Matijkiw2015-11-17
* Add an explicit way to get the canonical string-representation of a Label.Gravatar Carmi Grushko2015-11-17
* Hardcode some spawn actions to run locally.Gravatar Eric Fellheimer2015-11-17
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* Optimize the hash code function of Pair to minimize varargs expansion.Gravatar Eric Fellheimer2015-11-16
* Exit with an error message, rather than crashing, when an attempt is made to ...Gravatar John Field2015-11-16
* Fix crash when two Skylark loads reference the same path.Gravatar John Field2015-11-16
* Reduce AutoBoxing-induced GC churn by using AtomicLongMap.Gravatar Eric Fellheimer2015-11-16
* Minor tweaks to DirectoryListingStateValueGravatar Michajlo Matijkiw2015-11-16
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16