File tree
13 files changed
+42
-41
lines changed- dependencies
- imgui
- igneous/src
- gui
- physics
- renderer
- samples/sandbox/src/ecs/systems/sky
- tools/ziggurat
13 files changed
+42
-41
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Submodule bgfx.cmake updated from 018bbc4 to f23cf9b
- .github/FUNDING.yml+12
- .gitignore+3
- .travis.yml+2-2
- AUTHORS+6-6
- BUILD.bazel+9
- CMakeLists.txt+3-2
- CONTRIBUTING.md
- README.md+31-16
- TODO+18-13
- WORKSPACE+41
- appveyor.yml+26-7
- bazel/BUILD.bazel+1
- bazel/copts.bzl+10
- conanfile.py+4
- docs/CMakeLists.txt+1-2
- docs/md/core.md+17
- docs/md/entity.md+337-200
- docs/md/faq.md+108
- docs/md/links.md+13-6
- docs/md/meta.md+165-68
- docs/md/signal.md+104-72
- single_include/entt/entt.hpp+5.6k-4.7k
- src/entt/config/config.h+8-5
- src/entt/config/version.h+3-3
- src/entt/core/algorithm.hpp+76-11
- src/entt/core/family.hpp+4-3
- src/entt/core/hashed_string.hpp+59-19
- src/entt/core/monostate.hpp+3-4
- src/entt/core/type_traits.hpp+59-10
- src/entt/core/utility.hpp+20-2
- src/entt/entity/actor.hpp+44-17
- src/entt/entity/entity.hpp+11-6
- src/entt/entity/fwd.hpp+12-1
- src/entt/entity/group.hpp+187-109
- src/entt/entity/helper.hpp+8-81
- src/entt/entity/observer.hpp+438
- src/entt/entity/prototype.hpp-483
- src/entt/entity/registry.hpp+433-280
- src/entt/entity/runtime_view.hpp+14-32
- src/entt/entity/snapshot.hpp+24-22
- src/entt/entity/sparse_set.hpp+125-60
- src/entt/entity/storage.hpp+125-119
- src/entt/entity/utility.hpp+46
- src/entt/entity/view.hpp+142-37
- src/entt/entt.hpp+3-1
- src/entt/locator/locator.hpp+6-6
- src/entt/meta/factory.hpp+406-165
- src/entt/meta/meta.hpp+372-528
- src/entt/meta/policy.hpp+27
- src/entt/resource/cache.hpp+37-3
- src/entt/resource/handle.hpp+22-22
- src/entt/signal/delegate.hpp+74-49
- src/entt/signal/dispatcher.hpp+14-14
- src/entt/signal/emitter.hpp+2-2
- src/entt/signal/fwd.hpp+2-2
- src/entt/signal/sigh.hpp+303-215
- test/BUILD.bazel
- test/CMakeLists.txt+1-1
- test/benchmark/BUILD.bazel+11
- test/benchmark/benchmark.cpp+10-20
- test/entt/BUILD.bazel
- test/entt/core/BUILD.bazel+71
- test/entt/core/algorithm.cpp+64
- test/entt/core/hashed_string.cpp+64
- test/entt/core/type_traits.cpp+2-2
- test/entt/core/utility.cpp+7
- test/entt/entity/BUILD.bazel+121
- test/entt/entity/actor.cpp+35-2
- test/entt/entity/entity.cpp+7-3
- test/entt/entity/group.cpp+138-45
- test/entt/entity/helper.cpp+4-61
- test/entt/entity/observer.cpp+283
- test/entt/entity/prototype.cpp-161
- test/entt/entity/registry.cpp+313-38
- test/entt/entity/runtime_view.cpp+8-16
- test/entt/entity/snapshot.cpp+23-2
- test/entt/entity/sparse_set.cpp+385-206
- test/entt/entity/storage.cpp+485-412
- test/entt/entity/view.cpp+72-18
- test/entt/locator/BUILD.bazel+11
- test/entt/meta/BUILD.bazel+11
- test/entt/meta/meta.cpp+684-288
- test/entt/process/BUILD.bazel+21
- test/entt/resource/BUILD.bazel+11
- test/entt/resource/resource.cpp+44-1
- test/entt/signal/BUILD.bazel+41
- test/entt/signal/delegate.cpp+111-49
- test/entt/signal/dispatcher.cpp+2-2
- test/entt/signal/sigh.cpp+169-90
- test/lib/BUILD.bazel+16
- test/lib/a_module.cpp+2-2
- test/lib/another_module.cpp+2-2
- test/lib/lib.cpp+10-9
- test/mod/BUILD.bazel+12
- test/mod/mod.cpp+18-17
- test/snapshot/BUILD.bazel+12
- .clang-format+1-1
- .travis.yml+1
- CMakeLists.txt+23-14
- README.md+31-30
- appveyor.yml+4-2
- bench/CMakeLists.txt+8-3
- bench/Makefile+13-9
- bench/async_bench.cpp+15-13
- bench/bench.cpp+82-31
- bench/formatter-bench.cpp+92
- bench/latency.cpp+111-119
- bench/spdlog-async.cpp-77
- cmake/Config.cmake.in+7
- example/example.cpp+73-81
- example/example.vcxproj-1
- example/multisink.cpp+2-1
- include/spdlog/async.h+7-7
- include/spdlog/common.h+87-30
- include/spdlog/details/async_logger_impl.h+4-4
- include/spdlog/details/file_helper.h+1-1
- include/spdlog/details/fmt_helper.h+49-54
- include/spdlog/details/log_msg.h+16-10
- include/spdlog/details/logger_impl.h+77-19
- include/spdlog/details/os.h+5-6
- include/spdlog/details/pattern_formatter.h+666-104
- include/spdlog/details/periodic_worker.h+1-1
- include/spdlog/details/registry.h+84-13
- include/spdlog/details/thread_pool.h+22-12
- include/spdlog/fmt/bin_to_hex.h+2-2
- include/spdlog/fmt/bundled/chrono.h+452
- include/spdlog/fmt/bundled/color.h+577
- include/spdlog/fmt/bundled/colors.h-257
- include/spdlog/fmt/bundled/core.h+427-427
- include/spdlog/fmt/bundled/format-inl.h+305-199
- include/spdlog/fmt/bundled/format.h+650-815
- include/spdlog/fmt/bundled/locale.h+77
- include/spdlog/fmt/bundled/ostream.h+8-12
- include/spdlog/fmt/bundled/posix.h+2-2
- include/spdlog/fmt/bundled/printf.h+248-119
- include/spdlog/fmt/bundled/time.h+21-17
- include/spdlog/logger.h+31-10
- include/spdlog/sinks/android_sink.h+5-1
- include/spdlog/sinks/ansicolor_sink.h+4
- include/spdlog/sinks/basic_file_sink.h+5-1
- include/spdlog/sinks/daily_file_sink.h+6-2
- include/spdlog/sinks/dist_sink.h+4
- include/spdlog/sinks/msvc_sink.h+4
- include/spdlog/sinks/null_sink.h+21
- include/spdlog/sinks/ostream_sink.h+4
- include/spdlog/sinks/rotating_file_sink.h+155-150
- include/spdlog/sinks/sink.h+1-1
- include/spdlog/sinks/stdout_color_sinks.h+3
- include/spdlog/sinks/stdout_sinks.h+4-1
- include/spdlog/sinks/syslog_sink.h+5-2
- include/spdlog/sinks/wincolor_sink.h+4
- include/spdlog/spdlog.h+232-27
- include/spdlog/tweakme.h+25-3
- include/spdlog/version.h+2-2
- tests/CMakeLists.txt+4-4
- tests/includes.h+2-3
- tests/test_errors.cpp
- tests/test_file_helper.cpp+2-3
- tests/test_file_logging.cpp
- tests/test_fmt_helper.cpp+23-2
- tests/test_macros.cpp+17-16
- tests/test_misc.cpp+50-10
- tests/test_pattern_formatter.cpp+140-8
- tests/test_registry.cpp+47-10
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
| 180 | + | |
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
| 95 | + | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
290 |
| - | |
| 289 | + | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
| 298 | + | |
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
302 |
| - | |
| 302 | + | |
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
314 |
| - | |
| 314 | + | |
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
| 318 | + | |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
| 321 | + | |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
| 335 | + | |
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 |
| - | |
| 362 | + | |
363 | 363 |
| |
364 | 364 |
| |
365 |
| - | |
| 365 | + | |
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments