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
7563adc8
Commit
7563adc8
authored
2 years ago
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
version 1.20.0
parent
d5eef590
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
+12
-6
12 additions, 6 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
+1
-1
1 addition, 1 deletion
pom_64_Win7_shared.xml
with
17 additions
and
11 deletions
CMakeLists.txt
+
2
−
2
View file @
7563adc8
...
@@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
...
@@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
set
(
CMAKE_VERBOSE_MAKEFILE TRUE
)
set
(
CMAKE_VERBOSE_MAKEFILE TRUE
)
set
(
MAJOR_VERSION
"1"
)
set
(
MAJOR_VERSION
"1"
)
set
(
MINOR_VERSION
"
19
"
)
set
(
MINOR_VERSION
"
20
"
)
set
(
PATCH_VERSION
"
5
"
)
set
(
PATCH_VERSION
"
0
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
# check for 64 bit
# check for 64 bit
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.txt
+
12
−
6
View file @
7563adc8
YAT history file
YAT history file
1.
19.6
(2023/
mm/dd
)
1.
20.0
(2023/
04/05
)
===================
===================
Fixes
Fixes
...
@@ -10,18 +10,24 @@ Fixes
...
@@ -10,18 +10,24 @@ Fixes
Additions
Additions
classes CPlugIn, CPlugInManager
classes CPlugIn, CPlugInManager
New pure-C plug-ins manager
New C-language plug-ins support
-> see <yat/plugin/CPlugIn.h>, <yat/plugin/CPlugInManager.h>,
<yat/plugin/CPlugInSymbols.h>
class Format
class Format
operator%() defined in order to shorter the syntax used to pass format
new
operator%() defined in order to shorter the syntax used to pass format
arguments
arguments
cget() return formatted string as const char*
ne method
cget()
that
return formatted string as const char*
-> see <yat/utils/String.h>
-> see <yat/utils/String.h>
Log functions
Log functions
operator,() defined in order to shorter the syntax used to pass format
new
operator,() defined in order to shorter the syntax used to pass format
arguments
arguments
. operator % is also available by inheritance from Format.
class String
new method h128_t h128() that return the a 128 bits hash value using an
high-speed version of Fnv1a128 algorithm (https://github.com/3F/Fnv1a128)
-> see <yat/utils/String.h>
1.19.5 (2022/12/15)
1.19.5 (2022/12/15)
===================
===================
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
7563adc8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</parent>
</parent>
<groupId>
fr.soleil.lib
</groupId>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-${aol}-${library}-${mode}
</artifactId>
<artifactId>
YAT-${aol}-${library}-${mode}
</artifactId>
<version>
1.
19.6-SNAPSHOT
</version>
<version>
1.
20.0
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
<name>
YAT
</name>
<name>
YAT
</name>
<description>
Yet Another Toolkit Library
</description>
<description>
Yet Another Toolkit Library
</description>
...
...
This diff is collapsed.
Click to expand it.
pom_64.xml
+
1
−
1
View file @
7563adc8
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<groupId>
fr.soleil.lib
</groupId>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-amd64-Linux-gcc-${library}-${mode}
</artifactId>
<artifactId>
YAT-amd64-Linux-gcc-${library}-${mode}
</artifactId>
<version>
1.
19.5
</version>
<version>
1.
20.0
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
<name>
YAT
</name>
<name>
YAT
</name>
...
...
This diff is collapsed.
Click to expand it.
pom_64_Win7_shared.xml
+
1
−
1
View file @
7563adc8
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<groupId>
fr.soleil.lib
</groupId>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-${aol}-shared-${mode}
</artifactId>
<artifactId>
YAT-${aol}-shared-${mode}
</artifactId>
<version>
1.
19.5
</version>
<version>
1.
20.0
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
<name>
YAT
</name>
<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