summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21880] Add cygwin changes for ext libsAllen Byrne2012-01-181-15/+36
|
* [svn-r21854] Remove cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-301-289/+0
| | | | Tested: windows
* [svn-r21852] Updated cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-301-8/+7
| | | | Tested: windows
* [svn-r21836] Updated ext lib so version and lib packaging macrosAllen Byrne2011-12-201-4/+4
| | | | Synch across projects
* [svn-r21834] Updated jpeg so version and lib packaging macrosAllen Byrne2011-12-201-4/+4
| | | | Synch with all projects
* [svn-r21829] synch common macros files with new hdf4 option to build shared ↵Allen Byrne2011-12-141-4/+4
| | | | jpeg libray - JIRA 1276.
* [svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG"Allen Byrne2011-12-051-9/+9
|
* [svn-r21787] Unify CMake config macros, split base macros from ext lib macrosAllen Byrne2011-12-012-303/+302
| | | | Tested: local linux
* [svn-r21785] Correct static lib naming when on windowsAllen Byrne2011-12-011-22/+5
|
* [svn-r21783] Correct macros for building static libs on linux when ↵Allen Byrne2011-11-301-2/+6
| | | | | | CMAKE_BUILD_TYPE is defined. Also correct use of CMAKE_ANSI_FLAGS for passing into sub-projects.
* [svn-r21772] Correctly use CMAKE_BUILD_TYPE in functions for building ↵Allen Byrne2011-11-221-41/+66
| | | | | | extrnal libraries. Tested: local linux
* [svn-r21761] HDFFV-7798: CMake on linux, building Static with zlib built ↵Allen Byrne2011-11-151-1/+1
| | | | | | internally. Corrected path component in EXTERNAL_ZLIB_LIBRARY macro. Tested: linux
* [svn-r21716] Correct indentationAllen Byrne2011-11-041-2/+2
|
* [svn-r21713] Update HDF changes of CMake/CTest.cmake files to 2.8.6Allen Byrne2011-11-042-504/+26
| | | | Increase CTEST SUBMITRETRY TIME from 5 to 20
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake ↵Allen Byrne2011-11-032-0/+630
| | | | | | | | files updated to link with fortran mpi libs. Updated cacheinit.cmake to set num of procs to 3 for hdf testing. Tested: local linux and on windows 7
* [svn-r21702] remove obsolete cmake config module - exists in cmake 2.8.6Allen Byrne2011-11-021-364/+0
|
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-251-0/+4
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21596] Correct large file support testAllen Byrne2011-10-182-2/+60
|
* [svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows ↵Dana Robinson2011-10-131-3/+0
| | | | configuration CMake file.
* [svn-r21538] Removed obsolete Windows STDIO VFD configuration options from ↵Dana Robinson2011-10-131-7/+0
| | | | | | CMake config files. Tested on Windows
* [svn-r21523] Added CLOCK_GET_TIME define to cmake configureAllen Byrne2011-10-112-0/+18
| | | | Tested: local linux
* [svn-r21511] Synchronize macros for naming with other librariesAllen Byrne2011-10-111-13/+6
|
* [svn-r21493] Add new mach/mach_time.h header check.Allen Byrne2011-10-072-0/+4
|
* [svn-r21425] Add 2003 fortran to settings textAllen Byrne2011-09-271-0/+1
|
* [svn-r21417] Correct indentation in cmake config file.Allen Byrne2011-09-261-1/+1
| | | | Add option for allowing -fPIC.
* [svn-r21412] Change windows default driver to SEC2Allen Byrne2011-09-231-3/+1
|
* [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new ↵Allen Byrne2011-09-062-3/+13
| | | | | | defines H5_HAVE_WIN32_API and H5_HAVE_VISUAL_STUDIO defines to use. These can be properly set during configurration. Tested: windows and local linux - reviewed internally
* [svn-r21348] Need PATH active by default during install for daily binary ↵Allen Byrne2011-09-011-1/+1
| | | | testing needs
* [svn-r21347] Need PATH active by default during install for daily binary ↵Allen Byrne2011-09-011-2/+2
| | | | testing needs
* [svn-r21340] Add check for target already existsAllen Byrne2011-08-311-4/+4
|
* [svn-r21317] Correct zlib references, zlib svn no longer has src folderAllen Byrne2011-08-261-1/+1
|
* [svn-r21316] add testlibinfo to ignore list for memcheckAllen Byrne2011-08-261-0/+1
|
* [svn-r21263] Add F2003 support to CMake buildsAllen Byrne2011-08-194-0/+13
|
* [svn-r21256] Add libinfo and test to cmake - JIRA 1243Allen Byrne2011-08-181-44/+44
| | | | Tested: local linux
* [svn-r21208] Add fortran COMPILE_FLAGSAllen Byrne2011-08-104-2/+124
| | | | | remove benchpar and mpi-perf tests add new prunTest.cmake that will be modified for parallel tests
* [svn-r21202] Prepend test folder name to perform and testpar cmake testsAllen Byrne2011-08-091-1/+1
|
* [svn-r21192] Correct Windows Fortran static builds.Allen Byrne2011-08-081-4/+9
|
* [svn-r21171] Commit HDFFV-5929 winthreads define fixAllen Byrne2011-08-043-2/+7
| | | | | | Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format. Tested: local linux
* [svn-r21101] HDFFV-7639Mike McGreevy2011-07-141-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Remove H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS and H5_MPI_COMPLEX_DERIVED_DATATYPE_WORKS #defines from source. Description: Two advanced parallel functionalities, special collective IO and complex derived datatypes, are not supported by older implementations of mpi, and thus our code limits the use of these features with #ifdefs and has checks in configure to set them (or not). Unfortunately, configure can't actually run a parallel check to see if these features are working (nor not) so it resorts to looking in the config files where they are explicity enabled or disabled based on versions of mpi, sytems being built on, or for no documented reason at all (i.e. just set to on or off as some 'default'). Overriding these settings is easy if need be, provided it is known that it needs to be done to get improved performance, and oftentimes it is not. Most new MPI implementations successfully handle the functionality requested when these #defines are set, and many of the "turn these features off" cases in the config files are for old (> 5 years) versions of MPI and retired systems (such as NCSA's tungsten). Therefore, the decision has been made to remove the support for these old versions of MPI and systems that cannot handle these behaviors. The #ifdefs and supporting setup in the config/ files and configure script has been removed, and the code executed when these options were not set removed from the source. In passing, this commit also cleans up some whitespace issues in both t_mpi.c and H5Dmpio.c. Furthermore, in t_mpi.c, the special collective IO test was not getting regularly run due to it being written to work only with four processes (we regularly test with six, previously with three), and thus it failed when actually run due to an out of bounds data buffer assignment. It has been modified to run at any number of processes greater than four, and the memory problem has been fixed so the test passes. Tested: jam, h5committest, ember
* [svn-r21086] Add new clear-objects tests to valgrind ignore listAllen Byrne2011-07-111-0/+8
|
* [svn-r21047] Correct *-config.cmake files to set {pkg}_LIBRARIES variable.Allen Byrne2011-06-292-0/+2
| | | | Tested: windows
* [svn-r21026] Add configure check for endianess and adjust test depending on ↵Allen Byrne2011-06-232-0/+6
| | | | | | status of check Tested: heiwa
* [svn-r20899] Add soversion handling - use config/lt_vers.am file.Allen Byrne2011-05-251-2/+7
| | | | Bring r20895 from 1.8
* [svn-r20875] Refactor h5import to close files and free allocations. Also ↵Allen Byrne2011-05-201-16/+0
| | | | | | corrected test dependencies so that memcheck would process tests in correct order. Tested: local linux - confirmed with valgrind
* [svn-r20862] Adjust CPack configuration location by removing version ↵Allen Byrne2011-05-182-2/+9
| | | | extension in folder name. Add install configuration commands if ext libs are packaged with project.
* [svn-r20858] Correct state of EXTERNALLY_CONFIGURED when using ↵Allen Byrne2011-05-181-6/+6
| | | | EXTERNAL_PROJECT for extlibs.
* [svn-r20800] Correct install path variableAllen Byrne2011-05-121-16/+19
|
* [svn-r20721] Refactor ext lib import and install.Allen Byrne2011-05-041-0/+4
| | | | Add SOVERSION for linux
* [svn-r20717] Refactor ext lib import and install.Allen Byrne2011-05-042-29/+77
| | | | | | Change case of tools subtests to not conflict with tools tests. Tested: windows, local linux
* [svn-r20713] Packed Bits Merge:Allen Byrne2011-05-034-7/+37
| | | | | | | | | removed option defines and #ifdef/#endif refactored all printf to HDfprintf in h5dump.c formatted and indention improvements synched with 1.8 branch Tested: local linux