mirror of
https://github.com/open-goal/jak-project.git
synced 2024-12-01 02:10:46 +00:00
9c631e11fe
This solves two main problems: - the looming threat of running out of memory since every thread would consume duplicate (and probably not needed) resources - though I will point out, jak 2's offline tests seem to hardly use any memory even with 400+ files, duplicated across many threads. Where as jak 1 does indeed use tons more memory. So I think there is something going on besides just the source files - condense the output so it's much easier to see what is happening / how close the test is to completing. - one annoying thing about the multiple thread change was errors were typically buried far in the middle of the output, this fixes that - refactors the offline test code in general to be a lot more modular The pretty printing is not enabled by default, run with `-p` or `--pretty-print` if you want to use it https://user-images.githubusercontent.com/13153231/205513212-a65c20d4-ce36-44f6-826a-cd475505dbf9.mp4
29 lines
961 B
YAML
29 lines
961 B
YAML
third-party/glfw:
|
|
sha: df8d7bc892937a8b0f7c604c92a9f64f383cf48c
|
|
third-party/googletest:
|
|
sha: 14aa11db02d9851d957f93ef9fddb110c1aafdc6
|
|
third-party/zydis:
|
|
sha: 562a7c1e5f2c5017ea882ad0aa3360c465a3eb8f
|
|
third-party/discord-rpc:
|
|
sha: 963aa9f3e5ce81a4682c6ca3d136cddda614db33
|
|
third-party/fpng:
|
|
sha: bfe5f9c69e93b99b31268c10db8e645c9125a07f
|
|
modifications:
|
|
- "PR #1632 - Fixes Unicode path saving on windows"
|
|
third-party/CLI11.hpp:
|
|
git: https://github.com/CLIUtils/CLI11/tree/v2.2.0
|
|
third-party/xxhash.hpp:
|
|
git: https://github.com/RedSpah/xxhash_cpp/tree/0.7.3
|
|
third-party/xdelta3:
|
|
sha: 7508fd2a823443b1f0173ca361620f21d62a7d37
|
|
third-party/stb_image:
|
|
modifications:
|
|
- "PR #1632 - Uses UTF-8 on windows"
|
|
third-party/tiny_gltf:
|
|
modifications:
|
|
- "PR #1632 - Ensure stb_image is using UTF-8 on windows"
|
|
third-party/SQLiteCpp:
|
|
sha: c68f651a10a335fe3c24c31baa64f1d9b97d68be
|
|
third-party/fmt:
|
|
git: https://github.com/fmtlib/fmt/tree/9.1.0
|