Commit Graph
5 Commits
Author SHA1 Message Date
Magne Sjaastad 5b7bdf7bb0 #14213 HDF5Exporter: Guard null m_hdfFile in createGroup 2026-06-12 15:50:07 +02:00
Magne Sjaastad 5c35592f3a #13883 HDF5Exporter: Initialize m_hdfFile to nullptr to fix crash on exception
Uninitialized m_hdfFile caused a crash when the H5::H5File constructor
threw an exception, as the catch block called delete on a garbage pointer.
2026-04-16 16:43:36 +02:00
Magne Sjaastad 8f00c527b1 #7568 Summary HDF : Avoid exeptions when exporting to h5 2021-04-12 05:13:40 -07:00
Magne Sjaastad 3bc569e2a6 #7563 HDF5 Export : Add flag to generated HDF5, default off
Fixes by cmake-format

Try to fix copy constructor issues


Fix missing initialization


Unused variable
2021-04-11 13:04:49 -07:00
Magne Sjaastad 5e3aef5ca9 #7563 HDF5 Export : Add export of summary data to HDF5 2021-04-11 13:04:49 -07:00