Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | Changed from LGPL 2.1 license to the Revised BSD license. | Magnus Lundborg | |
2013-10-29 | Build libraries in lib/ directory instead of src/lib/ | Magnus Lundborg | |
2013-10-29 | Added install support. | Magnus Lundborg | |
2013-10-21 | Fixed compiler warnings and linking errors in MSVC. | Magnus Lundborg | |
Changed tabs to spaces in tng_compression functions. | |||
2013-10-18 | Fixed a few more compiler warnings. | Magnus Lundborg | |
2013-10-18 | Set default value to length to make sure it is set. | Magnus Lundborg | |
2013-10-15 | Specifically typed min and max functions. | Magnus Lundborg | |
Explicitly compare signed and unsigned in many places to avoid warnings. | |||
2013-10-15 | Fix some more compiler warnings | Magnus Lundborg | |
2013-10-15 | Fix compiler warnings. | Magnus Lundborg | |
2013-10-15 | Fix some MSVC and Inter C Compiler warnings. | Magnus Lundborg | |
2013-10-14 | More attempts to fix compiler warnings. | Magnus Lundborg | |
2013-10-14 | Fix compiler warnings. | Magnus Lundborg | |
2013-10-14 | Attempt to fix warnings in MSVC. | Magnus Lundborg | |
2013-10-14 | Fix include paths. | Magnus Lundborg | |
2013-10-11 | Fixing many llvm clang warnings. | Magnus Lundborg | |
2013-10-09 | Fix build issues. | Magnus Lundborg | |
2013-10-09 | Fixing many compiler warnings. | Magnus Lundborg | |
2013-10-08 | Fixing bugs reading data. | Magnus Lundborg | |
Also make compression slightly faster. | |||
2013-10-03 | Removed printf in input verifications. | Magnus Lundborg | |
2013-05-28 | Allocate enough memory in Ptngc_pack_array_xtc3 | Magnus Lundborg | |
When simulating with very few particles too little memory was allocated. Add a minimum value to allocate. Removed earlier debugging outputs. | |||
2013-05-25 | Added debugging code to locate where velocities get trashed. | Daniel Spangberg | |
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-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 | |