- 28 Jul, 2016 11 commits
-
-
gsell authored
- is_writable() is now static inline not a macro - macro CHECK_READABLE_MODE() added
-
gsell authored
- h5_add_attachment(): check file mode, return error if read-only - adapted to new function 'h5priv_create_group()'
-
gsell authored
h5priv_open_group(): open existing group h5priv_create_group(): create or open existing group h5priv_open_group_with_intermediates(): open existing group h5priv_create_group_with_intermediates(): create or open existing group
-
gsell authored
- H5GetStepAttribName() added - use const types where applicable
-
gsell authored
- link static if debug is enabled
-
gsell authored
- fixes for serial version - h5u_test_write4(): bugfix: we have to write new attributes since we are in append-only mode
-
gsell authored
- H5ReadFileAttribString(): bugdix in format of H5_API_ENTER(), print pointer value not string
-
gsell authored
- h5priv_normalize_type(): bugfix: wrong type in H5_PRIV_API_ENTER() set
-
gsell authored
- h5u_set_num_points(): set step to '0' if not already set - h5u_set_chunk(): CHECK_TIMEGROUP(f) removed. The step must not be set before setting a chunk size
-
gsell authored
- write_data(): - bugfix: convert passed type is from H5hut to HDF5 type - parameter 'field_name' removed - read_data(): - bugfix: convert passed type is from H5hut to HDF5 type - compare type passed as parameter and type of dataset - remove prefixing underscore from static functions - adaptions to coding style
-
gsell authored
- do not ignore CC an CXX
-
- 15 Jul, 2016 3 commits
- 08 Jul, 2016 6 commits
-
-
gsell authored
- some issues with inquiring file-attributes and datasets fixed
-
gsell authored
- enum used for file modes instead of macros
-
gsell authored
- declare more args as const - H5GetFileAttribName() added
-
gsell authored
- check file-handle and opened step - h5b_3d_has_view(): debug output added
-
gsell authored
- check file-handle and opened step - h5_open_file2(): bugfix: move setting of step name format to the end of the function - h5_flush_step(): bugfix: flush step data only, if a step is open
-
gsell authored
- add checks for file-handle and opened step
-
- 01 Jul, 2016 10 commits
-
-
gsell authored
-
gsell authored
- compile static if ENABLE_DEBUG is set. This makes life simpler if we build shared libs
-
gsell authored
- cleanup
-
gsell authored
- initialize MPI if not yet done
-
gsell authored
- bugfix in printing string attributes
-
gsell authored
- inline function changed to static inline (otherwise gcc >= 5.3 complains)
-
gsell authored
- use enumeration for data-types
-
gsell authored
- cleanup and minor changes - more wrapper functions added
-
gsell authored
- remove debug output from H5AbortOnError()
-
gsell authored
-
- 24 Jun, 2016 9 commits
-
-
gsell authored
- exclude all files matching *.h5
-
gsell authored
- include of stdlib.h added
-
gsell authored
- added examples to query dataset in steps
-
gsell authored
- include stdlib.h added
-
gsell authored
- include required stdlib.h
-
gsell authored
- use macros to define verbosity and debug mask
-
gsell authored
- use macros for verbosity level and debug mask - open file rw in second part
-
gsell authored
- debugging macros simplified - cleanup - h5_delete_attachment(): check of file mode added
-
gsell authored
- h5u_test_read3(): bugfix
-
- 22 Jun, 2016 1 commit
-
-
gsell authored
- cosmetic change
-