File tree
160 files changed
+4352
-8584
lines changed- 3rdparty
- dxc
- 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.
160 files changed
+4352
-8584
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + |
Lines changed: 45 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
197 | 196 |
| |
198 | 197 |
| |
199 | 198 |
| |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
204 | 237 |
| |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 | 238 |
| |
226 | 239 |
| |
227 | 240 |
| |
| |||
275 | 288 |
| |
276 | 289 |
| |
277 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
278 | 297 |
| |
279 | 298 |
| |
280 | 299 |
| |
| |||
391 | 410 |
| |
392 | 411 |
| |
393 | 412 |
| |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 | 413 |
| |
399 | 414 |
| |
400 | 415 |
| |
| |||
403 | 418 |
| |
404 | 419 |
| |
405 | 420 |
| |
406 |
| - | |
| 421 | + | |
407 | 422 |
| |
408 | 423 |
| |
409 | 424 |
| |
|
Submodule git-version-tracking added at d284b01
Submodule libdeflate added at 495a006
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
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
159 |
| - | |
| 158 | + | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
|
Whitespace-only changes.
0 commit comments