Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning in cache_common.c (#2952) (#3284) | jhendersonHDF | 2023-07-27 | 1 | -65/+77 |
| | |||||
* | Normalize examples w/ develop (#3282) | Dana Robinson | 2023-07-27 | 16 | -31/+22 |
| | |||||
* | Bump Autoconf to 2.71 (#3280) | Dana Robinson | 2023-07-27 | 1 | -1/+1 |
| | |||||
* | Brings over some H5F changes (#3278) | Dana Robinson | 2023-07-27 | 5 | -373/+346 |
| | |||||
* | Sync .github directory (#3277) | Dana Robinson | 2023-07-27 | 5 | -19/+148 |
| | |||||
* | Remove unused files (#3276) | Dana Robinson | 2023-07-27 | 6 | -559/+0 |
| | |||||
* | sync bin dir with develop (#3269) | Allen Byrne | 2023-07-24 | 13 | -39/+26 |
| | |||||
* | Fix documentation (#3253) | Allen Byrne | 2023-07-20 | 6 | -31/+27 |
| | |||||
* | Merge changes from develop (#3237) | Allen Byrne | 2023-07-16 | 6 | -399/+131 |
| | | | to support official and snapshot releases from Github. | ||||
* | Fixed check for a VOL's async compatibility (#3164) (#3224) | Larry Knox | 2023-07-06 | 1 | -4/+6 |
| | | | | | | | * cap flag fix in test * added async comp. output Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org> | ||||
* | Adjust presets timeout and fix build script VS versions (#3216) | Allen Byrne | 2023-06-30 | 2 | -8/+8 |
| | |||||
* | Hdf5 1 14 release action (#3198) | Allen Byrne | 2023-06-29 | 7 | -129/+241 |
| | | | | * Update actions for release option, fix branch for daily build * Scheduled workflows run on latest commit on the develop | ||||
* | Add missing space in zip command (#3168) | Allen Byrne | 2023-06-22 | 1 | -1/+1 |
| | |||||
* | Update github files/workflow from develop (#3154) | Allen Byrne | 2023-06-19 | 6 | -10/+37 |
| | | | * Update github files/workflow from develop | ||||
* | Some minor version text changes (#3134) | Allen Byrne | 2023-06-15 | 4 | -19/+3 |
| | |||||
* | Add java options to build scripts (#3136) | mattjala | 2023-06-15 | 5 | -4/+19 |
| | | | | | | | | | | | | | | | | | Previously, cmakehdf5 turned on compiling of the java interface by default due to a value set in cacheinit.cmake. Now, consistent with how Fortran and CPP interfaces are handled, the script overwrites this default value to disable the libraries, fixing #2958. I also implemented the --enable-java/--disable java options for cmakehdf5, and -java for buildhdf5. Allen said these scripts should mention that compilers are to be specified in environment variables, but missing compilers causes errors at the CMake level, and CMake's error messages are already pretty informative (See the one in #2958 about JAVA_COMPILER). | ||||
* | Sync fortran src files with develop (#3126) | Allen Byrne | 2023-06-15 | 13 | -215/+384 |
| | | | * Sync fortran src files with develop | ||||
* | merges from develop (#3115) | Allen Byrne | 2023-06-13 | 6 | -93/+123 |
| | | | | | | | | * Fix release action that allows files to be uploaded. * Add autotools h5copy help test. * Update cmake tools.cmake file for clang-tidy. * CMake build is missing H5FDsubfiling.h * Correct snapshot location * Add note for issue 3056 | ||||
* | Fix doxygen and actions - merge from develop (#3109) | Allen Byrne | 2023-06-13 | 26 | -441/+530 |
| | | | | | | | * Update the workflows to changes in develop * Disable java for error only action * Fix Fortran doxygen * add fortran alias * Merge changes from develop to fix actions | ||||
* | Fix the default for API_VERSION to only allow one default (#3108) | Allen Byrne | 2023-06-13 | 1 | -3/+0 |
| | |||||
* | Fix multiConfig variable usage and remove unused CMake vars (#3048) | Allen Byrne | 2023-06-05 | 4 | -0/+11 |
| | |||||
* | Update actions and change defaults of compression (fix vars) (#3042) | Allen Byrne | 2023-06-05 | 21 | -131/+242 |
| | | | | | * Update actions and change defaults of compression (fix vars) * Unique location for branches | ||||
* | Remove most unused options which are defaulted #2998 (#3045) | Allen Byrne | 2023-06-05 | 5 | -900/+4 |
| | |||||
* | Update version (#2971) | Larry Knox | 2023-05-19 | 11 | -398/+773 |
| | | | | | * Update version Copy RELEASE.txt from 1.14.1-2 release into HISTORY-1_14.txt Clear out RELEASE.txt | ||||
* | Update name of DT action and install text (#2966) | Allen Byrne | 2023-05-16 | 5 | -9/+16 |
| | |||||
* | Warn about changing collections during iteration (#2962) | mattjala | 2023-05-16 | 7 | -15/+37 |
| | |||||
* | Prevent buffer overrun in H5S_select_deserialize (#2953) | mattjala | 2023-05-16 | 12 | -104/+233 |
| | |||||
* | Update action uses version (#2938) | Allen Byrne | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | Fix mirror VFD test timeouts (#2915) | Quincey Koziol | 2023-05-05 | 1 | -2/+17 |
| | | | | | | | | | * Close & re-open socket when looping for timeouts * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Fix some compile failures in API tests (#2913) | jhendersonHDF | 2023-05-05 | 3 | -32/+4 |
| | |||||
* | Added summary report to test big IO (#2908) | Scot Breitenfeld | 2023-05-05 | 1 | -12/+18 |
| | |||||
* | Remove H5TB discussion (#2899) | Dana Robinson | 2023-05-05 | 1 | -10/+0 |
| | |||||
* | Fix CMake generator expression syntax (#2910) | Allen Byrne | 2023-05-05 | 12 | -62/+75 |
| | | | | | * Fix CMake generator expression syntax * Add missing quotes | ||||
* | Add h5copy help test and verify consistency (#2904) | Allen Byrne | 2023-05-05 | 9 | -6/+136 |
| | |||||
* | remove obsolete SZIP find module (#2907) | Allen Byrne | 2023-05-05 | 2 | -127/+2 |
| | |||||
* | Force lowercase Fortran module file names (#2892) | Allen Byrne | 2023-05-04 | 2 | -0/+12 |
| | |||||
* | Merge pull request #2887 from jhendersonHDF/1_14_develop_sync | jhendersonHDF | 2023-05-03 | 101 | -57/+176174 |
|\ | | | | | Sync with develop | ||||
| * | Add RELEASE.txt entry for API tests (#2889) | jhendersonHDF | 2023-05-03 | 1 | -0/+42 |
| | | |||||
| * | Remove references to old MANIFEST file (#2890) | jhendersonHDF | 2023-05-03 | 2 | -2/+0 |
| | | |||||
| * | Fix Autotools internal-debug=all builds (#2886) | jhendersonHDF | 2023-05-03 | 1 | -1/+1 |
| | | |||||
| * | fixed args in execvp for h5fuse (#2885) | Scot Breitenfeld | 2023-05-03 | 1 | -4/+5 |
| | | |||||
| * | Minor tidying of API tests files (#2878) | jhendersonHDF | 2023-05-03 | 2 | -7/+9 |
| | | | | | | | | | | | | * Minor tidying of API tests files * Remove old API test configuration setting | ||||
| * | Changes to isolate API Test option files and use fetchcontent (#2880) | Allen Byrne | 2023-05-03 | 113 | -36608/+89 |
| | | |||||
| * | Add initial version of HDF5 API tests (#2877) | jhendersonHDF | 2023-05-03 | 200 | -49/+212642 |
|/ | |||||
* | Redo remove selection I/O test from testphdf5 in CMake #2860. (#2874) (#2884) | Larry Knox | 2023-05-03 | 1 | -1/+0 |
| | |||||
* | Update so numbers for hdf5 1.14.1 release. (#2881) | Larry Knox | 2023-05-03 | 1 | -10/+10 |
| | |||||
* | Sync 2 new develop prs to hdf5_1_14 (#2879) | Larry Knox | 2023-05-02 | 3 | -14/+15 |
| | | | | | | | | | | | | * Add bin directory to make distclean (#2872) This allows h5cc to be cleaned up * Fixed test failure for when REAL is promoted via a compiler flag (#2873) --------- Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com> Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org> | ||||
* | Sync with develop (#2871) | Dana Robinson | 2023-05-02 | 80 | -853/+10272 |
| | |||||
* | Add daily test create binary workflow for prior day (#2862) | Allen Byrne | 2023-05-01 | 3 | -0/+343 |
| | |||||
* | add new presets (#2861) | Allen Byrne | 2023-05-01 | 1 | -1/+17 |
| |