AuthorCommitMessageCommit dateIssues
Raymond LuRaymond Lu
77e347b19fb[svn-r16464] I brought them up to date. I'm testing them on OpenVMS now.
Pedro Vicente NunesPedro Vicente Nunes
96a0892ba8e[svn-r16461] Bug fix: for compound types, the not comparable test for members was not done Solution: for compound types, recursively apply that check Two new cases are added 1) the compound type has a different number of members. Message printed is <obj1> has X members <obj2> has Y members Where X and Y are the number of members of each compound type being compared 2) the compound type has not ... Tested: windows, h5committest
Neil FortnerNeil Fortner
d4ea5fbfb27[svn-r16457] Fix a typo in INSTALL_Windows.txt.Tested: Notepad
Private HDFPrivate HDF
3e8fae1bee8[svn-r16453] Snapshot version 1.9 release 30
John MainzerJohn Mainzer
2933d2f80b0[svn-r16451] Repaired intermittant failure of the t_cache test in testpar.The failure was caused by some over active sanity checking code in unlock_entry(). In essence the code did not consider the possibility that under certain, very unusual circumstances, an entry could be flushed to disk during the H5AC_unprotect() call. Instead, it simply failed if a dirty entry was marked clean after the call to H5AC_unprotect(). This bug in the test code was exposed by rece...
Pedro Vicente NunesPedro Vicente Nunes
7418c063568[svn-r16449] bug fix: compare the return value of H5Tequal with TRUEtested: h5committest
Allen ByrneAllen Byrne
b99ed1e18fa[svn-r16442] Update windows batch file to match *nix script due to rev 16351Tested: XP 32 VNET, XP64 VS2008
Quincey KoziolQuincey Koziol
7ba5922dca3[svn-r16439] Description: Bring r16435 from revise_chunks branch back to trunk: Expand object copy tests for chunked datasets to include 1-D datasets with an unlimited dimension. (Fix typo in comment for test/links.c) Tested on: FreeBSD/32 6.3 (duty) in debug mode (more thoroughly tested already on revise_chunks branch)
Vailin ChoiVailin Choi
f65a6a6473a[svn-r16436] Checkin for moving messages forward into continuation message: src/H5Oalloc.c, test/ohdr.c, toshm.c Fixed couple of problems in src/H5Odbg.c.
Pedro Vicente NunesPedro Vicente Nunes
3c67d2972c3[svn-r16434] bug fix: typo in usage messagetested: linux
Pedro Vicente NunesPedro Vicente Nunes
9de3088234c[svn-r16431] Uncomment a h5cleanup() call previously accidently left commented Tested: linux
Scott WegnerScott Wegner
bf3f68890c3[svn-r16428] Purpose: Fix Windows install script to include missing tool binariesDescription: A user discovered that the HDF5 1.8.2 Windows release binaries were missing a few of the HDF5 tools. This is due to the Windows install script, which simply didn't include them. This commit fixes the install script to include h5copy, h5mkgrp, and h5stat Tested: VS2005 w/ WinXP, build and install only
Pedro Vicente NunesPedro Vicente Nunes
89f033b6616[svn-r16423] bug fix: a open call was not made the expected FAPL tested: windows, linux (split, sec2)
Pedro Vicente NunesPedro Vicente Nunes
50fa98277db[svn-r16419] #1449 Change set_extent test to use standard standalone test frameworkCall h5_fixname (with an array of test filenames) for generating the filename to create and then call h5_cleanup() when the tests pass, to delete the files created and close the FAPL from h5_fileaccess(). Defined a macro #define TESTING2(WHAT) {printf(" Testing %-62s",WHAT); fflush(stdout);} Similar to TESTING, except that it has a initial indentation space. The effect is for nested loop...
Quincey KoziolQuincey Koziol
4d0c4686ea0[svn-r16417] Description: Bring r16416 from revise_chunks branch to trunk: Bring closer to standard standalone test format, add checks for using the latest file format and close dataset ID leaked. Tested on: FreeBSD/32 6.3 (duty) (too minor to require h5committest)
Quincey KoziolQuincey Koziol
ba149f834f1[svn-r16414] Description: Eliminate some more calls to H5E_clear_stack() from within library code. Clean up some warnings & comments also. Tested on: Mac OS X/32 10.5.6 (amazon) (Too minor to require h5committest)
Allen ByrneAllen Byrne
9ada07ef3a9[svn-r16412] testh5ls.bat - added tests to match script file from rev 16310 h5repack.bat - added test to match script file from rev 16402 set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406 h5pubconf.h - added C99 undef to sync with *nix configurationTested: Vista32, XP32, XP64 using VNET, VS2005 VS2008
Frank BakerFrank Baker
285d83cf36a[svn-r16409] Description: Update source code copyright to include 2009.
Pedro Vicente NunesPedro Vicente Nunes
dfaf4dec8e8[svn-r16405] #1449 Change set_extent test to use standard standalone test frameworkuse a fapl obtained by h5_fileaccess to the call of H5Fcreate and redo the test calls with h5_reset(); fapl = h5_fileaccess(); nerrors += do_ranks( fapl ) < 0 ? 1 : 0; nerrors += test_external( fapl ) < 0 ? 1 : 0; nerrors += do_layouts( fapl ) < 0 ? 1 : 0; tested: windows, linux
Quincey KoziolQuincey Koziol
348c380e3f1[svn-r16401] Description: Correct error introduced in r16353 with layout version, and add test so it gets caught earlier.Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
Quincey KoziolQuincey Koziol
1528a6ad079[svn-r16399] Description: Remove some internal calls to H5E_clear_stack().Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
Private HDFPrivate HDF
01d8f959f91[svn-r16397] Snapshot version 1.9 release 29
Quincey KoziolQuincey Koziol
3b8b18d16e7[svn-r16394] Description: Rename H5O_msg_read_real -> H5O_msg_read_oh, to be more consistent with other routines in library. Move H5O_msg_read_oh and H5O_msg_exists_oh from package to private header file, so other routines in library can use them. Tested on: FreeBSD/32 6.3 (duty) Too minor to require h5committest
Quincey KoziolQuincey Koziol
940f64156bb[svn-r16391] Description: Add more metadata statistics to extensible array header.Tested on: FreeBSD 6.3 (duty) (too minor to require h5committest)
Raymond LuRaymond Lu
9146841b9ed[svn-r16390] Brought check.com and make.com up to date. I'll test them on OpenVMS.
Raymond LuRaymond Lu
63614283007[svn-r16389] Corrected a typo in the ZLIB path name.Tested on OpenVMS.
Raymond LuRaymond Lu
63008bb5b32[svn-r16388] Changed these files up to date. I'll test them after checkin.
Neil FortnerNeil Fortner
e3cfd6f0df6[svn-r16386] Fix various warnings (errors in pgcc) associated with yesterday's dense attribute object copy commit.Tested: jam (gcc and pgcc)
Quincey KoziolQuincey Koziol
2af7e952edc[svn-r16382] Description: Re-insert some whitespace formatting that was accidentally removed.Tested on: None - just eyeballed.
Neil FortnerNeil Fortner
af7ced00f61[svn-r16380] Purpose: Enable copying of dense attributesDescription: Attribute object copy routines have been moved from H5Oattr.c to H5Aint.c. These routines are now shared between compact and densely stored attributes. New routines written to support the copying of dense attributes. This patch wasmostly written by Peter Cao. Tested: jam, smirom (h5committest)
Allen ByrneAllen Byrne
f7464a51291[svn-r16378] Description: Changed max macro in earray.c to avoid Windows conflict. Changed if(test) to assert(test) in H5FDcore.c - H5FD_core_open()Tested on: Windows: XP32, XP64, Vista32, Vista64 H5committest.
Neil FortnerNeil Fortner
5a9903cdde6[svn-r16377] Revert unintentional change to tfamily00000.h5
Neil FortnerNeil Fortner
ec614163246[svn-r16376] Purpose: Fix a bug encountered when copying shared messagesDescription: When attempting to copy an object with a message shared in its own object header, the library attempts to protect the same object header twice. Previously, it was possible for the object header to be protected with write access in one or both of these protects, which would be illegal. The library should now always protect with read only access in this case. The conditions for fix...
Pedro Vicente NunesPedro Vicente Nunes
9a298fd1dda[svn-r16373] replaced some printf statements with parallel_printtested: linux serial and parallel
Quincey KoziolQuincey Koziol
6416329ef8b[svn-r16372] Description: Clean up files produced from set_extent testing.Tested on: FreeBSD/32 6.3 (duty) (too minor to require h5committest)
Neil FortnerNeil Fortner
b698574fce2[svn-r16370] Modify test_pack_ooo to always output the state of randomly generated variables when it fails, even in the sections that do not use the random variables.Tested: jam
Quincey KoziolQuincey Koziol
91c1a6df548[svn-r16367] Description: Refactor internal address encode/decode routines slightly, to allow for more flexible use.Tested on: Mac OS X/32 (amazon) FreeBSD/32 (duty) (too minor to require h5committest)
Quincey KoziolQuincey Koziol
05f1e4f778a[svn-r16366] Description: Add context pointer for extensible array client callbacks.Tested on: Mac OS X/32 (amazon) FreeBSD/32 (duty) (too minor to require full h5committest)
Quincey KoziolQuincey Koziol
c7407a8ccbe[svn-r16364] Description: Clean up a few compiler warningsTested on: Mac OS X/32 (amazon) (too minor to require h5committest)
Scot BreitenfeldScot Breitenfeld
f640047612d[svn-r16362] Description: *Fixed cd_nelements in nh5pget_filter_c - cd_nelments not pased in or returned correctly. Since cd_nelmts has IN/OUT attributes, fixed the input and returned value of cd_nelmnts to satisfy this specification. *Fixed 'name' returned in nH5Pget_external_c - if the size of the fortran buffer is larger then the returned string from the function then we need to give HD5p...
Neil FortnerNeil Fortner
bf4789092a2[svn-r16360] Purpose: Fix potential error with H5Tset_orderDescription: H5Tset_order will now properly reject H5T_ORDER_NONE for most datatypes. Previously this could cause major problems as the file could not be flushed. Tested: jam, smirom (h5committest)
Pedro Vicente NunesPedro Vicente Nunes
a6dcbd6a0ff[svn-r16358] bug fix a new line was not inserted at the end of output, causing diff to complain between linux and frebsdtested: linux , freebsd
Quincey KoziolQuincey Koziol
5cd054dd5c1[svn-r16354] Description: Bring r16353 back from revise_chunks branch: Refactor internal layout information, making it easier to add another type of chunk index. Tested on: FreeBSD/32 6.3 (duty) (other platforms tested with original patch)
Pedro Vicente NunesPedro Vicente Nunes
85a1c5c2737[svn-r16352] bug fix: some printf calls instead of parallel_print made some tests to failtested: linux parallel
Pedro Vicente NunesPedro Vicente Nunes
249163bee6f[svn-r16349] new h5diff output files
Pedro Vicente NunesPedro Vicente Nunes
120350c3958[svn-r16348] #1368 (E1) h5diff: implement "not comparable" messages. Implemented RFC. The new option is <-c, --compare List objects that are not comparable>added some test cases tested: windows, linux
Neil FortnerNeil Fortner
0682bfceb76[svn-r16347] Purpose: enhancements the H5Tinsert, H5TpackDescription: H5Tinsert will now detect when a compound type that was previously not packed becomes packed due to out of offset order insertion of a member. H5Tinsert will now attempt to keep members sorted by offset order. This should improve performance of H5Tinsert in all cases due to the fact that it no longer needs to check every other member for overlapping, and should improve performance...
Private HDFPrivate HDF
2a1a78a0b41[svn-r16344] Snapshot version 1.9 release 28
Frank BakerFrank Baker
5393933154a[svn-r16340] Description: Changed 'THG' to 'The HDF Group' in various HDF5 source files, most of which are <subdirectory>/COPYING. -- Closes Bugzilla entry 1403.
Mike McGreevyMike McGreevy
a665dd22afb[svn-r16338] Purpose: Bug Fix Description: Removing some unnecessary system headers from test/cache.c which snuck their way into one of my previous check-ins ... thanks to Allen for catching this while testing on Windows. Tested: Windows, Linux