1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[2.3.0] - 2026-08-29
Added
- Compiler detection macros:
WP_PLATFORM_CLANGfor the clang compilerWP_PLATFORM_CLANGPPfor the clang++ compilerWP_PLATFORM_CLANG_MAJORMajor version number for the clang/clang++ compilerWP_PLATFORM_CLANG_MINORMinor version number for the clang/clang++ compilerWP_PLATFORM_CLANG_PATCHPatch version number for the clang/clang++ compilerWP_PLATFORM_GCCfor the gcc compilerWP_PLATFORM_GPPfor the g++ compilerWP_PLATFORM_GCC_MAJORMajor version number for the gcc/g++ compilerWP_PLATFORM_GCC_MINORMinor version number for the gcc/g++ compilerWP_PLATFORM_GCC_PATCHPatch version number for the gcc/g++ compilerWP_PLATFORM_MSVCfor Microsoft's Visual C++ compilerWP_PLATFORM_MSVC_FULL_VERSIONFull version string for the MSVC compilerWP_PLATFORM_MSVC_VERSIONVersion string for the MSVC compiler
- Generic
WpStreamstruct to wrap a stream of data WpVoidPtrStream,WpC8Stream,WpC16Stream,WpC32Stream,WpU8Stream,WpU16Stream,WpU32Stream,WpU64Stream,WpB8Stream,WpI8Stream,WpI16Stream,WpI32Stream,WpI64Stream,WpF32Stream,WpF64Stream,WpF128Stream,WpUptrStream,WpIptrStreamandWpStr8Streamaliases forWpStreamfor readability- Utilities for working with data streams:
wpStreamAtEndwpStreamHasNextwpStreamPeekwpStreamConsume