Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
608559deade[svn-r23584] Description: Update with new compiler warnings for gcc 4.8.x Tested on: Mac OSX/64 10.8.3 (amazon) w/gcc 4.8.0
Raymond LuRaymond Lu
523675b2c18[svn-r23580] I updated the compiler info, system info, and HDF5 support table of fred, emu, and ostrich. No test is needed.
Scot BreitenfeldScot Breitenfeld
337242feeae[svn-r23576] added missing argument in check call. tested: jam (g95,gcc))
Dana RobinsonDana Robinson
dd577725d15[svn-r23572] Removed inappropriate executable properties from a few files. These are often added by Windows text editors. Tested on: jam (just tested to make sure it builds - no code changes)
Raymond LuRaymond Lu
3e841b44be4[svn-r23561] I added the info about dynamically loaded filter.
Albert ChengAlbert Cheng
6b00c16d2ac[svn-r23555] Bug fix: HDFFV-8358 The previous change set exec_prefix, libdir and includedir to actual values. That removed the option for user to hand edit just the first prefix=... to make "everything" to work. Changed h5redeploy to do this by default: ## Installation directories: ## ## prefix architecture-independent files. ## ## exec_prefix architecture-dependent files, default is <prefix>. ## ## libdir libraries, default is <exec_prefix>/lib. ## ## includedir header file...
Joel PlutchakJoel Plutchak
a99e92e6a4d[svn-r23554] Added HDFFV-8247 to the Known Problems section.
Quincey KoziolQuincey Koziol
8277409a9b5[svn-r23549] Description: More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
Allen ByrneAllen Byrne
70e0f8e200c[svn-r23548] Fix typo in macro end macro Warning only.
Allen ByrneAllen Byrne
12616e370c0[svn-r23547] Windows plugins will always be "dll"'s. CMake also uses ";" as a separator - escape it Tested: windows
Allen ByrneAllen Byrne
a259cbdda79[svn-r23546] Correct typo
Quincey KoziolQuincey Koziol
46342f63987[svn-r23544] Description: Correct API version mistake w/H5Acreate -> H5Acreate2 Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
Quincey KoziolQuincey Koziol
9ab7c470005[svn-r23543] Description: Bring r23542 from desy_1_8 branch to trunk: Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
Raymond LuRaymond Lu
68b0945687c[svn-r23540] I took out the "const" symbol from H5PL_get_plugin_type and H5PL_get_plugin_info functions. Tested on jam - simple change.
Allen ByrneAllen Byrne
f2e9f4e8c66[svn-r23538] Correct incorrect unset var name
Raymond LuRaymond Lu
86c0d2aa05f[svn-r23536] I corrected the copyright information and added some comment in H5Pocpl.c. Tested on jam - no code change.
Raymond LuRaymond Lu
97caaff719f[svn-r23533] I changed the operation in dynlib2.c from math operations pow and sqrt to simpler multiplication and division to avoid potential rounding problem in math operations. Tested on jam - simple change.
Allen ByrneAllen Byrne
f03301ce82e[svn-r23530] Moved test property into test macro. Tested: local linux
Quincey KoziolQuincey Koziol
b4331b2ff33[svn-r23529] Description: Stop aliasing property to indicate internal collective metadata operations with property to perform collective raw data operations from the application. Tested on: Mac OSX/64 10.8.3 (amazon) w/paralllel
Larry KnoxLarry Knox
0b16cecb994[svn-r23527] Revised usage to reflect change to use -shlib as default when no static libraries were built. No test - text only revision of compile scripts.
Albert ChengAlbert Cheng
7ee9828c261[svn-r23526] Bug fix: Mac system has dynamic library name in the form of libxyz.dylib. Changed test_plugin.in to copy library file names in the form of libdynlib{123].*. Another problem: Even when copy failed in copying the libray files (was in the form of *.so*), the test still passed. That was because .libs was included in $HDF5_PLUGIN_PATH and the needed plug in libraries were generated there. Fixed by copying the plug in library files to separate directories and seetup HDF5_PLUGIN_PATH ...
Allen ByrneAllen Byrne
26785f6af58[svn-r23524] Use two plugin folders for testing plugin Path
Allen ByrneAllen Byrne
91831f41ad8[svn-r23520] Add new plugin library to build list for test. Tested: local linux, windows
Raymond LuRaymond Lu
b8c258a9700[svn-r23519] I used H5Gcreate instead of H5Gcreate2 in plugin.c. I corrected it and added some real operation in the dummy filter library dynlib3.c. Tested on jam and koala.
Albert ChengAlbert Cheng
fc4c7a05f64[svn-r23517] Rewrirte part of the script that copy the libdynlib libraries and check for result. h5committested. (Cmake in Duck has errors but the error are not related to this change.
Scot BreitenfeldScot Breitenfeld
1b6963230b1[svn-r23516] Updated documentation.
Raymond LuRaymond Lu
46b63fe7d87[svn-r23515] I added test/dynlib3.c.
Raymond LuRaymond Lu
075334af966[svn-r23514] I forgot to add the new file dynlib3.c in last commit.
Raymond LuRaymond Lu
72e84fcd825[svn-r23513] I added a test case in plugin.c for testing using filter for groups and created a dummy filter library for this test case. Tested on jam and koala.
Larry KnoxLarry Knox
e679eed61b5[svn-r23511] Replaced install-data-local with install-exec-hook in test/Makefile.am. tested with h5committest
Dana RobinsonDana Robinson
47a25f0d0ca[svn-r23509] Duplicated Bin-Minh's changes in the 1.8 branch (r23503) that delete the removed multi dxpl function names from the class. Tested on: jam w/ fortran & C++ I did not test on other platforms (h5committest) since there is nothing even remotely platform-specific here.
Dana RobinsonDana Robinson
581f5fc68d9[svn-r23508] Removed some dead code that belonged to the multi dxpl functions that were removed in HDF5 1.8.11. Tested on: jam w/ fortran & C++, tested with check-vfd I did not test on other platforms (h5committest) since there is nothing even remotely platform-specific here.
Scot BreitenfeldScot Breitenfeld
cc3fdd8ba48[svn-r23505] reverted FFLAGS bug fix. Tested: jam (intel)
Albert ChengAlbert Cheng
913b88d15b7[svn-r23497] Bug fix: HDFFV-8358 Change h5redeploy to change all 4 lines, prefix=..., exec_prefix=..., libdir=..., and includedir=... This way, it reset all 4 lines. Should work for both version of h5cc created by configure or by rpm. Tested: hand tested in jam.
Raymond LuRaymond Lu
b6e0e867d07M[svn-r23496] synced DESY branch with the trunk (tested with h5committest)
Allen ByrneAllen Byrne
02b1c11ecd0[svn-r23476] HDFFV-8359: correct script function calls. Tested: local linux
Scot BreitenfeldScot Breitenfeld
d7724485b03[svn-r23475] added dll for verify_Fortran_INTEGER_4
Mohamad ChaarawiMohamad Chaarawi
0a3191e36d4[svn-r23569] - remove mpi stuff from vol example - use versioning for HDF5 routines so that --with-default-api-version=v16 does not break things
Mohamad ChaarawiMohamad Chaarawi
5d7f70d45d3[svn-r23831] - valgrind and fix some memory leaks discovered in object creations - fix issue discovered when close operations are synchronous. Make all operations pending on object complete - fix issue with EQ ID registration and termination
Vishwanath VenkatesanVishwanath Venkatesan
a1c0fdfeeea[svn-r23871] Checking in changes before merging with updates from the hdf5_ff branch.
Vishwanath VenkatesanVishwanath Venkatesan
f4d3449f6d0[svn-r23867] 1. Implemented framework for debugging 2. Creating a request list, with the requests flowing through the compactor 3. Now request lists get created. 4. Have to test the merging of selections with the reconstruction of memory buffer 5. Hopefully that will be done tomorrow. For Tonight .. ADIOS!...
Vishwanath VenkatesanVishwanath Venkatesan
eecbcb3671f[svn-r23864] Working, with forwarding the writes through the compactor queue. TODO: 1. Check the compaction process.
Vishwanath VenkatesanVishwanath Venkatesan
d14cddbd40a[svn-r23844] Just adding some comments and information about functions
Vishwanath VenkatesanVishwanath Venkatesan
22343817212[svn-r23842] All utility function implementation completed for merging. Now all the work is in H5VLiod_server.c TODO: 1. Have to create a compactor AXE task 2. Add the current tasks to queue 3. In the compactor_cb, call the compactor functions to do merging.
Vishwanath VenkatesanVishwanath Venkatesan
6c505203cb4[svn-r23832] End of day check-in
Vishwanath VenkatesanVishwanath Venkatesan
23f8824d27d[svn-r23827] Implementation functions that compile for Compactor. Left to do, is to use these functions to actual do the compaction
Vishwanath VenkatesanVishwanath Venkatesan
492c5e0cc2c[svn-r23815] 1. Making a public function for get_offsets(). 2. Adding initial code for the compactor feature.
Mohamad ChaarawiMohamad Chaarawi
23a0f9be0e2[svn-r23805] improving IOD usage at server - up to attr_open
Mohamad ChaarawiMohamad Chaarawi
e69292a061b[svn-r23795] update the instructions to build the EFF stack
Mohamad ChaarawiMohamad Chaarawi
ed2df01de27[svn-r23791] Add FF version of H5DO* routines Fix bug in IOD set extent to resize the local dataspace Add test for FF version of H5DO* routines