Commit Graph

295 Commits

Author SHA1 Message Date
gsell 35c5969094 src/H5Fed.h
- some fixes (typo's  etc)
	- Doxygen doc moved to .c files
2007-12-21 19:02:21 +00:00
gsell c1ddd1e8fc src/H5Fed.c
- added
2007-12-21 16:16:10 +00:00
gsell 452b1fd471 src/h5/h5_types.h
- added
2007-12-21 16:15:05 +00:00
gsell f7b2471701 src/H5Fed.h
src/H5BlockTypes.h
src/H5Part.c
src/H5PartPrivate.h
src/H5Block.c
src/H5Part.h
src/h5/u_readwrite.h
src/h5/H5.h
src/h5/readwrite.c
src/h5/openclose.c
src/h5/attribs.c
src/h5/u_readwrite.c
src/h5/readwrite.h
src/h5/openclose.h
src/h5/attribs.h
src/bindings/Fortran/H5PartF.c
src/bindings/Fortran/H5BlockF.c
src/H5Block.h
src/H5PartTypes.h
	- refactoring
	  * struct H5PartFile -> struct h5_file
	  * struct H5BlockStruct -> struct h5b_fdata
2007-12-21 16:14:08 +00:00
gsell b5b66ebed1 src/bindings/C++/Makefile.am
- CFLAGS/Include definitions revised
2007-12-21 16:06:41 +00:00
Benedikt Oswald 4009cb3f15 Added first write routines to C++ API of H5FED. 2007-12-19 08:59:45 +00:00
Benedikt Oswald 16a481c4fa Added first write routines to C++ API of H5FED. 2007-12-19 08:55:51 +00:00
Benedikt Oswald 3a350f975d Corrected C++ part. 2007-12-19 08:32:06 +00:00
gsell 1dd6e487be src/bindings/C++/Makefile.am
- definition of OBJEXT added
2007-12-17 23:18:35 +00:00
gsell 0858cca67d src/bindings/C++/Makefile.am
- rules added to build libH5XX.a
2007-12-17 23:16:26 +00:00
gsell 65c8f7de29 src/h5/Makefile.am
- minor change (some blank lines removed)
2007-12-17 23:15:14 +00:00
gsell cddb48ff47 src/Makefile.am
- minor change (blank line added somewhere)
2007-12-17 23:14:10 +00:00
gsell 607a398f87 configure.ac
- code to build C++ interface added
2007-12-17 16:37:42 +00:00
gsell fc87576807 added 2007-12-17 16:36:11 +00:00
gsell 4a6c4817ce src/Makefile.am
- rule to build "libpH5Part.a" removed
2007-12-17 16:35:24 +00:00
gsell 3c22a8c653 configure.ac
- option "--with-hdf5" prefered over env.variable
	- "TOOLS_H5PART_LIB" set to "-lH5Part" in serial *and* parallel mode
2007-12-17 14:58:59 +00:00
gsell c4c9eca143 src/h5/u_readwrite.c
- forgot to rename "H5Part_print_debug()" to "H5_print_debug()" in some lines.
2007-12-17 14:55:36 +00:00
gsell e919f34618 test/Makefile.am
- "-lH5Part" and "-lpH5Part" removed from build rules
2007-12-17 14:54:15 +00:00
Benedikt Oswald bfcacfddc8 Definition of H5Fed C++ interface, class definition and implementation, first material. 2007-12-17 12:41:37 +00:00
gsell 5e0c8a67cd src/h5/openclose.c
- _init_block()
	  fixed: check of file handle with non-existing function
2007-12-17 12:36:48 +00:00
gsell 69367a7713 src/h5/errorhandling.c
- "_err_handler" initialized with non-existing function
2007-12-17 12:35:13 +00:00
gsell 89bdeb1459 src/H5Block.c
- H5BlockGetFieldInfo()
	  * call of non-existing function "_H5Part_get_object_name()" new name of this function
	    is "H5_get_object_name()".
2007-12-17 12:33:16 +00:00
gsell 4e7f8be568 configure.ac
- some "echo" calls replaced with AC_MSG_... calls
2007-12-17 12:28:35 +00:00
Benedikt Oswald 317d1b6d9f Definition of H5Fed C++ interface, class definition and implementation, first material. 2007-12-17 11:11:00 +00:00
Benedikt Oswald 0235b61dc9 Definition of H5Fed C++ interface, class definition and implementation, first material. 2007-12-17 10:45:50 +00:00
Benedikt Oswald dfebe64c73 Definition of H5Fed C++ interface, class definition and implementation, first material. 2007-12-17 10:45:21 +00:00
gsell 921469eba8 src/H5Fed.h
- new type 'h5_id_t' for object id's
	- new type 'h5_size_t' for size of objects
	- parameter 'parent_id' added to Get/Store functions
	- various other changes
2007-12-16 23:56:00 +00:00
gsell 379de5735f added 2007-12-16 21:45:43 +00:00
gsell e474e78160 C API declaration for H5Fed 2007-12-10 14:28:12 +00:00
adelmann 7b43df2f79 add ierr to MPI_Finalize 2007-11-26 19:45:55 +00:00
gsell d9239fdd88 src/h5/errorhandling.c
src/h5/u_readwrite.h
src/h5/H5.h
src/h5/errorhandling.h
src/h5/readwrite.c
src/h5/openclose.c
src/h5/attribs.c
src/h5/Makefile.am
src/h5/u_readwrite.c
src/h5/readwrite.h
src/h5/openclose.h
src/h5/attribs.h
	* added
2007-11-22 11:08:23 +00:00
gsell 69600afb50 * Fortran bindings moved to src/bindings/Fortran 2007-11-22 11:05:10 +00:00
gsell 75de0e2754 src/bindings/Fortran
* dirs added
	* Fortran bindings moved to bindings/Fortran
2007-11-22 11:02:52 +00:00
gsell 535d18389c src/h5
* added
2007-11-22 11:01:48 +00:00
gsell 082724e233 src/H5PartTypes.h
* entry to keep the ID of the root group added to struct H5PartFile
	* name of current step/index added to struct H5PartFile
2007-11-22 10:52:34 +00:00
gsell b9e9b910f1 src/H5BlockErrors.h
* function to get nam of currengt function has been renamed to H5_get_funcname()
2007-11-22 10:48:06 +00:00
gsell 4ce50652bc src/Makefile.am
* Fortran bindings have been moved to another directory
2007-11-22 10:46:20 +00:00
gsell b2e2cf3b95 src/H5Block.c
* use of H5 kernel functions
	* INIT(f) removed, Block stuff will now be initialized during file opening.
2007-11-22 10:44:49 +00:00
gsell 698135bb91 src/H5PartErrors.h
* _H5Part_get_funcname() has been renamed to H5_get_funcname()
2007-11-22 10:42:19 +00:00
gsell 9a8a7a7fe9 src/H5PartPrivate.h
* declarations moved to corresponding files in libH5
2007-11-22 10:39:18 +00:00
gsell b4414ea058 src/H5Part.c
* mostly everything moved to libH5.
2007-11-22 10:36:20 +00:00
gsell 8abb105f2f configure.ac
* set version number in AC_INIT to 1.5.0
        * set AC_PREREQ to 2.59
        * --with-hdf5path renamed to --with-hdf5
        * we don't distinguish serial and paralell version in the library name any more
	* src/h5/Makefile added to AC_CONFIG_FILES
2007-11-22 10:34:26 +00:00
gsell 52fa2ad3ee Makefile.am
o src/h5 added to subdirs
2007-11-22 10:21:52 +00:00
gsell b9d3f8d2bd test/Makeffile.am
o libH5 added to H5LIB
2007-11-22 10:20:50 +00:00
Kurt Stockinger 607d1e86ab Corrected version number 2007-08-29 01:59:47 +00:00
Kurt Stockinger 3ebc9de7a9 Prepare new tag with updates on H5Block. 2007-08-29 01:26:50 +00:00
gsell d8ce890902 src/H5Block.c
_normalize_partition()
	* wrong type for 'x' fixed
_open_block_group()
_open_field_group()
	* 'herr' type error fixed
_select_hyperslab_for_reading()
	* 'herr' type error fixed
	* type cast boundaries to 'hsize_t'
_create_field_group()
	* 'herr' type error fixed
H5BlockWriteFieldAttrib()
	* type cast 'attrib_type' to 'hid_t'
H5Block3dSetFieldOrigin()
H5Block3dGetFieldSpacing()
	* type cast 'H5PART_FLOAT64' to 'hid_t'
2007-07-12 09:50:42 +00:00
gsell b191ac7a6a src/H5Part.c
- H5PartDefineStepName()
	* type cast 'width'
- _H5Part_iteration_operator()
	* type cast error return
- _H5Part_get_object_name()
	* type cast of arg 'idx' and 'len_obj_name' added
- H5PartGetDatasetInfo()
	* type of 'herr' changed from 'herr_t' to 'h5part_int64_t'
- _get_diskshape_for_reading()
 	* 'CHECK_FILEHANDLE()' removed
	* type cast error return to 'hid_t'
- _get_memshape_for_reading()
 	* 'CHECK_FILEHANDLE()' removed
	* type cast error return to 'hid_t'
2007-07-12 09:15:21 +00:00
gsell 356f7149c5 src/H5Part.c
- _read_data()
	* type error fixed
- H5PartAbortErrorHandler()
	* type cast exit code
- H5PartSetVerbosityLevel()
	* type cast 'level' to 'unsigned int'
2007-07-11 15:34:15 +00:00
gsell a0dd21b79e src/H5Part.c
- _H5Part_set_step()
	* revert use of 'snprintf()' (Windows doesn't have it!)
2007-07-11 15:10:06 +00:00