aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
* 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
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Rollback of commit f6866778db261e5d8b95ee1c46622ceb19a609a4.Gravatar Lukacs Berki2015-11-13
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* RELNOTES: Symlink dirents of directories containing a file named "DONT_FOLLOW...Gravatar Nathan Harmata2015-11-13
* Preserve repositories' rooted pathsGravatar Kristina Chodorow2015-11-13
* Removed unused FileFunctionException constructorGravatar Michajlo Matijkiw2015-11-13
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Make it easier to reuse empty PrepareDepsOfTargetsUnderDirectoryValue singletonsGravatar Michajlo Matijkiw2015-11-13
* Change Precondition.checkState to Precondition.checkArgument.Gravatar Greg Estren2015-11-13
* Pre-trim build options for all remaining calls to ConfigurationFragment.key. ...Gravatar Greg Estren2015-11-13
* Use the new BuildConfiguration.equalsOrIsSupersetOfGravatar Greg Estren2015-11-13
* Put NodeEntry in Supplier<SkyValue> passed to EvaluationProgressReceiver so i...Gravatar Janak Ramakrishnan2015-11-13
* Description redacted.Gravatar Googler2015-11-13
* Changes R.java to be a compile time dependency in android compilation. This r...Gravatar Andrew Pellegrini2015-11-13
* Refactor createExtraActionProvider to not require mandatoryStampFiles, which ...Gravatar Carmi Grushko2015-11-13
* Inline SkyframeBuildView.createAspect into its only call-site, to reduce stac...Gravatar Carmi Grushko2015-11-13
* Support exports attribute for android_libraryGravatar Googler2015-11-13
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Strengthen the deprecation notice for abi_deps.Gravatar Greg Estren2015-11-12
* When determining a dep's dynamic configuration, apply theGravatar Greg Estren2015-11-12
* Deprecation warnings are no longer printed for flags specified using their ol...Gravatar Alex Humesky2015-11-12