2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.16 More... almost 10 years ago
[maven-release-plugin] rollback the release of gaedo-1.0.15 More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.15 More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.14 More... almost 10 years ago
[maven-release-plugin] rollback the release of gaedo-1.0.13 More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.13 More... almost 10 years ago
[maven-release-plugin] rollback the release of gaedo-1.0.13 More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.13 More... almost 10 years ago
Consequence of #91 : removing a map entry having a null element could lead to NullPointerException More... almost 10 years ago
Fixed #91 by allowing all tuples to be deleted. Strangely, this bug was never seen before. More... almost 10 years ago
Resolves a side effect of #91 : maps created at object creation have wrong ids assignated to their entries, which prevent deletion of those entries. More... almost 10 years ago
Test exposing the essence of #91 : when deleting a Map, even if cascade force deletion of entry, nothing happens More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.12 More... almost 10 years ago
Merge branch 'master' of https://github.com/Riduidel/gaedo More... almost 10 years ago
[maven-release-plugin] rollback the release of gaedo-1.0.12 More... almost 10 years ago
[maven-release-plugin] prepare release gaedo-1.0.12 More... almost 10 years ago
Update README.md More... almost 10 years ago
Some test improvements for #90 More... almost 10 years ago
Ensures fix for #90 is really a good thing. In fact, the most annoying part was hidden in findBestRootIn, which was totally wrong : the TreeSet used contained only one item (due to sorting misbehaviour) and the given item was not queried back in set after re-adding it. By using the right custom for loop, I made sure it was working as expected. More... almost 10 years ago
Fixes #90 the right way : not by using a terrible treeMap, but by using an HashMap in which VertexSet are read to find the best match. More... almost 10 years ago
Was missing for #90 associated test More... almost 10 years ago
Reopen #90 : current solution is absolutly bad, and should not be used. More... almost 10 years ago
Revert "Fixes #90 ina more or less correct fashion." More... almost 10 years ago
Fixes #90 ina more or less correct fashion. Unfortunatly, i fear a certain performance loss that i must valdiate against buildhive ... More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago