summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge of clang-format changes from developAllen Byrne2020-09-301-0/+3
|
* The version string has a second use for packagingAllen Byrne2020-08-261-0/+2
|
* Correct HDF5_PACKAGE_VERSION_STRINGAllen Byrne2020-08-251-1/+1
|
* Revert H5_VERS_SUBRELEASE checkAllen Byrne2020-08-241-5/+1
|
* Add special case when H5_VERS_SUBRELEASE is 0Allen Byrne2020-08-241-3/+7
|
* Condition if (H5_VERS_SUBRELEASE) is incorrectly false whenLarry Knox2020-08-241-3/+3
| | | | | | H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
* Add hypen to subrelease regexAllen Byrne2020-08-231-1/+1
|
* Brings Mirror VFD to 1.10 from developDana Robinson2020-08-141-0/+15
|
* CMake updates:Allen Byrne2020-07-151-0/+11
| | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* OESS-65 replace szip with aec szipAllen Byrne2020-04-271-5/+5
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-0/+2
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Merge CMake and tools changes from developAllen Byrne2020-02-271-16/+14
|
* Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-111-8/+15
|
* Added new CMake options for testsAllen Byrne2020-01-191-12/+63
|
* Merge S3 code from develop to 1.10Allen Byrne2019-09-131-0/+25
|
* Correct threadsafe enable codeAllen Byrne2019-08-281-5/+7
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-181-0/+1
|
* HDFFV-10879 set default API versionAllen Byrne2019-08-131-1/+2
|
* HDFFV-10879 fix option textAllen Byrne2019-08-121-1/+1
|
* HDFFV-10879 correct API version set commandAllen Byrne2019-08-121-1/+1
|
* Use a STRING option for API versionAllen Byrne2019-08-121-12/+7
|
* Fix API version optionAllen Byrne2019-08-121-1/+4
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-1/+7
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-201-4/+13
|
* Allow option to select NAMESPACEAllen Byrne2019-03-281-1/+1
|
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-211-3/+3
|
* Add missing assignmentsAllen Byrne2019-02-061-0/+5
|
* Correct name of variableAllen Byrne2019-02-061-1/+1
|
* Cleanup F2003 option for CMakeAllen Byrne2019-02-061-7/+2
|
* Merge of changes from develop for 1.10.5.Dana Robinson2019-02-041-0/+9
| | | | Added RELEASE.txt entries for new features.
* Merge CMake changes from developAllen Byrne2018-10-231-0/+6
| | | Improved cross-compiling and toolchains
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-261-0/+3
|
* Fix Java library location for testingAllen Byrne2018-08-311-2/+2
|
* HDFFV-10552 Add missing HDF5_USE_110_API_DEFAULT optionAllen Byrne2018-08-171-3/+18
|
* Typo fixAllen Byrne2018-08-021-1/+1
|
* Set CMAKE_REQUIRED_INCLUDES instead of using path in callAllen Byrne2018-08-021-7/+8
|
* Add Autotools and CMake checks for big I/O MPI-3 functionsJordan Henderson2018-08-021-0/+10
|
* Add hdf5settings section for parallel compression status in CMake buildsJordan Henderson2018-08-021-0/+2
|
* Switch to CheckSymbolExists in CMakeJordan Henderson2018-08-021-2/+2
|
* Add configure check for MPI_Mprobe and MPI_Imrecv functionsJordan Henderson2018-08-021-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
* Merge from developAllen Byrne2018-07-311-1/+1
|
* HDFFV-10519 Disable WriteVL JNI function, updgrade JNIAllen Byrne2018-06-291-3/+3
|
* HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-221-18/+5
|
* HDFFV-10444 fix so numbers and merge java test changesAllen 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
|