Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-22 | Fix ZLIB usage. | Magnus Lundborg | |
Using zlib for TNG requires also that the the #include file can be found, and this can be in a non-standard path. (Committed by Mark Abraham in the GROMACS repository.) Change-Id: I607105b9702b8f75f416fec584888b05897f32fa | |||
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-06-19 | Raised minimum cmake version to 2.8.8. | Magnus Lundborg | |
Change-Id: I0f377b32c8fa6ed1267ee8a6581d29dc45b51fc3 | |||
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-06-16 | Install TNG documentation. | Rossen Apostolov | |
Change-Id: Ie0b0edaa1527c4f2a6e74485a055e7a771d1d50b | |||
2014-03-11 | Install tng_io_fwd.h as well when installing. | Magnus Lundborg | |
Change-Id: I851e6b1ac6a1f5bd70ff3aa7c1575f8198dc0177 | |||
2014-03-01 | Modify the option to specify if ZLIB should be used. | Magnus Lundborg | |
In GROMACS there is an extra check to see that ZLIB can actually be linked against. This change uses those options properly. Change-Id: I910be0cf81a47c9feea2d3494925cc4a3c82dc4b | |||
2014-02-13 | Improved compiler checks for setting warning flags. | Magnus Lundborg | |
Change-Id: I567e237357b5292378e892d64a25af312492713f | |||
2014-02-12 | Remove OpenMP option. | Magnus Lundborg | |
It was only used for building some of the examples. Now, those example are only built if OpenMP is found. Change-Id: I816a52595fb00bb729adce83477f8e2f35dd6761 | |||
2014-01-21 | Make finding zlib fail quietly. | Magnus Lundborg | |
2014-01-14 | Use relative paths for includes. | Magnus Lundborg | |
2013-12-16 | Copy example_files dir to the bin/tests directory. | Magnus Lundborg | |
2013-10-30 | Use BUILD_SHARED_LIBS option to decide lib type to build | Magnus Lundborg | |
2013-10-29 | Added install support. | Magnus Lundborg | |
2013-10-24 | Improved include directory specification. | Magnus Lundborg | |
2013-10-18 | Minor fixes to descriptions. | Magnus Lundborg | |
2013-10-15 | Relax warnings slightly. | 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-14 | Add option to build TNG testing binary. | Magnus Lundborg | |
2013-10-14 | Merge branch 'master' of git.gromacs.org:tng | Magnus Lundborg | |
2013-10-14 | Change CMake parameter names to specifically include TNG. | Magnus Lundborg | |
2013-10-14 | Change CMake parameter names to specifically include TNG. | Magnus Lundborg | |
2013-10-14 | Fix include paths. | Magnus Lundborg | |
2013-10-09 | Fix build issues. | Magnus Lundborg | |
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-03-21 | Only compile Fortran compatibility if requested. Fix error in commit b97f4dff | Magnus Lundborg | |
2013-03-19 | If inttypes is not found (Visual Studio) some typedefs and defines need to ↵ | Magnus Lundborg | |
be done | |||
2013-03-13 | Add gzip compression and uncompression to master branch. | Magnus Lundborg | |
2013-02-19 | Moved header files to an include directory. | Magnus Lundborg | |
2013-01-10 | Make builds work even if no fortran compiler is found | Magnus Lundborg | |
2013-01-07 | Additional example using a very light md implementation using openmp. Data ↵ | Magnus Lundborg | |
is saved during simulation. | |||
2012-12-14 | Copy example files to build directory and set constants to find them | Magnus Lundborg | |
2012-12-11 | Switch to doxygen for documentation. Must be requested explicitly when ↵ | Magnus Lundborg | |
running cmake using -DBUILD_DOCUMENTATION=ON | |||
2012-12-04 | Fix debug flags | Magnus Lundborg | |
2012-12-03 | Set compilation flags correctly | Magnus Lundborg | |
2012-12-03 | Initial repository setup. Adding files. | Magnus Lundborg | |