| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
test_suite_runner: Optimize test runner scheduling and memory (#3492) * test_suite_runner: Optimize test runner scheduling and memory Replace FixedThreadPool with an atomic task index and isolated per-worker sandboxes. This eliminates thread synchronization locks, removes intermediate heap churn via worker temp arenas, and prevents file collisions. * ensure invalid test directives properly register as test failures * Skip CI on docs-only PR pushes Add a changes gate job using dorny/paths-filter that inspects only the latest push diff (not the full PR diff). All build jobs are skipped when only .md/LICENSE/.gitignore files were changed. Push and workflow_dispatch events always bypass the gate. * fix: iOS simulator startup is slow | 6 天前 | |
seems emscripten defaults to out/ directory now | 19 天前 | |
Ability to fetch macOS SDK (#3355) * macos sdk first steps * display available hardcoded SDKs * add selection and download pkg, now xar unpacking * load xar file header and toc * load file information * add xz, wuffs extraction and fix xar * implement cpio extraction * make cpio output more shallow * sdk is now installable * autodetect SDK * fix case when SDK was missing * add fetching sdk list dynamically * implement windows support * fix implicit function declaration * improve CLI experience * Some cleanup. * ensure null checks on strstr and friends * improve fetching logic and set up work dir when required * simplify cpio extraction logic * just in case ensure symlink dest is set --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com> | 1 个月前 | |
add c3fmt to release workflows (#3308) | 2 个月前 | |
Ability to fetch macOS SDK (#3355) * macos sdk first steps * display available hardcoded SDKs * add selection and download pkg, now xar unpacking * load xar file header and toc * load file information * add xz, wuffs extraction and fix xar * implement cpio extraction * make cpio output more shallow * sdk is now installable * autodetect SDK * fix case when SDK was missing * add fetching sdk list dynamically * implement windows support * fix implicit function declaration * improve CLI experience * Some cleanup. * ensure null checks on strstr and friends * improve fetching logic and set up work dir when required * simplify cpio extraction logic * just in case ensure symlink dest is set --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com> | 1 个月前 | |
linux: fix musl linking and warn on dynamic glibc cross-compilation ### `c3c ... -linux-libc=musl` - warn user if they are in a glibc system compiling with `-linux-libc=musl` that they should use the builtin linker - warn user if they are dynamically linking in a glibc system. - warn user if they are statically linking against glibc, reminding them to use musl instead. | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 天前 | ||
| 19 天前 | ||
| 1 个月前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 3 个月前 |