gsell
a633b362a6
src/include/H5Part_model.h:
...
- break down some long lines
- H5PartGetDatasetName(): pass pointer to dataset name as const pointer
2016-06-22 16:13:16 +02:00
gsell
a12908ed90
src/include/h5core/h5_err.h:
...
- declaration of h5_error() moved to this file
2016-06-22 16:10:20 +02:00
gsell
b83d9cc8a7
src/include/h5core/h5_log.h
...
- hh5_{warn,info,debug} are not static inline any more
2016-06-22 16:08:46 +02:00
gsell
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
2016-06-22 16:05:21 +02:00
gsell
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
2016-06-22 16:01:46 +02:00
gsell
66452a274b
src/include/h5core/h5b_io.h
...
src/include/h5core/h5u_io.h:
- pass data-type as H5hut enum
2016-06-22 15:40:32 +02:00
gsell
b880bd397f
C-API:
...
- use new H5hut type enumeration, not HDF5 types
2016-06-22 14:52:02 +02:00
gsell
f75ef09cf9
consolidation of log/debug message interface
2016-06-17 13:50:07 +02:00
gsell
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
2016-06-17 10:44:25 +02:00
gsell
52d44e3b3c
- re-organize file hierarchy
...
- years in copyright changed
2016-04-29 16:34:07 +02:00
gsell
3d6230629c
some missing query function implemented, see issue#1 in Gitlab
2016-04-22 18:06:58 +02:00
gsell
99699d4bf7
documentation updated
2016-04-01 19:12:34 +02:00
gsell
9df1a57778
src/h5core/h5b_model.c:
...
- h5b_has_field() added
2016-04-01 19:12:15 +02:00
gsell
1ed4f3985b
src/include/H5Block_attribs.h: documentation updated
2016-03-30 18:05:15 +02:00
gsell
2c850612ab
functions added to query existence of file-, step-. field-attributes amd to get information by name
2016-03-29 17:49:32 +02:00
gsell
bc528f27e6
more cleanup on header files
2016-03-29 15:30:30 +02:00
gsell
ae9e4cee01
C header files:
...
- cleanup
2016-03-29 14:55:35 +02:00
gsell
2a8a43af39
src/include/H5_debug.f90:
...
- h5_set_debug_mask(): bugfix
2016-03-23 21:51:00 +01:00
gsell
f0c2f29091
src/include/H5hut.f90:
...
- bugfix in included files
2016-03-23 21:50:10 +01:00
gsell
5362498a95
src/include/H5_const.f90:
...
- bugfix in definition of H5_FAILED
2016-03-23 21:49:34 +01:00
gsell
d980f4d2b9
header files and documentation reorganized and reviewed
2016-03-18 17:58:30 +01:00
gsell
3f7c84dbf5
header files and documentation reorganized
2016-03-18 16:37:13 +01:00
gsell
c5a05a1261
year in copyright changed
2016-03-18 14:25:30 +01:00
gsell
230f9a7b90
year in copyright changed
2016-03-18 14:23:49 +01:00
gsell
2cd718b7a1
src/include/h5core/h5.h:
...
- h5_open_file1() return type is 'h5_file_p' not 'h5_file_t'
2016-03-18 11:29:36 +01:00
gsell
c73d10ffb7
src/include/H5Fed_model.h:
...
- syntax errors fixed
2016-03-18 11:28:40 +01:00
gsell
6209bc6cf9
src/include/H5.h:
...
- bugfixes in H5OpenFile1() and H5GetVerbosityLevel1()
2016-03-18 11:27:29 +01:00
gsell
91316f314d
src/include/*:
...
- update/review documentation
- re-introduce old API functions
2016-03-17 17:50:42 +01:00
gsell
1273baf99e
src/include/*:
...
- doxgen documentation reviewed
2016-03-11 17:49:09 +01:00
gsell
4b1d719d6c
src/include/H5.h,H5Block_attribs.h:
...
- add/review documentation
2016-02-12 17:39:46 +01:00
gsell
e4ebb0f453
Makefiles.am's:
...
- missing head-files added
2015-10-16 18:39:35 +02:00
gsell
87fcc4930b
h5core:
...
- H5_VER_STRING defined from PACKAGE_VERSION as const char*
2015-10-16 18:13:18 +02:00
gsell
4e42972ebb
src/include/h5core/h5.h
...
- typedef MPI_Comm to int if we compile serial code
- suppress warning about unused variables in definition of MPI_Comm_size() and MPI_Comm_rank()
2015-10-08 16:57:12 +02:00
gsell
ec9626a0e5
src/h5core/h5t_xyz
...
- get serial mesh working again
2015-10-08 16:26:35 +02:00
gsell
40c2c7d498
src/include/H5Fed_retrieve.h
...
- bugfix in allocating iterators
2015-10-08 16:17:48 +02:00
gsell
cf067f7c56
src/include/h5core/h5.h
...
- definition of UNUSED_ARGUMENTS() moved to 'src/h5core/h5_private.h'
2015-10-08 16:14:09 +02:00
gsell
c5ce2f06ac
src/include/H5.f90:
...
- typo fixed in function name h5_setprop_file_corevfd()
2015-09-08 20:50:44 +02:00
gsell
992e8cf58e
src/include/H5_const.f90
...
- H5_DEBUG_* masks added
2015-09-08 20:49:29 +02:00
gsell
a618acf686
src/h5core/h5_errorhandling.c
...
src/include/h5core/h5_errorhandling.h
- h5_error(), h5_warn(), h5_info(): print message if debug-level > 3
2015-09-08 20:48:26 +02:00
gsell
4f7c666b1f
src/h5core/h5u_module.c
...
- refactore "*num_particles*" to "*num_points*"
- h5u_set_view() can now be used for writing, there are still some limitations
2015-09-08 20:43:38 +02:00
gsell
a620715ccc
src/include/H5Part_io.h:
...
- documentation update
2015-09-08 17:50:06 +02:00
gsell
2fd5d52125
src/Fortran/H5_modeul.c:
...
- h5_hasstep(), h5_setstep(): decrement step number by 1
2015-09-03 17:20:08 +02:00
gsell
8e9e0d84f3
change year in copyright
2015-07-23 14:59:43 +02:00
gsell
4511fde9d1
bugfix: throttle only if VFD is MPIO independent or POSIX
2015-07-03 17:47:37 +02:00
gsell
5dbe8fb161
src/include/H5Block_attribs.f90: bugfix in declaration of h5bl_writefieldattrib_string()
2014-01-31 15:31:31 +01:00
gsell
c3add7dde4
src/include/H5.f90: empty line removed
2014-01-31 15:30:46 +01:00
gsell
ca6b4cc52d
names of Fortran API header files fixed
2014-01-29 08:57:37 +01:00
gsell
60df95b10a
most missing functions added to Fortran API
2014-01-28 17:31:22 +01:00
gsell
d508f9e591
include/H5_attribs.h: reorder declarations
2014-01-28 17:30:00 +01:00
gsell
36702c6207
macros defining the names of internal attributes moved to public core file
2014-01-28 17:28:08 +01:00