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
1b4161e9
Commit
1b4161e9
authored
Apr 3, 2024
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
version 1.21.0
parent
54039b07
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
ReleaseNotes.txt
+33
-0
33 additions, 0 deletions
ReleaseNotes.txt
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
pom_64.xml
+1
-1
1 addition, 1 deletion
pom_64.xml
pom_64_Win7_shared.xml
+2
-2
2 additions, 2 deletions
pom_64_Win7_shared.xml
with
39 additions
and
6 deletions
CMakeLists.txt
+
2
−
2
View file @
1b4161e9
...
...
@@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
set
(
CMAKE_VERBOSE_MAKEFILE TRUE
)
set
(
MAJOR_VERSION
"1"
)
set
(
MINOR_VERSION
"2
0
"
)
set
(
PATCH_VERSION
"
3
"
)
set
(
MINOR_VERSION
"2
1
"
)
set
(
PATCH_VERSION
"
0
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
# check for 64 bit
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.txt
+
33
−
0
View file @
1b4161e9
YAT history file
1.21.0 (2024/04/03)
===================
Additions
classes JThread, StopSource, StopToken
Auto joinable & cancellable thread management class
-> see <yat/threading/JThread.h>
function 'async', classes Promise & Future
Function that start asynchronous execution of code
-> see <yat/threading/Future.h>
Formatter<Error>
text formatter for Error struct
class Duration
new classes Seconds, Millisecs, Microsecs, Nanosecs inherited from Duration.
new conversion methods from Duration to Seconds, Millisecs, Microsecs,
Nanosecs
-> see <yat/time/Time.h>
Formatter for Error class
Changes
Duration now internally store duration value in ns reather than µs
function fp_is_equal
if no precision is provided then use std::epsilon
ThreadingUtilities class name is deprecated, Use ThisThread instead.
1.20.3 (2023/12/05)
===================
...
...
@@ -15,6 +46,7 @@ Additions
regex without the need to explicitely declare Regex class objets
If performance is a critical concern using thoses methods is not
recommanded.
-> see <yat/utils/String.h>
Fixes
class Thread
...
...
@@ -35,6 +67,7 @@ Additions
class SFormat
Inherited from Format. The only difference is that it not throw exception
when parsing format.
-> see <yat/utils/String.h>
1.20.1 (2023/04/11)
===================
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
1b4161e9
...
...
@@ -9,7 +9,7 @@
</parent>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-${aol}-${library}-${mode}
</artifactId>
<version>
1.2
0.3
</version>
<version>
1.2
1.0
</version>
<packaging>
nar
</packaging>
<name>
YAT
</name>
<description>
Yet Another Toolkit Library
</description>
...
...
This diff is collapsed.
Click to expand it.
pom_64.xml
+
1
−
1
View file @
1b4161e9
...
...
@@ -10,7 +10,7 @@
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-amd64-Linux-gcc-${library}-${mode}
</artifactId>
<version>
1.2
0.2
</version>
<version>
1.2
1.0
</version>
<packaging>
nar
</packaging>
<name>
YAT
</name>
...
...
This diff is collapsed.
Click to expand it.
pom_64_Win7_shared.xml
+
2
−
2
View file @
1b4161e9
...
...
@@ -10,7 +10,7 @@
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-${aol}-shared-${mode}
</artifactId>
<version>
1.2
0.2
</version>
<version>
1.2
1.0
</version>
<packaging>
nar
</packaging>
<name>
YAT
</name>
...
...
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