Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
Always generate header files (to avoid cppcheck errors).
Fixed cppcheck error py using ++ prefix instead of suffix.
|
|
|
|
data. Add input data sanity checks. tng_compress routines now return
NULL if input data is too large compared to the precision.
|
|
Options to determine whether to build examples (on) and compression
tests (off).
Place binaries in subdirectories.
|
|
Fix declaration of variables not at beginning of scope (breaks C89) in tng compress testsuite.
|
|
windows.
|
|
Added tests for recompression (uncompress to int, compress int)
Added tests for conversion from unpacked integers to float/double.
|
|
tests.
|
|
|
|
|