summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod
Commit message (Expand)AuthorAgeFilesLines
* Develop windows compiler fixes (#912)Allen Byrne2021-08-191-1/+1
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-6/+0
* Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-301-1/+0
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-292-43/+0
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-251-2/+0
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-251-11/+3
* Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-231-2/+0
* Removes outdated checks for ways inline might be defined (#781)Dana Robinson2021-06-232-25/+0
* Removes checks for (v)snprintf, which are C99 (#772)Dana Robinson2021-06-212-33/+0
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-181-2/+0
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-9/+7
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-9/+0
* C++ warning and build fixes (#707)Dana Robinson2021-06-012-145/+0
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-283-36/+3
* Remove unused #cmakedefine and autotools checks (#431)Sean McBride2021-04-131-6/+0
* Removed checks/workarounds for pre-C++89 compatibility (#449)Sean McBride2021-03-102-61/+0
* Update license url part2 (#333)Larry Knox2021-02-1711-11/+11
* Remove prohibition against building Universal Binaries on macOS (#318)Sean2021-02-081-15/+0
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-136-39/+77
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-161-0/+13
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-111-2/+3
* Merge pull request #67 from xantares/mingw1Larry Knox2020-10-311-1/+1
|\
| * CMake: Set specific INSTALL_DATA_DIR only on MSVCMichel Zou2020-10-301-1/+1
* | Merge pull request #70 from xantares/mingw4Larry Knox2020-10-312-5/+5
|\ \
| * | CMake: MINGW implies WIN32Michel Zou2020-10-302-5/+5
| |/
* | CMake: Add an option to opt-out MSVC naming conventionMichel Zou2020-10-301-2/+2
|/
* Add mingw defineAllen Byrne2020-10-021-0/+1
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-281-1/+1
|\
| * Test the format string "ll" before "l", "L", and "q", like theDavid Young2020-09-171-1/+1
* | OESS-98 merge with clang-format changesAllen Byrne2020-09-252-1/+27
|/
* Tools refactorAllen Byrne2020-07-151-1/+0
* Clean up warningsQuincey Koziol2020-06-281-3/+0
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...Quincey Koziol2020-06-271-1/+0
* Correct filenameAllen Byrne2020-05-081-7/+7
* OESS-65 fix packaging config filesAllen Byrne2020-05-081-1/+1
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-231-0/+18
|\
| * Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-221-0/+18
* | OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-04-221-37/+27
|/
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2020-04-072-90/+15
|\
| * Correct extra flagsAllen Byrne2020-04-011-2/+2
| * TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-03-242-88/+13
* | Add Splitter VFD to library.Jacob Smith2020-03-131-0/+3
|/
* Fix Fortran macro use and jni commentAllen Byrne2020-02-251-6/+6
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-215-114/+121
* CMake cleanupAllen Byrne2020-02-212-2/+2
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
* Adjust regex for warningsAllen Byrne2020-01-141-8/+8
* Ignore ZLIB warningsAllen Byrne2020-01-131-0/+1
* Separate result variables for the function performedAllen Byrne2020-01-092-33/+39
* Check for actual content before using fileAllen Byrne2020-01-092-156/+175