Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Y
YAT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Libraries
YAT
Commits
5d953eee
Commit
5d953eee
authored
Dec 6, 2023
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.20.3
parent
6531e624
Branches
Branches containing commit
Tags
YAT-1.20.3
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ReleaseNotes.txt
+20
-0
20 additions, 0 deletions
ReleaseNotes.txt
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
22 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
5d953eee
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.txt
+
20
−
0
View file @
5d953eee
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)
===================
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
5d953eee
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment