summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Correct GIF option notes (#3443)Allen Byrne2023-08-291-1/+1
|
* sync cmake and examples changes (#3438)Allen Byrne2023-08-285-13/+27
| | | | | | | | | | | * sync cmake and examples changes * Add java lib changes * Update jave log files * Update java logger version * More logger version changes
* Misc normalization with develop (#3436)Dana Robinson2023-08-265-44/+59
| | | Mostly .github and config directories
* Adjust presets timeout and fix build script VS versions (#3218)Allen Byrne2023-06-302-8/+8
|
* Various merges from develop (#3135)Allen Byrne2023-06-199-224/+100
| | | | | | | | | * Merges from develop/1.14 * Fix doxygen warnings * Fix spelling * Fix doxygen ref * Add braces * Fix format * Remove unused file
* Update actions and change defaults of compression (fix vars) (#3044)Allen Byrne2023-06-063-22/+21
|
* Fix multiConfig variable usage and remove unused CMake vars (#3051)Allen Byrne2023-06-059-21/+14
|
* Add DT workflows and update windows preset (#2967)Allen Byrne2023-05-214-12/+517
| | | | | * Add DT workflows and update windows preset * Stagger check time
* Fix CMake generator expression syntax (#2941)Allen Byrne2023-05-121-3/+3
|
* Correct usage of CMAKE_BUILD_TYPE (#2869)Allen Byrne2023-05-023-23/+20
|
* Update HDF5 version after 1.10.10 release. (#2681)Larry Knox2023-04-072-13/+13
| | | | | | | | * Update HDF5 version after 1.10.10 release. Update so numbers to match 1.10.10 release so numbers. Update HISTORY-1_10.txt. Clean RELEASE.txt entries. * Missed one version change.
* Check CMake version for correct option (#2650)Allen Byrne2023-03-291-1/+5
|
* Undo revert 2615 (#2638)Larry Knox2023-03-271-11/+11
| | | | | | * Revert "1 10 revert 2615 (#2629)" This reverts commit 43e4e64d886e9072a6075c6369e84c0e273fa44f.
* 1 10 revert 2615 (#2629)Larry Knox2023-03-242-12/+12
| | | Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge CMake cleanup process from develop (#2622)Allen Byrne2023-03-235-0/+79
| | | | | * Merge CMake cleanup process from develop * Update test script files
* Add missing items for hpc/scripts and release versions of extra (#2616)Allen Byrne2023-03-203-21/+38
| | | | | | | | | * Add missing items for hpc/scripts and release versions of extra * Update examples project version * Add VS2022 options to build scripts * And VS2022 added to windefs comment
* [1.10 Merge] Add Developer build mode to CMake (#2617)jhendersonHDF2023-03-204-5/+236
| | | | | | | | | | | | | | | | | | | | | | * Add Developer build mode to CMake (#1659) * Add Developer build mode to CMake * Set a few CMake variables for Developer build modes * Refactor enabling of debug and developer-level compile definitions * Convert cache debugging macros to normal ifdef style Normal ifdef-style instead of if-style allows build system to define macros without warning about redefining macros with different values (0 vs. 1) * Add HDF5 Developer compile definitions to testing files * Temporarily disable -fanalyzer flag for GCC 12+ Developer builds * Fix Java tests for Developer build modes (#2079) * Minor adjustment of Developer build mode changes for 1.10 branch
* Normalize platform-independence code w/ develop (#2615)Dana Robinson2023-03-204-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Normalize platform-independence code w/ develop * Use C99 types and functions in lieu of C89 work-arounds * Align key files with develop - H5public.h - H5private.h - H5system.c - H5win32defs.h * Minor fixes elsewhere to support changes in above files * Incidentally brings Fortran mod directory settings file change over This does NOT change the configure/build files. Those will still do the checks needed for the C89 work-around cruft until the perf and perform code gets cleaned up. * Add C++98 fixes * Explicitly set -std=c++98 in Autotools * Do not include cstdlib in H5public.h (requires C++11) * Remove redundant stdbool.h include * Fix alarm issues on Windows * Bring parallel alarm() changes from develop
* Gather latest CMake changes from develop (#2609)Allen Byrne2023-03-206-23/+21
| | | | Add HDF5_SRC_INCLUDE_DIRS variable cleanup cmake comments and documentation
* Unify cmake and cmake_ext_mod like develop (#2596)Dana Robinson2023-03-2020-714/+695
|
* Remove bin/mkdirs and bin/newer (#2593)Dana Robinson2023-03-192-4/+11
| | | As in develop
* Move Autotools VFD list to conclude.am (#2592)Dana Robinson2023-03-191-0/+29
| | | As in develop
* Removes dmalloc support (#2239) (#2587)Dana Robinson2023-03-182-7/+0
| | | | | | | | | | This has not been used to debug the library in a very long time. Most developers use valgrind, -fsanitize=address, or some other memory checker instead of this library. This removes: * dmalloc.h include from H5private.h * --with-dmalloc= Autotools configure option * HDF5_ENABLE_USING_DMALLOC CMake option
* Align compiler flags with develop (#2586)Dana Robinson2023-03-1821-38/+157
| | | | | | Brings many compiler flag changes over from develop. Does NOT bring over -Werror changes. Also turns on Fortran silent rules, as in develop.
* Update cross compile checks and files #2497 (#2567)Allen Byrne2023-03-172-87/+93
|
* Change libaec URL to actively maintained repo GH#2552 (#2562)Allen Byrne2023-03-172-3/+3
|
* Update copyright headers. (#2527)Larry Knox2023-03-1029-29/+0
|
* Fix 1.10 new codespell issues (#2521) (#2525)Larry Knox2023-03-091-1/+1
| | | | | | | | | | | | | * Fix new codespell issues (#2521) * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake * Fix typo in genparser --------- Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
* Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends (#2500)Allen Byrne2023-02-241-1/+1
|
* 1.10 Add fetchcontent for compression libs and fix cmake config #2487 (#2494)Allen Byrne2023-02-2215-86/+1986
| | | | | * Add fetchcontent for compression libs and fix cmake config #2487 * Add CI test for FetchContent
* Remove space from toolchain name #2482 (#2485)Allen Byrne2023-02-211-0/+0
|
* 1.10 Merge Merge CMake generated pkg-config file is incorrect #2259 (#2479)Allen Byrne2023-02-172-2/+2
| | | | | * Merge Merge CMake generated pkg-config file is incorrect #2259 * Fix spacing
* Merge toolchain lowercase names and updates #2426 (#2469)Allen Byrne2023-02-165-14/+24
|
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-169-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CI and support files to match latest from 1.14 * Correct spelling * More spelling corrections * spelling fixes in testpar * Fix spelling errors in tools * More tools spelling fixes * Spelling fixes for rest of tools and some src * Fix spelling errors in src files, pt 2 * Fix spelling in src pt3 * Fix spelling errors pt4 * Fix spelling errors pt5 * Spelling fix pt6 * fix spelling error examples * fix spelling in tests * fix spelling errors in test pt2 * Fix spelling errors in test pt3 * fix spelling in test pt4 * Fix spelling errors in hl * fix spelling errors in c++ * Spelling fixes for fortran * spelling fixes for bin and java * Add relative path * Change spelling action to use a file for list of ignore words * Fix spelling ignore list * remove unused file
* CMake: Find MPI in HDF5 CMake config (#2400) (#2412)Larry Knox2023-01-201-0/+2
| | | Co-authored-by: kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com>
* 1.10 Merge HDFGroup#2175 Implement option for using CMake GNUInstallDirs (#2222)Allen Byrne2022-11-058-46/+119
|
* Update examples reference to single-source version 2.0.1 (#2109)Allen Byrne2022-10-013-31/+32
| | | Also fix github URL refs
* Correct target name for szaec lib - merge #2000 (#2003)Allen Byrne2022-08-174-15/+16
|
* Update java code with doxygen tags, add menu files. (#1972)Allen Byrne2022-08-091-0/+1
| | | | | | | | | | | | | | | | | * Update java code with doxygen tags, add menu files. * Add -Xdoclint:none to autotools javadoc command * Committing clang-format changes * Add fortran RM list descriptions * delete empty file * doc tag location changes * Spelling corrections Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* fortran module folder from GH#1411 #1922 (#1943)Allen Byrne2022-07-292-1/+20
|
* Hdf5 1 10 sync (#1795)Allen Byrne2022-06-0912-72/+67
| | | | | * Branch sync updates and spelling * Revert format of getenv
* Update version to 1.10.10-1 (#1783)Larry Knox2022-05-192-11/+11
| | | | Update so numbers to match 1.10.9 release. Clear 1.10.9 entries from RELEASE.txt.
* Use windows ENV var for default install dir setting #1763 (#1768)Allen Byrne2022-05-132-2/+2
|
* Brings random stuff over from develop (#1738)Dana Robinson2022-05-064-107/+120
|
* Updates README.txt to README.md like the other branches (#1675)Dana Robinson2022-04-252-4/+4
|
* Hdf5 1 10 parallel comp (#1644)jhendersonHDF2022-04-142-4/+4
| | | | | * Hdf5 1 10 parallel compression merge
* Update command format, avoid policy warning (#1552)Allen Byrne2022-03-301-3/+3
|
* Windows and *nix use different forms for warnings #1515 (#1525)Allen Byrne2022-03-263-4/+5
|
* Change ENV to CMake var #1520 (#1522)Allen Byrne2022-03-261-2/+1
|
* 1.10 Update HDF5_ROOT usage (#1487)Allen Byrne2022-03-121-1/+1
| | | | | * Update HDF5_ROOT usage * Fix typo