- 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 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 2 commits