2c1bca01aa
src/include/H5Block_model.h - break down some longer lines
gsell2016-06-22 16:14:18 +02:00
a633b362a6
src/include/H5Part_model.h: - break down some long lines - H5PartGetDatasetName(): pass pointer to dataset name as const pointer
gsell2016-06-22 16:13:16 +02:00
a12908ed90
src/include/h5core/h5_err.h: - declaration of h5_error() moved to this file
gsell2016-06-22 16:10:20 +02:00
b83d9cc8a7
src/include/h5core/h5_log.h - hh5_{warn,info,debug} are not static inline any more
gsell2016-06-22 16:08:46 +02:00
6ad9ae50e0
src/include/h5core/h5_types.h - H5T_COMPOUND removed from enum h5_types_t src/h5core/private/h5_init.c - use H5T_COMPOUND in creation of compound types
gsell2016-06-22 16:05:21 +02:00
9ac7e09423
src/include/h5core/h5_file_attribs.h src/include/h5core/h5_step_attribs.h src/include/h5core/h5b_attribs.h: - use new H5hut enum type for attribute data-types
gsell2016-06-22 16:01:46 +02:00
d947f51c2d
src/h5core/...: - introduce/implement new H5hut types
gsell2016-06-22 15:38:24 +02:00
f5729f6f07
src/h5core/h5_model.c src/h5core/h5b_attribs.c: - cleanup/review header file we have to include
gsell2016-06-22 15:24:05 +02:00
a64f2ce03a
src/h5core/h5_err.c 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
gsell2016-06-22 15:19:23 +02:00
b880bd397f
C-API: - use new H5hut type enumeration, not HDF5 types
gsell2016-06-22 14:52:02 +02:00
cd2c9031b9
src/h5core/h5_attribs.c: - define args as const where possible
gsell2016-06-22 14:48:19 +02:00
fb5e55990f
src/h5core/h5file src/h5core/h5b_io.h: - define args as const where possible
gsell2016-06-22 14:38:09 +02:00
25dff9257c
src/h5core/Makefile.am - h5_init.h is now in 'private'
gsell2016-06-22 14:34:44 +02:00
ac37d5fc2f
Fortran API: - use new enumeration of types for I/O. HDF5 types are not used any more in the high level API
gsell2016-06-22 14:33:48 +02:00
aaeca8b6b7
examples/H5/read_file_attribs.c: - call MPI_Init() before any H5hut functions
gsell2016-06-22 13:47:53 +02:00
0182d60835
src/h5core/h5_init.c: - moved to src/h5core/private
gsell2016-06-22 13:46:40 +02:00
f75ef09cf9
consolidation of log/debug message interface
gsell2016-06-17 13:50:07 +02:00
c831a90a2e
src/h5core/h5_errorhandling.c: - renamed to h5_err.c
gsell2016-06-17 13:49:35 +02:00
bdcc8f2089
this commits includes several changes which should have been done in 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
gsell2016-06-17 10:44:25 +02:00
bbbaa6a21b
src/h5core/h5t_octree.c: - definition of 'h5_oct_dta_types' moved from header file to this file
gsell2016-06-03 17:25:48 +02:00
cc46b433e1
.gitignore: some files added
gsell2016-06-03 17:23:43 +02:00
a8e209a7d3
src/Python: - 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
gsell2016-06-03 17:23:15 +02:00