Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install h5fuse.sh in bin dir. (#3244) | Scot Breitenfeld | 2023-07-14 | 1 | -0/+2 |
| | |||||
* | Subfiling VFD source cleanup (#3241) | jhendersonHDF | 2023-07-13 | 36 | -3288/+162 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | Switch CI to use release script (#3242) | Allen Byrne | 2023-07-13 | 5 | -34/+43 |
| | |||||
* | Replace 1_10 reference with develop branch (#3227) | Allen Byrne | 2023-07-13 | 1 | -10/+10 |
| | |||||
* | Replace support.hdfgroup.org URLs for alternative COPYING file (#3228) | Larry Knox | 2023-07-12 | 47 | -44/+79 |
| | | | | | | | | | * Replace support.hdfgroup.org URLs for alternative COPYING file locations in copyright headers with https://www.hdfgroup.org/licenses. Replace support.hdfgroup.org URL for alternative COPYING_LBNL_HDF5 with github URL. Tweak chkcopyright script for change from UICOPYRIGHTSTR to THGCOPYRIGHTSTR. | ||||
* | merge bbrelease to release (#3232) | Allen Byrne | 2023-07-12 | 3 | -375/+101 |
| | | | | | * merge bbrelease to release * Fix pre-req workflow | ||||
* | Fix doc for H5allocate_memory (#3240) | Nicolas Cornu | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | addresses compilation fortran warnings on Frontier (#3236) | Scot Breitenfeld | 2023-07-12 | 16 | -20/+12 |
| | |||||
* | Update COPYING (#3231) | Gerd Heber | 2023-07-11 | 1 | -1/+1 |
| | | | Fixed old support URL. | ||||
* | Merge pull request #3226 from HDFGroup/ros3vfd-log-mods | Aleksandar Jelenak | 2023-07-07 | 1 | -12/+16 |
|\ | | | | | Several ros3vfd logging improvements | ||||
| * | Committing clang-format changes | github-actions | 2023-07-06 | 1 | -1/+1 |
| | | |||||
| * | Several ros3vfd logging improvements | Aleksandar Jelenak | 2023-07-05 | 1 | -12/+16 |
|/ | |||||
* | Adjust presets timeout and fix build script VS versions (#3215) | Allen Byrne | 2023-06-30 | 2 | -8/+8 |
| | |||||
* | fix gh action if statements (#3213) | Allen Byrne | 2023-06-30 | 1 | -4/+4 |
| | |||||
* | docs: improve consistency in verb form (#3076) (#3188) | H. Joe Lee | 2023-06-30 | 1 | -7/+7 |
| | |||||
* | Update actions for release option, fix branch for daily build (#3185) | Allen Byrne | 2023-06-29 | 7 | -135/+246 |
| | | | | | | | * Update actions for release option, fix branch for daily build * Scheduled workflows run on latest commit on the develop * Add snapshots location | ||||
* | Remove HD from HDis* (e.g., isalpha) (#3212) | Dana Robinson | 2023-06-29 | 14 | -103/+69 |
| | | | | | | | | | | | | | * HDisalnum * HDisalpha * HDiscntrl * HDisdigit * HDisgraph * HDislower * HDisprint * HDispunct * HDisspace * HDisupper * HDisxdigit | ||||
* | Remove HD from HDmem* calls (#3211) | Dana Robinson | 2023-06-29 | 320 | -2934/+2914 |
| | |||||
* | Remove programmer/date from comments (#3210) | Dana Robinson | 2023-06-29 | 644 | -20203/+36 |
| | | | | * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work | ||||
* | Remove HD from C std lib file ops (#3206) | Dana Robinson | 2023-06-29 | 73 | -480/+459 |
| | | | | | | | | | * HDfclose * HDferror * HDfeof * HDfflush * HDfopen * HDfread * HDfwrite | ||||
* | Remove HD from strto* calls (#3204) | Dana Robinson | 2023-06-29 | 26 | -89/+71 |
| | | | | | | | | * HDstrtod * HDstrtol * HDstrtoll * HDstrtoul * HDstrtoull * HDstrtoumax | ||||
* | Rename HDexit() and related to exit(), etc. (#3202) | Dana Robinson | 2023-06-29 | 102 | -490/+481 |
| | | | | | * HDatexit * HDexit * HD_exit | ||||
* | Remove some "Programmer" comments (#3209) | Dana Robinson | 2023-06-29 | 46 | -168/+70 |
| | | | | | | | | | | These are meaningless noise. Removes the "Programmer" lines on comment start lines: /* Programmer: John Smith These complicate my sed script that will rip out the rest of the comments. | ||||
* | Rename HDato*() to ato*() (#3201) | Dana Robinson | 2023-06-29 | 33 | -114/+102 |
| | |||||
* | Remove HD from protected POSIX calls (#3203) | Dana Robinson | 2023-06-29 | 9 | -49/+28 |
| | | | | | | | | | | | These calls are non-C99 but protected by ifdefs and have no Windows equivalents: * HDalarm * HDasprintf * HDclock_gettime * HDfcntl * HDgethostname * HDgetrusage * HDsymlink | ||||
* | Remove checks for setsysinfo, which is unused (#3205) | Dana Robinson | 2023-06-29 | 3 | -5/+1 |
| | | | | * Autotools * CMake | ||||
* | docs: remove redundancy in Data Transfer section of user guide (#3208) | H. Joe Lee | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | chore: fix grammar (#3207) | H. Joe Lee | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | Remove HD from memory allocate/free calls (#3195) | Dana Robinson | 2023-06-28 | 246 | -5912/+5892 |
| | | | | | | * HDcalloc * HDfree * HDmalloc * HDrealloc | ||||
* | Remove HD from HDposix_memalign() (#3196) | Dana Robinson | 2023-06-28 | 3 | -12/+9 |
| | | | | The posix_memalign call is only used in the direct VFD, which can only be built if posix_memalign() is available. | ||||
* | Rename HDsystem() to system() (#3197) | Dana Robinson | 2023-06-28 | 2 | -5/+2 |
| | | | | system() is only used in the iopipe test and the things it calls (which are POSIX-y) are protected by an ifdef. | ||||
* | Add note about HDF5_VOL_CONNECTOR to tools usage (#3159) | mattjala | 2023-06-28 | 28 | -0/+99 |
| | |||||
* | Rename HD(f)printf() to (f)printf() (#3194) | Dana Robinson | 2023-06-28 | 349 | -19025/+18690 |
| | |||||
* | Rename HDassert() to assert() (#3191) | Dana Robinson | 2023-06-28 | 398 | -15007/+14985 |
| | | | | | * Change HDassert to assert * Fix bin/make_err | ||||
* | Rename HDpipe() to pipe() (#3192) | Dana Robinson | 2023-06-28 | 2 | -28/+25 |
| | | | Pipe is POSIX but implemented in Microsoft's CRT | ||||
* | Rename HDqsort() to qsort() (#3193) | Dana Robinson | 2023-06-28 | 14 | -45/+42 |
| | | | | | | | | | * Rename HDqsort() to qsort() * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Fix assertion failure when attempting to use IOC VFD directly (#3187) | jhendersonHDF | 2023-06-28 | 4 | -0/+66 |
| | |||||
* | Remove HD from fork/exec*/wait* (#3190) | Dana Robinson | 2023-06-28 | 10 | -84/+66 |
| | | | | These are not C99 but are hidden behind ifdefs and are highly unlikely to ever have non-POSIX equivalents. | ||||
* | Drop HD prefix & hbool_t from H5TS (#3180) | Dana Robinson | 2023-06-28 | 2 | -51/+31 |
| | |||||
* | Remove HDva_(arg|copy|end|start) (#3184) | Dana Robinson | 2023-06-28 | 16 | -220/+205 |
| | |||||
* | Remove HD/hbool_t from high-level lib (#3183) | Dana Robinson | 2023-06-28 | 35 | -1459/+1455 |
| | |||||
* | Remove HD/hbool_t from fortran (#3182) | Dana Robinson | 2023-06-28 | 18 | -254/+254 |
| | |||||
* | Tidy the list of options in main.yml (#3181) | Dana Robinson | 2023-06-27 | 1 | -4/+63 |
| | |||||
* | Fix the doxygen to gh pages and artifact creation (#3176) | Allen Byrne | 2023-06-26 | 1 | -7/+2 |
| | |||||
* | Add gh-pages doxygen link (#3175) | Allen Byrne | 2023-06-23 | 1 | -1/+5 |
| | |||||
* | Update Linux workflows (#3173)develop-readme | Dana Robinson | 2023-06-22 | 1 | -12/+13 |
| | | | | * Consolidate environment setup * Turn on ros3 VFD in CMake (Linux only) | ||||
* | Fixed check for a VOL's async compatibility (#3164) | Scot Breitenfeld | 2023-06-22 | 1 | -4/+6 |
| | | | | | * cap flag fix in test * added async comp. output | ||||
* | Add missing space in zip command (#3167) | Allen Byrne | 2023-06-22 | 1 | -1/+1 |
| | |||||
* | Remove H5F_evict_tagged_metadata() (#3165) | Dana Robinson | 2023-06-21 | 5 | -44/+16 |
| | | | | The rest of the library just calls H5AC_evict_tagged_metadata() directly. | ||||
* | Remove dead code behind #ifdef OLD_WAY (#3163) | Dana Robinson | 2023-06-21 | 4 | -79/+9 |
| |