Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r20239] Add HDFGroup to PACKAGE_NAME, as parent folder name for CPack ↵ | Allen Byrne | 2011-03-14 | 1 | -1/+1 |
| | | | | installation configuration. | ||||
* | [svn-r20155] Change macros - do not need URL parameter | Allen Byrne | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | [svn-r20153] Move ext lib handling for ext project building to a common ↵ | Allen Byrne | 2011-02-24 | 1 | -155/+12 |
| | | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows | ||||
* | [svn-r20151] On windows the name of static zlib library is dependent on the ↵ | Allen Byrne | 2011-02-24 | 1 | -6/+6 |
| | | | | use of HDF_LEGACY_NAMING value when built from SVN/TGZ source. | ||||
* | [svn-r20149] Change Name of Legacy naming option | Allen Byrne | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunk | Allen Byrne | 2011-02-22 | 1 | -7/+16 |
| | |||||
* | [svn-r20013] Change use of variable to allow a SITE name to be defined, to ↵ | Allen Byrne | 2011-01-27 | 1 | -3/+5 |
| | | | | using it to extend the build name used in reporting to CDash | ||||
* | [svn-r20002] Add variable to allow a SITE name to be defined | Allen Byrne | 2011-01-26 | 1 | -0/+3 |
| | | | | Tested: local linux | ||||
* | [svn-r19999] Correct typo in check for external library TGZ path define | Allen Byrne | 2011-01-26 | 1 | -2/+2 |
| | | | | Tested: local linux | ||||
* | [svn-r19993] Added ability to use compressed file for external libraries ↵ | Allen Byrne | 2011-01-25 | 1 | -0/+7 |
| | | | | | | corrected. Tested: local linux | ||||
* | [svn-r19991] Added ability to use compressed file for external libraries | Allen Byrne | 2011-01-25 | 1 | -50/+68 |
| | | | | Tested: local linux | ||||
* | [svn-r19949] Correct CPack confusion with the same for two different ↵ | Allen Byrne | 2011-01-13 | 1 | -3/+3 |
| | | | | functions (not case-sensitive) | ||||
* | [svn-r19921] Update files for CPack use. | Allen Byrne | 2011-01-06 | 1 | -0/+11 |
| | |||||
* | [svn-r19896] remove orphaned endif() | Allen Byrne | 2010-12-30 | 1 | -1/+0 |
| | |||||
* | [svn-r19895] Remove use of /MT compile flag for building static libs and ↵ | Allen Byrne | 2010-12-29 | 1 | -23/+5 |
| | | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries. | ||||
* | [svn-r19886] Correct name of file document for Cpack install. | Allen Byrne | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | [svn-r19878] Correct HDF5 configuration variables for CPack/Install. | Allen Byrne | 2010-12-08 | 1 | -8/+58 |
| | | | | Bring r19875 from 1.8 branch | ||||
* | [svn-r19865] Correct INSTALL_PREFIX handling | Allen Byrne | 2010-12-02 | 1 | -1/+3 |
| | |||||
* | [svn-r19854] Correct external library generated headers packing for ↵ | Allen Byrne | 2010-11-27 | 1 | -0/+2 |
| | | | | install/cpack when not using svn builds | ||||
* | [svn-r19852] Add back dropped during edit - create directory - for external ↵ | Allen Byrne | 2010-11-26 | 1 | -0/+2 |
| | | | | projects in cpack. | ||||
* | [svn-r19845] Correct external library generated headers packing for ↵ | Allen Byrne | 2010-11-25 | 1 | -2/+20 |
| | | | | install/cpack | ||||
* | [svn-r19843] Remove quotes from BLDTYPE parameter in building external ↵ | Allen Byrne | 2010-11-25 | 1 | -2/+2 |
| | | | | | | projects from svn Tested: Windows | ||||
* | [svn-r19841] Correct external library packing for install/cpack. On windows ↵ | Allen Byrne | 2010-11-24 | 1 | -23/+43 |
| | | | | using shared libs, dlls still needed to be put in the runtime folder for tests. | ||||
* | [svn-r19837] Correct external library packing for install/cpack | Allen Byrne | 2010-11-23 | 1 | -62/+69 |
| | | | | Tested: Windows | ||||
* | [svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option. | Allen Byrne | 2010-11-16 | 1 | -4/+14 |
| | | | | Tested: local linux | ||||
* | [svn-r19782] Fix CMake testing for links_env test which requires an ↵ | Allen Byrne | 2010-11-15 | 1 | -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 Byrne | 2010-11-04 | 1 | -1/+2 |
| | | | | | | version options of mkgrp. Tested: local linux | ||||
* | [svn-r19717] Correct external lib handling for Windows | Allen Byrne | 2010-11-02 | 1 | -8/+10 |
| | |||||
* | [svn-r19706] Added VFD test options. | Allen Byrne | 2010-11-01 | 1 | -4/+12 |
| | | | | Bring r19705 from branch | ||||
* | [svn-r19674] MPI_ checks were failing due to wrong #include of mpi.h in ↵ | Allen Byrne | 2010-10-27 | 1 | -2/+1 |
| | | | | | | cmake setup From Community | ||||
* | [svn-r19613] Add option command to set flags OFF for if not using ↵ | Allen Byrne | 2010-10-15 | 1 | -0/+2 |
| | | | | ExternalProjects | ||||
* | [svn-r19610] Add missing XXX_USE_EXTERNAL flags for ExternalProjects | Allen Byrne | 2010-10-15 | 1 | -2/+8 |
| | |||||
* | [svn-r19607] Add message when ExternalProject is built | Allen Byrne | 2010-10-15 | 1 | -0/+2 |
| | |||||
* | [svn-r19580] Correct target format in ADD_DEPENCIES command | Allen Byrne | 2010-10-12 | 1 | -2/+2 |
| | |||||
* | [svn-r19573] Adjust external library names depending on build type for ↵ | Allen Byrne | 2010-10-11 | 1 | -12/+30 |
| | | | | | | ExternalProject Command Tested: local linux, windows | ||||
* | [svn-r19570] Parameterize SVN URLs. | Allen Byrne | 2010-10-11 | 1 | -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 option | Allen Byrne | 2010-10-07 | 1 | -0/+8 |
| | |||||
* | [svn-r19527] Add clear generated objects commands to test blocks. | Allen Byrne | 2010-10-06 | 1 | -0/+1 |
| | | | | | | Add configurefile command to copy CTestCustom to build folder. Tested: local linux | ||||
* | [svn-r19509] Improve CMake support for CYGWIN. | Allen Byrne | 2010-10-04 | 1 | -10/+12 |
| | | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin | ||||
* | [svn-r19497] Change ExternalProject Dependicies guard to positive match ↵ | Allen Byrne | 2010-09-30 | 1 | -4/+4 |
| | | | | | | (Windows configure error) Tested: Windows | ||||
* | [svn-r19495] Correct static external project library base names. | Allen Byrne | 2010-09-29 | 1 | -2/+2 |
| | | | | Tested: windows | ||||
* | [svn-r19489] Correct dependency on extlib project when not using external ↵ | Allen Byrne | 2010-09-29 | 1 | -6/+8 |
| | | | | projects. | ||||
* | [svn-r19487] Add ExternalProject support for external libs - option added ↵ | Allen Byrne | 2010-09-28 | 1 | -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 Byrne | 2010-09-20 | 1 | -3/+3 |
| | | | | | | proper variables. Tested: local linux | ||||
* | [svn-r19403] Update to H5REPACK tests for layout info required a grep script ↵ | Allen Byrne | 2010-09-16 | 1 | -3/+3 |
| | | | | | | | | like runTest.cmake. Update CMakeLists.txt for new h5repack layout tests. Tested: local linux | ||||
* | [svn-r19367] Purpose: | Mike McGreevy | 2010-09-10 | 1 | -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 macros | Allen Byrne | 2010-09-09 | 1 | -1/+9 |
| | |||||
* | [svn-r19343] Corrected long long printf test. | Allen Byrne | 2010-09-02 | 1 | -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 Byrne | 2010-08-31 | 1 | -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 Byrne | 2010-08-20 | 1 | -1/+0 |
| | | | | | | deleted. Tested: local linux |