Commit Graph

  • fc29f7b6f0 src/h5core/private/h5_hdf5.h - cleanup and minor changes - more wrapper functions added gsell 2016-07-01 15:33:53 +02:00
  • e56872ce92 src/include/H5_err.h: - remove debug output from H5AbortOnError() gsell 2016-07-01 15:32:54 +02:00
  • 85ecf4c387 core API/C-API: use enumeration for data-types gsell 2016-07-01 15:31:55 +02:00
  • 6979a358ae .gitignore: - exclude all files matching *.h5 gsell 2016-06-24 16:40:43 +02:00
  • 9fc3b233bc examples/H5Part: - include of stdlib.h added gsell 2016-06-24 16:37:59 +02:00
  • f5eb26d2ec examples/H5Part/query.c: - added examples to query dataset in steps gsell 2016-06-24 16:36:54 +02:00
  • 6af129b338 examples/H5Block/read_write_scalar_field.c: - include stdlib.h added gsell 2016-06-24 16:35:43 +02:00
  • 215d1a7d79 examples/H5/read_step_attribs: - include required stdlib.h gsell 2016-06-24 15:55:20 +02:00
  • 8bb22e4400 exampkes/H5/read_file_attribs.c - use macros to define verbosity and debug mask gsell 2016-06-24 15:54:40 +02:00
  • caad81996a examples/H5/attache_file.c: - use macros for verbosity level and debug mask - open file rw in second part gsell 2016-06-24 15:53:36 +02:00
  • f97e3c8f2d core API: - debugging macros simplified - cleanup - h5_delete_attachment(): check of file mode added gsell 2016-06-24 15:51:39 +02:00
  • fba78db1c0 test/h5u_read.c: - h5u_test_read3(): bugfix gsell 2016-06-24 15:45:26 +02:00
  • 291328b997 src/h5core/private/h5_init.h - cosmetic change gsell 2016-06-22 16:15:03 +02:00
  • 2c1bca01aa src/include/H5Block_model.h - break down some longer lines gsell 2016-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 gsell 2016-06-22 16:13:16 +02:00
  • a12908ed90 src/include/h5core/h5_err.h: - declaration of h5_error() moved to this file gsell 2016-06-22 16:10:20 +02:00
  • b83d9cc8a7 src/include/h5core/h5_log.h - hh5_{warn,info,debug} are not static inline any more gsell 2016-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 gsell 2016-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 gsell 2016-06-22 16:01:46 +02:00
  • 66452a274b src/include/h5core/h5b_io.h src/include/h5core/h5u_io.h: - pass data-type as H5hut enum gsell 2016-06-22 15:40:32 +02:00
  • d947f51c2d src/h5core/...: - introduce/implement new H5hut types gsell 2016-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 gsell 2016-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 gsell 2016-06-22 15:19:23 +02:00
  • b880bd397f C-API: - use new H5hut type enumeration, not HDF5 types gsell 2016-06-22 14:52:02 +02:00
  • cd2c9031b9 src/h5core/h5_attribs.c: - define args as const where possible gsell 2016-06-22 14:48:19 +02:00
  • fb5e55990f src/h5core/h5file src/h5core/h5b_io.h: - define args as const where possible gsell 2016-06-22 14:38:09 +02:00
  • 25dff9257c src/h5core/Makefile.am - h5_init.h is now in 'private' gsell 2016-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 gsell 2016-06-22 14:33:48 +02:00
  • 983496104b src/h5core/h5_log.c src/h5core/h5_init.h src/h5core/h5_log.h: - cleanup, minor changes gsell 2016-06-22 14:24:54 +02:00
  • aaeca8b6b7 examples/H5/read_file_attribs.c: - call MPI_Init() before any H5hut functions gsell 2016-06-22 13:47:53 +02:00
  • 0182d60835 src/h5core/h5_init.c: - moved to src/h5core/private gsell 2016-06-22 13:46:40 +02:00
  • f75ef09cf9 consolidation of log/debug message interface gsell 2016-06-17 13:50:07 +02:00
  • c831a90a2e src/h5core/h5_errorhandling.c: - renamed to h5_err.c gsell 2016-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 gsell 2016-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 gsell 2016-06-03 17:25:48 +02:00
  • 4c5b16169d src/Fortran/Makefile.am: - bugfix: H5Block_attribs.f90 were listed twice gsell 2016-06-03 17:24:36 +02:00
  • cc46b433e1 .gitignore: some files added gsell 2016-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 gsell 2016-06-03 17:23:15 +02:00
  • 80cf35e807 src/Python: ignore file added gsell 2016-06-03 17:18:00 +02:00
  • d53c5b3171 tools/vtk2h5grid/Makefile.am: use AM_LDFLAGS not LDFLAGS gsell 2016-05-20 18:12:00 +02:00
  • 8edb48aff8 src/Python/Makefile.am: use same name for serial and parallel version gsell 2016-05-20 18:10:30 +02:00
  • 24af2ae2a3 src/Makefile.am: Python sub-dir added gsell 2016-05-20 18:09:28 +02:00
  • 7fbd5c5de1 configure.ac: set version to 2.0.0rc1; correct indentation H5hut-2.0.0rc1 gsell 2016-05-20 18:08:44 +02:00
  • 18611991a5 Python support added gsell 2016-05-12 13:19:51 +02:00
  • 603366bcd6 src/h5t_io.c - format errors fixed - bugfixes gsell 2016-04-29 18:10:25 +02:00
  • 17317bb261 ignore file changed gsell 2016-04-29 16:34:33 +02:00
  • 52d44e3b3c - re-organize file hierarchy - years in copyright changed gsell 2016-04-29 16:34:07 +02:00
  • 3d6230629c some missing query function implemented, see issue#1 in Gitlab gsell 2016-04-22 18:06:58 +02:00
  • 44ffea4fd5 examples/H5Block/write_field.c: H5hut file renamed to example_field.h5 gsell 2016-04-15 19:02:15 +02:00
  • 97516866c7 examples/H5Block: attach_field_attribs and dump_field_attribs added gsell 2016-04-15 19:01:00 +02:00
  • 1dfcd9f876 fixes for hdf5 1.10.x gsell 2016-04-15 18:58:10 +02:00
  • 2dd2c625b7 .gitignore: has_field added gsell 2016-04-08 19:07:52 +02:00
  • 3137063d22 example/H5Block: - has_field.c added gsell 2016-04-08 19:06:42 +02:00
  • 9a16fa090a example/H5Block/write_field.c: - slice in Z direction gsell 2016-04-08 19:06:15 +02:00
  • df0750df4c examples/H5Block/read_write_scalar_field.c: - cleanup gsell 2016-04-07 11:11:00 +02:00
  • b69aa9b92d example/H5Block - write_field added gsell 2016-04-07 11:10:22 +02:00
  • 99699d4bf7 documentation updated gsell 2016-04-01 19:12:34 +02:00
  • 9df1a57778 src/h5core/h5b_model.c: - h5b_has_field() added gsell 2016-04-01 19:12:15 +02:00
  • 1ed4f3985b src/include/H5Block_attribs.h: documentation updated gsell 2016-03-30 18:05:15 +02:00
  • 2c850612ab functions added to query existence of file-, step-. field-attributes amd to get information by name gsell 2016-03-29 17:49:32 +02:00
  • bc528f27e6 more cleanup on header files gsell 2016-03-29 15:30:30 +02:00
  • 5444b0e0ef .gitignore: vtk2h5grid added gsell 2016-03-29 14:57:09 +02:00
  • ae9e4cee01 C header files: - cleanup gsell 2016-03-29 14:55:35 +02:00
  • 7490eed535 tools/vtk2h5grid/Makefile.am: - libH5hut library path changed gsell 2016-03-29 14:49:09 +02:00
  • 84fa4a0b0a Merge branch 'master' of git.psi.ch:H5hut/src gsell 2016-03-29 10:47:23 +02:00
  • 718ef785f8 doc/H5.dox: re-structured gsell 2016-03-29 10:46:35 +02:00
  • 7002b73e82 src/{Fortran,h5core}/Makefile.am: - do not install the libs in src/lib gsell 2016-03-23 22:01:55 +01:00
  • 2a8a43af39 src/include/H5_debug.f90: - h5_set_debug_mask(): bugfix gsell 2016-03-23 21:51:00 +01:00
  • f0c2f29091 src/include/H5hut.f90: - bugfix in included files gsell 2016-03-23 21:50:10 +01:00
  • 5362498a95 src/include/H5_const.f90: - bugfix in definition of H5_FAILED gsell 2016-03-23 21:49:34 +01:00
  • 851905361d src/Fortran/H5.c: - h5_setprop_file_corevfd(): bugfix gsell 2016-03-23 21:47:40 +01:00
  • 3c8b11f9eb src/{C,Fortran}/Makefile.am: - include_HEADERS fixed gsell 2016-03-23 21:46:37 +01:00
  • 4dde2b61d2 COPYING: - year in copyright changed to 2016 gsell 2016-03-23 21:45:25 +01:00
  • d980f4d2b9 header files and documentation reorganized and reviewed gsell 2016-03-18 17:58:30 +01:00
  • 3f7c84dbf5 header files and documentation reorganized gsell 2016-03-18 16:37:13 +01:00
  • c5a05a1261 year in copyright changed gsell 2016-03-18 14:25:30 +01:00
  • 230f9a7b90 year in copyright changed gsell 2016-03-18 14:23:49 +01:00
  • 2cd718b7a1 src/include/h5core/h5.h: - h5_open_file1() return type is 'h5_file_p' not 'h5_file_t' gsell 2016-03-18 11:29:36 +01:00
  • c73d10ffb7 src/include/H5Fed_model.h: - syntax errors fixed gsell 2016-03-18 11:28:40 +01:00
  • 6209bc6cf9 src/include/H5.h: - bugfixes in H5OpenFile1() and H5GetVerbosityLevel1() gsell 2016-03-18 11:27:29 +01:00
  • a013d43075 src/h5core/h5_openclose.c: - h5_open_file1(): fix return type gsell 2016-03-18 11:26:21 +01:00
  • f151a24796 examples/H5Part/{read,write}_core_vfd.c: - missing 'incr' argument added to H5SetPropFileCoreVFD() call gsell 2016-03-18 11:25:25 +01:00
  • 9d37783868 examples/H5Block/fields.c: - include H5hut.h - write dims in right order gsell 2016-03-18 11:24:08 +01:00
  • a8444e041b examples/H5/read_file_attribs(): - type cast fixed gsell 2016-03-18 11:22:38 +01:00
  • dc9723dfe2 examples/H5/openclose.c - H5SetPropFileMPIO() renamed to H5SetFileMPIOCollective() gsell 2016-03-18 11:21:53 +01:00
  • 91e7ed8c5b test/*: - H5SetPropFileMPIO() renamed to H5SetPropFileMPIOCollective() gsell 2016-03-18 11:04:11 +01:00
  • b284ad9776 src/h5core/h5_attach.c: - in h5_get_attachment(): redundant check of file mode removed gsell 2016-03-17 17:55:41 +01:00
  • f965ed4f18 src/h5core/*: - all *_has_* functions: return TRUE, FALSE or H5_FAILURE gsell 2016-03-17 17:53:32 +01:00
  • 91316f314d src/include/*: - update/review documentation - re-introduce old API functions gsell 2016-03-17 17:50:42 +01:00
  • 538c9cdd76 src/h5core/h5u_model.c: - h5u_has_view() now returns H5_SUCCESS or H5_NOK gsell 2016-03-11 17:54:54 +01:00
  • 28fc118118 src/h5core/h5b_model.c: - h5b_3d_has_view() now returns H5_SUCCESS or H5_NOK gsell 2016-03-11 17:53:30 +01:00
  • 59fd8ea6c6 increment can now be specified for the core vfd driver gsell 2016-03-11 17:51:17 +01:00
  • 1273baf99e src/include/*: - doxgen documentation reviewed gsell 2016-03-11 17:49:09 +01:00
  • befaccddaf doc/H5.dox: - document structure reviewed gsell 2016-03-11 17:48:37 +01:00
  • 5204cb532b sdoc/Doxyfile - reviewed gsell 2016-03-11 17:47:59 +01:00
  • 9917f12d96 .gitignore: - ignore doxygen output gsell 2016-03-11 17:46:54 +01:00
  • 4b1d719d6c src/include/H5.h,H5Block_attribs.h: - add/review documentation gsell 2016-02-12 17:39:46 +01:00
  • 43bc72b7d0 src/h5core/h5_openclose.c: - typo fixed gsell 2016-02-12 17:31:47 +01:00
  • 64b4a3be09 doc/H5.dox: - update author list - minor changes in overall structure gsell 2016-02-12 17:31:19 +01:00
  • f4e7defffa doc/DoxygenLayout.xml: - deleted gsell 2016-02-12 17:30:38 +01:00