| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up off_t usage (#4095) | Dana Robinson | 2024-03-09 | 1 | -2/+1 |
|
|
* | Add subfiling for h5dump filedriver option help message (#3878) | H. Joe Lee | 2024-03-08 | 1 | -4/+8 |
|
|
* | Improve error messages when tools attempt to use non-enabled S3 and HDFS VFDs... | Larry Knox | 2024-03-04 | 3 | -6/+11 |
|
|
* | Add options to allow tools type selection and naming (#4046) | Allen Byrne | 2024-03-04 | 11 | -382/+203 |
|
|
* | Fix some output issues with ph5diff (#4008) | jhendersonHDF | 2024-02-13 | 1 | -1/+2 |
|
|
* | Add 'warning density' computation to the warnhist script (#3910) | Quincey Koziol | 2023-12-29 | 1 | -42/+42 |
|
|
* | Add variable option syncing for examples (#3885) | Allen Byrne | 2023-12-14 | 10 | -32/+32 |
|
|
* | Fix h5dump segmentation fault when --vfd-value option is used (#3873) | H. Joe Lee | 2023-11-28 | 1 | -1/+1 |
|
|
* | Complete the `if command line option` sentence. (#3868) | H. Joe Lee | 2023-11-24 | 1 | -1/+1 |
|
|
* | Fix typo: look -> loop (#3866) | H. Joe Lee | 2023-11-21 | 1 | -1/+1 |
|
|
* | Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787) | jhendersonHDF | 2023-11-01 | 1 | -0/+8 |
|
|
* | Add helpful text to h5clear (#3754) | bmribler | 2023-10-23 | 1 | -2/+9 |
|
|
* | Fix issue with unmatched messages in ph5diff (#3719) | jhendersonHDF | 2023-10-19 | 1 | -4/+4 |
|
|
* | Fix several spelling/grammar issues (#3621) | jhendersonHDF | 2023-10-03 | 1 | -1/+1 |
|
|
* | Fix potential uninitialized variable (#3602) | Dana Robinson | 2023-09-27 | 1 | -3/+4 |
|
|
* | Replaces HDgetenv with getenv (#3599) | Scot Breitenfeld | 2023-09-26 | 5 | -11/+11 |
|
|
* | Use HDoff_t with lseek consistently (#3600) | Dana Robinson | 2023-09-26 | 1 | -3/+3 |
|
|
* | Strip HD prefix from string/char C API calls (#3540) | Dana Robinson | 2023-09-15 | 27 | -652/+652 |
|
|
* | hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) | Dana Robinson | 2023-09-05 | 28 | -721/+721 |
|
|
* | Fix for CVE-2018-15671. h5stat -S $POC will result in a crash with segmeneta... | vchoi-hdfgroup | 2023-08-25 | 1 | -8/+1 |
|
|
* | Avoid H5Ocopy in h5repack for variable-length string types (#3419) | jhendersonHDF | 2023-08-24 | 1 | -0/+4 |
|
|
* | Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407) | jhendersonHDF | 2023-08-22 | 1 | -4/+6 |
|
|
* | Fixes the last of the -Wextra-semi-stmt warnings (#3326) | Sean McBride | 2023-08-02 | 2 | -8/+8 |
|
|
* | Fix h5repack for variable-length datatyped datasets (#3331) | jhendersonHDF | 2023-08-02 | 1 | -1/+12 |
|
|
* | Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314) | jhendersonHDF | 2023-08-02 | 1 | -6/+10 |
|
|
* | Another round of fixing -Wextra-semi-stmt warnings (#3264) | Sean McBride | 2023-07-24 | 2 | -4/+4 |
|
|
* | removed the use of encoded single apostrophe (#3261) | Scot Breitenfeld | 2023-07-20 | 1 | -1/+1 |
|
|
* | ROS3: (feature) Temporary security credentials (#3030) | Jan-Willem Blokland | 2023-07-14 | 3 | -18/+27 |
|
|
* | Remove HD from HDis* (e.g., isalpha) (#3212) | Dana Robinson | 2023-06-29 | 4 | -20/+20 |
|
|
* | Remove HD from HDmem* calls (#3211) | Dana Robinson | 2023-06-29 | 19 | -143/+143 |
|
|
* | Remove programmer/date from comments (#3210) | Dana Robinson | 2023-06-29 | 16 | -214/+0 |
|
|
* | Remove HD from C std lib file ops (#3206) | Dana Robinson | 2023-06-29 | 8 | -36/+36 |
|
|
* | Remove HD from strto* calls (#3204) | Dana Robinson | 2023-06-29 | 11 | -36/+36 |
|
|
* | Rename HDexit() and related to exit(), etc. (#3202) | Dana Robinson | 2023-06-29 | 18 | -82/+82 |
|
|
* | Rename HDato*() to ato*() (#3201) | Dana Robinson | 2023-06-29 | 11 | -53/+53 |
|
|
* | Remove HD from memory allocate/free calls (#3195) | Dana Robinson | 2023-06-28 | 24 | -389/+387 |
|
|
* | Add note about HDF5_VOL_CONNECTOR to tools usage (#3159) | mattjala | 2023-06-28 | 4 | -0/+27 |
|
|
* | Rename HD(f)printf() to (f)printf() (#3194) | Dana Robinson | 2023-06-28 | 24 | -1796/+1785 |
|
|
* | Rename HDassert() to assert() (#3191) | Dana Robinson | 2023-06-28 | 5 | -26/+26 |
|
|
* | Remove HDva_(arg|copy|end|start) (#3184) | Dana Robinson | 2023-06-28 | 2 | -4/+4 |
|
|
* | Many fixes to various compiler warnings (#3124) | Sean McBride | 2023-06-19 | 6 | -35/+35 |
|
|
* | Many clang -Wextra-semi-stmt fixes (#2537) | Sean McBride | 2023-06-16 | 14 | -29/+27 |
|
|
* | Add h5copy help test and verify consistency (#2902) | Allen Byrne | 2023-05-17 | 3 | -3/+3 |
|
|
* | Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798) | jhendersonHDF | 2023-04-24 | 2 | -4/+27 |
|
|
* | Add no subsets option to h5diff like h5dump #2688 (#2756) | Allen Byrne | 2023-04-18 | 2 | -246/+28 |
|
|
* | Comment cleanup (#2689) | Quincey Koziol | 2023-04-11 | 11 | -143/+0 |
|
|
* | Make sure that ONLY_SHARED_LIBS option is correctly set (#2544) | Allen Byrne | 2023-03-13 | 11 | -23/+23 |
|
|
* | GH issue #1142, print must have verbose on first (#2540) | Allen Byrne | 2023-03-13 | 1 | -4/+6 |
|
|
* | Fix uninitialized variable in pio_engine.c (#2463) | Dana Robinson | 2023-02-13 | 1 | -11/+11 |
|
|
* | Fix a possible uninitialized variable in pio_perf (#2461) | Dana Robinson | 2023-02-13 | 1 | -1/+1 |
|
|