summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-08-22Fix 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-26Version 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-19Raised minimum cmake version to 2.8.8.Magnus Lundborg
Change-Id: I0f377b32c8fa6ed1267ee8a6581d29dc45b51fc3
2014-06-16Added 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-16Install TNG documentation.Rossen Apostolov
Change-Id: Ie0b0edaa1527c4f2a6e74485a055e7a771d1d50b
2014-03-11Install tng_io_fwd.h as well when installing.Magnus Lundborg
Change-Id: I851e6b1ac6a1f5bd70ff3aa7c1575f8198dc0177
2014-03-01Modify 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-13Improved compiler checks for setting warning flags.Magnus Lundborg
Change-Id: I567e237357b5292378e892d64a25af312492713f
2014-02-12Remove 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-21Make finding zlib fail quietly.Magnus Lundborg
2014-01-14Use relative paths for includes.Magnus Lundborg
2013-12-16Copy example_files dir to the bin/tests directory.Magnus Lundborg
2013-10-30Use BUILD_SHARED_LIBS option to decide lib type to buildMagnus Lundborg
2013-10-29Added install support.Magnus Lundborg
2013-10-24Improved include directory specification.Magnus Lundborg
2013-10-18Minor fixes to descriptions.Magnus Lundborg
2013-10-15Relax warnings slightly.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-14Add option to build TNG testing binary.Magnus Lundborg
2013-10-14Merge branch 'master' of git.gromacs.org:tngMagnus Lundborg
2013-10-14Change CMake parameter names to specifically include TNG.Magnus Lundborg
2013-10-14Change CMake parameter names to specifically include TNG.Magnus Lundborg
2013-10-14Fix include paths.Magnus Lundborg
2013-10-09Fix build issues.Magnus Lundborg
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-03-21Only compile Fortran compatibility if requested. Fix error in commit b97f4dffMagnus Lundborg
2013-03-19If inttypes is not found (Visual Studio) some typedefs and defines need to ↵Magnus Lundborg
be done
2013-03-13Add gzip compression and uncompression to master branch.Magnus Lundborg
2013-02-19Moved header files to an include directory.Magnus Lundborg
2013-01-10Make builds work even if no fortran compiler is foundMagnus Lundborg
2013-01-07Additional example using a very light md implementation using openmp. Data ↵Magnus Lundborg
is saved during simulation.
2012-12-14Copy example files to build directory and set constants to find themMagnus Lundborg
2012-12-11Switch to doxygen for documentation. Must be requested explicitly when ↵Magnus Lundborg
running cmake using -DBUILD_DOCUMENTATION=ON
2012-12-04Fix debug flagsMagnus Lundborg
2012-12-03Set compilation flags correctlyMagnus Lundborg
2012-12-03Initial repository setup. Adding files.Magnus Lundborg
contact: Jan Huwald // Impressum