summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10444 fix so numbersAllen Byrne2018-04-101-6/+13
|
* Merge from develop HDFFV-8359 and remove FindMPI copiesAllen Byrne2018-03-091-1/+1
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Remove old dependency constructAllen Byrne2018-02-051-1/+0
|
* HDFFV-10398 Merge from developAllen Byrne2018-02-011-14/+18
|
* Fix windows and mac compile issuesAllen Byrne2018-01-291-75/+6
|
* Fix extlib references and fortran name typoAllen Byrne2018-01-251-1/+1
|
* Fix cmake typoAllen Byrne2018-01-221-1/+1
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-221-8/+4
|
* HDFFV-10385 fix CMAKE_BUILD_TYPE usageAllen Byrne2018-01-101-5/+6
|
* Update link target commandsAllen Byrne2017-12-211-2/+0
|
* Reworked MPI includes to be used as default with parallelAllen Byrne2017-12-201-0/+1
|
* Test increase of versionAllen Byrne2017-11-301-1/+1
|
* HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin.Allen Byrne2017-11-151-0/+2
|
* Fix linking of libsAllen Byrne2017-11-141-1/+0
|
* HDFFV-10321 merge from developAllen Byrne2017-11-021-9/+21
|
* Remove cache sets for defaults, cleanup cmake filesAllen Byrne2017-09-131-1/+1
|
* Test program generation should default offAllen Byrne2017-09-121-0/+3
|
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-291-7/+7
|
* Add option TEST_SHARED_PROGRAMS to disable shared testing by defaultAllen Byrne2017-03-011-0/+3
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-110/+114
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* Add namespace and export utilsAllen Byrne2016-10-141-0/+2
|
* [svn-r30173] Add GIT support and correct name of option for UNSUPPORTEDAllen Byrne2016-07-121-50/+65
|
* [svn-r28169] Merge r28168 from trunkJerome Soumagne2015-10-211-4/+0
| | | | | Remove Wall option passed by default on non-windows systems (can use HDF5_ENABLE_GROUPZERO_WARNINGS option instead)
* [svn-r28125] Add library version changes based on lt_vers.am file.Allen Byrne2015-10-191-0/+54
|
* [svn-r28061] Make UNSUPPORTED option combinations fail configure - matches ↵Allen Byrne2015-10-131-6/+3
| | | | autotools behaviour.
* [svn-r28058] Add HL and Threadsafe noticeAllen Byrne2015-10-131-0/+8
|
* [svn-r27987] OPTION should default to FALSEAllen Byrne2015-10-071-1/+1
|
* [svn-r27971] eliminate duplicate optionAllen Byrne2015-10-061-2/+1
|
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-10/+15
| | | | Add mod file changes from trunk
* [svn-r27603] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-281-10/+33
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED. Adjust H5_HAVE_THREADSAFE only on SHARED libs.
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-191-22/+57
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27274] HDFFV-9327: Compiler flags for non-windows.Allen Byrne2015-06-241-239/+32
| | | | Merge from trunk
* [svn-r27036] Merge r27035 from trunkJerome Soumagne2015-05-071-4/+8
| | | | Do not pass warnings options to non-gnu compilers when compiling with CMake
* [svn-r26954] Remove src temporary debug build props.Allen Byrne2015-04-281-10/+10
| | | | Move TOOLS option up before usage.
* [svn-r26654] Bring trunk CMake changes to branch.Allen Byrne2015-03-301-1/+1
| | | | Tested: local linux
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-051-29/+35
| | | | Update windows wix cpack process.
* [svn-r25901] HDFFV-9046: reorganize hdf5/perform/ directory Albert Cheng2014-12-191-4/+1
| | | | | | Moved perform/ to tools/perform. Updated all the configure related files for the new location. Tested: h5committested plus tested in jam and kite.
* [svn-r25830] Merge of r25605 from the win32_dialog_fix feature branch.Dana Robinson2014-11-211-0/+3
| | | | | | Minor changes to CMake files that allow setting library Subversion externals paths via the CMake GUI. By default, these paths are set to our library trunks. We might want to change this on release. Tested on: 64-bit Windows 7 with Visual Studio 2012 and CMake 3.0.2
* [svn-r25526] Merged 25480 from the trunk into the branchScot Breitenfeld2014-08-111-1/+10
|
* [svn-r25402] Bring 25397/8 from trunk:Mohamad Chaarawi2014-07-101-2/+0
| | | | | | | - remove configure checks for MPI_File_get_size and Big MPI_File_set_size as they are supported by MPIO implementations today. - fix bug in t_mpi.c (HDFFV-8856) tested with h5committest.
* [svn-r25222] Merge cmake_ext_mod into 1.8Allen Byrne2014-05-271-9/+10
|
* [svn-r25076] Correct the install folder logic.Allen Byrne2014-04-221-18/+2
| | | | Tested: local linux
* [svn-r25018] Purpose:Dana Robinson2014-04-111-5/+8
| | | | | | | | | Merged r24893, r24961, r24965 from trunk. Fix for thread-local storage resource leaks on Windows with Win32 threads. Prohibits thread-safe + C++/Fortran/static library in CMake. Tested on: 64-bit Windows 7 w/ Visual Studio 2012
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-071-9/+16
| | | | Tested: h5committest
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-533/+518
| | | | Tested: local linux
* [svn-r24746] Merge trunk revision 24744 from cmake branch includes;Allen Byrne2014-02-271-15/+24
| | | | | | HDFFV-8505: UD filter changes to remove filters in h5repack. Tested: local linux
* [svn-r24740] Bug fix: HDFFV-8684Albert Cheng2014-02-261-6/+6
| | | | | | | | | | | | | 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-r24720] bring r24709 from trunk:Mohamad Chaarawi2014-02-181-1/+1
| | | | | | | rename H5V to H5VM since H5V is needed in the fastforward 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.