Network

 
AuthorCommitMessageCommit Date
Raymond LuRaymond Lu
3267bb6ad00[svn-r24318] Fixed a typo.
Allen ByrneAllen Byrne
f51f1994cf9[svn-r24315] Do not run big test on cygwin
Raymond LuRaymond Lu
cedf2cae168[svn-r24308] Issue 8147: CLANG compiler with the options -fcatch-undefined-behavior and -ftrapv catches some defined behavior in the alignment algorithm of the macro DETECT_I in H5detect.c. I documented it as a known problem. No test is needed.
Binh-Minh RiblerBinh-Minh Ribler
26713999ba2[svn-r24290] Description: - Added a lot of documentation to classes for Reference Manual. - Fixed some format inconsistencies Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (koala)/PGI compilers
Allen ByrneAllen Byrne
3cb8591786f[svn-r24289] Correct linux shared version numbering
Private HDFPrivate HDF
851cd479b02[svn-r24288] Snapshot version 1.8 release 13 (snap0)
Allen ByrneAllen Byrne
17296948e5b[svn-r24282] Add log file aliases and install step
Albert ChengAlbert Cheng
08cf10f2013[svn-r24280] Bug: HDFFV-8534 Added a known problem of Solaris make install failure. Updated INSTALL to state Gnu make is the preferred version of make. Tested: eyeballed.
Allen ByrneAllen Byrne
4a8ab0fe35f[svn-r24272] Update URL
Raymond LuRaymond Lu
8f57d8fb933[svn-r24268] I added two new files H5Location.cpp and H5Location.h to the make file. Not tested yet.
Quincey KoziolQuincey Koziol
3a96de8b17d[svn-r24262] Description: Bring r24256 & r24261 from trunk to 1.8 branch: Switch H5I internal data structure from using hash table to skip lists. Also, a few misc. cleanups. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/I...
Elena PourmalElena Pourmal
307f88870c1[svn-r24259] Maintenance: Updated version number to 1.8.13-snap0; cleaned up RELEASE.txt for new info. The 1.8 branch is open now for code changes.
Quincey KoziolQuincey Koziol
d650d40507e[svn-r24779] Description: Minor formatting tweaks
Quincey KoziolQuincey Koziol
cd5e734183d[svn-r22481] Description: Bring changes from trunk to this "merging" branch, to make further merging of metadata journaling changes easier. Tested on: N/A - this branch is not compilable currently.
Quincey KoziolQuincey Koziol
b51e303445e[svn-r21262] Description: Bring changes for "journaling" cache into "merging" branch, for further merging into the trunk. Tested on: Mac OS X/32 10.6.8 (amazon) (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
598243af9b5[svn-r20134] Description: Bring changes from metadata journaling branch to "merging" branch. Tested on: Mac OS X/32 10.6.6 (amazon) w/ debug, production & parallel (h5committest not necessary on this branch)
Quincey KoziolQuincey Koziol
2ae193a0383[svn-r19123] Description: Converge code on "metadata journaling merge" branch to be closer to code on current trunk: - Updates to internal error reporting macros - Updated routines to operation on superblock extension - Object header query operations Misc. minor updates to caching code. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/...
Quincey KoziolQuincey Koziol
87748c6a0b5[svn-r19113] Description: Rename H5AC_set() to H5AC_insert_entry() Get rid of H5C_set_skip_flags() & related flags Tested on: Eyeballed only, very simple...
Quincey KoziolQuincey Koziol
71d4644df23[svn-r18911] Description: More general changes to align trunk with eventual changes from metadata journaling branch. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, production & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
817f42c3bb8[svn-r18863] Description: General cleanups to align metadata journaling branch and trunk Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Mac OS X/32 10.6.3 (amazon) in debug mode Mac OS X/32 10.6.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Quincey KoziolQuincey Koziol
6302b47cf52[svn-r18861] Description: Upgrade autoconf framework and run bin/reconfigure, to align better with metadata journaling branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode
Quincey KoziolQuincey Koziol
c2ea0effd88[svn-r18822] Description: Remove the size parameter from H5[A]C_unprotect() and the H5[A]C__SIZE_CHANGED_FLAG, switching all clients & tests over to using H5[A]C_resize_entry appropriately. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug & prod (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
7bc768c1a77[svn-r18789] Description: Correct error in H5C_resize_entry() where protected entry sizes were not updated if the entry being resized was both pinned and protected. Tested on: Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
8a00995b3a6[svn-r18738] Description: Switch H5AC_resize_pinned_entry() to work on protected entries as well, and rename to H5AC_resize_entry() Tested on: Mac OS X/32 10.6.3 (amazon) in debug mode Mac OS X/32 10.6.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
5b320d81abb[svn-r18724] Description: Rename H5[A]C_rename to H5[A]C_move_entry. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug & production (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
810f4373e34[svn-r18720] Description: Bring changes from metadata journaling branch to 'merging' branch: Rename H5[A]C_mark_pinned_or_protected_entry_dirty() to H5[A]C_mark_entry_dirty() and get rid of H5[A]C_mark_pinned_entry_dirty(). Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia6...
Quincey KoziolQuincey Koziol
5bc34e2e146[svn-r18715] Description: Changes to further align trunk with state of metadata journaling branch. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug & production (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
866f62e8c5d[svn-r18672] Description: Mostly changes to move to only using one 'user data' parameter for calls to H5AC_protect(), along with some minor reformatting code cleanups. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, ...
Quincey KoziolQuincey Koziol
f2716275fde[svn-r18570] Description: Fix a memory leak, a problem in the metadata accumulator and clean up a few compiler warnings. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, prod & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
0e673fe2b97[svn-r18542] Description: Bring new object header pin/unpin & protect/unprotect routines and split-out object header chunk proxy changes from metadata_journaling branch to "merging" branch, along with some other minor tweaks to clean up compiler warnings, etc. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in ...
Quincey KoziolQuincey Koziol
d4e99c418f4[svn-r18523] Description: Bring metadata journaling branch into closer correspondence with trunk: extract data structure freeing routines from metadata cache client 'destroy' callbacks. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
c956041d8a7[svn-r18519] Description: Bring metadata journaling branch into closer correspondence with trunk: extract data structure freeing routines from metadata cache client 'destroy' callbacks. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, production & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
cb46189058e[svn-r18501] Description: Extract data structure 'destroy' routines from metadata cache client 'destroy' callbacks. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
9c0f81dda58[svn-r18497] Description: Extract data structure 'destroy' routines from metadata cache client 'destroy' callbacks. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
edaab1caeee[svn-r18491] Description: Extract data structure 'destroy' routines from metadata cache client 'destroy' callbacks. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, production & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
001307e4e80[svn-r18483] Description: Remove unused symbol table entry dirty flag. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, production & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
e7fa5fd6bbd[svn-r18481] Description: A couple of tweaks to bring the "merging" branch into better sync with the metadata journaling branch. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug, production & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
75e9366971c[svn-r18459] Description: Further convergence of the metadata journaling changes toward the trunk. Lots of little things in the cache code, remove the H5F_t * from the H5G_entry_t struct. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/defaul...
Quincey KoziolQuincey Koziol
f2865f4fe83[svn-r18356] Description: Converge metadata journaling branch with trunk with a bunch of v1 B-tre changes: - Remove H5ACprivate.h header from H5Bprivate.h header - Revise v1 B-tree client callbacks - Get rid of H5B_serialize() by bringing it into H5B_flush() Tested on: Mac OS X/32 10.6.2 (amazon) w/debug, prod & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
773e3b05298[svn-r18229] Description: Bring r18227 from metadata_journaling branch to the merging branch: Small cleanups and move v1 cache maintenance macros into package header file, to better align with changes to v2 cache. Tested on: FreeBSD 6.3/32 (duty) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
05fba39c115[svn-r18196] Description: Trim trailing whitespace from source files, with the following command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - just eyeballed
Quincey KoziolQuincey Koziol
24e0562529d[svn-r18169] Description: Converge changes on metadata_journaling branch and trunk: - Remove H5F_t* parameter from H5HL_unprotect() - Remove H5F_t* parameter from H5HL_dirty() - Remove H5F_t* parameter from H5O_unprotect() - Bring changes to metadata caching routines back: - H5AC_pin_protected_entry() - H5AC_resize_pinned_entry() - H5AC_unpin_entry() - H5AC_mark_pinned_entry_dirty() - H5AC_mark_pinned_or_protected_entry_dirty() - Revise internal ...
Quincey KoziolQuincey Koziol
d546d568964[svn-r18104] Description: Minor brush-clearing changes to converge metadata_journaling branch and trunk. Tested on: Mac OS X/32 10.6.2 (amazon) debug & prod (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
8277f14664a[svn-r18071] Description: Refactor local heap routines with changes from metadata journaling branch, along with other misc. changes as the changes on the metadata journaling branch are being converged with the current state of the trunk. Tested on: Mac OS X/32 10.6.2 (amazon) debug & prod (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
2b82a5fff3a[svn-r18044] Description: Slush changes back & forth between trunk, the merging branch and the metadata journaling branch to level them out to a reasonably common set of code to work from for the next set of more significant changes. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
a7b48fec30b[svn-r18041] Description: Move local & global heap metadata cache callback routines to their own source module, as they are in later revisions of the trunk and on the metadata journaling branch, in order to make the convergence of the trunk and the metadata journaling branch easier. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug (h5committest not required on this branch)
Dana RobinsonDana Robinson
e3fb19806d5[svn-r24718] Updated BRANCH.txt.
Dana RobinsonDana Robinson
3c5c5f2e353M[svn-r21730] Merge with trunk.
Dana RobinsonDana Robinson
df4b0fd9be5[svn-r21672] Changed the POSIX I/O types and symbols from the original VFD-specific ones to the common one in H5private.h.
Dana RobinsonDana Robinson
c84ba191eb1M[svn-r21671] Merge with trunk