Age | Commit message (Collapse) | Author |
|
Change-Id: Ia276ce3c7c9225f5d0d07eb6e3cd4cea6b882d24
|
|
The function already existed in the tng_io.c, but has now
been exposed through the API. Basic code for testing it was
added as well.
Version bumped to 1.7.0
Change-Id: Ia276ce3c7c9225f5d0d07eb6e3cd4cea6b882d24
|
|
This addresses earlier suggestions to avoid unnecessary repetitions
by making functions. New functions for reading and writing strings
and numerical data.
Also uses size_t for length of strings in many places.
Improved documentation of some functions.
Bumped version to 1.6.3
Change-Id: Id0c53b87a753c60b03cdbf35fb5bc58cfdd60705
|
|
Do not read and write data blocks in whole chunks. Read and
write value by value and do the md5 summing in steps.
This hopefully avoids memory alignment problems reported
on ARM architectures.
Fixed a bug freeing trajectory mapping memory.
Change-Id: I3438b3d3faf5349dcd477a31cfb4bacf236ed582
|
|
This corresponds to the changes in BuildTNG.cmake in commit
e43be47fad70e in the GROMACS repository.
Change-Id: I0f2fdd4356dd8132a9d7947ccbcb8f46547648eb
|
|
tng_num_frame_sets_get() should not fail if there are no frame sets.
Change-Id: Ie01a6b3230af7413a51ba144bd03c5fe00c25519
|
|
Added functions to get the version of the header and the
library.
Improved version control of the library using CMake config and
version files.
Changed tng_util_frame_current_compression_get() return type
to double before the API is widely circulated (no release
has been made since that function was added).
Compiling compression functions into the tng_io library.
Uses BuildTNG.cmake instead of including add_subdirectories.
Change-Id: I5e4818736fb2632c06ca7df8e84ce9544bf2acaf
|