Network

 
AuthorCommitMessageCommit Date
Albert ChengAlbert Cheng
66a5f3cb9b5[svn-r23602] Updated release information for v1.8.11. Moved mpich to more tested platform section. Removed aztec, uDawn from supported platforms. Removed Mac OS X 10.7.3 32bits from feature table. Changed AIX C shared as y and threadsafe as n to Feature table. Removed 32bits of Debian, Fedora, SUSE and Ubuntu from more tested platforms. Added thread-safe known problem in AIX.
Allen ByrneAllen Byrne
57c48be9ab6[svn-r23596] added windows 8 info
Allen ByrneAllen Byrne
fe368a9b355[svn-r23595] Remove old references
Raymond LuRaymond Lu
bf8419f8681[svn-r23588] I added SunOS 5.11 (emu) as a newly supported system.
Albert ChengAlbert Cheng
6bfa5c5ffff[svn-r23581] v1.8.12-pre1 tarball released. Changed version number to 1.8.11-pre2.
Raymond LuRaymond Lu
57da62e0e76[svn-r23578] I updated the compiler info, system info, and HDF5 support table of fred, emu, and ostrich. No test is needed.
Albert ChengAlbert Cheng
f8e8a759152[svn-r23575] Commit updates for jam, koala and platypus done by Joanthan. Tested: no test since text changes only.
Mark EvansMark Evans
2f674dacc2b[svn-r23566] Edited for readability. No testing for this text file.
Albert ChengAlbert Cheng
3c1360715b8[svn-r23565] Changed default production mode, which implies disable-debug too. Tested: h5committest.
Albert ChengAlbert Cheng
2a34dc43cd7[svn-r23564] Changed version number to 1.8.11-pre1 for release test. Tested: none yet.
Raymond LuRaymond Lu
67b3800ccb6[svn-r23562] I added the info about dynamically loaded filters.
Allen ByrneAllen Byrne
b445540e3dd[svn-r23559] Fix valgrind configure error Tested: local linux - with and without valgrind
Private HDFPrivate HDF
8eb72943323[svn-r23557] Snapshot version 1.8 release 11 (snap16)
Albert ChengAlbert Cheng
07d8b80b4aa[svn-r23556] 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
25ff6f02697[svn-r23553] Added HDFFV-8247 to thye known bugs section.
Raymond LuRaymond Lu
bf04b345d33M[svn-r23552] I merged the changes for DESY project from desy_1_8 branch back to this branch. Tested with Albert's desycommittest script on emu, jam, koala, ostrich, and ostrich-no-shared-lib (duck takes too long. I can't wait for it).
Raymond LuRaymond Lu
68a7d5b30e9M[svn-r23551] I updated this branch from the 1.8 branch (not related to DESY project) and a few changes for CMake and Windows from the trunk (related to DESY). Tested with desycommittest (emu, koala, jam, ostrich, and ostrich-no-shared-lib), but can't wait for duck to finish. It takes too long.
Quincey KoziolQuincey Koziol
60895bd6154[svn-r23545] Description: Bring r23544 from trunk to 1.8 branch: Correct API version mistake w/H5Acreate -> H5Acreate2 Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
Larry KnoxLarry Knox
06a302be30b[svn-r23541] Reverted changes merged unintentionally with revision 23488 from trunk that will not go into the 1.8.11 release. Tested with h5committest.
Quincey KoziolQuincey Koziol
00a5fe5cf40[svn-r23535] Description: Bring r23529 from trunk to 1.8 branch: 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/parallel (daily tests on trunk)
Quincey KoziolQuincey Koziol
55345aaf4d9[svn-r23550] Description: Bring r23549 from trunk to desy_1_8 branch: 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)
Quincey KoziolQuincey Koziol
5f43e5f837c[svn-r23542] Description: Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) (h5committest not required on this branch)
Raymond LuRaymond Lu
949835b61f7[svn-r23539] I took out the "const" symbol from H5PL_get_plugin_type and H5PL_get_plugin_info functions. Tested on koala - simple change.
Raymond LuRaymond Lu
cae6fcf563e[svn-r23537] I corrected the copyright information and added some comment in H5Pocpl.c. Tested on koala - no code change.
Raymond LuRaymond Lu
8d885f6388b[svn-r23534] 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 koala - simple change.
Albert ChengAlbert Cheng
98db39f8475[svn-r23528] Bug fix: Mac system has dynamic library name in the form of libxyz.dylib. Solution: 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. Solution: Fixed by copying the plug in library files to separate directories and seet...
Raymond LuRaymond Lu
cb273385229[svn-r23525] I merged the changes r23524 from the trunk. Not tested yet.
Raymond LuRaymond Lu
550bd7c0f47[svn-r23522] I merged the changes that Allen added for supporting dynlib2.c and dynlib3.c from the trunk. Not tested. Allen will do it.
Raymond LuRaymond Lu
4da796299b0[svn-r23521] I merged the changes for testing groups with filter into this branch. Tested on jam and koala.
Larry KnoxLarry Knox
8b04aa4c87f[svn-r23512] Replace install-data-local with install-exec-hook in test/Makefile.am. Change fixes order of chmod and rm for *dynlib* with parallel make. Tested in trunk.
Raymond LuRaymond Lu
95332ad1770[svn-r23510] I merged the changes for DESY project from the trunk (r23496) into this 1.8 DESY branch. Tested with h5committest (duck failed with CMake because I don't know how to change test/CMakeLists.txt. I'll wait for Allen to do it).
Scot BreitenfeldScot Breitenfeld
91bcf7432e9[svn-r23506] reverted changes in FFLAGS setting. Tested: jam (gnu)
Private HDFPrivate HDF
a46ee1a136c[svn-r23504] Snapshot version 1.8 release 11 (snap15)
Binh-Minh RiblerBinh-Minh Ribler
1a367cc384f[svn-r23503] Description: Removed DSetMemXferPropList::setMulti/getMulti from header file (Dana removed them from cpp file. Added note about removing DSetMemXferPropList::setMulti/getMulti in C++ section. Platforms tested: very minor Linux/32 2.6 (jam) SunOS 5.11 (emu)
Binh-Minh RiblerBinh-Minh Ribler
1e64926e740[svn-r23502] Description: Added note for bug fix in the C++ API.
Dana RobinsonDana Robinson
1e5f8cd3704[svn-r23501] Forgot to update RELEASE.txt from the last check-in.
Dana RobinsonDana Robinson
fe6b68e6b80[svn-r23500] Merge r23366 from trunk. Fixes HDFFV-8296. Removed the H5Pset_dxpl_multi and H5Pget_dxpl_multi functions from the library. The intended functionality for them was never fully implemented and they are fundamentally broken. The functions were removed from the C and C++ interfaces. They were not exported in the Fortran interface. Tested on jam
Dana RobinsonDana Robinson
66814c5cf77[svn-r23499] Merge from trunk Fixes an issue (HDFFV-8159) where uninitialized memory was being read during variable-length type conversion. All variable-length type conversion buffers are now initialized to contain 0s on allocation. Tested on: jam w/ fortran and c++ This is a very small change (basially changing malloc to calloc) and is unlikely to cause issues on other platforms.
Albert ChengAlbert Cheng
b967faed844[svn-r23498] 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.
Scot BreitenfeldScot Breitenfeld
2571bbbc7b5[svn-r23488] merged windows dll changes from the trunk to the branch. svn merge -r23351:23487 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran . Tested: windows.
Binh-Minh RiblerBinh-Minh Ribler
8461df0911a[svn-r23485] Purpose: Fix bug HDFFV-8067 Description: Applied the fix for HDFFV-8067 and the minor cleanups from the trunk. Platforms tested: Linux/32 2.6 (jam) with PGI compilers Linux/32 2.6 (jam) with GNU compilers Linux/64 2.6 (koala) with ICC compilers SunOS 5.10 (emu)
Allen ByrneAllen Byrne
54319cf88d1[svn-r23481] Added JIRA issues resolved.
Allen ByrneAllen Byrne
f893d7bf969[svn-r23479] Remove Windows XP info
Allen ByrneAllen Byrne
0256a08b666[svn-r23478] Update openSUSE info
Allen ByrneAllen Byrne
4800a8d7a95[svn-r23477] HDFFV-8359: correct script function calls. Tested: local linux
Mohamad ChaarawiMohamad Chaarawi
984998fa95f[svn-r23471] bring 23470 from trunk update INSTALL_parallel with build instructions for Hopper.
Jonathan KimJonathan Kim
91c30cdc2ff[svn-r23464] Purpose: HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. Description: h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks. The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout. Merged from HDF5 trunk 23407 Tested: ...
Allen ByrneAllen Byrne
a605e303e95[svn-r23460] Add missing infile assignment and error counts
Peter CaoPeter Cao
722ac5f543e[svn-r23459] HDFFV-8355 h5repack.sh was wrong for the two test cases.
Scot BreitenfeldScot Breitenfeld
f12a59f4d60[svn-r23455] Updated Fortran and HL entries.