Ignore:
Timestamp:
02/23/07 18:37:15 (17 years ago)
Author:
mattausch
Message:

improved hash performance with google hashmap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r2161 r2162  
    7272                                OptimizeForWindowsApplication="TRUE" 
    7373                                AdditionalIncludeDirectories="..\include;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;Timer" 
    74                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
     74                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_VERBOSE_PVS" 
    7575                                ExceptionHandling="TRUE" 
    7676                                RuntimeLibrary="2" 
     
    11511151                        </File> 
    11521152                        <File 
     1153                                RelativePath=".\sparsehash\src\google\dense_hash_map"> 
     1154                        </File> 
     1155                        <File 
     1156                                RelativePath=".\sparsehash\src\google\dense_hash_set"> 
     1157                        </File> 
     1158                        <File 
    11531159                                RelativePath=".\sparsehash\src\google\sparsehash\densehashtable.h"> 
    11541160                        </File> 
    11551161                        <File 
     1162                                RelativePath=".\sparsehash\src\google\sparsehash\hash_fun.h"> 
     1163                        </File> 
     1164                        <File 
    11561165                                RelativePath=".\sparsehash\src\windows\hash_fun.h"> 
    11571166                        </File> 
    11581167                        <File 
    1159                                 RelativePath=".\sparsehash\src\google\sparsehash\hash_fun.h"> 
    1160                         </File> 
    1161                         <File 
    11621168                                RelativePath=".\sparsehash\src\windows\hash_map.h"> 
    11631169                        </File> 
    11641170                        <File 
     1171                                RelativePath=".\sparsehash\src\google\sparse_hash_map"> 
     1172                        </File> 
     1173                        <File 
     1174                                RelativePath=".\sparsehash\src\google\sparse_hash_set"> 
     1175                        </File> 
     1176                        <File 
    11651177                                RelativePath=".\sparsehash\src\google\sparsehash\sparsehashtable.h"> 
     1178                        </File> 
     1179                        <File 
     1180                                RelativePath=".\sparsehash\src\google\sparsetable"> 
    11661181                        </File> 
    11671182                        <File 
Note: See TracChangeset for help on using the changeset viewer.