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
763a40d7
Commit
763a40d7
authored
Jul 13, 2021
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
version 1.18.5
parent
1a907cc8
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
ReleaseNotes.txt
+6
-0
6 additions, 0 deletions
ReleaseNotes.txt
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
9 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
763a40d7
...
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
...
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set
(
MAJOR_VERSION
"1"
)
set
(
MAJOR_VERSION
"1"
)
set
(
MINOR_VERSION
"18"
)
set
(
MINOR_VERSION
"18"
)
set
(
PATCH_VERSION
"
4
"
)
set
(
PATCH_VERSION
"
5
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
# check for 64 bit
# check for 64 bit
...
@@ -16,7 +16,7 @@ else()
...
@@ -16,7 +16,7 @@ else()
endif
()
endif
()
if
(
UNIX
)
if
(
UNIX
)
add_definitions
(
-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable -D_FILE_OFFSET_BITS=64 -DYAT_PROJECT_VERSION=1.18.
4
-DYAT_PROJECT_NAME=YAT
)
add_definitions
(
-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable -D_FILE_OFFSET_BITS=64 -DYAT_PROJECT_VERSION=1.18.
5
-DYAT_PROJECT_NAME=YAT
)
set
(
CMAKE_SHARED_LINKER_FLAGS
"-Wl,-z,defs"
)
set
(
CMAKE_SHARED_LINKER_FLAGS
"-Wl,-z,defs"
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.txt
+
6
−
0
View file @
763a40d7
YAT history file
YAT history file
1.18.5 (2021/07/13)
===================
Fixes
Another (the last one!) invalid use of yat::Format in macro YAT_TRY in Exception.h
1.18.4 (2021/07/08)
1.18.4 (2021/07/08)
===================
===================
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
763a40d7
...
@@ -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.18.5
-SNAPSHOT
</version>
<version>
1.18.5
</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.
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