Skip to content
Snippets Groups Projects
Commit 1373b0a9 authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

Version 3.5.1

parent 81c8830e
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,5 @@ pom_dev_win.xml ...@@ -8,3 +8,5 @@ pom_dev_win.xml
test/datastreamer/pom_dev.xml test/datastreamer/pom_dev.xml
CMakeFiles CMakeFiles
test_package test_package
**/target/
...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE) ...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "3") set(MAJOR_VERSION "3")
set(MINOR_VERSION "5") set(MINOR_VERSION "5")
set(PATCH_VERSION "0") set(PATCH_VERSION "1")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8) if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
......
NexusCPP history file NexusCPP history file
3.5.1 (2023/04/05)
==================
Fixes
Fixed regression, introduced in version 3.4.1, that may cause very
slow data recording in some conditions.
Added missing NEXUSCPP_DECLs for windows plateform
Changes
Updated pom64.xml & pom64_Win7_shared.xml files
3.5.0 (2023/01/17) 3.5.0 (2023/01/17)
================== ==================
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId>
<version>3.5.0</version> <version>3.5.1</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
<description>NexusCPP library</description> <description>NexusCPP library</description>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId> <artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>3.5.0</version> <version>3.5.1</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-shared-${mode}</artifactId> <artifactId>NexusCPP-${aol}-shared-${mode}</artifactId>
<version>3.5.0</version> <version>3.5.1</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment