Releases: tronkko/dirent
Releases Β· tronkko/dirent
1.25
What's Changed
- Dirent can now be integrated into projects with FetchContent and add_subdirectory thanks to @CesarBerriot
- Dirent can be installed and used as a package
Full Changelog: 1.24...1.25
Version 1.24
- Fix crash in scandir
- Fix crash in _wseekdir
- Support symlinks
- Add support for UTF-8 file names through wmain stub
- Add example programs cat, dir, du and extension_lookup
Version 1.23.2
Fixes scandir prototype
Version 1.23.1
This version fixes a minor compilation error when using C++ compiler.
Version 1.23
- Adds support for readdir_r and scandir functions
- Will not work with C++ (use version 1.23.1 instead)
Version 1.22
- Compile examples and tests using CMake
- Supports WinRT