Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge CMake,doxygen changes from develop,1.10 branches (#3578) | Allen Byrne | 2023-09-26 | 43 | -67/+2004 |
| | | | | | | | | | | | * Merge CMake,doxygen changes from develop,1.10 branches * revert incorrect option in AT TS build * Use variable for ignore-eol usage. * Add last_test depends logic * Just print status on CMake below 3.14 | ||||
* | Revert the removal of java class H5GroupInfo (#3548) | Allen Byrne | 2023-09-25 | 3 | -0/+190 |
| | |||||
* | Switched from UNTESTED to UNT (#3569) | bmribler | 2023-09-21 | 1 | -5/+6 |
| | | | | | | | | * Switched from UNTESTED to UNT This makes the lines shorter to keep CVE numbers on one line instead of breaking them into three lines. * Realligned the columns | ||||
* | Cherry-pick of CVE fixes from 1.10 (#3490) | Dana Robinson | 2023-09-03 | 9 | -98/+175 |
| | | | | | | | | | * CVE-2016-4332 * CVE-2018-11202 * CVE-2018-11205 * CVE-2018-13866 * CVE-2018-13867 * CVE-2018-13871 * CVE-2018-15671 | ||||
* | Fix links in RELEASE.txt (#3498) | bmribler | 2023-09-03 | 1 | -3/+3 |
| | | | | | | | | * Fixed incorrect links Updated documentation link to the new documentation Corrected the Software Changes link, it was the Developer's Guide. * Used a more appropriate page | ||||
* | Add the 1.12 CVE matrix file (#3497) | bmribler | 2023-09-03 | 1 | -0/+74 |
| | |||||
* | Correct dimensions in java test (#3485) | Allen Byrne | 2023-09-01 | 2 | -2/+2 |
| | |||||
* | [1.12 Merge] Fix serial to parallel chunked dataset file space allocation ↵ | jhendersonHDF | 2023-09-01 | 5 | -10/+333 |
| | | | | bug (#3394) (#3476) | ||||
* | [1.12 Merge] Fix assertion failure during file close on error (#3461) | jhendersonHDF | 2023-09-01 | 8 | -41/+128 |
| | |||||
* | Fix valgrind warning about write of uninitialized bytes in ScaleOffset ↵ | jhendersonHDF | 2023-09-01 | 1 | -1/+7 |
| | | | | filter (#3390) (#3462) | ||||
* | Fix another build folder name (#3411) | Allen Byrne | 2023-08-23 | 1 | -3/+3 |
| | |||||
* | Update build script to match change in presets (#3409) | Allen Byrne | 2023-08-22 | 1 | -25/+25 |
| | |||||
* | Merge/update CMake, presets,java and tools (#3393) | Allen Byrne | 2023-08-21 | 238 | -3388/+5413 |
| | |||||
* | Fix loading plugin fails with missing directory GH issue #3248 (#3324) | Allen Byrne | 2023-08-02 | 6 | -30/+68 |
| | |||||
* | sync bin dir with develop (#3270) | Allen Byrne | 2023-07-25 | 13 | -54/+41 |
| | |||||
* | Merge changes from develop (#3238) | Allen Byrne | 2023-07-18 | 6 | -404/+136 |
| | | | | | | | * Merge changes from develop * Add last snapshot name * Merge bbrelease into release | ||||
* | Adjust presets timeout and fix build script VS versions (#3217) | Allen Byrne | 2023-06-30 | 2 | -8/+8 |
| | |||||
* | Hdf5 1 12 release action (#3199) | Allen Byrne | 2023-06-30 | 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 (#3169) | Allen Byrne | 2023-06-22 | 1 | -1/+1 |
| | |||||
* | Remove duplicate code (#3161) | Allen Byrne | 2023-06-20 | 1 | -23/+0 |
| | |||||
* | Update github files/workflow from develop (#3155) | Allen Byrne | 2023-06-19 | 3 | -5/+32 |
| | |||||
* | Add java options to build scripts (#3137) | mattjala | 2023-06-15 | 4 | -3/+18 |
| | | | | | | | | | | | | | | | | | 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). | ||||
* | Merges from develop/1.14 (#3118) | Allen Byrne | 2023-06-15 | 42 | -567/+320 |
| | | | | | | | | | | | | * 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 macros improved for configure output capture. Remove obsolete files * Revert parallel config with TS * Fix doxygen warnings | ||||
* | Bring MD cache uthash tag list from develop (#3099) | Dana Robinson | 2023-06-12 | 3 | -216/+75 |
| | |||||
* | Adds a release note for Autoconf 2.71 bump (#3092) | Dana Robinson | 2023-06-10 | 1 | -1/+24 |
| | |||||
* | Minor normalization w/ develop (#3073) | Dana Robinson | 2023-06-07 | 12 | -54/+75 |
| | | | | | | | Mostly bin directory * bin/release uses sha256 * bin/h5vers whitespace changes * bin/genparser warning fixes + HL changes * Add bin directory for make distclean | ||||
* | Add autotools generated files to codespell (#3075) | Larry Knox | 2023-06-07 | 1 | -2/+2 |
| | | | | | Add autotools files for codespell to skip in order to avoid codespell failing for misspelled words in files generated by autotools when running autogen.sh. | ||||
* | Update uthash and move to H5private.h (#3074) | Dana Robinson | 2023-06-07 | 4 | -86/+57 |
| | |||||
* | Remove unused cruft from bin dir (#3071) | Dana Robinson | 2023-06-07 | 13 | -593/+5 |
| | |||||
* | Bring HDF-EOS5 and netCDF actions from develop (#3064) | Dana Robinson | 2023-06-07 | 2 | -0/+103 |
| | |||||
* | Bring gcc/clang attribute and warning macros over (#3063) | Dana Robinson | 2023-06-07 | 2 | -47/+89 |
| | |||||
* | Move config/cmake_ext_mod content to config/cmake (#3062) | Dana Robinson | 2023-06-07 | 50 | -846/+821 |
| | |||||
* | Bring key changesets from develop (#3052) | Dana Robinson | 2023-06-06 | 12 | -39/+85 |
| | | | | | | | | | * Bump GitHub action macOS version to 13 (#2999, #3009) * Bump GitHub action gcc/g++/gfortran version to 12 (#3015) * Bump Autoconf version to 2.71 (#2944) * Fix missing h5_reset() calls in accum test (#3001) * Only run ttsafe in GitHub thread-safe actions (#2777) * Fix Java debug asserts on Windows (#3012) * Fix long double dt_arith bug on macOS (#3038) | ||||
* | Update actions and change defaults of compression (fix vars) (#3043) | Allen Byrne | 2023-06-05 | 20 | -201/+367 |
| | | | | | | | | | * Update actions and change defaults of compression (fix vars) * disable TS and parallel * remove parallel for TS * Correct list of default options | ||||
* | Remove most unused options which are defaulted #2998 (#3046) | Allen Byrne | 2023-06-05 | 17 | -923/+30 |
| | | | | | | | * Remove most unused options which are defaulted #2998 * Correct doxygen predefined list * Correct doxygen list of predefineds | ||||
* | Hdf5 1 12 dt action (#2965) | Allen Byrne | 2023-05-18 | 4 | -4/+354 |
| | |||||
* | Add h5copy help test and verify consistency (#2903) | Allen Byrne | 2023-05-18 | 9 | -50/+142 |
| | |||||
* | Update 1.12 release_docs/README_HPC (#2976) | Larry Knox | 2023-05-18 | 1 | -14/+12 |
| | |||||
* | Prevent buffer overrun in H5S_select_deserialize (#2956) | mattjala | 2023-05-18 | 12 | -213/+560 |
| | |||||
* | Update action uses version (#2939) | Allen Byrne | 2023-05-12 | 1 | -1/+1 |
| | |||||
* | Fix CMake generator expression syntax (#2940) | Allen Byrne | 2023-05-12 | 11 | -38/+57 |
| | |||||
* | Add configure_file commands for batch (#2882) | Allen Byrne | 2023-05-03 | 1 | -0/+8 |
| | |||||
* | Correct usage of CMAKE_BUILD_TYPE (#2868) | Allen Byrne | 2023-05-02 | 3 | -23/+20 |
| | |||||
* | Correct compression install files (#2847) | Allen Byrne | 2023-04-30 | 2 | -8/+22 |
| | |||||
* | Add bug note to H5Dget_space_status documentation (#2788) (#2836) | jhendersonHDF | 2023-04-30 | 1 | -0/+14 |
| | |||||
* | Add support for CMakePresets and fix example download (#2819) | Allen Byrne | 2023-04-30 | 6 | -12/+893 |
| | |||||
* | Clean up memory allocated when reading messages in H5Dlayout on error (#2811) | glennsong09 | 2023-04-30 | 2 | -5/+26 |
| | |||||
* | Fix v1 object header gap bug in H5Ocopy (#2785) (#2833) | jhendersonHDF | 2023-04-30 | 3 | -2/+83 |
| | |||||
* | H5Spoint.c: Comment fix (#2782) | Dave Allured | 2023-04-20 | 1 | -1/+1 |
| | | | Comment should be "point", not "hyperslab". | ||||
* | Add no subsets option to h5diff like h5dump (#2760) | Allen Byrne | 2023-04-19 | 17 | -270/+205 |
| | | | * reorder argument in alpha order |