summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19404] Update to H5REPACK tests for layout info required a grep script ↵Allen Byrne2010-09-161-3/+3
| | | | | | | | like runTest.cmake. Update CMakeLists.txt for new h5repack layout tests. Tested: local linux
* [svn-r19368] Purpose:Mike McGreevy2010-09-101-0/+12
| | | | | | | | | | | | | | | | | | | Add windows threads support to HDF5. Description: Added calls to the windows threads library to the H5TS layer, and wrapped most calls to either pthreads or windows threads library with portable H5TS-style defines. Modified tests to use portable function definitions as well. This can be configured via CMake with the HDF5_ENABLE_THREADSAFE option, and should work on windows vista and later operating systems. Tested: h5committest, plus threadsafe with pthreads on jam and amani, and tested on a Windows Vista VM with threadsafe using windows threads.
* [svn-r19362] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-1/+9
|
* [svn-r19344] Corrected long long printf test.Allen Byrne2010-09-021-25/+100
| | | | | | | | | Added CMake commands to allow the install of the extlibs on windows. Updated ctest warning exception regex for VS2010 Bring r19343 from trunk Tested: windows
* [svn-r19326] Added parallel build commands.Allen Byrne2010-08-311-9/+16
| | | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Bring r19325 from trunk Tested: local linux with mpich
* [svn-r19266] Remove configuration of cmake zlib config filed which has been ↵Allen Byrne2010-08-201-1/+0
| | | | | | | deleted. Correct naming of SKIP test Tested: local linux
* [svn-r19259] Correct formatting and endif labelsAllen Byrne2010-08-201-27/+27
|
* [svn-r19257] Change Cmake to allow a local zlib header to be used in ↵Allen Byrne2010-08-201-32/+73
| | | | | | | | | | | H5Zdelate module. Corrected use of "SKIP" message in cmake. Corrections to cmake configuration files (for cmake external projects). Community suggested changes. Tested: local linux
* [svn-r19224] Moved subfolder checked outside of OPTION command. If folder ↵Allen Byrne2010-08-111-37/+34
| | | | | | doesn't exists, there is no reason to have option enabled. Tested: local linux
* [svn-r19220] Move hl fortran ADD_SUBDIRECTORY to right after fortran ↵Allen Byrne2010-08-101-0/+6
| | | | | | ADD_SUBDIRECTORY. This fixes a problem with compiler generated files not including target module directory on some linux machines. Tested: local linux
* [svn-r19212] Updated cmake file with community suggested changes for cmake ↵Allen Byrne2010-08-101-31/+20
| | | | | | | | install files. Removed configure check for fseek Tested: local linux
* [svn-r19200] Added tests that subdirectories exist before using ↵Allen Byrne2010-08-091-110/+130
| | | | | | | | ADD_SUBDIRECTORY CMake command Added cache set command for default install prefix Tested: local linux
* [svn-r19117] Corrected positioning of cmake variables in definition order.Allen Byrne2010-07-211-43/+43
|
* [svn-r19106] Move Resources folder to config/cmakeAllen Byrne2010-07-201-16/+18
| | | | Tested: Local Linux
* [svn-r19054] Added code to retrieve version info from H5public.h and ↵Allen Byrne2010-07-081-5/+14
| | | | corrected a typo in a configure check
* [svn-r19036] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-4/+9
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r19029] added new cmake files for testingAllen Byrne2010-06-221-2/+2
|
* [svn-r19026] Add testing files to cmake resources.Allen Byrne2010-06-221-0/+10
| | | | | | Added code coverage option to cmake. Tested: local linux
* [svn-r18997] Updated config files and install commands per external ↵Allen Byrne2010-06-141-28/+50
| | | | | | developers recommendations. (r18996) Tested: local linux
* [svn-r18924] Updated install of fortran mod filesAllen Byrne2010-05-281-8/+5
| | | | Tested: local linux
* [svn-r18889] 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-r18855] Added CPack commands for installtion programAllen Byrne2010-05-191-0/+100
| | | | Tested: local linux and Windows
* [svn-r18854] Add CPack variablesAllen Byrne2010-05-181-0/+10
| | | | Tested: Windows
* [svn-r18773] Add files to support building library with CMakeAllen Byrne2010-05-121-0/+567
Tested: Local linux