Network

 
AuthorCommitMessageCommit Date
Vishwanath VenkatesanVishwanath Venkatesan
d07e2bdaf3d[svn-r23916] One more change from hdf5_ff.. carried over.
Vishwanath VenkatesanVishwanath Venkatesan
73a4a38334fM[svn-r23915] Merge changes with hdf5_ff and minor fixes to the compactor_write. Tested for larger number of processes too.
Mohamad ChaarawiMohamad Chaarawi
9af20ef8d82[svn-r23913] some refactoring of the server side access to IOD
Mohamad ChaarawiMohamad Chaarawi
0f09f4d6ff3[svn-r23910] - add IOD hyperslab generation to attribute read & write. - fix an initialization value in dset read/write
Mohamad ChaarawiMohamad Chaarawi
84641582e08[svn-r23909] Add Jerome's patch needed to update to latest function shipper.
Mohamad ChaarawiMohamad Chaarawi
e9c6a782d86[svn-r23908] fix bug in generating IOD hyperslabs.
Mohamad ChaarawiMohamad Chaarawi
8ed1df3f85e[svn-r23906] - update VOL metadata written on creates and read on opens. - rename examples - fix some minor things
Mohamad ChaarawiMohamad Chaarawi
0cba93e0a48[svn-r23901] - update creation of the attribute KV to be when the object is created.
Mohamad ChaarawiMohamad Chaarawi
f2a2ef446e0[svn-r23893] Add New HDF5 object - Map Add the IOD VOL implementation. Not supported with native plugin. Add example program to sanity check the API Forwarding
Mohamad ChaarawiMohamad Chaarawi
46b5d073b56[svn-r23876] - Add functionality to generate IOD hyperslabs for HDF5 dataspace selections - Fix some bugs & valgrind warnings
Vishwanath VenkatesanVishwanath Venkatesan
0299f1749b7[svn-r23912] Committing changes before updating with hdf5_ff
Vishwanath VenkatesanVishwanath Venkatesan
971d7291c2f[svn-r23904] Handling a race condition.
Vishwanath VenkatesanVishwanath Venkatesan
7cff8dd993d[svn-r23902] Fixing certain corner cases and also fixing memory corruption error when we have merged and unmerged requests flowing through the compactor and unmerged requests f
Vishwanath VenkatesanVishwanath Venkatesan
0645c13c780[svn-r23897] Minor fix on generating iod_fragments algorithm.
Vishwanath VenkatesanVishwanath Venkatesan
fb13bdbd0b9[svn-r23894] End of day commit.
Vishwanath VenkatesanVishwanath Venkatesan
a8a349b0dcd[svn-r23890] Added routine to write from the compactor callback using the constructed request list. This routines also closes the handles instructing the operation is completed.
Vishwanath VenkatesanVishwanath Venkatesan
731e241967d[svn-r23886] Mutliple things happened in this commit. 1. Merged yesterday with hdf5_ff branch. 2. Fixed a couple of memory corruption, error handling issues. 3. Stable version of requests going through compactor, with new queue maninpulation routines 4. Tested and fixed bugs in compaction process. Now compaction happens succesfully for mutliple dataspaces of the same dataset. Memory descriptor gets constructed accordingly. TODO: -- Have to call the write operations with merged requ...
Vishwanath VenkatesanVishwanath Venkatesan
1ad02ed0fcd[svn-r23877] Dset Close now skips parents that do not exist. This make dset_close work even asynchronously!
Vishwanath VenkatesanVishwanath Venkatesan
f9dd3bf81e4M[svn-r23874] Changes merged with hdf5_ff branch. Still Dset close is a concern.
Mohamad ChaarawiMohamad Chaarawi
e74f49bdc14[svn-r23847] minor edits
Mohamad ChaarawiMohamad Chaarawi
33e77ac8fa7M[svn-r23841] minor VOL merge
Mohamad ChaarawiMohamad Chaarawi
4aae26caf04[svn-r23839] moving H5T_get_named_dtype prototype out of deprec. section after mistakingly adding it there.
Mohamad ChaarawiMohamad Chaarawi
1b661d50673[svn-r23840] split server implementation into several C files Update Makefiles
Mohamad ChaarawiMohamad Chaarawi
48c37e86ec4M[svn-r23838] another pending merge from VOL branch
Mohamad ChaarawiMohamad Chaarawi
3885f3ebdd0[svn-r23836] fix bug in public API of H5Tget_vol_named_type
Mohamad ChaarawiMohamad Chaarawi
59a523410bc[svn-r23835] add a new API routine H5Tget_vol_named_type that retrieves the VOL named datatype object pointer.
Mohamad ChaarawiMohamad Chaarawi
b5f6b587130M[svn-r23837] merge from VOL branch and add new callbacks
Mohamad ChaarawiMohamad Chaarawi
0fe43fbf2cdM[svn-r23834] merge from trunk up to r23833. Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
Allen ByrneAllen Byrne
a4dc3ff34d2[svn-r23830] HDFFV-8476: Add the optional arg to the help usage text. Tested: local linux
Allen ByrneAllen Byrne
308106c0e96[svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the technique and creates a test. Help changes will be added after trunk tests pass the test cycle. Tested: local linux
Albert ChengAlbert Cheng
c2750822ffd[svn-r23825] Bug HDFFV-8469: C++ comments in C code. Found and removed two more "//" comments. Tested: in Koala by $ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only $ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
Allen ByrneAllen Byrne
cf5071ad059[svn-r23824] Remove unused warnings option
Allen ByrneAllen Byrne
dc2de300b4d[svn-r23823] HDFFV-8428: Correct docs install list HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
Allen ByrneAllen Byrne
a8b44cd8995[svn-r23821] HDFFV-8428: Corrected FAQ reference
Allen ByrneAllen Byrne
dd89c8e90f2[svn-r23819] Change name of generated file in test to use the macro based removal line. Tested: local linux
Allen ByrneAllen Byrne
e3a1fa7e578[svn-r23813] Added the HD prefix to the system functions used in the file. Tested: local linux
Allen ByrneAllen Byrne
a8c227e175f[svn-r23812] Added the HD prefix to the system functions used in the links.c file. Tested: local linux
Allen ByrneAllen Byrne
66490d45e16[svn-r23811] Remove unused label
Mohamad ChaarawiMohamad Chaarawi
1e38ef67189[svn-r23810] revert printf format changes to do a better solution.
Private HDFPrivate HDF
6fedfb6124e[svn-r23806] Snapshot version 1.9 release 155
Mohamad ChaarawiMohamad Chaarawi
148fc618725[svn-r23801] Change printfs in perform output for long long to use %lld instead of %Hd. The later is for shorts. This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam.
Allen ByrneAllen Byrne
125e2a0a9d8[svn-r23800] Added the HD prefix to the system functions used in the h5tools_str_replace function.
Allen ByrneAllen Byrne
e71411f9cf4[svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in front of h5import. Tested local linux: h5dump executed before h5import
Allen ByrneAllen Byrne
74384b3c194[svn-r23798] HDFFV-8465: dtd reference incorrect. Fixed loading of xml files with respect to XSD file. Tested: local linux
Allen ByrneAllen Byrne
60cce86d0ed[svn-r23796] remove commented line with c++ style
Allen ByrneAllen Byrne
8ae76fa4b82[svn-r23793] Correct logic for packaging cygwin release docs
Allen ByrneAllen Byrne
8f9fb4a106f[svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGS
Allen ByrneAllen Byrne
47190b32e52[svn-r23786] Remove COMPILE_FLAGS value - already set in X_FLAGS Tested: windows
Allen ByrneAllen Byrne
6c3284f8b3d[svn-r23784] Remove ignored FLAGS from MSVC variant of C compile/link. Incorrect copy from Fortran macro
Private HDFPrivate HDF
bdbd06d85d6[svn-r23778] Snapshot version 1.9 release 154