diff options
| author | tylov <[email protected]> | 2023-07-10 10:58:36 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-10 11:59:29 +0200 |
| commit | 7342a721e5dbef94bb1b1541f01154fe4a37aeb8 (patch) | |
| tree | 56e7ed523af4c6c01dbdbade016738c48df97235 /README.md | |
| parent | 6fe1ec0e0e3dbce71797873f71a5f306b046319f (diff) | |
| download | STC-modified-7342a721e5dbef94bb1b1541f01154fe4a37aeb8.tar.gz STC-modified-7342a721e5dbef94bb1b1541f01154fe4a37aeb8.zip | |
Reverted from crange_init() to crange_make() again. Added to changelog for v4.3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -3,7 +3,7 @@ STC - Smart Template Containers =============================== -### [Version 4.3 RC2](#version-history) +### [Version 4.3 RC3](#version-history) --- Description @@ -613,10 +613,20 @@ STC is generally very memory efficient. Memory usage for the different container # Version History ## Version 4.3 -- algo/coroutine.h much improved with new API and more features. +- Some breaking changes. +- coroutines: much improved with some new API and added features. +- cspan: Support for column-major (fortran order) multidim spans and transposed views. +- Removed default comparison for clist, cvec and cdeq (as with cstack and cqueue). + - Using i_val_str, i_valclass, i_valboxed still expects comparisons defined. + - Define i_native_cmp to enable built-in i_val types comparisons (<, ==). +- cstr and csview are now shared linked by default. Static linking by defining i_static. - New cdeq and cqueue implementation(s), using circular buffer. -- Removed deprecated uppercase flow-control macro names. +- Renamed i_extern => i_import. + - Define i_import before #include <stc/cstr.h> will also define utf8 case conversions. + - Define i_import before #include <stc/cregex.h> will also define cstr + utf8 tables. +- Renamed c_make() => c_init() macro for initialization lists. - Removed deprecated crandom.h. Use crand.h with new API. +- Removed deprecated uppercase flow-control macro names. - Improved default string hash function. ## Version 4.2 |
