0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 15 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New tag More... over 13 years ago
Looking at the log, seems that the known issues in the readme was a bit outdated More... over 13 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... over 13 years ago
cpp cout streams flushes automatically, explicit flushes removed More... over 13 years ago
Cleaned up HilbertCoordinateMapper a bit More... over 14 years ago
Fixed possible overflow in conversion More... over 14 years ago
Now compiles with GCC4.3.3 More... almost 15 years ago
Sped up TGS bulkloading. Valgrind showed no leaks on TGS with basic-r-tree. More... over 15 years ago
Debug; input vector was now called D and not input More... over 15 years ago
Updated bulkLoadChunk to be more efficient, valgrinded TGS< Basic_R-tree >, no memleaks. More... over 15 years ago
Improved TGS best binary split wrt speed, removed _hp flag in favour of using assertions in cubic_bounding_box More... over 15 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... over 15 years ago
Removed NDEBUG flags; this caused compilation errors when defining the NDEBUG flags ourselves More... over 15 years ago
Added forgotten includes More... over 15 years ago
make static now produces a static library librtree-devel.a More... over 15 years ago
Small bugs, compilation errors, resolved. More... over 15 years ago
Included a way to extract all elements from an R-tree by pre-order traversal More... over 15 years ago
commented out to silence compiler warnings More... over 15 years ago
TGS tree should not reference any base (dynamic) r-tree More... over 15 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 15 years ago
Added file with list of optimizations made in the last 2 months. More... about 16 years ago
Added two Callgrind profiles (one with inclusive cost, the other with exclusive cost) More... about 16 years ago
Next week, new project, so upload all last changes. More... about 16 years ago
Added sheet with execution times of different versions of RTree. More... about 16 years ago
Introduced caching of Hilbert Coordinates: More... about 16 years ago
Replacing <vector>.size() == 0 with <vector>.empty() == 0 was wrong, this had to be More... about 16 years ago
callgrind_wrapper is a wrapper around callgrind_annotate, taking an input file and an output file More... about 16 years ago
References to proprietary code removed. Added messages that as a result Bisection Tree More... about 16 years ago
Fixed error in signature of Petr's pivotise (Petr's version was correct, later versions not) More... about 16 years ago
Added VC2008 folder More... about 16 years ago