# # ChangeLog for GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/sparse_hash_map.html # # Generated by Trac 0.12.3dev-r10799 # 06/29/24 07:32:54 Fri, 23 Feb 2007 17:37:15 GMT mattausch [2162] * GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh (modified) * GTP/trunk/Lib/Vis/Preprocessing/src/HashPvs.h (modified) * GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj (modified) * GTP/trunk/Lib/Vis/Preprocessing/src/RayCaster.h (modified) * GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj (modified) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/AUTHORS (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/COPYING (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/ChangeLog (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/INSTALL (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/Makefile.am (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/Makefile.in (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/NEWS (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/README (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/TODO (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/aclocal.m4 (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/compile (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/config.guess (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/config.sub (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/configure (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/configure.ac (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/depcomp (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/dense_hash_map.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/dense_hash_set.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/implementation.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/performance.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/sparse_hash_map.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/sparse_hash_set.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/doc/sparsetable.html (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/Makefile (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/README (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/example.c (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/libchash.c (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/experimental/libchash.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/hashtable_unittest.exe (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/hashtable_unittest.vcproj (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/install-sh (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/missing (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/mkinstalldirs (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/sparsehash.sln (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/sparsetable_unittest.vcproj (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/config.h.include (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/dense_hash_map (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/dense_hash_set (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparse_hash_map (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparse_hash_set (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash/config.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash/config.h.in (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash/densehashtable.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash/hash_fun.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsehash/sparsehashtable.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/google/sparsetable (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/hash_map.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/hashtable_unittest.cc (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/sparsetable_unittest.cc (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/sparsetable_unittest.expected (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/time_hash_map.cc (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/windows (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/windows/hash_fun.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/windows/hash_map.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/windows/stl_hash_fun.h (added) * GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/time_hash_map.vcproj (added) improved hash performance with google hashmap