summaryrefslogtreecommitdiff
path: root/src/tests/compression/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-06-26Version 1.6 of the TNG library.Magnus Lundborg
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
2013-11-27Removed generated include files defining dirs of example files.Magnus Lundborg
2013-10-22Changed path for generated header files.Magnus Lundborg
Always generate header files (to avoid cppcheck errors). Fixed cppcheck error py using ++ prefix instead of suffix.
2013-10-11Fix errors caused by previous project name change.Magnus Lundborg
2013-05-25Add more tests for compression of frames that contain only zeroDaniel Spangberg
data. Add input data sanity checks. tng_compress routines now return NULL if input data is too large compared to the precision.
2013-05-22Added building options and bin subdirectoriesMagnus Lundborg
Options to determine whether to build examples (on) and compression tests (off). Place binaries in subdirectories.
2013-05-17Fix errors introduced when doing if(UNIX) in CMakeLists.txtDaniel Spangberg
Fix declaration of variables not at beginning of scope (breaks C89) in tng compress testsuite.
2013-05-17Only add math library on UNIX. Copy .sh files on UNIX. Copy .bat files on ↵Daniel Spangberg
windows.
2013-05-17Added conversion from unpacked integers to float/double.Daniel Spangberg
Added tests for recompression (uncompress to int, compress int) Added tests for conversion from unpacked integers to float/double.
2013-05-16Several changes to get the compression testsuite working for recompression ↵Daniel Spangberg
tests.
2013-05-16Properly compile the tng_compress testsuite using cmake.Daniel Spangberg
2013-05-15Added tng_compress trajectory compression algorithmsDaniel Spangberg
contact: Jan Huwald // Impressum