Skip to content

Devel#4

Merged
r2unit merged 33 commits intomasterfrom
devel
Mar 29, 2026
Merged

Devel#4
r2unit merged 33 commits intomasterfrom
devel

Conversation

@r2unit
Copy link
Copy Markdown
Owner

@r2unit r2unit commented Mar 29, 2026

No description provided.

r2unit and others added 30 commits February 17, 2026 10:09
replace all C++ source files with plain C11 equivalents.
same functionality, same module structure, same tests.

- replace std::string/vector with char* and hs_vec macros
- replace classes with structs + free functions (hs_ prefix)
- replace spdlog with simple log macros (log.h)
- replace toml++ with tomlc99
- replace googletest with minimal test.h framework
- replace std::filesystem with POSIX APIs
- replace std::thread/mutex with pthreads
- update CMakeLists.txt for C11, PKGBUILD for new deps
@r2unit r2unit merged commit 1f53ffe into master Mar 29, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant