69
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing tests in com.google.common.base. More... about 14 years ago
Add Tables.transformValues(). More... about 14 years ago
Support GWT serialization for Uri and UriParameterMap. More... about 14 years ago
rollback previous change More... about 14 years ago
- don't enqueue cleanupExeuctor work on every operation - pull put into ComputingSegment - call postWriteCleanup after every unlock More... about 14 years ago
Fix keySet() of transformed maps when the map iterator doesn't support remove(). Improves performance of that key set. More... about 14 years ago
Deprecate AbstractListenableFuture in favor of AbstractFuture. More... about 14 years ago
Make AbstractFuture implement ListenableFuture in preparation for changing all AbstractListenableFuture users to AbstractFuture and removing the former. Merge both classes' Javadoc into AbstractFuture, and tweak it some more. More... about 14 years ago
Consolidate c.g.common.primitives and c.g.common.primitives.gwt More... about 14 years ago
Make AbstractFuture.done() package-private. Subclasses can extend AbstractListenableFuture and call addListener() instead. More... about 14 years ago
Rollback previous change. More... about 14 years ago
- remove cleanupQueue - immediately remove entries rather than unsetting them - don't enqueue cleanupExeuctor work on every operation More... about 14 years ago
- test null computations - move ComputingMapAdapter into ComputingConcurrentHashMap - restore the while() loop around wait() More... about 14 years ago
Fix Maps.transformValues() when map views have iterators that don't support remove() More... about 14 years ago
Add a HostAndPort Java class. Update HostSpecifier to use this class. More... about 14 years ago
Make makeListenable package-private. More... about 14 years ago
Release Listening{,Scheduled}ExecutorService and MoreExecutors.listeningDecorator as @Beta by using Jsr166AbstractExecutorService. Make MoreExecutors.sameThreadExecutor implement ListeningExecutorService. Also, revert a few Guava-fications of non-Guava @since tags. More... about 14 years ago
Add iterate() to CidrAddressBlock More... about 14 years ago
Upgrades build.xml to compile gwt test modules with -strict -validationOnly so that it no longer requires the entry points to reference all relevant classes. More... about 14 years ago
Allow using @GwtIncompatible on constructors. More... about 14 years ago
- move null computation checking out of CustomConcurrentHashMap - avoid indirection of ForwardingMap in ComputingMapAdapter More... about 14 years ago
- call postReadCleanup during view iteration - don't lock for spurious read cleanup More... about 14 years ago
really fix gwt src directory reference in gwt.javadoc target More... about 14 years ago
fix gwt src directory reference in gwt.javadoc target More... about 14 years ago
always call postReadCleanup after compute More... about 14 years ago
require GWT 2.2.0 for its java.math support and testing improvements More... about 14 years ago
adopt ConcurrentHashMap's new isEmpty More... about 14 years ago
new Beta additions for r10 More... about 14 years ago
introduce AbstractReferenceEntry to cleanup partial ReferenceEntry implementations More... about 14 years ago
updated POMs for maven builds. More... about 14 years ago