Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | Version 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 | |||
2014-01-14 | One more include path fixed. | Magnus Lundborg | |
2013-12-16 | Remove some unused variables. | Magnus Lundborg | |
2013-11-27 | Removed generated include files defining dirs of example files. | Magnus Lundborg | |
2013-10-22 | Changed 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-11 | Fixing many llvm clang warnings. | Magnus Lundborg | |
2013-10-11 | Fix errors caused by previous project name change. | Magnus Lundborg | |
2013-05-25 | Add more tests for compression of frames that contain only zero | Daniel 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-22 | Added building options and bin subdirectories | Magnus Lundborg | |
Options to determine whether to build examples (on) and compression tests (off). Place binaries in subdirectories. | |||
2013-05-17 | Fix errors introduced when doing if(UNIX) in CMakeLists.txt | Daniel Spangberg | |
Fix declaration of variables not at beginning of scope (breaks C89) in tng compress testsuite. | |||
2013-05-17 | Only add math library on UNIX. Copy .sh files on UNIX. Copy .bat files on ↵ | Daniel Spangberg | |
windows. | |||
2013-05-17 | Updated number of tests in test suite scripts for tng compress. | Daniel Spangberg | |
2013-05-17 | Added 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-16 | Several changes to get the compression testsuite working for recompression ↵ | Daniel Spangberg | |
tests. | |||
2013-05-16 | Properly compile the tng_compress testsuite using cmake. | Daniel Spangberg | |
2013-05-15 | fix testsuite.sh script. | Daniel Spangberg | |
2013-05-15 | Added tng_compress trajectory compression algorithms | Daniel Spangberg | |