summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Update presets, examples uncompress, szip cache (#3391)Allen Byrne2023-08-182-2/+6
|
* Correct script (#3377)Allen Byrne2023-08-161-1/+1
|
* set H5_PAC_C_MAX_REAL_PRECISION default to 0 when cross sompiling with (#3364)Larry Knox2023-08-091-11/+13
| | | CMake to fix Fortran build failures.
* CMake: (fix) Threads dependency (#3267)Jan-Willem Blokland2023-07-241-0/+5
| | | | | | - If the HDF5 library has been build with either thread-safety or subfiling VFD feature on it will have an additional dependency on a threading library. This dependency has been added to the hdf-config.cmake.in file.
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-201-1/+1
| | | | | | * removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read * updated sanitizer paragraph * fixed brief description for H5Fget_info
* Option changed but not all references (#3252)Allen Byrne2023-07-181-2/+2
| | | | | * Option changed but not all references * remove quotes from binary var
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-183-2/+29
| | | | | * Fix some warnings in developer builds * Switch approach to Winline flag
* Fix CMake builds when Subfiling VFD isn't enabled (#3250)jhendersonHDF2023-07-171-0/+1
| | | | | * Fix CMake builds when Subfiling VFD isn't enabled * Add Subfiling VFD entry to hdf5-config.cmake.in
* Subfiling VFD source cleanup (#3241)jhendersonHDF2023-07-132-0/+18
| | | | | | | | | | | | | | | | * Subfiling VFD source cleanup Modularize Subfiling CMake code into separate CMakeLists.txt file Update Mercury util code to latest version and update Copyright Generate mercury_util_config.h header file instead of using pre-generated file Remove unnecessary Mercury functionality Fix minor warning in Subfiling VFD code * Remove Mercury headers from Autotools publicly-distributed header list
* Adjust presets timeout and fix build script VS versions (#3215)Allen Byrne2023-06-302-8/+8
|
* Remove checks for setsysinfo, which is unused (#3205)Dana Robinson2023-06-292-4/+0
| | | | * Autotools * CMake
* chore: fix grammar (#3207)H. Joe Lee2023-06-291-1/+1
|
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-192-3/+3
| | | | | | | | | | | * Fixed various -Wmissing-variable-declarations by adding static keyword * In a few cases, renamed the variable suffix from _g to _s. * Fixed some -Wmissing-variable-declarations by using different declaration macros * Fixed various -Wconditional-uninitialized warnings by just initializing variable to zero * Fixed various -Wcomma warnings * Fixed clang -Wstrict-prototypes warnings * Fixed various -Wunused-variable warnings * Updated some casts to fix the only 3 -Wcast-qual warnings * Fixed the only -Wsometimes-uninitialized warning
* CMake: (feature) ROS3 and cmake config file. (#3146)Jan-Willem Blokland2023-06-161-0/+1
| | | | | - Added a cmake variable to the hdf5-config.cmake file which indicate if the library has been build with or without the read-only S3 functionality.
* Revert long double checks (#3133)Dana Robinson2023-06-153-0/+403
| | | | | | | * Revert "Remove long double conversion work-arounds (#3097)" This reverts commit 1e1dac1dac58fa18f6b7788346d1ba7d3315b0f9. * Update comments to reflect newer systems
* Remove unused HD macros (#3120)Dana Robinson2023-06-142-23/+0
| | | | | | | | | * Remove unused HD macros The library prefixes most C and POSIX API calls with 'HD'. We are going to start removing these so the code looks like normal C. This PR removes most of the unused HD markup macros. * Replace ntohl/ntohs
* Use 1.14 toolchain (#3116)Allen Byrne2023-06-131-4/+4
|
* Remove H5detect and H5make_libsettings (#3104)Dana Robinson2023-06-131-15/+17
| | | | | | | | Removes H5detect and H5make_libsettings from the build and replaces their functionality with things that don't affect cross-compiling. H5detect --> floating-point types are now detected on library load H5make_libsettings --> Moved functionality to a new H5build_settings.c template file
* Rework tools.cmake and add C flags (#3110)Allen Byrne2023-06-131-73/+62
|
* Remove long double conversion work-arounds (#3097)Dana Robinson2023-06-123-400/+0
| | | | | | | | | | | | | | | | | | | | | Several options and public symbols that were provided to paper over non-standard long double conversions between signed/unsigned long and long long values were removed from the Autotools and CMake. These were added twenty years ago, when C99 and 64-bit platforms were less common and are no longer needed. Autotools: --enable-dconv-accuracy CMake: HDF5_WANT_DATA_ACCURACY H5pubconf.h symbols: H5_WANT_DATA_ACCURACY H5_LDOUBLE_TO_LONG_SPECIAL H5_LONG_TO_LDOUBLE_SPECIAL H5_LDOUBLE_TO_LLONG_ACCURATE H5_LLONG_TO_LDOUBLE_CORRECT H5_DISABLE_SOME_LDOUBLE_CONV
* Remove variable dereferences in CMake (#3080)Dana Robinson2023-06-121-3/+3
|
* Make some changes to configure.ac to suppor MinGW (#3096)Dana Robinson2023-06-121-2/+2
| | | | | | | Adds some H5pubconf.h entries and cpp flags for building on MinGW using the Autotools. Also updates the Windows-related H5pubconf.h comments to be more accurate in CMake.
* Don't use -fstdarg-opt with clang-tidy (#3079)Dana Robinson2023-06-071-1/+3
| | | | | | | | | | | * HDFCompilerFlags: mask -fstdarg-opt with clang-tidy `clang-tidy` doesn't understand this `-f` flag and errors out. * Add helpful comment --------- Co-authored-by: Sean McBride <sean@rogue-research.com>
* Removes old header/library checks (#3078)Dana Robinson2023-06-072-20/+0
| | | | | | | | | | | | | In both CMake and the Autotools, remove checks for: * lstat * srandom In CMake, remove checks for: * string.h * strings.h * stdlib.h We assume these exist. Configure will always check for them (we don't add any special code to do this), but there's no reason to duplicate that nonsense in CMake.
* correct warning ignore match for zlib (#3021)Allen Byrne2023-05-261-0/+2
|
* Correct name of fetch content variable name (#3020)Allen Byrne2023-05-261-1/+1
|
* Fix multiConfig variable usage and remove unused CMake vars (#3013)Allen Byrne2023-05-253-21/+1
|
* Update GitHub macOS actions to v13 (#2999)Dana Robinson2023-05-244-0/+11
| | | | | * Update macOS to 13 * Fix the DYLD_LIBRARY_PATH issue on macOS 12 & 13 + CMake that caused the accum test to fail
* Fix plugin cache variable name (#2988)Allen Byrne2023-05-222-11/+11
| | | | * Fix plugin cache variable name * Prefix plugin project local variables
* Change defaults of standard filters. (#2927)Allen Byrne2023-05-183-10/+6
|
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-051-3/+3
|
* remove obsolete SZIP find module (#2901)metadata_cache_macro_cleanupAllen Byrne2023-05-051-127/+0
|
* Force lowercase Fortran module file names (#2891)Scot Breitenfeld2023-05-041-0/+6
| | | | | * fixed args in execvp for h5fuse * Force lowercase Fortran module file names for Cray compilers
* Changes to isolate API Test option files and use fetchcontent (#2880)Allen Byrne2023-05-031-0/+11
|
* Remove duplicate variable for configuration use (#2870)Allen Byrne2023-05-011-11/+8
|
* Correct usage of CMAKE_BUILD_TYPE (#2863)Allen Byrne2023-05-013-15/+15
| | | Fixes a problem when using multi-config builds with the CMake GUI
* Correct compression install files (#2838)Allen Byrne2023-04-282-8/+22
|
* Add support for CMakePresets and fix example download (#2817)Allen Byrne2023-04-262-2/+492
|
* Correct CMake option defaults - deprecate szip for libaec (#2778)Allen Byrne2023-04-237-57/+42
|
* Fix java depends and pdb lib install (#2720)Allen Byrne2023-04-131-1/+1
| | | | | | | * Fix java depends and pdb lib install * Correct end of for loop depends * fix location of set last_test
* Identify some options as advanced (#2717)Allen Byrne2023-04-135-0/+10
| | | | | | | * Identify some options as advanced Add explicit option statement to set default for CMake option * Revert advanced setting for file locks
* CMake: Let runtime checks through stdout only (#2666)Julien Schueller2023-04-112-13/+23
| | | | This avoids mixing emulators errors on stderr to configure results while cross-compiling with wine.
* Minor fixes for CMake code and install docs (#2623)Allen Byrne2023-04-032-10/+22
|
* Update java logger version (#2643)Allen Byrne2023-04-031-2/+2
|
* Change libaec URL to actively maintained repo GH#2552 (#2559)Allen Byrne2023-03-152-3/+3
|
* Fix new codespell issues (#2521)Mark Kittisopikul2023-03-081-1/+1
| | | | | * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake
* Update cross compile checks and files (#2497)Allen Byrne2023-03-022-54/+57
|
* Add fetchcontent for compression libs and fix cmake config (#2487)Allen Byrne2023-02-2614-87/+1986
| | | | | | | | | | | | | * Add fetchcontent for compression libs and fix cmake config * MSDOS is a reserved define name * Add release note and update install doc for FetchContent * Add CI test for FetchContent * Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends * Use general link
* Remove space from toolchain name (#2482)Allen Byrne2023-02-211-0/+0
| | | | | * Remove space from toolchain name * Another space removed
* Develop toolchain lowercase names and updates (#2426)Allen Byrne2023-02-178-23/+27
| | | | | | | | | | | | | * lowercase the toolchain filenames * Change name of option define * Update CI with changed toolchain name * Correct Intel compiler names * Account for Intels name for compiler based on clang * Make icx default and rename classic to icc