aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/util/GroupedList.java
Commit message (Expand)AuthorAge
* Optimize GC usage of iterating over all elements of GroupedLists when we don'...Gravatar shreyax2018-03-02
* Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...Gravatar nharmata2018-01-18
* Add a static method GroupedList#numElements to allow to count the number of d...Gravatar shreyax2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow alternate GroupedList constructor to be public, but add warnings regard...Gravatar shreyax2017-09-25
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Allow constructing a dependency group with an initial capacity in GroupedList...Gravatar Googler2017-04-11
* If a group of deps has only one unique element, store it bare.Gravatar Janak Ramakrishnan2016-10-25
* Stop storing a set in GroupedListHelper to deduplicate SkyKey dep requests. I...Gravatar Janak Ramakrishnan2016-10-14
* Stop converting temporary direct deps to a set. In almost all cases, this con...Gravatar Janak Ramakrishnan2016-05-16
* Add random-access indexing into GroupedList. Intended to be a no-op, allowing...Gravatar Janak Ramakrishnan2016-04-28
* Use a list instead of a set for the current group in GroupedListHelper to sav...Gravatar Janak Ramakrishnan2016-03-08
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Efficiency improvements to GroupedListGravatar Mark Schaller2015-12-10
* Avoid list copy in BuildingState.getNextDirtyDirectDepsGravatar Mark Schaller2015-12-09
* Compare GroupedLists without regard to the order within a given group. Also m...Gravatar Janak Ramakrishnan2015-11-19
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Replaced other occurrences of Objects#toStringHelper with MoreObjects#toStrin...Gravatar Googler2015-07-17
* Add debugging for NPE in GroupedList#toSet.Gravatar Janak Ramakrishnan2015-05-15
* Revert the recent changes that made some skyframe-internal data structures se...Gravatar Nathan Harmata2015-03-10
* Description redacted.Gravatar Nathan Harmata2015-02-24
* Mark some skyframe-internal data structures as being Serializable.Gravatar Nathan Harmata2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25