Allen Byrne
Allen Byrne
CMake h5cc changes have been noted in the Release.txt at the time of change - archived copy should exist in the history files.
I am not aware of a man page.
Windows link fails when StrStrIA actually used in S3 code.
That is not a bug. "\Code" is an alias in the doxygen/aliases file; ``` ALIASES += THG="The HDF Group" ################################################################################ # Styling ################################################################################ ALIASES += Bold{1}="\1" ALIASES += Emph{1}="\1" ALIASES...
> @byrnHDF would you know how to implement the copy assignment operators in the second commit? I figure they should probably call close() like the dtor does... I'm not up-to-date...
IDE_GENERATED_PROPERTIES macro is in the config/cmake_ext_mod/HDFMacros.cmake file.
Without a log file showing the error and invocation, it is hard to diagnose anything further.
First, how are you building, from a command line?
The IDE_GENERATED_PROPERTIES macro exists in config/cmake and that folder is added to the cmake module include path in the root CMakeLists.cmake. This problem cannot be reproduced.
So at least for CMake, those patches just codify the process for cross-compiling. I will create a doc based on the small section VI in the release_docs/README_HPC file. `1. HDF5_USE_PREGEN....