summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct script for 3.12 and update HPC process (#2435)hdf5_1_8Allen Byrne2023-02-091-14/+19
|
* 1.8 Add support for Intel LLVM (#2431)Allen Byrne2023-02-076-19/+23
| | | | | * Add support for Intel LLVM * Add new file
* 1.8 branch must use bin for fortran modules (#2428)Allen Byrne2023-02-021-1/+1
|
* Update and fix compiler flags (#2427)Allen Byrne2023-02-0220-189/+218
| | | | | | | * Update and fix compiler flags * Update MAINFEST * Update tools test
* Correct TEST_REFERENCE string for ph5example. (#2419)Larry Knox2023-01-261-2/+2
|
* skip the F2003 examples if F2003 was not enabled (#2416)Scot Breitenfeld2023-01-241-0/+5
| | | | | * skip F2003 examples if F2003 was not enabled * skip F2003 examples if F2003 was not enabled
* CMake: Find MPI in HDF5 CMake config (#2400) (#2413)Larry Knox2023-01-201-0/+2
| | | Co-authored-by: kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com>
* Fixes inappropriate error values in some H5Aint.c functions (#2401)Dana Robinson2023-01-101-2/+2
|
* Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion ↵vchoi-hdfgroup2023-01-032-14/+24
| | | | | | | | | | | (#2153) (#2326) * Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion if it is large enough, a buffer is allocated regardless so that the element in fill->buf can later be reclaimed. Valgrind is run on test/set_extent.c and there is no memory leak. * Add information of this fix to release notes.
* 1.8 Correct requires setting for pkgconfig files #2280 (#2285)Allen Byrne2022-12-129-17/+24
| | | | | * Correct requires setting for pkgconfig files #2280 * Change macos for CI
* Fix problem with variable length attributes being accessed through multiple ↵Neil Fortner2022-11-083-6/+99
| | | | | | | | | | | | | | | file handles (merge to 1.8) (#2235) * Fix problem with variable length attributes being accessed through multiple file handle (merge to 1.8) * Fix problem with variable length attributes being accessed through multiple file handles (#2181) (#2207) * Fix bug in merge of vlen attr fix (#2181) from 1.12 * Committing clang-format changes * Add fix that was mistakenly left out of previous commit Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge #2198 CMake MPI link (#2217)Allen Byrne2022-11-087-18/+26
|
* 1.8 Merge #2175 Implement option for using CMake GNUInstallDirs (#2224)Allen Byrne2022-11-0818-66/+167
| | | | | * Merge #2175 Implement option for using CMake GNUInstallDirs * 1.8 only revert mod dir because of windows
* Update examples reference to single-source version 2.0.1 (#2110)Allen Byrne2022-10-016-42/+43
| | | Also fix github URL refs
* Fix bug in attribute type conversion wiith compound types - merge to 1.8 (#2097)Neil Fortner2022-09-163-9/+186
| | | | | * Fix bug in attribute type conversion wiith compound types - merge to 1.10 (#2069) * Fix mistake in merge.
* 1.8 only revert mod dir because of windows (#2042)Allen Byrne2022-08-191-1/+1
|
* Correct target name for szaec lib - merge #2000 (#2002)Allen Byrne2022-08-174-15/+16
|
* Run bin/reconfigure to propagate fortran mod change to configure and (#1952)Larry Knox2022-07-2944-29/+118
| | | Makefile.in files.
* 1.8 fortran module folder from GH#1411 #1922 (#1944)Allen Byrne2022-07-2811-32/+96
|
* clang 13 format #1933 (#1941)Allen Byrne2022-07-28452-4314/+4325
|
* Change TestExpress #1722 (#1778)Allen Byrne2022-05-208-27/+78
|
* Use windows ENV var for default install dir setting #1763 (#1769)Allen Byrne2022-05-142-2/+2
|
* Replace obsolete docver arg with arg to supply branch name #1771 (#1773)Allen Byrne2022-05-141-161/+97
|
* Use git command to get branch name (#1751)Allen Byrne2022-05-071-1/+1
|
* Update package scripts (#1746)Allen Byrne2022-05-072-4/+5
|
* Fix these Doxygen warnings #1581 (#1593)Allen Byrne2022-04-141-7/+10
|
* 1.8 Move error-stack text to top of usage display #1564 (#1569)Allen Byrne2022-04-1428-80/+134
|
* 1.8 Merge doxygen changes from develop (#1545)Allen Byrne2022-03-3191-1505/+7030
| | | | | | | * Merge doxygen changes from develop * revert macro code change * Format correction
* Update command format, avoid policy warning (#1553)Allen Byrne2022-03-311-3/+3
|
* SZ plugin changes from develop #1456 (#1527)Allen Byrne2022-03-2719-55/+57
|
* Windows and *nix use different forms for warnings #1515 (#1526)Allen Byrne2022-03-274-5/+7
|
* Change ENV to CMake var #1520 (#1523)Allen Byrne2022-03-271-2/+1
|
* Merge free an MPI communicator #1503 (#1512)Allen Byrne2022-03-241-7/+8
|
* 1.8 Fix release check version logic #1438 (#1495)Allen Byrne2022-03-145-83/+158
|
* Implemented suggestion in #1381 for dtransform test (#1492)Allen Byrne2022-03-141-50/+49
|
* 1.8 Update HDF5_ROOT usage (#1488)Allen Byrne2022-03-146-23/+41
|
* 1.8 Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1484)Allen Byrne2022-03-142-1/+29
| | | | | * Merge Add -showconfig to h5cc scripts to dump libhdf5.settings file * Fix comments
* Merge Update code owners file with more names #1386 (#1409)Allen Byrne2022-01-291-15/+17
|
* 1 8 Remove const from the argv tools/tests main sig. #1390 (#1406)Allen Byrne2022-01-2923-65/+66
|
* Fix cmake dynamic analysis on windows (#1378)Allen Byrne2022-01-192-5/+21
| | | | Fix sanitizer flag form on windows Add search paths to windows code-coverage
* Merge cmake custom command changes (#1362)Allen Byrne2022-01-141-32/+36
|
* Fixed minor issues. (#1259)Gerd Heber2021-12-0924-330/+802
| | | | | | | | | * Fixed minor issues. * Committing clang-format changes * Fixed CMake. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Add missing files for enabling doxygen and run bin/reconfigure. (#1246)Larry Knox2021-12-0250-155/+4871
| | | | | | * Add missing files for enabling doxygen and run bin/reconfigure. * Make default to build high-level tools the same as default for high-level library.
* change windows os from 2016 to latest (#1244)Allen Byrne2021-12-012-8/+8
| | | | | | | * change windows os from 2016 to latest * Upgrade the VS version used. * specify windows VS version
* Merge #1237 Add check for SDK version on windows (#1240)Allen Byrne2021-12-011-1/+1
|
* Merge multiple PRs to 1.8 (#1230)Allen Byrne2021-11-2514-213/+169
| | | | | Merge Fix Fortran REGEX and newlines #1226 Merge Github #969 Use stdout instead of file for configure check #1089 Merge Consolidate VFD create list macro #1132
* TRILAB-266: Remove clang warnings. (#1202)H. Joe Lee2021-11-242-42/+48
| | | | | | | | | | | * OESS-99:Apply plugin patch from hdf5_1_10. * TRILAB-266: Remove clang warnings. * Committing clang-format changes * TRILAB-266:Restore original CMake settings. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge Github #1019 - add Fortran developer flags #1090 (#1149)Allen Byrne2021-11-024-6/+7
|
* Merge Fixed HL_test_packet, incorrect length assignment (#1103)Allen Byrne2021-10-272-3/+7
|
* 1.8 Merge cmake and flag changes from develop (#1119)Allen Byrne2021-10-2228-314/+551
| | | | | | | * Merge cmake and flag changes from develop * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>