Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-16 | Added project and API versions to CMakeLists.txt. | Rossen Apostolov | |
TNG_VERSION was renamed to TNG_API_VERSION which is configured through API_VERSION in CMakeLists.txt. Updated the header to 2014. Change-Id: I6a37825cd1d236927ac0e21a797abc4e98f7ce59 | |||
2014-01-14 | Use relative paths for includes. | Magnus Lundborg | |
2013-11-04 | Changed from LGPL 2.1 license to the Revised BSD license. | Magnus Lundborg | |
2013-10-17 | Include inttypes.h | 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 | Changed signature of tng_util_*_with_time_write to use double. | Magnus Lundborg | |
Minor fixes. | |||
2013-10-14 | Fix includes. | Magnus Lundborg | |
2013-08-22 | Submit char instead of tng_data_type from examples. | Magnus Lundborg | |
2013-04-18 | Add tng_num_frames_get() to get the number of frames in the trajectory. ↵ | Magnus Lundborg | |
Added to reading example as well. | |||
2013-01-30 | Fix bug in chain_name_of_particle_get | Magnus Lundborg | |
2013-01-21 | Include licence info. | Magnus Lundborg | |
2013-01-14 | Added functions to get residue and chain names from atom number. | Magnus Lundborg | |
2013-01-14 | Added functions to get atom names and molecule names from atom number. Fixed ↵ | Magnus Lundborg | |
minor bugs. Fixed compiler warnings. | |||
2013-01-11 | Changed if statement | Magnus Lundborg | |
2013-01-11 | Fix frame indexing bug | Magnus Lundborg | |
2013-01-11 | Added comments to static functions. Minor comments. Changed some function ↵ | Magnus Lundborg | |
parameters to be more consequent. | |||
2013-01-10 | Added fortran version of md example (not working fully yet). Added an ↵ | Magnus Lundborg | |
example for getting positions from file. Minor fixes. |