69
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- rename ComputingCache to LocalCache - internally refer to computation as loading ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24327248 More... over 13 years ago
Make IntMath @GwtCompatible so that it can be used in common.collect overflow checks. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24308523 More... over 13 years ago
I give up. I can no longer maintain the in-place algorithm. The bugs have defeated me. More... over 13 years ago
externally remove methods scheduled for deletion in release 11.0 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24306560 More... over 13 years ago
use isFinite instead of getExponent, from Louis ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24305670 More... over 13 years ago
Implement a new Service base class for services that need to execute some functionality periodically. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24292212 More... over 13 years ago
Replace unused generic type parameter with wildcard. If the Iterable is a Collection, use its isEmpty() method instead of constructing an Iterator instance. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24282737 More... over 13 years ago
A round of promotions/deletions/updates for Guava 11.0. Try to minimize use of MOE: magic somewhat. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24279246 More... over 13 years ago
Rename CleanPathTest to FilesSimplifyPathTest. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24256474 More... over 13 years ago
update since on simplifyPath to 11.0 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24251651 More... over 13 years ago
Louis's changes to remove JDK6-isms from DoubleMath ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24246702 More... over 13 years ago
introduce maximumWeight ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24224790 More... over 13 years ago
Export input file for new CleanPathTest tests. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24216931 More... over 13 years ago
One missing copyright, one missing @since. Should cherrypick, but not end of world if not. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24215692 More... over 13 years ago
Doc-only changes to the InternetDomainName family clarifying validation options and fixing some references to deprecated methods. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24213290 More... over 13 years ago
Add a method to Files that returns the file extension from a given file name. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24212884 More... over 13 years ago
fix common.math copyrights ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24212498 More... over 13 years ago
Extensive tests for simplifyPath. This doesn't cover tests beginning with a character other than /, which is unfortunate, but realpath, which I used to generate the expected outputs, would resolve any .. at the beginning of the input path, which isn't what we want here. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24168601 More... over 13 years ago
forbid null return from cache lookups, and null parameter in invalidate ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24168264 More... over 13 years ago
Add some URI resolution tests to the simplifyPath tests. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24166215 More... over 13 years ago
Fix indentation. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24147455 More... over 13 years ago
Release common.math package. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24109421 More... over 13 years ago
- have Cache.size() return a long - remove Cache.activeEntries ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24109421 More... over 13 years ago
- Fix handling of filenames that contain more than one period as reported in bug 716 - Fix problem with simplifying paths that begin ./ More... over 13 years ago
Clone of Louis's UnsignedLong(s) documentation CL. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24073780 More... over 13 years ago
Eliminate most uses of non-Unicode whitespace in com.google.common tests. More... over 13 years ago
Fix compile problems with Guava. More... over 13 years ago
Link {Iterables,Collections2,Lists}.transform. Refer to ForkJoinTask.join from Futures.getUnchecked Javadoc. Remove an unnecessary cast. Also, fix a typo in the InterruptedRuntimeException deprecation instructions. More... over 13 years ago
Fix ImmutableMultiset 1.6.0u24 compilation error. More... over 13 years ago
allow all write operations on asMap view More... over 13 years ago