v0.11.0
0.11.0 Change list
2025-05-03
Changes / improvements
os.cmd.exists()- added function for checking if command exists in PATHos.fs.copy_tree(src_dir, dst_dir)- added recursive copy of files between folderscexy.utils.git_lib_fetch()- fetching/updating arbitrary Git lib (e.g. single header lib) from gitcexy.utils.git_hash()- getting current git hash of the current repocex- addedcex libfetchcommand- Added Alpine Linux support (multiarch + libc musl) + CI
- Added tests for multiple architectures (including big endian): x86_64 (native), x86 (native), aarch64, armhf, armv7, loongarch64, ppc64le, riscv64, and s390x
cexy.utils.pkgconf() / cexy$pkgconf- system dependency resolving utility function- Added automatic timestamp generation in cex version when bundling
- Removed redundant
cexy$vars, renamedcexy$cc_args_test
Fixes
str.match()- fixedstr.match(s, "*(abc|def)")pattern handlingstr.match()- fixedstr.slice.match(s, "[a-Z]")when using on slice viewcex.h- bare project fixed windows specific lock/initialization issue when building new proj
0.10.0 Change list
2025-04-27
Changes / improvements
- Added 32-bit support + CI tests
- Added MacOS support + CI tests
- Added Windows support + CI tests
os.get_last_error()- unified Win32/POSIX string-line error (CEX Exception format)- CEX
sprintffamily added more resilient error handling for%s/%S io.file.size()- reimplemented, more cross-platform compatibilityhm$- implementedchar*key copy mode + arena mode- Implemented
cexybuild system (self rebuild, test runner, code process, help) os.platform...- new namespace added for platform specific actions (OS Type, Arch Type)argparse- refactored core, added support for commands- Memory management refactored - AllocatorArena / AllocatorHeap added,
mem$scope()added os.fs...- OS file system capabilities full refactoringos.cmd...- OS commands/subprocess running capabilities (subprocess launch, getting output of process, in-screen interactive command launching)CexParser- implemented C code parser (code gen, help retrieval, build system helper)cg$- code generation tools addedstr.slice...- CEX string refactoring (added str_s slice, view only strings with length)str.match()- simple but powerful pattern matching for strings (used in os/file wildcards also).os.fs.find()- recursive file search with pattern matchingio- fully refactored io namespace (more compatible with C now + added helpers)- CEX test engine - fully refactored test suite/generation/runner
- Refactored dynamic arrays / hashmaps - type safe + generic, based on STB DS + Allocators
Fixes
str.copy()- reimplemented in safer (simpler BSD style)strlcpy()AllocatorHeap- fixed aligned realloc