0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New tag More... about 15 years ago
Looking at the log, seems that the known issues in the readme was a bit outdated More... about 15 years ago
Now compiles under gcc 4.4.4, Makefile now can automatically generate a tag, added a simple example app in a new examples/ directory. More... about 15 years ago
cpp cout streams flushes automatically, explicit flushes removed More... about 15 years ago
Cleaned up HilbertCoordinateMapper a bit More... about 16 years ago
Fixed possible overflow in conversion More... over 16 years ago
Now compiles with GCC4.3.3 More... over 16 years ago
Sped up TGS bulkloading. Valgrind showed no leaks on TGS with basic-r-tree. More... about 17 years ago
Debug; input vector was now called D and not input More... about 17 years ago
Updated bulkLoadChunk to be more efficient, valgrinded TGS< Basic_R-tree >, no memleaks. More... about 17 years ago
Improved TGS best binary split wrt speed, removed _hp flag in favour of using assertions in cubic_bounding_box More... about 17 years ago
Bugfix. A lot of deletes were commented out and caused massive memory leaks. Reverted large parts of TGS.h to the tag version. In future: check your changes using a debugger such as valgrind to prevent this! More... about 17 years ago
Removed NDEBUG flags; this caused compilation errors when defining the NDEBUG flags ourselves More... about 17 years ago
Added forgotten includes More... about 17 years ago
make static now produces a static library librtree-devel.a More... about 17 years ago
Small bugs, compilation errors, resolved. More... about 17 years ago
Included a way to extract all elements from an R-tree by pre-order traversal More... about 17 years ago
commented out to silence compiler warnings More... about 17 years ago
TGS tree should not reference any base (dynamic) r-tree More... about 17 years ago
Added experimental adaptive Hilbert recursion level code. Now again compiles with newest GNU compiler (previously broken). Changed type of dimensions in Point class to unsigned char, since the number of dimensions will always be smaller than 255 in reasonable applications. Am unsure if using size_t for indices is proper, but did not modify this. Compiling to objects goes well, linking the experiment program has not been tested though. Visual studio compatibility should be checked again. More... over 17 years ago
Added file with list of optimizations made in the last 2 months. More... almost 18 years ago
Added two Callgrind profiles (one with inclusive cost, the other with exclusive cost) More... almost 18 years ago
Next week, new project, so upload all last changes. More... almost 18 years ago
Added sheet with execution times of different versions of RTree. More... almost 18 years ago
Introduced caching of Hilbert Coordinates: More... almost 18 years ago
Replacing <vector>.size() == 0 with <vector>.empty() == 0 was wrong, this had to be More... almost 18 years ago
callgrind_wrapper is a wrapper around callgrind_annotate, taking an input file and an output file More... almost 18 years ago
References to proprietary code removed. Added messages that as a result Bisection Tree More... almost 18 years ago
Fixed error in signature of Petr's pivotise (Petr's version was correct, later versions not) More... almost 18 years ago
Added VC2008 folder More... almost 18 years ago