| 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. |
|
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. |
|
More...
|
almost 19 years ago
|
| Kill a couple of unnecessary casts |
|
More...
|
almost 19 years ago
|
| Code for feature #1606090 (adjustOrPutValue). Includes unit tests and internal benchmark. |
|
More...
|
almost 19 years ago
|
| Version on previous release should have been 2.0a2, not 2.0b1 |
|
More...
|
almost 19 years ago
|
| Release version 2.0a2 |
|
More...
|
almost 19 years ago
|
| Changes for request #779039 (expose decorator's set/map) |
|
More...
|
almost 19 years ago
|
| Additional iterator tests |
|
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. |
|
More...
|
almost 19 years ago
|
| Fix for bug #1506751 (file was missed in earlier checkin) |
|
More...
|
almost 19 years ago
|
| Record fixing of bug #1506751 |
|
More...
|
almost 19 years ago
|
| Fix for bug #1506751 (TxxxArrayList.toNativeArray(offset, len) is broken) and corresponding test case. |
|
More...
|
almost 19 years ago
|
| Record fixing of bug #1428614 |
|
More...
|
almost 19 years ago
|
| Fix and corresponding test case for bug #1428614 (THashMap.values().remove() can remove multiple mappings). |
|
More...
|
almost 19 years ago
|
| Set version to 2.0a1 |
|
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. |
|
More...
|
about 19 years ago
|
| Update to include description of changes for 2.0b1 |
|
More...
|
about 19 years ago
|
| Fix bug 1571435 by implementing clone() in O2PHashMap template. Also rewrote clone test case to demonstrate the problem. |
|
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. |
|
More...
|
about 19 years ago
|
| Experimental probe value. Can be enabled via the system property: gnu.trove.use_experimatal_probe |
|
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. |
|
More...
|
about 19 years ago
|
| Allow running without a command line argument. Default compaction factor used is 0.5. |
|
More...
|
about 19 years ago
|
| Add unit test for insertion. Fix two bugs: 1417563 & 1518823 |
|
More...
|
about 19 years ago
|
| Test appears to be passing now, so remove unnecessary comments, etc. |
|
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. |
|
More...
|
about 19 years ago
|
| Update to JUnit 4.1 |
|
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. |
|
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. |
|
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
|