Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NexusCPP
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
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
NexusCPP
Commits
19930e13
Commit
19930e13
authored
Sep 28, 2022
by
Stephane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
version 3.4.1
parent
e02aaf92
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
+3
-3
3 additions, 3 deletions
CMakeLists.txt
ReleaseNotes.txt
+8
-0
8 additions, 0 deletions
ReleaseNotes.txt
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
pom_64.xml
+9
-9
9 additions, 9 deletions
pom_64.xml
pom_64_Win7_shared.xml
+20
-20
20 additions, 20 deletions
pom_64_Win7_shared.xml
with
41 additions
and
33 deletions
CMakeLists.txt
+
3
−
3
View file @
19930e13
...
...
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set
(
MAJOR_VERSION
"3"
)
set
(
MINOR_VERSION
"4"
)
set
(
PATCH_VERSION
"
0
"
)
set
(
PATCH_VERSION
"
1
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
if
(
NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8
)
...
...
@@ -15,12 +15,12 @@ else()
endif
()
find_package
(
PkgConfig
)
pkg_check_modules
(
YAT yat>=1.1
3.16
)
pkg_check_modules
(
YAT yat>=1.1
8.7
)
pkg_check_modules
(
HDF5 hdf5>=1.8.16
)
if
(
UNIX
)
add_definitions
(
-DLinux -DGNU_GCC -D_REENTRANT
)
add_definitions
(
-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.4.
0
-DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.18
)
add_definitions
(
-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.4.
1
-DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.18
)
add_definitions
(
-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable
)
set
(
CMAKE_SHARED_LINKER_FLAGS
"-Wl,-z,defs"
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.txt
+
8
−
0
View file @
19930e13
NexusCPP history file
3.4.1 (2022/09/28)
==================
Fixes
DataStreamer
In synchronous mode Buffer files was not renamed from temporary to final
names until the end of acquisition process
3.4.0 (2021/05/06)
==================
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
19930e13
...
...
@@ -9,7 +9,7 @@
</parent>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
NexusCPP-${aol}-${library}-${mode}
</artifactId>
<version>
3.4.1
-SNAPSHOT
<
/version>
<version>
3.4.1/version>
<packaging>
nar
</packaging>
<name>
NexusCPP
</name>
<description>
NexusCPP library
</description>
...
...
This diff is collapsed.
Click to expand it.
pom_64.xml
+
9
−
9
View file @
19930e13
...
...
@@ -10,7 +10,7 @@
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
NexusCPP-amd64-Linux-gcc-shared-${mode}
</artifactId>
<version>
3.4.
0
</version>
<version>
3.4.
1
</version>
<packaging>
nar
</packaging>
<name>
NexusCPP
</name>
...
...
@@ -54,7 +54,7 @@
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
YAT-amd64-Linux-gcc-shared-${mode}
</artifactId>
<version>
1.1
8.7
</version>
<version>
1.1
9.3
</version>
</dependency>
<!-- still not supported in 64 bits -->
<!-- <dependency>
...
...
This diff is collapsed.
Click to expand it.
pom_64_Win7_shared.xml
+
20
−
20
View file @
19930e13
...
...
@@ -10,7 +10,7 @@
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
NexusCPP-${aol}-shared-${mode}
</artifactId>
<version>
3.4.
0
</version>
<version>
3.4.
1
</version>
<packaging>
nar
</packaging>
<name>
NexusCPP
</name>
...
...
@@ -38,7 +38,7 @@
</scm>
<properties>
<YAT.version>
1.1
8.7
</YAT.version>
<YAT.version>
1.1
9.3
</YAT.version>
<libs-64bits>
//filer2.ica.synchrotron-soleil.fr/ica/LIB_VC12_64
</libs-64bits>
...
...
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