Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
5d521d7d
Commit
5d521d7d
authored
May 12, 2021
by
legoc
Browse files
Version 1.4.2
parent
4eaf687f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
5d521d7d
Version 1.4.2, 2021-05-12
-------------------------
- Changed size of the rollover member of Event from 16 to 32 to manage special cases when the absolute time is greater than 48bits nanoseconds.
Version 1.4.1, 2021-05-04
-------------------------
- Added header corrector program.
...
...
CMakeLists.txt
View file @
5d521d7d
...
...
@@ -5,7 +5,7 @@
cmake_minimum_required
(
VERSION 3.7.2
)
# Project name and version
project
(
lstdpp128 VERSION 1.4.
1
LANGUAGES CXX
)
project
(
lstdpp128 VERSION 1.4.
2
LANGUAGES CXX
)
include
(
GNUInstallDirs
)
include
(
CMakePackageConfigHelpers
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment