openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Guava: Google Core Libraries for Java
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 15, 2024 — Jun 15, 2025
Showing page 224 of 232
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add missing tests in com.google.common.base.
[email protected]
More...
about 14 years ago
Add Tables.transformValues().
[email protected]
More...
about 14 years ago
Support GWT serialization for Uri and UriParameterMap.
[email protected]
More...
about 14 years ago
rollback previous change
[email protected]
More...
about 14 years ago
- don't enqueue cleanupExeuctor work on every operation - pull put into ComputingSegment - call postWriteCleanup after every unlock
[email protected]
More...
about 14 years ago
Fix keySet() of transformed maps when the map iterator doesn't support remove(). Improves performance of that key set.
[email protected]
More...
about 14 years ago
Deprecate AbstractListenableFuture in favor of AbstractFuture.
[email protected]
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.
[email protected]
More...
about 14 years ago
Consolidate c.g.common.primitives and c.g.common.primitives.gwt
[email protected]
More...
about 14 years ago
Make AbstractFuture.done() package-private. Subclasses can extend AbstractListenableFuture and call addListener() instead.
[email protected]
More...
about 14 years ago
Rollback previous change.
[email protected]
More...
about 14 years ago
- remove cleanupQueue - immediately remove entries rather than unsetting them - don't enqueue cleanupExeuctor work on every operation
[email protected]
More...
about 14 years ago
- test null computations - move ComputingMapAdapter into ComputingConcurrentHashMap - restore the while() loop around wait()
[email protected]
More...
about 14 years ago
Fix Maps.transformValues() when map views have iterators that don't support remove()
[email protected]
More...
about 14 years ago
Add a HostAndPort Java class. Update HostSpecifier to use this class.
[email protected]
More...
about 14 years ago
Make makeListenable package-private.
[email protected]
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.
[email protected]
More...
about 14 years ago
Add iterate() to CidrAddressBlock
[email protected]
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.
[email protected]
More...
about 14 years ago
Allow using @GwtIncompatible on constructors.
[email protected]
More...
about 14 years ago
- move null computation checking out of CustomConcurrentHashMap - avoid indirection of ForwardingMap in ComputingMapAdapter
[email protected]
More...
about 14 years ago
- call postReadCleanup during view iteration - don't lock for spurious read cleanup
[email protected]
More...
about 14 years ago
really fix gwt src directory reference in gwt.javadoc target
[email protected]
More...
about 14 years ago
fix gwt src directory reference in gwt.javadoc target
[email protected]
More...
about 14 years ago
always call postReadCleanup after compute
[email protected]
More...
about 14 years ago
require GWT 2.2.0 for its java.math support and testing improvements
[email protected]
More...
about 14 years ago
adopt ConcurrentHashMap's new isEmpty
[email protected]
More...
about 14 years ago
new Beta additions for r10
[email protected]
More...
about 14 years ago
introduce AbstractReferenceEntry to cleanup partial ReferenceEntry implementations
[email protected]
More...
about 14 years ago
updated POMs for maven builds.
cgruberatgoog
More...
about 14 years ago
←
1
2
…
220
221
222
223
224
225
226
227
228
…
231
232
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree