Skip to content
Snippets Groups Projects
Commit 5d953eee authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

Version 1.20.3

parent 6531e624
Branches
Tags YAT-1.20.3
No related merge requests found
......@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "1")
set(MINOR_VERSION "20")
set(PATCH_VERSION "2")
set(PATCH_VERSION "3")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit
......
YAT history file
1.20.3 (2023/12/05)
===================
Changes
Now use atomic implementation provided by gcc if possible
class String
'split' method re-wroted to enhance performance (100x!)
Additions
class String
new methods re_search, re_match, re_replace that provide simple use of
regex without the need to explicitely declare Regex class objets
If performance is a critical concern using thoses methods is not
recommanded.
Fixes
class Thread
Throw correct exceptions in case of error
1.20.2 (2023/07/19)
===================
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<packaging>nar</packaging>
<name>YAT</name>
<description>Yet Another Toolkit Library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment