gsell
efa9c1cd84
src/H5Block.c
...
* adaption to renamed members in "struct h5_file"
2008-01-20 10:49:28 +00:00
gsell
6df181d0c7
src/H5BlockTypes.h
...
* struct h5b_fdata
- "timestep" renamed to "step_idx"
2008-01-20 10:45:35 +00:00
gsell
9940630e2c
src/H5Fed.h
...
- API changes
2008-01-20 10:42:51 +00:00
adelmann
08d7c7fddd
Full blown autogen, configure bla etc.
2008-01-08 21:37:28 +00:00
adelmann
3d2b121cf2
clean up before commit configure like H5PartMerge
2008-01-08 20:18:50 +00:00
adelmann
16615a96ba
Initial commit of Christof's H5PartMerge
2008-01-05 13:52:05 +00:00
gsell
c356139f6b
src/h5/h5_types.h
...
- definition of h5_file added
2007-12-21 19:08:18 +00:00
gsell
e46df85671
src/H5PartTypes.h
...
- definition of h5_file moved to h5/h5_types.h
2007-12-21 19:07:25 +00:00
gsell
e4ed2a1ae6
src/H5Fed_adjacency.c
...
src/H5Fed_dof.c
src/H5Fed_retrieve.c
src/H5Fed_statistics.c
src/H5Fed_store.c
src/H5Fed.c
- added
2007-12-21 19:06:25 +00:00
gsell
b27695d751
src/Makefile.am
...
- H5Fed files added
2007-12-21 19:03:14 +00:00
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