File tree
151 files changed
+3802
-8446
lines changed- 3rdparty
- include
- nbl
- asset
- bawformat
- blobs
- filters
- dithering
- interchange
- utils
- builtin/hlsl
- bda
- cpp_compat
- fft
- glsl_compat
- sort
- spirv_intrinsics
- subgroup
- workgroup
- config
- core
- algorithm
- decl
- hash
- util
- system
- video
- utilities
- src/nbl
- asset
- bawformat
- legacy
- interchange
- utils
- builtin
- device
- ext/ImGui
- video
- device_capabilities
- tools/xxHash256
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
151 files changed
+3802
-8446
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + |
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
278 | 284 |
| |
279 | 285 |
| |
280 | 286 |
| |
|
Submodule git-version-tracking added at 6980df4
Submodule parallel-hashmap updated 53 files
- .appveyor.yml-57
- .github/workflows/linux.yml+37
- .github/workflows/macos.yml+37
- .github/workflows/windows.yml+35
- .gitignore+4
- .travis.yml-118
- CMakeLists.txt+132-52
- README.md+35-25
- cmake/CMakeLists.txt.in+2-2
- cmake/DownloadGTest.cmake+6
- cmake/helpers.cmake+1-2
- doc/new_release.md+41
- examples/basic.cc+6-1
- examples/bench.cc+7-6
- examples/dump_load.cc+4-4
- examples/dump_nested.cc+6-6
- examples/hash.cc+48
- examples/hash_bench.cc+127
- examples/lazy_emplace_l.cc+45
- examples/llil.cc+454
- examples/llil4map.cc+507
- examples/llil_utils/gen-llil.pl+52
- examples/llil_utils/gen_files+34
- examples/llil_utils/run_llil4map+4
- examples/llil_utils/shuffle.pl+6
- examples/matt.cc+3-2
- examples/mt_word_counter.cc+84
- examples/p_bench.cc+190
- examples/pmr.cc+33
- examples/serialize.cc+95-15
- parallel_hashmap/btree.h+96-70
- parallel_hashmap/conanfile.py-36
- parallel_hashmap/phmap.h+867-374
- parallel_hashmap/phmap_base.h+247-306
- parallel_hashmap/phmap_bits.h+20-19
- parallel_hashmap/phmap_config.h+57-42
- parallel_hashmap/phmap_dump.h+151-66
- parallel_hashmap/phmap_fwd_decl.h+32
- parallel_hashmap/phmap_utils.h+56-25
- phmap_gdb.py+201
- phmap_lldb.py+17-6
- tests/btree_test.cc+36-48
- tests/btree_test.h+28-28
- tests/compressed_tuple_test.cc-201
- tests/dump_load_test.cc+7-7
- tests/erase_if_test.cc+52
- tests/flat_hash_map_test.cc+11-1
- tests/parallel_flat_hash_map_mutex_test.cc+2
- tests/parallel_flat_hash_set_test.cc+2-1
- tests/parallel_hash_map_test.cc+138-76
- tests/parallel_hash_set_test.cc+136
- tests/raw_hash_set_allocator_test.cc+2-1
- tests/raw_hash_set_test.cc+17-48
Whitespace-only changes.
Submodule examples_tests updated 101 files
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 |
| |
21 | 28 |
| |
22 | 29 |
| |
|
Lines changed: 23 additions & 128 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 26 | + | |
| 27 | + | |
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
| |||
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 | 43 |
| |
52 | 44 |
| |
53 | 45 |
| |
| |||
78 | 70 |
| |
79 | 71 |
| |
80 | 72 |
| |
81 |
| - | |
82 | 73 |
| |
83 | 74 |
| |
84 | 75 |
| |
| |||
155 | 146 |
| |
156 | 147 |
| |
157 | 148 |
| |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 149 | + | |
| 150 | + | |
171 | 151 |
| |
172 | 152 |
| |
173 | 153 |
| |
174 | 154 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
| 155 | + | |
| 156 | + | |
187 | 157 |
| |
188 |
| - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
189 | 161 |
| |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
202 | 165 |
| |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
| 166 | + | |
214 | 167 |
| |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
| 168 | + | |
| 169 | + | |
219 | 170 |
| |
220 | 171 |
| |
221 | 172 |
| |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
| 173 | + | |
281 | 174 |
| |
282 | 175 |
| |
283 | 176 |
| |
284 |
| - | |
285 |
| - | |
286 |
| - | |
| 177 | + | |
287 | 178 |
| |
288 |
| - | |
289 |
| - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
290 | 182 |
| |
291 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
292 | 187 |
| |
293 | 188 |
| |
294 | 189 |
|
0 commit comments