summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29229] Turn java OFF by default.Allen Byrne2016-02-291-1/+1
|
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-6/+159
|
* [svn-r28777] Description:Quincey Koziol2016-01-031-0/+8
| | | | | | | | | | Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28228] Remove WIN32 only config of threadsafeAllen Byrne2015-10-261-46/+47
|
* [svn-r28168] Remove Wall option passed by default on non-windows systemsJerome Soumagne2015-10-211-4/+0
| | | | (not necessary anymore since there is now
* [svn-r28059] Make UNSUPPORTED option combinations fail configure - matches ↵Allen Byrne2015-10-131-6/+3
| | | | autotools behaviour.
* [svn-r28056] Add HL and Threadsafe noticeAllen Byrne2015-10-131-0/+8
|
* [svn-r27986] OPTION should default to FALSEAllen Byrne2015-10-071-1/+1
|
* [svn-r27971] eliminate duplicate optionAllen Byrne2015-10-061-1/+1
|
* [svn-r27970] eliminate duplicate optionAllen Byrne2015-10-061-2/+1
|
* [svn-r27874] Add ability to extend the cmake path for searching for ↵Allen Byrne2015-09-241-0/+4
| | | | libraries/programs.
* [svn-r27671] Move fortran id check to fortran sectionAllen Byrne2015-09-031-16/+13
|
* [svn-r27647] Added compiler check for PGI and CMake version.Scot Breitenfeld2015-09-011-0/+13
| | | | | CMake must be > v3.3 to compile with PGI due to CMake bug in earlier versions.
* [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵Allen Byrne2015-08-311-10/+15
| | | | HDF_TEST_EXPRESS.
* [svn-r27591] Threadsafe option implementation has changed and ↵Allen Byrne2015-08-271-2/+4
| | | | ALLOWUNSUPPORTED option needs to be used with TS to actually use of TS with Fortran and C++.
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-10/+31
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+1
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-1/+0
|
* [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-22/+36
| | | | Tested: local linux with CMake
* [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-141-0/+20
|\
| * [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-0/+20
| |
* | [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-0/+2
|/
* [svn-r27064] HDFFV-9327: Refactor compiler flags to config file.Allen Byrne2015-05-141-242/+17
| | | | Tested: local linux
* [svn-r27035] Do not pass warnings options to non-gnu compilers when ↵Jerome Soumagne2015-05-071-4/+8
| | | | compiling with CMake
* [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-281-10/+10
| | | | Move TOOLS option up before usage.
* [svn-r26900] Update CMake doc referencesAllen Byrne2015-04-231-0/+18
|
* [svn-r26815] Update cmake configuration checksAllen Byrne2015-04-151-1/+1
| | | | Tested: local linux
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-1/+1
| | | | Tested: local linux
* [svn-r26465] Merge back from DB branch; cmake defaults and compressed examplesAllen Byrne2015-03-171-26/+35
|
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-1/+1
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25908] Cleaned up typos comments from last commit.Albert Cheng2014-12-191-3/+0
| | | | Tested: just eyeball since changes are cosmetic.
* [svn-r25900] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-171-4/+4
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r25570] UNDO:Added option to build tools static when building shared ↵Allen Byrne2014-09-031-1/+1
| | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux
* [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-1/+1
| | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
* [svn-r25480] Added error if Fortran's default real is double precision. If ↵Scot Breitenfeld2014-07-241-1/+10
| | | | | | | | | | | it is and HL is being built then configure returns an error. This is due to HDFFV-889. Tested: jam with intel cmake options: -DCMAKE_Fortran_FLAGS:STRING="-r8" (should fail) and -DHDF5_BUILD_HL_LIB:BOOL=OFF (should pass)
* [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-071-2/+0
| | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-9/+10
| | | | Tested: local linux
* [svn-r25075] Correct the install folder logic.Allen Byrne2014-04-221-16/+0
| | | | Tested: local linux and Mac
* [svn-r24961] Updates to Win32 thread-local storage cleanup when the ↵Dana Robinson2014-04-041-3/+6
| | | | | | | | | | | thread-safe library is built on Windows. Previously, thread-local storage was not cleaned up, causing resource leaks. Fixes HDFFV-8518, HDFFV-8699 As a part of these changes, the thread-safe + static library options are declared unsupported since the solution relies on DllMain. A solution for the static library is probably doable, but requires much more complicated surgery and has been deferred to HDF5 1.8.14. Tested on: 64-bit Windows 7 using VS 2012 (changes only affect Windows)
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-4/+4
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24918] Fix command caseAllen Byrne2014-03-271-1/+1
|
* [svn-r24899] Add msmpi fortran libs to FindMPIAllen Byrne2014-03-251-1/+1
|
* [svn-r24893] CMake now prohibits configuring thread-safety w/ Fortran and C++.Dana Robinson2014-03-251-5/+12
| | | | | | These changes only apply to non-Cygwin Windows since CMake does not allow configuring thread-safety on any other platform. Tested on 64-bit Windows 7.
* [svn-r24886] Fix fortran mod file handling and packingAllen Byrne2014-03-241-2/+2
|
* [svn-r24824] HDFFV-8700 -Allen Byrne2014-03-181-31/+31
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-2/+2
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-500/+490
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24741] HDFFV-8684: Change Package name depending on CDASH_LOCAL ↵Allen Byrne2014-02-271-7/+6
| | | | | | configuration variable. Tested: local linux