Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-17 | Only add math library on UNIX. Copy .sh files on UNIX. Copy .bat files on ↵ | Daniel Spangberg | |
windows. | |||
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 | Separated quantization and compression/uncompression more, to allow ↵ | Daniel Spangberg | |
compression/uncompression of float data. Also added compression/uncompression of integer data, which will allow for recompression. | |||
2013-05-16 | Link to the maths library. | Magnus Lundborg | |
2013-05-15 | Cleanup: Remove old remains of autoconf in the compression code. | Daniel Spangberg | |
2013-05-15 | Updated CMake files for compression library. | Magnus Lundborg | |
The include path was specified and the tng_io library linked to the compression library. | |||
2013-05-15 | Also add the modified cmakefiles. | Daniel Spangberg | |
2013-05-15 | Added tng_compress trajectory compression algorithms | Daniel Spangberg | |