Campbell Jones serebit · he/him
serebit commented on issue smolweb/smolweb-validator#4 2026年07月10日 19:36:53 +02:00
SVG tags marked as invalid

Would you be fine with a mention of that in the docs? I can open a PR to add one.

serebit pushed to main at serebit/vkcheck 2026年06月20日 23:11:30 +02:00
d42951a18b
feat(exts): Add VK 1.4.352 and 1.4.353 exts
serebit pushed to main at serebit/vkcheck 2026年06月15日 23:08:01 +02:00
9e172ec4bb
fix(gui): Better handling of large amounts of profiles
2e9053a640
fix(gui): Device info dropdown open by default
4f06bd09e9
fix(profiles): Remove extra newline from start of profile log
d7432aeaf2
perf(gui): Improve hitching on resize
c7b48c8882
refactor: Remove unused function
Compare 8 commits »
serebit pushed to main at serebit/vkcheck 2026年06月06日 18:45:19 +02:00
942496144a
ci: Don't execute any per-matrix tasks in parallel
serebit closed issue serebit/vkcheck#1 2026年06月06日 18:42:48 +02:00
Support headless information dumping in ideally a parseable format.
serebit commented on issue serebit/vkcheck#1 2026年06月06日 18:42:48 +02:00
Support headless information dumping in ideally a parseable format.

Resolved via 1a2bfba48c.

serebit pushed to main at serebit/vkcheck 2026年06月05日 17:39:05 +02:00
1a2bfba48c
feat: Add dump subcommand for exporting a JSON summary
076541bfc5
feat(lib): Add summary API
d2948423e6
chore: Update .clang-format and reformat code
d8a571b2c8
feat: Add --help and --version cli options
Compare 4 commits »
serebit pushed to summary at serebit/vkcheck 2026年06月04日 23:09:18 +02:00
d2948423e6
chore: Update .clang-format and reformat code
d8a571b2c8
feat: Add --help and --version cli options
Compare 2 commits »
serebit created branch summary in serebit/vkcheck 2026年06月04日 23:09:18 +02:00
serebit commented on issue serebit/vkcheck#1 2026年05月22日 15:15:06 +02:00
Support headless information dumping in ideally a parseable format.

Do you have any preference on which data formats to include? I'm fine with just JSON (and I'd prefer to avoid XML) but I'm open to other formats.

serebit pushed to main at serebit/vkcheck 2026年05月08日 06:52:25 +02:00
8e3de7b692
feat: Update Vulkan extensions to v1.4.351
serebit pushed to main at serebit/vkcheck 2026年05月02日 03:41:38 +02:00
c10cb1da2e
build: Install headers and pkgconfig, don't install libimgui
7be72afc17
fix: Restore display of profile error logs
Compare 2 commits »
serebit pushed to main at serebit/vkcheck 2026年05月02日 02:34:11 +02:00
235490fb77
build: Add explicit dependency on vulkan-utility-libraries
serebit pushed to main at serebit/vkcheck 2026年05月01日 22:49:52 +02:00
1db500aa4d
fix: Greatly improve error handling in libvkcheck
serebit pushed to main at serebit/vkcheck 2026年05月01日 22:48:04 +02:00
d014017f99
fix: Greatly improve error handling in libvkcheck
f7ddcf629a
docs(readme): Add features, screenshot, logo, and expand copyright
e16b02da3c
feat: Add Vulkan 1.4.350 extensions
Compare 3 commits »
serebit pushed to main at serebit/vkcheck 2026年04月30日 00:29:24 +02:00
681fc13c0c
fix: Show Vulkan error name instead of just int representation
serebit deleted branch windows from serebit/vkcheck 2026年04月30日 00:10:46 +02:00
serebit pushed to main at serebit/vkcheck 2026年04月30日 00:08:20 +02:00
bf4753603c
feat: Add best-effort Windows support
2366429ab4
docs(readme): Clarify SDK version requirement, fix proj name case
6d173e6559
build: Add check to ensure Vulkan SDK version matches system Vulkan
2788d2d73a
fix(appstream): Update application categories
4bfa4c10cf
refactor: Use stdint types
Compare 6 commits »
serebit pushed to windows at serebit/vkcheck 2026年04月28日 19:28:40 +02:00
023dbffcf2
build: Link against stdc++exp if Win host and GCC compiler
serebit pushed to windows at serebit/vkcheck 2026年04月28日 18:49:12 +02:00
2a98ccd086
refactor: Clean up Windows-centric changes