google_hash 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. data/ChangeLog.txt +2 -0
  2. data/VERSION +1 -1
  3. data/ext/clean.bat +0 -0
  4. data/ext/clean.sh +4 -0
  5. data/ext/extconf.rb +4 -5
  6. data/ext/go.bat +0 -0
  7. data/ext/sparsehash-2.0.2/AUTHORS +2 -0
  8. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/COPYING +0 -0
  9. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/ChangeLog +60 -0
  10. data/ext/sparsehash-2.0.2/INSTALL +365 -0
  11. data/ext/sparsehash-2.0.2/Makefile +1336 -0
  12. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/Makefile.am +97 -40
  13. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/Makefile.in +538 -256
  14. data/ext/sparsehash-2.0.2/NEWS +188 -0
  15. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/README +4 -10
  16. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/README_windows.txt +3 -3
  17. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/TODO +0 -0
  18. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/aclocal.m4 +266 -166
  19. data/ext/sparsehash-2.0.2/allocator.patch +31 -0
  20. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/config.guess +235 -234
  21. data/ext/sparsehash-2.0.2/config.status +1238 -0
  22. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/config.sub +198 -64
  23. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/configure +1118 -1000
  24. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/configure.ac +4 -5
  25. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/depcomp +136 -36
  26. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/dense_hash_map.html +182 -67
  27. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/dense_hash_set.html +173 -74
  28. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/designstyle.css +0 -6
  29. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/implementation.html +0 -0
  30. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/index.html +4 -5
  31. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/performance.html +1 -1
  32. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/sparse_hash_map.html +190 -58
  33. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/sparse_hash_set.html +180 -65
  34. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/doc/sparsetable.html +1 -1
  35. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/experimental/Makefile +0 -0
  36. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/experimental/README +0 -0
  37. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/experimental/example.c +1 -0
  38. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/experimental/libchash.c +1 -0
  39. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/experimental/libchash.h +1 -0
  40. data/ext/sparsehash-2.0.2/install-sh +520 -0
  41. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/m4/acx_pthread.m4 +34 -0
  42. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/m4/google_namespace.m4 +0 -0
  43. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/m4/namespaces.m4 +0 -0
  44. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/m4/stl_hash.m4 +0 -0
  45. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/m4/stl_hash_fun.m4 +0 -0
  46. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/missing +60 -44
  47. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb.sh +0 -0
  48. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/README +0 -0
  49. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/changelog +42 -0
  50. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/compat +0 -0
  51. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/control +1 -1
  52. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/copyright +5 -4
  53. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/docs +0 -0
  54. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/deb/rules +0 -0
  55. data/ext/sparsehash-2.0.2/packages/deb/sparsehash.dirs +5 -0
  56. data/ext/sparsehash-2.0.2/packages/deb/sparsehash.install +6 -0
  57. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/rpm.sh +1 -1
  58. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/packages/rpm/rpm.spec +5 -3
  59. data/ext/{sparsehash-1.8.1/google-sparsehash.sln → sparsehash-2.0.2/sparsehash.sln} +0 -0
  60. data/ext/sparsehash-2.0.2/src/config.h +132 -0
  61. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/config.h.in +0 -3
  62. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/config.h.include +0 -1
  63. data/ext/sparsehash-2.0.2/src/google/dense_hash_map +34 -0
  64. data/ext/sparsehash-2.0.2/src/google/dense_hash_set +34 -0
  65. data/ext/sparsehash-2.0.2/src/google/sparse_hash_map +34 -0
  66. data/ext/sparsehash-2.0.2/src/google/sparse_hash_set +34 -0
  67. data/ext/sparsehash-2.0.2/src/google/sparsehash/densehashtable.h +34 -0
  68. data/ext/sparsehash-2.0.2/src/google/sparsehash/hashtable-common.h +34 -0
  69. data/ext/sparsehash-2.0.2/src/google/sparsehash/libc_allocator_with_realloc.h +34 -0
  70. data/ext/sparsehash-2.0.2/src/google/sparsehash/sparsehashtable.h +34 -0
  71. data/ext/sparsehash-2.0.2/src/google/sparsetable +34 -0
  72. data/ext/sparsehash-2.0.2/src/google/template_util.h +34 -0
  73. data/ext/sparsehash-2.0.2/src/google/type_traits.h +34 -0
  74. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/hash_test_interface.h +64 -37
  75. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/hashtable_test.cc +415 -141
  76. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/libc_allocator_with_realloc_test.cc +16 -23
  77. data/ext/sparsehash-2.0.2/src/simple_compat_test.cc +106 -0
  78. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/simple_test.cc +8 -5
  79. data/ext/{sparsehash-1.8.1/src/google → sparsehash-2.0.2/src/sparsehash}/dense_hash_map +80 -37
  80. data/ext/{sparsehash-1.8.1/src/google → sparsehash-2.0.2/src/sparsehash}/dense_hash_set +64 -34
  81. data/ext/{sparsehash-1.8.1/src/google/sparsehash → sparsehash-2.0.2/src/sparsehash/internal}/densehashtable.h +247 -173
  82. data/ext/sparsehash-2.0.2/src/sparsehash/internal/hashtable-common.h +381 -0
  83. data/ext/{sparsehash-1.8.1/src/google/sparsehash → sparsehash-2.0.2/src/sparsehash/internal}/libc_allocator_with_realloc.h +5 -7
  84. data/ext/{sparsehash-1.8.1/src/google/sparsehash → sparsehash-2.0.2/src/sparsehash/internal}/sparsehashtable.h +154 -93
  85. data/ext/{sparsehash-1.8.1/src/google → sparsehash-2.0.2/src/sparsehash}/sparse_hash_map +96 -36
  86. data/ext/{sparsehash-1.8.1/src/google → sparsehash-2.0.2/src/sparsehash}/sparse_hash_set +85 -32
  87. data/ext/{sparsehash-1.8.1/src/google → sparsehash-2.0.2/src/sparsehash}/sparsetable +520 -258
  88. data/ext/sparsehash-2.0.2/src/sparsehash/template_util.h +134 -0
  89. data/ext/{sparsehash-1.8.1/src/google → sparsehash-2.0.2/src/sparsehash}/type_traits.h +153 -35
  90. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/sparsetable_unittest.cc +108 -22
  91. data/ext/sparsehash-2.0.2/src/stamp-h1 +1 -0
  92. data/ext/sparsehash-2.0.2/src/template_util_unittest.cc +134 -0
  93. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/testutil.h +16 -1
  94. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/time_hash_map.cc +259 -94
  95. data/ext/sparsehash-2.0.2/src/type_traits_unittest.cc +636 -0
  96. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/windows/config.h +4 -4
  97. data/ext/sparsehash-2.0.2/src/windows/google/sparsehash/sparseconfig.h +49 -0
  98. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/windows/port.cc +1 -0
  99. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/src/windows/port.h +4 -13
  100. data/ext/sparsehash-2.0.2/src/windows/sparsehash/internal/sparseconfig.h +49 -0
  101. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/vsprojects/hashtable_test/hashtable_test.vcproj +11 -11
  102. data/ext/sparsehash-2.0.2/vsprojects/libc_allocator_with_realloc_test/libc_allocator_with_realloc_test.vcproj +161 -0
  103. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/vsprojects/simple_test/simple_test.vcproj +10 -10
  104. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/vsprojects/sparsetable_unittest/sparsetable_unittest.vcproj +4 -4
  105. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/vsprojects/time_hash_map/time_hash_map.vcproj +10 -10
  106. data/ext/{sparsehash-1.8.1 → sparsehash-2.0.2}/vsprojects/type_traits_unittest/type_traits_unittest.vcproj +3 -3
  107. data/ext/spec.bat +0 -0
  108. data/ext/template/google_hash.cpp.erb +6 -5
  109. metadata +106 -86
  110. data/ext/sparsehash-1.8.1/AUTHORS +0 -2
  111. data/ext/sparsehash-1.8.1/INSTALL +0 -236
  112. data/ext/sparsehash-1.8.1/NEWS +0 -71
  113. data/ext/sparsehash-1.8.1/compile +0 -99
  114. data/ext/sparsehash-1.8.1/install-sh +0 -323
  115. data/ext/sparsehash-1.8.1/m4/stl_namespace.m4 +0 -25
  116. data/ext/sparsehash-1.8.1/mkinstalldirs +0 -158
  117. data/ext/sparsehash-1.8.1/packages/deb/sparsehash.dirs +0 -2
  118. data/ext/sparsehash-1.8.1/packages/deb/sparsehash.install +0 -2
  119. data/ext/sparsehash-1.8.1/src/google/sparsehash/hashtable-common.h +0 -178
  120. data/ext/sparsehash-1.8.1/src/type_traits_unittest.cc +0 -502
  121. data/ext/sparsehash-1.8.1/src/windows/google/sparsehash/sparseconfig.h +0 -32
@@ -105,6 +105,9 @@
105
105
  /* Define to the one symbol short name of this package. */
106
106
  #undef PACKAGE_TARNAME
107
107
 
108
+ /* Define to the home page for this package. */
109
+ #undef PACKAGE_URL
110
+
108
111
  /* Define to the version of this package. */
109
112
  #undef PACKAGE_VERSION
110
113
 
@@ -121,9 +124,6 @@
121
124
  /* Define to 1 if you have the ANSI C header files. */
122
125
  #define STDC_HEADERS 1
123
126
 
124
- /* the namespace where STL code like vector<> is defined */
125
- #define STL_NAMESPACE std
126
-
127
127
  /* Version number of package */
128
128
  #undef VERSION
129
129
 
@@ -141,7 +141,7 @@
141
141
 
142
142
  // This makes sure the definitions in config.h and sparseconfig.h match
143
143
  // up. If they don't, the compiler will complain about redefinition.
144
- #include <google/sparsehash/sparseconfig.h>
144
+ #include <sparsehash/internal/sparseconfig.h>
145
145
 
146
146
  // TODO(csilvers): include windows/port.h in every relevant source file instead?
147
147
  #include "windows/port.h"
@@ -0,0 +1,49 @@
1
+ /*
2
+ * NOTE: This file is for internal use only.
3
+ * Do not use these #defines in your own program!
4
+ */
5
+
6
+ /* Namespace for Google classes */
7
+ #define GOOGLE_NAMESPACE ::google
8
+
9
+ /* the location of the header defining hash functions */
10
+ #define HASH_FUN_H <hash_map>
11
+
12
+ /* the namespace of the hash<> function */
13
+ #define HASH_NAMESPACE stdext
14
+
15
+ /* Define to 1 if you have the <inttypes.h> header file. */
16
+ #undef HAVE_INTTYPES_H
17
+
18
+ /* Define to 1 if the system has the type `long long'. */
19
+ #define HAVE_LONG_LONG 1
20
+
21
+ /* Define to 1 if you have the `memcpy' function. */
22
+ #define HAVE_MEMCPY 1
23
+
24
+ /* Define to 1 if you have the <stdint.h> header file. */
25
+ #undef HAVE_STDINT_H
26
+
27
+ /* Define to 1 if you have the <sys/types.h> header file. */
28
+ #define HAVE_SYS_TYPES_H 1
29
+
30
+ /* Define to 1 if the system has the type `uint16_t'. */
31
+ #undef HAVE_UINT16_T
32
+
33
+ /* Define to 1 if the system has the type `u_int16_t'. */
34
+ #undef HAVE_U_INT16_T
35
+
36
+ /* Define to 1 if the system has the type `__uint16'. */
37
+ #define HAVE___UINT16 1
38
+
39
+ /* The system-provided hash function including the namespace. */
40
+ #define SPARSEHASH_HASH HASH_NAMESPACE::hash_compare
41
+
42
+ /* The system-provided hash function, in namespace HASH_NAMESPACE. */
43
+ #define SPARSEHASH_HASH_NO_NAMESPACE hash_compare
44
+
45
+ /* Stops putting the code inside the Google namespace */
46
+ #define _END_GOOGLE_NAMESPACE_ }
47
+
48
+ /* Puts following code inside the Google namespace */
49
+ #define _START_GOOGLE_NAMESPACE_ namespace google {
@@ -31,6 +31,7 @@
31
31
  * Author: Craig Silverstein
32
32
  */
33
33
 
34
+ #include <sparsehash/internal/sparseconfig.h>
34
35
  #ifndef WIN32
35
36
  # error You should only be including windows/port.cc in a windows environment!
36
37
  #endif
@@ -32,7 +32,7 @@
32
32
  *
33
33
  * These are some portability typedefs and defines to make it a bit
34
34
  * easier to compile this code -- in particular, unittests -- under VC++.
35
- * Other portability code is found in windows/google/sparsehash/sparseconfig.h.
35
+ * Other portability code is found in windows/sparsehash/internal/sparseconfig.h.
36
36
  *
37
37
  * Several of these are taken from glib:
38
38
  * http://developer.gnome.org/doc/API/glib/glib-windows-compatability-functions.html
@@ -41,6 +41,7 @@
41
41
  #ifndef SPARSEHASH_WINDOWS_PORT_H_
42
42
  #define SPARSEHASH_WINDOWS_PORT_H_
43
43
 
44
+ #include <sparsehash/internal/sparseconfig.h>
44
45
  #include "config.h"
45
46
 
46
47
  #ifdef WIN32
@@ -52,22 +53,12 @@
52
53
 
53
54
  // 4996: Yes, we're ok using the "unsafe" functions like _vsnprintf and fopen
54
55
  // 4127: We use "while (1)" sometimes: yes, we know it's a constant
55
- #pragma warning(disable:4996 4127)
56
+ // 4181: type_traits_test is explicitly testing 'qualifier applied to reference'
57
+ #pragma warning(disable:4996 4127 4181)
56
58
 
57
59
 
58
60
  // file I/O
59
- #define PATH_MAX 1024
60
- #define access _access
61
- #define getcwd _getcwd
62
- #define open _open
63
- #define read _read
64
- #define write _write
65
- #define lseek _lseek
66
- #define close _close
67
61
  #define unlink _unlink
68
- #define popen _popen
69
- #define pclose _pclose
70
-
71
62
  #define strdup _strdup
72
63
 
73
64
  // We can't just use _snprintf as a drop-in replacement, because it
@@ -0,0 +1,49 @@
1
+ /*
2
+ * NOTE: This file is for internal use only.
3
+ * Do not use these #defines in your own program!
4
+ */
5
+
6
+ /* Namespace for Google classes */
7
+ #define GOOGLE_NAMESPACE ::google
8
+
9
+ /* the location of the header defining hash functions */
10
+ #define HASH_FUN_H <hash_map>
11
+
12
+ /* the namespace of the hash<> function */
13
+ #define HASH_NAMESPACE stdext
14
+
15
+ /* Define to 1 if you have the <inttypes.h> header file. */
16
+ #undef HAVE_INTTYPES_H
17
+
18
+ /* Define to 1 if the system has the type `long long'. */
19
+ #define HAVE_LONG_LONG 1
20
+
21
+ /* Define to 1 if you have the `memcpy' function. */
22
+ #define HAVE_MEMCPY 1
23
+
24
+ /* Define to 1 if you have the <stdint.h> header file. */
25
+ #undef HAVE_STDINT_H
26
+
27
+ /* Define to 1 if you have the <sys/types.h> header file. */
28
+ #define HAVE_SYS_TYPES_H 1
29
+
30
+ /* Define to 1 if the system has the type `uint16_t'. */
31
+ #undef HAVE_UINT16_T
32
+
33
+ /* Define to 1 if the system has the type `u_int16_t'. */
34
+ #undef HAVE_U_INT16_T
35
+
36
+ /* Define to 1 if the system has the type `__uint16'. */
37
+ #define HAVE___UINT16 1
38
+
39
+ /* The system-provided hash function including the namespace. */
40
+ #define SPARSEHASH_HASH HASH_NAMESPACE::hash_compare
41
+
42
+ /* The system-provided hash function, in namespace HASH_NAMESPACE. */
43
+ #define SPARSEHASH_HASH_NO_NAMESPACE hash_compare
44
+
45
+ /* Stops putting the code inside the Google namespace */
46
+ #define _END_GOOGLE_NAMESPACE_ }
47
+
48
+ /* Puts following code inside the Google namespace */
49
+ #define _START_GOOGLE_NAMESPACE_ namespace google {
@@ -149,40 +149,40 @@
149
149
  RelativePath="..\..\src\windows\config.h">
150
150
  </File>
151
151
  <File
152
- RelativePath="..\..\src\google\dense_hash_map">
152
+ RelativePath="..\..\src\sparsehash\dense_hash_map">
153
153
  </File>
154
154
  <File
155
- RelativePath="..\..\src\google\dense_hash_set">
155
+ RelativePath="..\..\src\sparsehash\dense_hash_set">
156
156
  </File>
157
157
  <File
158
- RelativePath="..\..\src\google\sparsehash\densehashtable.h">
158
+ RelativePath="..\..\src\sparsehash\sparsehash\densehashtable.h">
159
159
  </File>
160
160
  <File
161
161
  RelativePath="..\..\src\windows\port.h">
162
162
  </File>
163
163
  <File
164
- RelativePath="..\..\src\google\sparse_hash_map">
164
+ RelativePath="..\..\src\sparsehash\sparse_hash_map">
165
165
  </File>
166
166
  <File
167
- RelativePath="..\..\src\google\sparse_hash_set">
167
+ RelativePath="..\..\src\sparsehash\sparse_hash_set">
168
168
  </File>
169
169
  <File
170
- RelativePath="..\..\src\windows\google\sparsehash\sparseconfig.h">
170
+ RelativePath="..\..\src\windows\sparsehash\internal\sparseconfig.h">
171
171
  </File>
172
172
  <File
173
- RelativePath="..\..\src\google\sparsehash\sparsehashtable.h">
173
+ RelativePath="..\..\src\sparsehash\internal\sparsehashtable.h">
174
174
  </File>
175
175
  <File
176
- RelativePath="..\..\src\google\sparsehash\hashtable-common.h">
176
+ RelativePath="..\..\src\sparsehash\internal\hashtable-common.h">
177
177
  </File>
178
178
  <File
179
- RelativePath="..\..\src\google\sparsetable">
179
+ RelativePath="..\..\src\sparsehash\sparsetable">
180
180
  </File>
181
181
  <File
182
- RelativePath="..\..\src\google\sparsehash\libc_allocator_with_realloc.h">
182
+ RelativePath="..\..\src\sparsehash\internal\libc_allocator_with_realloc.h">
183
183
  </File>
184
184
  <File
185
- RelativePath="..\..\src\google\type_traits.h">
185
+ RelativePath="..\..\src\sparsehash\type_traits.h">
186
186
  </File>
187
187
  <File
188
188
  RelativePath="..\..\src\testutil.h">
@@ -0,0 +1,161 @@
1
+ <?xml version="1.0" encoding="Windows-1252"?>
2
+ <VisualStudioProject
3
+ ProjectType="Visual C++"
4
+ Version="7.10"
5
+ Name="libc_allocator_with_realloc_test"
6
+ ProjectGUID="{FCDB3718-F01C-4DE4-B9F5-E10F2C5C0539}"
7
+ Keyword="Win32Proj">
8
+ <Platforms>
9
+ <Platform
10
+ Name="Win32"/>
11
+ </Platforms>
12
+ <Configurations>
13
+ <Configuration
14
+ Name="Debug|Win32"
15
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
16
+ IntermediateDirectory="$(ConfigurationName)"
17
+ ConfigurationType="1"
18
+ CharacterSet="2">
19
+ <Tool
20
+ Name="VCCLCompilerTool"
21
+ Optimization="0"
22
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
23
+ MinimalRebuild="TRUE"
24
+ BasicRuntimeChecks="3"
25
+ RuntimeLibrary="5"
26
+ UsePrecompiledHeader="0"
27
+ WarningLevel="3"
28
+ DebugInformationFormat="4"/>
29
+ <Tool
30
+ Name="VCCustomBuildTool"/>
31
+ <Tool
32
+ Name="VCLinkerTool"
33
+ OutputFile="$(OutDir)/libc_allocator_with_realloc_test.exe"
34
+ LinkIncremental="2"
35
+ GenerateDebugInformation="TRUE"
36
+ ProgramDatabaseFile="$(OutDir)/libc_allocator_with_realloc_test.pdb"
37
+ SubSystem="1"
38
+ TargetMachine="1"/>
39
+ <Tool
40
+ Name="VCMIDLTool"/>
41
+ <Tool
42
+ Name="VCPostBuildEventTool"/>
43
+ <Tool
44
+ Name="VCPreBuildEventTool"/>
45
+ <Tool
46
+ Name="VCPreLinkEventTool"/>
47
+ <Tool
48
+ Name="VCResourceCompilerTool"/>
49
+ <Tool
50
+ Name="VCWebServiceProxyGeneratorTool"/>
51
+ <Tool
52
+ Name="VCXMLDataGeneratorTool"/>
53
+ <Tool
54
+ Name="VCWebDeploymentTool"/>
55
+ <Tool
56
+ Name="VCManagedWrapperGeneratorTool"/>
57
+ <Tool
58
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59
+ </Configuration>
60
+ <Configuration
61
+ Name="Release|Win32"
62
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
63
+ IntermediateDirectory="$(ConfigurationName)"
64
+ ConfigurationType="1"
65
+ CharacterSet="2">
66
+ <Tool
67
+ Name="VCCLCompilerTool"
68
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
69
+ RuntimeLibrary="4"
70
+ UsePrecompiledHeader="0"
71
+ WarningLevel="3"
72
+ DebugInformationFormat="3"/>
73
+ <Tool
74
+ Name="VCCustomBuildTool"/>
75
+ <Tool
76
+ Name="VCLinkerTool"
77
+ OutputFile="$(OutDir)/libc_allocator_with_realloc_test.exe"
78
+ LinkIncremental="1"
79
+ GenerateDebugInformation="TRUE"
80
+ SubSystem="1"
81
+ OptimizeReferences="2"
82
+ EnableCOMDATFolding="2"
83
+ TargetMachine="1"/>
84
+ <Tool
85
+ Name="VCMIDLTool"/>
86
+ <Tool
87
+ Name="VCPostBuildEventTool"/>
88
+ <Tool
89
+ Name="VCPreBuildEventTool"/>
90
+ <Tool
91
+ Name="VCPreLinkEventTool"/>
92
+ <Tool
93
+ Name="VCResourceCompilerTool"/>
94
+ <Tool
95
+ Name="VCWebServiceProxyGeneratorTool"/>
96
+ <Tool
97
+ Name="VCXMLDataGeneratorTool"/>
98
+ <Tool
99
+ Name="VCWebDeploymentTool"/>
100
+ <Tool
101
+ Name="VCManagedWrapperGeneratorTool"/>
102
+ <Tool
103
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
104
+ </Configuration>
105
+ </Configurations>
106
+ <References>
107
+ </References>
108
+ <Files>
109
+ <Filter
110
+ Name="Source Files"
111
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
112
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
113
+ <File
114
+ RelativePath="..\..\src\libc_allocator_with_realloc_test.cc">
115
+ <FileConfiguration
116
+ Name="Debug|Win32">
117
+ <Tool
118
+ Name="VCCLCompilerTool"
119
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"/>
120
+ </FileConfiguration>
121
+ <FileConfiguration
122
+ Name="Release|Win32">
123
+ <Tool
124
+ Name="VCCLCompilerTool"
125
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"/>
126
+ </FileConfiguration>
127
+ </File>
128
+ <File
129
+ RelativePath="..\..\src\windows\port.cc">
130
+ <FileConfiguration
131
+ Name="Debug|Win32">
132
+ <Tool
133
+ Name="VCCLCompilerTool"
134
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"/>
135
+ </FileConfiguration>
136
+ <FileConfiguration
137
+ Name="Release|Win32">
138
+ <Tool
139
+ Name="VCCLCompilerTool"
140
+ AdditionalIncludeDirectories="..\..\src\windows; ..\..\src"/>
141
+ </FileConfiguration>
142
+ </File>
143
+ </Filter>
144
+ <Filter
145
+ Name="Header Files"
146
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
147
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
148
+ <File
149
+ RelativePath="..\..\src\windows\config.h">
150
+ </File>
151
+ <File
152
+ RelativePath="..\..\src\windows\port.h">
153
+ </File>
154
+ <File
155
+ RelativePath="..\..\src\sparsehash\internal\libc_allocator_with_realloc.h">
156
+ </File>
157
+ </Filter>
158
+ </Files>
159
+ <Globals>
160
+ </Globals>
161
+ </VisualStudioProject>
@@ -149,37 +149,37 @@
149
149
  RelativePath="..\..\src\windows\config.h">
150
150
  </File>
151
151
  <File
152
- RelativePath="..\..\src\google\dense_hash_map">
152
+ RelativePath="..\..\src\sparsehash\dense_hash_map">
153
153
  </File>
154
154
  <File
155
- RelativePath="..\..\src\google\dense_hash_set">
155
+ RelativePath="..\..\src\sparsehash\dense_hash_set">
156
156
  </File>
157
157
  <File
158
- RelativePath="..\..\src\google\sparsehash\densehashtable.h">
158
+ RelativePath="..\..\src\sparsehash\internal\densehashtable.h">
159
159
  </File>
160
160
  <File
161
161
  RelativePath="..\..\src\windows\port.h">
162
162
  </File>
163
163
  <File
164
- RelativePath="..\..\src\google\sparse_hash_map">
164
+ RelativePath="..\..\src\sparsehash\sparse_hash_map">
165
165
  </File>
166
166
  <File
167
- RelativePath="..\..\src\google\sparse_hash_set">
167
+ RelativePath="..\..\src\sparsehash\sparse_hash_set">
168
168
  </File>
169
169
  <File
170
- RelativePath="..\..\src\windows\google\sparsehash\sparseconfig.h">
170
+ RelativePath="..\..\src\windows\sparsehash\internal\sparseconfig.h">
171
171
  </File>
172
172
  <File
173
- RelativePath="..\..\src\google\sparsehash\sparsehashtable.h">
173
+ RelativePath="..\..\src\sparsehash\internal\sparsehashtable.h">
174
174
  </File>
175
175
  <File
176
- RelativePath="..\..\src\google\sparsetable">
176
+ RelativePath="..\..\src\sparsehash\sparsetable">
177
177
  </File>
178
178
  <File
179
- RelativePath="..\..\src\google\sparsehash\libc_allocator_with_realloc.h">
179
+ RelativePath="..\..\src\sparsehash\internal\libc_allocator_with_realloc.h">
180
180
  </File>
181
181
  <File
182
- RelativePath="..\..\src\google\type_traits.h">
182
+ RelativePath="..\..\src\sparsehash\type_traits.h">
183
183
  </File>
184
184
  </Filter>
185
185
  </Files>
@@ -152,16 +152,16 @@
152
152
  RelativePath="..\..\src\windows\port.h">
153
153
  </File>
154
154
  <File
155
- RelativePath="..\..\src\windows\google\sparsehash\sparseconfig.h">
155
+ RelativePath="..\..\src\windows\sparsehash\internal\sparseconfig.h">
156
156
  </File>
157
157
  <File
158
- RelativePath="..\..\src\google\sparsehash\sparsehashtable.h">
158
+ RelativePath="..\..\src\sparsehash\internal\sparsehashtable.h">
159
159
  </File>
160
160
  <File
161
- RelativePath="..\..\src\google\sparsetable">
161
+ RelativePath="..\..\src\sparsehash\sparsetable">
162
162
  </File>
163
163
  <File
164
- RelativePath="..\..\src\google\type_traits.h">
164
+ RelativePath="..\..\src\sparsehash\type_traits.h">
165
165
  </File>
166
166
  </Filter>
167
167
  </Files>