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
cb6aa7bc
Commit
cb6aa7bc
authored
Jan 18, 2023
by
Stephane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
a513775b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes.txt
+7
-2
7 additions, 2 deletions
ReleaseNotes.txt
include/nexuscpp/nxbuffer.h
+2
-2
2 additions, 2 deletions
include/nexuscpp/nxbuffer.h
with
9 additions
and
4 deletions
ReleaseNotes.txt
+
7
−
2
View file @
cb6aa7bc
...
...
@@ -3,6 +3,11 @@ NexusCPP history file
3.5.0 (2023/01/17)
==================
Fixes
DataStreamer
Prevent crash (seg fault) if destination file or directory is deleted
during recording.
Additions
Compression of big datasets!!
...
...
@@ -17,9 +22,9 @@ Additions
class DataStreamer
new struct Config
new c-tor that takes a Config object as unique
p
ar
ameter
. Previous c-tor
new c-tor that takes a Config object as unique ar
gument
. Previous c-tor
are now deprecated.
new interface IMessageHandler
new interface IMessageHandler
with method OnNexusMessage
-> see <nexuscpp/nxbuffer.h>
class DatasetWriter
...
...
This diff is collapsed.
Click to expand it.
include/nexuscpp/nxbuffer.h
+
2
−
2
View file @
cb6aa7bc
...
...
@@ -194,7 +194,7 @@ public:
/// number of data to be stored into one buffer file
std
::
size_t
buffer_size
;
/// Target directory
d
or streamed data
/// Target directory
f
or streamed data
yat
::
String
target_path
;
/// Data source root name. data file will ba named using this name followed
...
...
@@ -207,7 +207,7 @@ public:
/// SYNCHRONOUS OR ASYNCHRONOUS writing mode
NexusFileWriter
::
WriteMode
write_mode
;
///
Level of c
ompression
that depends of the used filter
///
C
ompress
s
ion
filter options
FilterConfig
filter_config
;
/// Compression filer
...
...
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