ghc::filesystem Release v1.5.16

2026-07-19 12:56

Today I released v1.5.16 of ghc::filesystem , my implementation of C++17 std::filesystem for C++11, C++14, C++17 and C++20.

After a much too long break, this release collects all the fixes that accumulated in the meantime: better UNC path handling on Windows, directory iteration and proximate() in builds without exception support, EINTR retry handling on POSIX, subsecond modification times, and a modernized CI configuration. Sorry for the very long delay!

Read more...

CHIP-8 Knowledge Base is online

2026-02-14 10:30

Today my CHIP-8 Knowledge Base went online, an attempt on a detailed knowledge base for CHIP-8, the famous virtual machine from the 1970s, and its many variants.

Read more...

Cadmium Release v1.1.8

2024-01-01 22:10

Today I released v1.1.8 of Cadmium , my CHIP-8 variant emulation and development environment.

This release brings better MegaChip emulation, support for non-60 fps variants, the new Modern-SuperChip variant, CHIP-8E support on the VIP core and an update of the backend to raylib 5.0.

Read more...

ghc::filesystem Release v1.5.14

2023-03-05 13:13

Today I released v1.5.14 of ghc::filesystem , my implementation of C++17 std::filesystem for C++11, C++14, C++17 and C++20.

This release brings build support for Haiku and GNU/Hurd, fixes a directory iterator issue on Windows where all files subsequent to a symlink were treated as symlinks, a POSIX issue with colons in filenames, a Y2038 bug on Windows and various other issues.

Read more...

Chiplet Release v1.0.1

2023-03-01 08:54

Today I released v1.0.1 , the initial release of Chiplet , my commandline tool for CHIP-8 software development. Any feedback is welcome!

Read more...