Network

 
AuthorCommitMessageCommit Date
Vailin ChoiVailin Choi
ae7d45d612d[svn-r19378] Modifications to using v2 B-tree as index for chunked datasets with >1 unlimited dimensions. h5committested.
Quincey KoziolQuincey Koziol
c348f9405e1[svn-r19351] Description: Minor code cleanups to align w/trunk. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug & production (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
d68991eec0c[svn-r19350] Description: Bring r19328:19349 from trunk to revise_chunks branch. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug & production (h5committest not needed on this branch)
Mike McGreevyMike McGreevy
1a119d500af[svn-r19338] Purpose: Fix bug in super-block load during SWMR read case. Description: This patch skips over the file truncation check whilst loading the super-block when the intent is set to SWMR read. The single writer process may have only partially flushed the file that one of the readers is trying to open, and this check for truncation would fail in that case. Tested: jam
Quincey KoziolQuincey Koziol
642f392ba3e[svn-r19330] Description: Bring r19109:19328 from trunk to revise_chunks branch. 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Quincey KoziolQuincey Koziol
c034336452e[svn-r19323] Description: Remove unneeded prototype. Tested on: None - eyeballed only, too minor.
Quincey KoziolQuincey Koziol
6742cba5720[svn-r19322] Description: Misc. minor formatting issues, etc. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug (h5committest not required on this branch)
Vailin ChoiVailin Choi
abb9cc9cd88[svn-r19296] 1) Modifications to h5debug and related coding so that it will handle Fixed Array/Extensible Array meta data. 2) Moved Extensible/Fixed array type to be right after MAGIC # and version so that h5debug can determine the array class type.
Vailin ChoiVailin Choi
8b07a4a214c[svn-r19267] Modifications to use Fixed Array Indexing for extendible chunked dataset (fixed max. dim. setting but exclude H5S_UNLIMITED)
Neil FortnerNeil Fortner
9c218ea879d[svn-r19137] Purpose: Add support for disabling filters on partial edge chunks. Added two new API functions, H5Pset_chunk_opts and H5Pget_chunk_ops. When the set function is passed H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS, datasets created with that property list will not apply filters to partially used chunks on the edge of the dataspace. Datasets created in this manner will not be readable by 1.8 or older. Tested: jam, linew, amani (h5committest)
Quincey KoziolQuincey Koziol
bcbf482347a[svn-r19111] Description: Bump the alpha release number for the revise_chunks branch, after distributing private snapshot. Tested on: N/A - only changes from 'bin/h5vers -i'
Quincey KoziolQuincey Koziol
de3a870bcd4[svn-r19110] Description: Bring r19049:19109 from trunk to revise_chunks branch 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecate...
Quincey KoziolQuincey Koziol
98754fa9d12[svn-r19050] Description: Bring r18704:19049 from trunk to revise_chunks branch. 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Mike McGreevyMike McGreevy
29321bcafa9[svn-r19018] Purpose: Minor code cleanup Description: Add missing declaration of H5AC_ignore_tags() to H5ACprivate.h Clean up some warnings in cache_tagging.c test file. Tested: jam, gandalf
Mike McGreevyMike McGreevy
47073183e39[svn-r19011] Purpose: Clean up code. Description: Reorganize to remove mixed declarations and code (which should satisfy windows compile). Tested: jam, blue print, gandalf Windows 7 w/ VS Express 2008 (on VMware)
Mike McGreevyMike McGreevy
747e7945f9b[svn-r19009] Purpose: Fix some tagging issues. Description: - change H5Gcreate to H5Gcreate2 in the cache_tagging.c test file to work properly with 1.6 API default mapping turned on. - Added FUNC_ENTER/LEAVE_*TAG macros to the H5G_stab_valid function. Tested: gandalf, jam, amani (w/production mode, 1.6 API mapping)
Mike McGreevyMike McGreevy
9b4163af53d[svn-r19004] Purpose: Commit metadata tagging framework. Description: This check-in contains a new framework whose goal is to apply a tag value to each new entry in the metadata cache as it is created. This tag value is such that it relates each piece of metadata to the HDF5 object that it belongs to (dataset, group, et cetera). This changeset includes the framework that applies the tags as well as a suite of tests to verify correct tag application, though d...
Quincey KoziolQuincey Koziol
ca7fc8e96a7[svn-r18708] Description: Bring r18638:18704 from trunk to revise_chunks branch. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug & production (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
b24e2d4dd86[svn-r18649] Description: Minor tweaks to align w/code on trunk better. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug & production (too minor to require h5committest)
Quincey KoziolQuincey Koziol
9542a0e2125[svn-r18639] Description: Bring r18619:18638 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
45188758536[svn-r18638] Description: Lock the dataspace message into object header chunk #0 (so that the flush dependency between the extensible array and the object header works and has the correct semantics). 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 compile...
Quincey KoziolQuincey Koziol
954c91c5517[svn-r18620] Description: Bring r18600:18619 from trunk to revise_chunks branch 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecate...
Quincey KoziolQuincey Koziol
8a27e4f4a6a[svn-r18601] Description: Bring r18581:18600 from trunk to revise_chunks branch. Tested on: Mac OS X/32 10.6.3 (amazon) w/debug (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
97f8b83e2d3[svn-r18582] Description: Bring r18533:18581 from trunk to revise_chunks branch. 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Quincey KoziolQuincey Koziol
13d61651f8b[svn-r18534] Description: Bring r18446:18533 from trunk to revise_chunks branch. 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Quincey KoziolQuincey Koziol
42efc1c2b59[svn-r18451] Description: Bring r18172:18446 from trunk to revise_chunks branch. 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Quincey KoziolQuincey Koziol
3360c3af0c1[svn-r18175] Description: Bring r17986:18172 from trunk to revise_chunks branch. 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/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Quincey KoziolQuincey Koziol
5b4d3279099[svn-r17988] Description: Run bin/reconfigure to regenerate autotools files.
Quincey KoziolQuincey Koziol
9d06256018f[svn-r17987] Description: Bring r17945:17986 from trunk to revise_chunks branch (needs to have autotools files regenerated before testing, those will be checked in in a few minutes)
Quincey KoziolQuincey Koziol
a4750dfae7e[svn-r17946] Description: Bring r17899:17945 from trunk to revise_chunks branch 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 (smirom) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecat...
Quincey KoziolQuincey Koziol
dfd01b8331f[svn-r17901] Description: Final(?) update to expected output after data file updates. Tested on: FreeBSD/32 (6.3) duty (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
15703817a94[svn-r17900] Description: Bring r17895:17899 from trunk to revise_chunks branch. Tesed on: FreeBSD/32 6.3 (duty) (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
d2b87ec47eb[svn-r17896] Description: Bring r17546:17895 from trunk to revise_chunks branch. Changes to fixed and extensible array dataset chunk indexing code to accommodate changes to private APIs in those interfaces. Also, other adjustments to source code and expected output in response to changes on the trunk. 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, ...
Quincey KoziolQuincey Koziol
ee5a1e07350[svn-r17547] Description: Bring r17518:17546 from trunk to revise_chunks branch 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) ...
Quincey KoziolQuincey Koziol
feed8687714[svn-r17523] Description: Correct output from h5diff for files w/fixed array indices 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (li...
Quincey KoziolQuincey Koziol
426a3c1204f[svn-r17522] Description: Bring in the rest of Vailin's changes for testing fixed array chunk indices, across the range of range of all the tools and the appropriate dataset tests. Tested on: Mac OS X/32 10.5.8 (amazon) w/debug & production (h5committest not required for this branch)
Quincey KoziolQuincey Koziol
a2a61197aa1[svn-r17521] Description: Bring r17514:17518 from trunk to revise_chunks branch 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) ...
Quincey KoziolQuincey Koziol
f1360e4d06c[svn-r17515] Description: Bring r17496:17514 from trunk to revise_chunks branch 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) ...
Quincey KoziolQuincey Koziol
dfa5cb68c05[svn-r17506] Bump branch release version after making private snapshot
Quincey KoziolQuincey Koziol
f75166dd98b[svn-r17505] Description: Bring r17416:17496 from trunk to revise_chunks branch 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) ...
Quincey KoziolQuincey Koziol
859507f7575[svn-r17421] Description: Change internal mechanism for disabling EOA checks when the SWMR read flag is set from setting the EOA to 'maxaddr' to setting a flag in the VFDs that talk to storage, since setting the EOA to 'maxaddr' causes problems when using the multi (and family, I think) VFDs. 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/C++ & FORTRAN, w/threadsafe, ...
Quincey KoziolQuincey Koziol
b043ee12415[svn-r17417] Description: Bring r17365:17416 from trunk to revise_chunks branch 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) ...
Quincey KoziolQuincey Koziol
6c5e37a5938[svn-r17366] Description: Bring r17346:17365 from trunk to revise_chunks branch 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) ...
Quincey KoziolQuincey Koziol
58067df6c71[svn-r17348] Description: Fix missed change to constant that only the Solaris build detected. 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32...
Quincey KoziolQuincey Koziol
328d540a34a[svn-r17347] Description: Bring r17299:17346 from trunk to revise_chunks branch (including rerunning bin/reconfigure, after the autotools update in the trunk) 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/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x, ...
Quincey KoziolQuincey Koziol
7a1fcfa4197[svn-r17309] Bump version number on branch, after snapshot
Quincey KoziolQuincey Koziol
ff0e4033156[svn-r17307] Description: Add SWMR tests to manifest Tested with: bin/chkmanifest
Quincey KoziolQuincey Koziol
2f0dd6b2495[svn-r17306] Description: Stabilize file format changes for layout object header message and add new "storage" object header message. This version of the layout message (& future ones) will contain the constant information for a dataset's layout and the new storage message will contain information that can change over the course of a dataset's lifetime. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2....
Quincey KoziolQuincey Koziol
53f99e09662[svn-r17300] Description: Bring r17284:17299 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) w/debug h5committest not required on this branch
Quincey KoziolQuincey Koziol
fb984423fc8[svn-r17285] Description: Bring r17281:17284 from trunk to revise_chunks branch Tested on: Mac OS X/32 10.5.7 (amazon) debug h5committest not required on this branch