summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Expand)AuthorAgeFilesLines
* Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048)Larry Knox2021-09-291-1/+1
* Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6Larry Knox2021-09-281-1/+1
* Develop cmake install dir (#1041)Allen Byrne2021-09-282-4/+4
* MS clang needs EHsc flag (#1035)Allen Byrne2021-09-241-2/+2
* Need to match clang and versions not just "Clang" (#1029)Allen Byrne2021-09-222-7/+5
* HDFFV-11266 - add option to build HL tools (#1018)Allen Byrne2021-09-162-0/+2
* Disable fortran warning (#1014)Allen Byrne2021-09-161-3/+4
* Update examples version because of HDFFV-11269 (#998)Allen Byrne2021-09-102-2/+2
* Correction of pkg-config compile script. (#974)Allen Byrne2021-09-071-1/+1
* Sync CMake java macros with cmake repo (#982)Allen Byrne2021-09-074-369/+536
* Small doxygen fixes plus simple doc fixes (#989)Allen Byrne2021-09-041-1/+1
* cmake: simplify try_run result comparisons (#950)Ben Boeckel2021-08-231-5/+5
* Develop windows compiler fixes (#912)Allen Byrne2021-08-192-31/+38
* Fixed the CMake processing for C++ warnings and flags (#888)Allen Byrne2021-08-162-266/+335
* Update examples version used by CMake (#882)Allen Byrne2021-08-123-3/+5
* Issue #833 fix setting return result (#843)Allen Byrne2021-07-211-2/+2
* Changes to docs for using plugins (#814)Allen Byrne2021-07-144-5/+8
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-3/+0
* Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-301-3/+0
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-5/+0
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-6/+0
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-251-6/+0
* Removes checks for signal and set/longjmp, which are C89 (#798)Dana Robinson2021-06-251-15/+0
* Normalization of CMake H5pubconf.h with Autotools (#791)Dana Robinson2021-06-231-11/+12
* Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-231-3/+0
* Removes outdated checks for ways inline might be defined (#781)Dana Robinson2021-06-231-9/+0
* Removes checks for (v)snprintf, which are C99 (#772)Dana Robinson2021-06-211-6/+0
* Removes checks and work-arounds for strtoll and strtoull (#769)Dana Robinson2021-06-181-6/+0
* Fix cmake configure path (#760)Allen Byrne2021-06-171-1/+2
* Organize and align compiler flags (#741)Allen Byrne2021-06-112-38/+49
* Make sure MAX_PRECISION is always defined with a value (#736)Allen Byrne2021-06-081-2/+2
* Rework Fortran configure to allow multiple CMake reruns (#721)Allen Byrne2021-06-073-145/+133
* Fixes issue with ccmake that prevents building Fortran (#723)Dana Robinson2021-06-041-69/+7
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-3/+0
* C++ warning and build fixes (#707)Dana Robinson2021-06-015-53/+27
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-281-15/+0
* Require a C++11 compiler to build the C++ wrappers (#693)Dana Robinson2021-05-281-1/+1
* Various CMake changes (#679)Dana Robinson2021-05-241-8/+0
* Remove version from pkgcfg file names (#671)Allen Byrne2021-05-211-1/+1
* CMake uses matches for clang (#645)Allen Byrne2021-05-171-3/+3
* CMake no longer builds the C++ library by default (#555)Dana Robinson2021-04-201-0/+2
* Remove unused #cmakedefine and autotools checks (#431)Sean McBride2021-04-131-27/+0
* Disable long double tests and remove CMake flag groups (#494)Allen Byrne2021-03-222-214/+82
* Fix display of long double in tools (#469)Allen Byrne2021-03-171-1/+1
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-041-1/+1
* Update license url part2 (#333)Larry Knox2021-02-1732-32/+32
* Detect correct long double size with universal binaires (#335)Sean2021-02-151-4/+19
* Add option to control gcc 10 warnings diagnostics (#321)Allen Byrne2021-02-083-0/+30
* Remove prohibition against building Universal Binaries on macOS (#318)Sean2021-02-081-3/+0
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-138-53/+91