summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-0/+20
|
* [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
* [svn-r24739] Bug fix: HDFFV-8684Albert Cheng2014-02-261-6/+7
| | | | | | | | | | | | | h5committest failed in platypus because cmakehdf5 failed in installation because cmake generates a install-tarball based on incomplete version number (subrelease string is missing). Solution: Fixed $HDF5_PACKAGE_VERSION to contain the subrelease string. Fixed $HDF5_PACKAGE_VERSION_STRING to be the same as $HDF5_PACKAGE_VERSION. Tested: jam and platypus in both trunk and v18 branches because the current version number is trunk has a null sub-release and v18 has a non-null sub-release. That covers both grounds.
* [svn-r24724] Fix MPI linker flags with quotesAllen Byrne2014-02-201-1/+1
|
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward ↵Mohamad Chaarawi2014-02-131-1/+1
| | | | | | | | | | | | project for view objects. The addition of view objects in the fastforward project is expected to be brough into the trunk sometimes in the future, which is why we need to make this change. Tested Manually on Jam and Ostrich. Tested with h5commitest - Koala with intel compilers failed, but nothing had to do with those changes. error on Koala: error while loading shared libraries: libirng.so
* [svn-r24700] Updated packaging process to align with latest hdf cmake standards.Allen Byrne2014-02-111-0/+16
|
* [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to ↵Allen Byrne2014-01-271-8/+0
| | | | | | not add extra lines. Tested: cmake and autotools local linux
* [svn-r24588] Add sunos compile option changesAllen Byrne2013-12-191-1/+8
|
* [svn-r24289] Correct linux shared version numberingAllen Byrne2013-10-141-1/+2
|
* [svn-r24136] Add base set of warnings for gccAllen Byrne2013-09-131-0/+1
|
* [svn-r24070] Fix typo in flags optionsAllen Byrne2013-08-261-3/+13
|
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-522/+2
| | | | | | developers. Tested: local linux
* [svn-r23980] Add "_" to VS define.Allen Byrne2013-08-091-1/+1
|
* [svn-r23979] Correct Packaging var names.Allen Byrne2013-08-091-4/+4
|
* [svn-r23978] Add Bundle and plist file. Update script file add iconAllen Byrne2013-08-081-2/+23
|
* [svn-r23905] Alter option name to avoid conflict with WDTPAllen Byrne2013-07-161-3/+3
|
* [svn-r23899] Change name to avoid conflicts in WDTPAllen Byrne2013-07-151-3/+3
|
* [svn-r23845] HDFFV-8394: Add Optional Examples source packaging option.Allen Byrne2013-06-281-0/+25
| | | | Tested: local linux
* [svn-r23824] Remove unused warnings optionAllen Byrne2013-06-251-11/+1
|
* [svn-r23823] HDFFV-8428: Correct docs install listAllen Byrne2013-06-251-11/+11
| | | | HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
* [svn-r23793] Correct logic for packaging cygwin release docsAllen Byrne2013-06-191-11/+13
|
* [svn-r23786] Remove COMPILE_FLAGS value - already set in X_FLAGSAllen Byrne2013-06-171-1/+1
| | | | Tested: windows
* [svn-r23763] Fix missing commandAllen Byrne2013-06-131-2/+1
| | | | Tested: local linux