| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* Change libaec and zlib tar.gz filenames to those in cacheinit.cmake.
* Add release date.
* Revert position change of enum entries in H5ESpublic.h.
Update release date.
|
|
|
|
|
| |
* Change libaec and zlib tar.gz filenames to those in cacheinit.cmake.
* Add release date.
|
| |
|
| |
|
| |
|
|
|
|
| |
release:\nUpdated configure.ac for release: switched configure default to production mode and disabled maintainer mode.\nSet HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.\n Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2.\nIncremented version to 1.12.3-2. (#3756)
|
|
|
| |
* Update so numbers for 1.12.3 release.
|
|
|
| |
Minor edits largely on two new (I think) blurbs, plus an added comma here and there.
|
|
|
| |
Also updates the CVE table
|
|
|
|
|
| |
* fixed fortran parallel testing with cmake
* mpich2 compiler fix
|
|
|
|
|
|
|
|
|
|
|
| |
* Disable static + thread-safe on Windows w/ CMake (#3622)
The thread-safety feature on Windows requires a hook in DllMain() and thus
is only available when HDF5 is built as a shared library.
This was previously a warning, but has now been elevated to a fatal error
that cannot be overridden with ALLOW_UNSUPPORTED.
Fixes GitHub #3613
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Remove hpc-cmake-tgz
* Improve sha256 handling
* Use hdf5-examples-master.zip instead of HDF5Examples-2.0.3-Source.zip
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
* CVE-2016-4332
* CVE-2018-11202
* CVE-2018-11205
* CVE-2018-13866
* CVE-2018-13867
* CVE-2018-13871
* CVE-2018-15671
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
| |
bug (#3394) (#3476)
|
| |
|
|
|
|
| |
filter (#3390) (#3462)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Merge changes from develop
* Add last snapshot name
* Merge bbrelease into release
|
| |
|
|
|
|
| |
* Update actions for release option, fix branch for daily build
* Scheduled workflows run on latest commit on the develop
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
| |
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 files for codespell to skip in order to avoid codespell
failing for misspelled words in files generated by autotools when
running autogen.sh.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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)
* disable TS and parallel
* remove parallel for TS
* Correct list of default options
|
|
|
|
|
|
|
| |
* Remove most unused options which are defaulted #2998
* Correct doxygen predefined list
* Correct doxygen list of predefineds
|