summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)Author
2013-12-16Remove some unused variables.Magnus Lundborg
2013-12-16Copy example_files dir to the bin/tests directory.Magnus Lundborg
2013-11-29Improved tests and removed some parts of tests.Magnus Lundborg
2013-11-29Make all testing code define USE_STD_INTTYPES_H to print properly.Magnus Lundborg
2013-11-27Removed generated include files defining dirs of example files.Magnus Lundborg
2013-11-04Changed from LGPL 2.1 license to the Revised BSD license.Magnus Lundborg
2013-10-25Split the fortran wrapper into another file.Magnus Lundborg
Do not keep the fortran wrapper in the main tng_io.c file.
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-18Fix spacing.Magnus Lundborg
2013-10-17Include inttypes.hMagnus Lundborg
2013-10-16Fixed message when using the wrong nr arguments.Magnus Lundborg
2013-10-15Specifically typed min and max functions.Magnus Lundborg
Explicitly compare signed and unsigned in many places to avoid warnings.
2013-10-15Changed signature of tng_util_*_with_time_write to use double.Magnus Lundborg
Minor fixes.
2013-10-15Only compile openmp code if explicitly requested.Magnus Lundborg
2013-10-15Fix some more compiler warningsMagnus Lundborg
2013-10-15Fix compiler warnings.Magnus Lundborg
2013-10-15Remove wrong compiler flags.Magnus Lundborg
2013-10-14Fix includes.Magnus Lundborg
2013-10-14Add option to build TNG testing binary.Magnus Lundborg
2013-10-14Change CMake parameter names to specifically include TNG.Magnus Lundborg
2013-10-11Fixing many llvm clang warnings.Magnus Lundborg
2013-10-11Fix errors caused by previous project name change.Magnus Lundborg
2013-10-08Fixing bugs reading data.Magnus Lundborg
Also make compression slightly faster.
2013-10-04Improved examples.Magnus Lundborg
2013-08-22Submit char instead of tng_data_type from examples.Magnus Lundborg
2013-08-20Use char instead of enum to avoid endianness problemsMagnus Lundborg
2013-06-25Added test of utility opening and closing.Magnus Lundborg
Open and close file using utility functions. More tests of the high-level API will be added.
2013-05-29Improved documentationMagnus Lundborg
2013-05-29Fix utility function for box shape reading.Magnus Lundborg
Reading box shape using the high-level API should work. Fixed bugs in data reading. Updated utility usage examples.
2013-05-29Increase number of particles again in example.Magnus Lundborg
2013-05-28Fixed error where velocities were trashed.Magnus Lundborg
Added utility functions for setting box shape (not finished or tested).
2013-05-25Added debugging code to locate where velocities get trashed.Daniel Spangberg
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-24Improved utility functions. Bug fixes.Magnus Lundborg
2013-05-23More work on high-level API. New example files.Magnus Lundborg
Fixed many bugs in the high-level API. Use the high-level API (where appropriate) in new example files.
2013-05-22New functions added (mainly utility functions).Magnus Lundborg
New functions to simplify the work flow added. Not everything is fully tested yet. More commits to follow.
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-17Updated number of tests in test suite scripts for tng compress.Daniel Spangberg
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-16Moved include file template from src to include.Magnus Lundborg
2013-05-15Fix linking with math libraryDaniel Spangberg
2013-05-15fix testsuite.sh script.Daniel Spangberg
2013-05-15Also add the modified cmakefiles.Daniel Spangberg
2013-05-15Added tng_compress trajectory compression algorithmsDaniel Spangberg
2013-04-26Increase the simulation length and reduce number of particles to get more ↵Magnus Lundborg
movements in the md example
2013-04-18Add tng_num_frames_get() to get the number of frames in the trajectory. ↵Magnus Lundborg
Added to reading example as well.
contact: Jan Huwald // Impressum