- Nov 19, 2018
- Nov 08, 2018
- Nov 05, 2018
- Nov 02, 2018
-
-
Achim Gsell authored
src/include/h5core/h5_log.h: missing backslashes in definition of macro 'H5_API_ENTER()' if NDEBUG is set fixed
-
- Sep 14, 2018
-
-
Gsell Achim authored
- H5PartSetNumPoints() renamed to H5PartSetNumItems() - H5PartGetNumPoints() renamed to H5PartGetNumItems() - Dataset names longer then 64 bytes are handled as error. - Same for step/iteration names. * core API - we use the term 'iteration' instead of 'step' - we use the term 'item' instead of 'point' - re-factor function and variable names - in printing messages/debug output fixed - do not flush (sync to disk) after writing a dataset by default, can be controlled by a property
-
- Sep 04, 2018
-
-
gsell authored
- set version to 2.0.0rc5
-
gsell authored
- print message if Python is disabled
-
gsell authored
- warning in 'h5b_3d_set_grid()' if compiled serial fixed
-
gsell authored
-
gsell authored
-
gsell authored
- refactor 'h5_initialize()' and 'h5_finalize()'
-
gsell authored
- adapt to moved h5_init
-
gsell authored
- moved from 'private'
-
- Feb 02, 2018
-
-
gsell authored
-
- Feb 01, 2018
-
-
gsell authored
- in definition of 'struct h5_dta_types': define type for parallel H5Grid only if enabled
-
gsell authored
- call to H5Finalize() added
-
gsell authored
- call to H5SetDebugMask() added
-
gsell authored
- warning in initialization of 'h5_rfmts' fixed
-
gsell authored
- bug in initialization of h5t_tet_ref_elem fixed
-
gsell authored
- H5_DEBUG_NONE added to documentation of H5SetDebugMask()
-
gsell authored
- macro H5_DEBUG_NONE added
-
gsell authored
- memory leak fixed
-
gsell authored
- some useless tests whether an unsigned int is less than zero removed
-
- Jan 05, 2018
-
-
gsell authored
-
- Jul 27, 2017
-
-
gsell authored
- test whether we are using the right hdf5 flavor added: parallel if we request parallel otherwise non-parallel
-
gsell authored
- no need to include 'mpi.h' and 'hdf5.h' here
-
gsell authored
- the function to define a grid are now available as dummy function in the serial version
-
gsell authored
-
gsell authored
- define dummy MPI data-types only if MPI_VERSION is not set. According to the MPI specification, this macro must be set after including the header MPI header file 'mpi.h'
-
- Jul 26, 2017
- Jun 30, 2017