summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.Dana Robinson2019-04-111-5/+5
|
* Add namespace option to dependenciesAllen Byrne2019-04-021-1/+1
|
* HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-0/+1
|
* Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-211-5/+7
| | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-3/+3
|
* Refactor out timeout valuesAllen Byrne2019-02-061-0/+5
|
* Correct name of variableAllen Byrne2019-02-061-1/+1
|
* Remove F2003 Option and referencesAllen Byrne2019-02-061-7/+2
|
* Minor tweak to CMake preadwrite entry.Dana Robinson2019-02-011-1/+1
|
* Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-0/+9
| | | | available (can be controlled via a configure/CMake option)
* Update option textAllen Byrne2018-12-211-2/+2
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+7
|
* Move options to root cmake fileAllen Byrne2018-10-191-0/+6
|
* CMake changes for SKIPPED and flush testsAllen Byrne2018-09-241-0/+3
|
* Cleanup and add intermediate dir for javaAllen Byrne2018-08-311-2/+2
|
* HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT optionAllen Byrne2018-08-171-0/+20
|
* Update Drop Site options and Coverage settingsAllen Byrne2018-08-091-3/+8
|
* Typo fixAllen Byrne2018-08-021-1/+1
|
* Set CMAKE_REQUIRED_INCLUDES instead of using path in callAllen Byrne2018-08-021-7/+8
|
* Merge pull request #1167 in HDFFV/hdf5 from ↵Jordan Henderson2018-08-021-0/+20
|\ | | | | | | | | | | | | | | | | | | ~JHENDERSON/hdf5:bugfix/MPI2_only_fixes to develop * commit '9aa2eaeb9ed9c94f63973cb55f13de256558497c': Add Autotools and CMake checks for big I/O MPI-3 functions Add hdf5settings section for parallel compression status in CMake builds Switch to CheckSymbolExists in CMake Add configure check for MPI_Mprobe and MPI_Imrecv functions
| * Add Autotools and CMake checks for big I/O MPI-3 functionsJordan Henderson2018-07-311-0/+10
| |
| * Add hdf5settings section for parallel compression status in CMake buildsJordan Henderson2018-07-311-0/+2
| |
| * Switch to CheckSymbolExists in CMakeJordan Henderson2018-07-271-2/+2
| |
| * Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-07-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add line to libhdf5settings file for status of Parallel writes to filtered datasets status Surround Parallel Compression code in MPI_VERSION >= 3 checks Add disabled message for Parallel Compression built w/ MPI-2 Modify Parallel Compression tests to only run the parallel filtered read tests when parallel filtered writes are disabled Update big I/O code to handle being built with MPI-2 Add checks to CMakeLists.txt for MPI_Mprobe and MPI_Imrecv
* | HDFFV-9755 Document BUILD_STATIC_EXECSAllen Byrne2018-07-301-1/+1
|/
* Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-271-3/+3
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-11/+0
|
* TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-241-1/+4
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-5/+0
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-14/+29
|
* Remove obsolete commentsAllen Byrne2018-03-091-11/+0
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* Remove old dependency constructAllen Byrne2018-02-051-1/+0
|
* HDFFV-10398 add support for Emscriptem build systemAllen Byrne2018-01-301-3/+7
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-12/+12
|
* Fix windows compile errors abstract out common settingsAllen Byrne2018-01-291-80/+4
|
* Fix case of commandAllen Byrne2018-01-261-2/+2
|
* Fix missing ext libs referencesAllen Byrne2018-01-251-1/+1
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-7/+5
|
* HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-1/+1
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+1
|
* Correct folder typoAllen Byrne2018-01-091-1/+1
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-2/+2
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-2/+4
|
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-3/+1
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-1/+0
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* Because of MPI requirements in library ALWAYS add include pathAllen Byrne2017-12-201-0/+1
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-14/+1
| | | | This is now fixed via the HDFFV-10325 fix.