- 24 Jun, 2016 4 commits
-
-
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 19 commits
-
-
gsell authored
- cosmetic change
-
gsell authored
- break down some longer lines
-
gsell authored
- break down some long lines - H5PartGetDatasetName(): pass pointer to dataset name as const pointer
-
gsell authored
- declaration of h5_error() moved to this file
-
gsell authored
- hh5_{warn,info,debug} are not static inline any more
-
gsell authored
- H5T_COMPOUND removed from enum h5_types_t src/h5core/private/h5_init.c - use H5T_COMPOUND in creation of compound types
-
gsell authored
src/include/h5core/h5_step_attribs.h src/include/h5core/h5b_attribs.h: - use new H5hut enum type for attribute data-types
-
gsell authored
src/include/h5core/h5u_io.h: - pass data-type as H5hut enum
-
gsell authored
- introduce/implement new H5hut types
-
gsell authored
src/h5core/h5b_attribs.c: - cleanup/review header file we have to include
-
gsell authored
src/h5core/h5_log.c: - define args as const where possible - h5_verror() is now in h5_err.c - h5priv_vprintf() is now in h5_log.c
-
gsell authored
- use new H5hut type enumeration, not HDF5 types
-
gsell authored
- define args as const where possible
-
gsell authored
src/h5core/h5b_io.h: - define args as const where possible
-
gsell authored
- h5_init.h is now in 'private'
-
gsell authored
- use new enumeration of types for I/O. HDF5 types are not used any more in the high level API
-
gsell authored
src/h5core/h5_init.h src/h5core/h5_log.h: - cleanup, minor changes
-
gsell authored
- call MPI_Init() before any H5hut functions
-
gsell authored
- moved to src/h5core/private
-
- 17 Jun, 2016 3 commits
-
-
gsell authored
-
gsell authored
- renamed to h5_err.c
-
gsell authored
multiple steps: - the functions for inquiring datasets and attributes do not return an HDF5 type any more but an enum of type h5_types_t. This change was required for the Python module. - bugfix in reading attributes: See https://git.psi.ch/H5hut/src/issues/4 - several consts and macros have been moved from the public C-API to the core API - more consitent file naming - several 'private' function have been moved to their 'private' header files as 'static inline'. - minor formatting changes
-
- 03 Jun, 2016 5 commits
-
-
gsell authored
- definition of 'h5_oct_dta_types' moved from header file to this file
-
gsell authored
- bugfix: H5Block_attribs.f90 were listed twice
-
gsell authored
-
gsell authored
- file and step attributes added - all attribute i/o function have exactly 3 arguments now - string attributes are handled the same way as attributes of other type
-
gsell authored
-
- 20 May, 2016 4 commits
- 12 May, 2016 1 commit
-
-
gsell authored
-
- 29 Apr, 2016 3 commits
- 22 Apr, 2016 1 commit
-
-
gsell authored
-