0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Nov 10, 2024 — Nov 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated rebuild.it.all.for.msys.sh More... almost 10 years ago
Added unittest z-order More... almost 10 years ago
Added some docs on implementation of block splitting Added some docs on the modified preorder traversal, so called "z-preorder-traversal" More... almost 10 years ago
Added codelite project landscapes-zorder-genconsts More... almost 10 years ago
Added newer unittests to codelite project More... almost 10 years ago
Corrected spacing in landscapes-zorder-genconsts output More... almost 10 years ago
Added svo_curves.genconsts.cpp Added new target, landscapes-zorder-genconsts, which (re)generates morton-order tables for efficient conversion between long-volume-order and morton-order More... almost 10 years ago
Added constants unittest More... almost 10 years ago
Cleaned up CMakeLists.txt Added z-order unittest to unittests target in CMakeLists.txt More... almost 10 years ago
Travis config now uses CMAKE_BUILD_TYPE when invoking the build scripts. More... almost 10 years ago
Changed SVO_MAX_VCURVE constant to SVO_VCURVE_LIMIT Changed SVO_MAX_VSIDE constant to SVO_VSIDE_LIMIT Changed SVO_MAX_VOLUME_SIDE constant to SVO_VOLUME_SIDE_LIMIT More... almost 10 years ago
Cleaned up CMakeLists.txt Added z-order unittest Fixed assertion check typo in svo_curves.h More... almost 10 years ago
Fixed up documentation Fixed up function declarations; moved documentation to the top More... almost 10 years ago
Added SVO_VSIDE_BITS constant Fixed up some documentation styling Added coords2vcurve_brute() for unittesting and generation of morton order tables More... almost 10 years ago
Added SVO_MAX_VSIDE constant, instead of hardcoding `256` Added some documentation for svo_curves.h More... almost 10 years ago
Cleaned up CMakeLists.txt More... almost 10 years ago
Merging in mcloader.cpp from mc-demo branch back into master, this fixes a bug in the loader that makes unittests fail More... almost 10 years ago
Added overlap_open_close_range unittest More... almost 10 years ago
unittest now loads data in environment setup temporarily gutted unittest load_mca_region because it essentially loads the environment data again unittest entree_slices uses gtest environment data instead of loading the data again for itself call to svo_join_slices() is now using array instead of vector for the group More... almost 10 years ago
Changed svo_join_slices() to take an array of size 8 to make the input type clearer Fixed up svo_join_slices() while searching for bug in unittest entree_slices Fixed bug in unittest entree_slices; bug found in svo_find_joinable_groups_of_children() Added utility function overlap_open_close_range More... almost 10 years ago
Changed the scope of operator<< to ostream to namespace svo, as per https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md#teaching-google-test-how-to-print-your-values Added some sanity testing for slice More... almost 10 years ago
Travis CI scripts now use environment variable to control cmake build type download-and-build-libs-with-no-pkg.sh now delegates to download-and-build-glm.sh More... almost 10 years ago
Initial commit of mc-demo.cpp More... almost 10 years ago
Formatted load_mca_region.cpp Used all the chunks of the region for entree_slices.cpp travis config now downloads unittest data. updated codelite project files. More... almost 10 years ago
Fixed bug in serialization of buffer. serialization unittest now uses prng data for buffer More... almost 10 years ago
serialize_slice unittest merged into serialization made collections for some enum types moved typedef `svo_schema_t` to `svo_buffer.fwd.hpp` renamed svo_(un)serialize* stuff to (un)serialize*; they are in a namespace so the svo prefix is unnecessary. renamed and exposed some serialization functions to the header. added serialization unittests for each newly exposed function More... almost 10 years ago
Quoted PROJECT_PATH variable in scripts More... almost 10 years ago
Made .gitignore in the root More... almost 10 years ago
Added some useful helper scripts. More... almost 10 years ago
Exposing more serialization functions via the header Fixed bug in svo_unserialize_buffers() More... almost 10 years ago