summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-161-4/+14
| | | | Tested: local linux
* [svn-r19782] Fix CMake testing for links_env test which requires an ↵Allen Byrne2010-11-151-0/+8
| | | | | | | | environment variable at test run-time. Modified runTest.cmake file to allow optional ENV_VAR and ENV_VALUE to be passed. runTest.cmake requires a reference file, added links_env.out to testfiles folder. Also updated root CMakeLists.txt to output a message when unsopported options are configured with the PARALLEL option. CMake will still generate files. Tested: windows and local linux
* [svn-r19726] [BZ2072]Add compare output to expected test for help and ↵Allen Byrne2010-11-041-1/+2
| | | | | | version options of mkgrp. Tested: local linux
* [svn-r19717] Correct external lib handling for WindowsAllen Byrne2010-11-021-8/+10
|
* [svn-r19706] Added VFD test options.Allen Byrne2010-11-011-4/+12
| | | | Bring r19705 from branch
* [svn-r19674] MPI_ checks were failing due to wrong #include of mpi.h in ↵Allen Byrne2010-10-271-2/+1
| | | | | | cmake setup From Community
* [svn-r19613] Add option command to set flags OFF for if not using ↵Allen Byrne2010-10-151-0/+2
| | | | ExternalProjects
* [svn-r19610] Add missing XXX_USE_EXTERNAL flags for ExternalProjectsAllen Byrne2010-10-151-2/+8
|
* [svn-r19607] Add message when ExternalProject is builtAllen Byrne2010-10-151-0/+2
|
* [svn-r19580] Correct target format in ADD_DEPENCIES commandAllen Byrne2010-10-121-2/+2
|
* [svn-r19573] Adjust external library names depending on build type for ↵Allen Byrne2010-10-111-12/+30
| | | | | | ExternalProject Command Tested: local linux, windows
* [svn-r19570] Parameterize SVN URLs.Allen Byrne2010-10-111-2/+18
| | | | | | | Add ExternalProject dependicies of external libs copy on project build. Force ExternalProject Libs to build release. Tested: local linux
* [svn-r19534] Add using-memchecker optionAllen Byrne2010-10-071-0/+8
|
* [svn-r19527] Add clear generated objects commands to test blocks.Allen Byrne2010-10-061-0/+1
| | | | | | Add configurefile command to copy CTestCustom to build folder. Tested: local linux
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-041-10/+12
| | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin
* [svn-r19497] Change ExternalProject Dependicies guard to positive match ↵Allen Byrne2010-09-301-4/+4
| | | | | | (Windows configure error) Tested: Windows
* [svn-r19495] Correct static external project library base names.Allen Byrne2010-09-291-2/+2
| | | | Tested: windows
* [svn-r19489] Correct dependency on extlib project when not using external ↵Allen Byrne2010-09-291-6/+8
| | | | projects.
* [svn-r19487] Add ExternalProject support for external libs - option added ↵Allen Byrne2010-09-281-18/+96
| | | | | | Defaults to NO. SVN allows downloading project from svn. Future option is to use a tar file. Tested: Windows, local Linux
* [svn-r19434] Correct use of lib, include, bin in INSTALL commands to use ↵Allen Byrne2010-09-201-3/+3
| | | | | | proper variables. Tested: local linux
* [svn-r19403] 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-r19367] 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-r19361] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-1/+9
|
* [svn-r19343] 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 Tested: windows
* [svn-r19325] 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). Tested: local linux with mpich
* [svn-r19264] Remove configuration of cmake zlib config filed which has been ↵Allen Byrne2010-08-201-1/+0
| | | | | | deleted. Tested: local linux
* [svn-r19260] Change Cmake to allow a local zlib header to be used in ↵Allen Byrne2010-08-201-48/+89
| | | | | | | | | | | 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-r19225] 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-r19222] 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. Corrected minor format/location of commands. Tested: local linux
* [svn-r19211] 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-r19201] Added tests that subdirectories exist before using ↵Allen Byrne2010-08-091-117/+139
| | | | | | | | ADD_SUBDIRECTORY CMake command Added cache set command for default install prefix Tested: local linux
* [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