summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove prohibition against building Universal Binaries on macOS (#318)Sean2021-02-081-15/+0
| | | Fixes github issue #311.
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-131-15/+45
| | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages
* Add mingw defineAllen Byrne2020-10-021-0/+1
|
* Tools refactorAllen Byrne2020-07-151-1/+0
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Clean up warningsQuincey Koziol2020-06-281-3/+0
|
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered ↵Quincey Koziol2020-06-271-1/+0
| | | | around in various places. Also clean up iopipe.c.
* Merge branch 'develop' of ↵Jacob Smith2020-04-071-11/+15
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a
| * Correct extra flagsAllen Byrne2020-04-011-2/+2
| |
| * TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-03-241-9/+13
| |
* | Add Splitter VFD to library.Jacob Smith2020-03-131-0/+3
|/ | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
* Update reference files to latest outputAllen Byrne2019-12-021-3/+0
|
* HDFFV-10845 Allow mingw to find functionalityAllen Byrne2019-07-221-13/+13
|
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-3/+2
|
* HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-2/+2
|
* HDFFV-10845 defines already setAllen Byrne2019-07-171-2/+0
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-1/+1
|
* HDFFV-10845 C_FLAGS need set correctly for win32 vs mingwAllen Byrne2019-07-171-3/+7
|
* HDFFV-8631, HDFFV-10595, HDFFV-10845Allen Byrne2019-07-171-8/+5
|
* HDFFV-8631 mingw is different platformAllen Byrne2019-07-171-6/+7
|
* Correct CMake issuesAllen Byrne2019-06-181-1/+1
|
* Correct message command syntaxAllen Byrne2019-05-171-1/+1
|
* Update standard checkAllen Byrne2019-02-171-6/+4
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-4/+4
|
* Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-2/+6
| | | | available (can be controlled via a configure/CMake option)
* HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-081-0/+1
|
* HDFFV-10546 refactor variable nameAllen Byrne2019-01-021-66/+76
|
* HDFFV-10603 fixup cmake usageAllen Byrne2018-10-111-2/+2
|
* TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-041-86/+61
|
* TRILABS-34 Cleanup try_runAllen Byrne2018-10-041-1/+1
|
* TRILAB-21 Intel flagsAllen Byrne2018-10-021-51/+62
|
* HDFFV-10508 pubconf changes foundAllen Byrne2018-07-301-5/+0
|
* TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-241-83/+0
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* HDFFV-10398 fix detection of repeat checksAllen Byrne2018-01-301-3/+3
|
* HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modulesAllen Byrne2018-01-301-11/+11
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Update cmake pubconf to match autotools and add strtoll checksAllen Byrne2017-03-161-6/+10
|
* Update CMake files and formattingAllen Byrne2017-03-011-10/+10
|
* CMake command cleanupAllen Byrne2017-01-111-3/+3
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-99/+99
|
* [svn-r30204] Move CXX tests to C++ compiler test fileAllen Byrne2016-07-201-2/+8
|
* [svn-r30134] Description:Quincey Koziol2016-07-021-0/+6
| | | | | | | Add CMake macros and detections for the "round" family of routines. Tested on: Upcoming Windows daily tests
* [svn-r28581] Brought flock changes over from revise_chunks as well as a fewDana Robinson2015-12-111-0/+2
| | | | | | | minor tweaks from H5private.h. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only, autotools and CMake (3.3.2)
* [svn-r28538] Merge of r28479 from revise_chunks.Dana Robinson2015-12-081-16/+17
| | | | | | | | Fixes OS X compilation problems and brings some Linux symbols in line with the Autotools when building with CMake. Tested on: 64-bit OS X 10.11.1 El Capitan (Darwin 15.0.0) Xcode 7.1 Apple LLVM 7.0.0 (clang-700.1.76)
* [svn-r28188] Fix inline/__inline__/__inline detection with CMake after ↵Jerome Soumagne2015-10-221-24/+2
| | | | autotools changes
* [svn-r28174] HDFFV-9550: Add VS2015 fix for timezone.Allen Byrne2015-10-211-3/+1
|
* [svn-r28158] Merge from CMAMKE_EXT_MOD repo.Allen Byrne2015-10-211-33/+34
| | | | Add VS2015 support.
* [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-10-201-0/+13
| | | | | | | | | | | | | | available Fix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11
* [svn-r28112] CMake check for gettimeofday if not on windowsJerome Soumagne2015-10-161-0/+1
|
* [svn-r27675] Removed library checks for nsl and socket from the autotools ↵Dana Robinson2015-09-041-6/+1
| | | | | | | | | | | | configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake