8
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 2 years ago.
Nov 28, 2022 — Nov 28, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename field so the name doesn't conflict with parent field. Wasn't causing any problems, but might be confusing and cause unexpected behavior down the road.
Rob Eden
as robeden
More... almost 19 years ago
RFE #1604073 - Generate primitive stacks. Stacks are now generated using templates and so stacks are generated for all primitive types.
Rob Eden
as robeden
More... almost 19 years ago
Kill a couple of unnecessary casts
Rob Eden
as robeden
More... almost 19 years ago
Code for feature #1606090 (adjustOrPutValue). Includes unit tests and internal benchmark.
Rob Eden
as robeden
More... almost 19 years ago
Version on previous release should have been 2.0a2, not 2.0b1
Rob Eden
as robeden
More... almost 19 years ago
Release version 2.0a2
Rob Eden
as robeden
More... almost 19 years ago
Changes for request #779039 (expose decorator's set/map)
Rob Eden
as robeden
More... almost 19 years ago
Additional iterator tests
Rob Eden
as robeden
More... almost 19 years ago
Fix for bug #1606095 (Critical Iterator Error). Additional test case checked in to test this and keys() behavior on TObjectIntHashMaps.
Rob Eden
as robeden
More... almost 19 years ago
Fix for bug #1506751 (file was missed in earlier checkin)
Rob Eden
as robeden
More... almost 19 years ago
Record fixing of bug #1506751
Rob Eden
as robeden
More... almost 19 years ago
Fix for bug #1506751 (TxxxArrayList.toNativeArray(offset, len) is broken) and corresponding test case.
Rob Eden
as robeden
More... almost 19 years ago
Record fixing of bug #1428614
Rob Eden
as robeden
More... almost 19 years ago
Fix and corresponding test case for bug #1428614 (THashMap.values().remove() can remove multiple mappings).
Rob Eden
as robeden
More... almost 19 years ago
Set version to 2.0a1
Rob Eden
as robeden
More... about 19 years ago
THashMap was calling super.removeAt(int) before clearing its value, which is reversed and caused corruption and possibly ArrayIndexOutOfBounds when auto-compaction kicked in and changed the size of the value array.
Rob Eden
as robeden
More... about 19 years ago
Update to include description of changes for 2.0b1
Rob Eden
as robeden
More... about 19 years ago
Fix bug 1571435 by implementing clone() in O2PHashMap template. Also rewrote clone test case to demonstrate the problem.
Rob Eden
as robeden
More... about 19 years ago
Fix bug 1461458 by making sure the "other" map contains a key when the value is null in the first map.
Rob Eden
as robeden
More... about 19 years ago
Experimental probe value. Can be enabled via the system property: gnu.trove.use_experimatal_probe
Rob Eden
as robeden
More... about 19 years ago
Read all iteration counts from a single variable and increase iterations to 25. Check for existance of "TLinkableAdapter" and deal accordingly if it isn't there. This allows running the benchmarks agains the pre-2.0 versions without it blowing up.
Rob Eden
as robeden
More... about 19 years ago
Allow running without a command line argument. Default compaction factor used is 0.5.
Rob Eden
as robeden
More... about 19 years ago
Add unit test for insertion. Fix two bugs: 1417563 & 1518823
Rob Eden
as robeden
More... about 19 years ago
Test appears to be passing now, so remove unnecessary comments, etc.
Rob Eden
as robeden
More... about 19 years ago
Correct bogus class meant to test bad equals/hashCode pairs. The implementation was backwards from what it should have been: the hashCode() should have varied while the equals should have been constant. Probably need to test the reverse also, but this tests what is expected in this case.
Rob Eden
as robeden
More... about 19 years ago
Update to JUnit 4.1
Rob Eden
as robeden
More... about 19 years ago
Now only generates templates if they need to be re-saved (i.e., don't exist or differ from the new file). This is done mainly to make working in IDE's easier. Sometimes IDEA (which I'm currently using) gets pretty unhappy and starts taking up a lot of CPU when stuff changes out from under it. This will keep that to a minimum.
Rob Eden
as robeden
More... about 19 years ago
Support for generics, auto-compaction and other minor tweaks. Generated classes are now generated from Generate java class and templates. New build.xml.
Rob Eden
as robeden
More... about 19 years ago
dual license stuff More... almost 20 years ago
fixed off by one bug in array list bulk set operation More... almost 20 years ago