summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19116] Corrected positioning of cmake variables in definition order.Allen Byrne2010-07-211-41/+41
|
* [svn-r19107] Move Resources folder to config/cmakeAllen Byrne2010-07-201-9/+9
| | | | Tested: Local Linux
* [svn-r19056] Added code to retrieve version info from H5public.h; corrected ↵Allen Byrne2010-07-081-4/+12
| | | | a typo in a configure check and a macro
* [svn-r19037] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-3/+7
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r19027] Add testing files to cmake resources.Allen Byrne2010-06-221-0/+10
| | | | | | Added code coverage option to cmake. Tested: local linux
* [svn-r18996] Updated config files and install commands per external ↵Allen Byrne2010-06-141-28/+50
| | | | | | developers recommendations. Tested: local linux
* [svn-r18950] Correct version numbers for trunkAllen Byrne2010-06-021-3/+3
|
* [svn-r18925] Updated install of fortran mod filesAllen Byrne2010-05-281-8/+5
| | | | Tested: local linux
* [svn-r18890] Update CMake fortran configure/build with changes from community.Allen Byrne2010-05-251-2/+20
| | | | | | | | - Add an install rule to copy compiled fortran module files - Only build the xlatefile utility if testing and tools are enabled - Don't do MPI HAVE_XXX checks until MPI_FOUND is true - Install needs H5version.h & H5overflow.h to be copied - Add debug information flags to debug compile and link lines for win32 Intel compiler
* [svn-r18856] Added CPack commands for installtion programAllen Byrne2010-05-191-0/+110
| | | | Tested: local linux and Windows
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+567
Tested: Local linux