AuthorCommitMessageCommit dateIssues
Pedro Vicente NunesPedro Vicente Nunes
3b451f709a0[svn-r15817] move h5jam testfiles to its own testfiles foldertested: linux
Scott WegnerScott Wegner
3f35eb23f8e[svn-r15814] Purpose: Update h5ls test scriptDescription: The general h5ls test script was recently updated. This checkin brings those changes to Windows Tested: VS2005 on WinXP
Scott WegnerScott Wegner
b5e8ad2d7ed[svn-r15813] Purpose: Add new source code and tests to WindowsDescription: Many new source files were added from the freespace branch. This checkin adds the code to Windows as well. Note: Some tests are still failing on Windows, but this checkin brings us closer to fixing them. In particular, freespace test fails on compile (Quincey is working on it), and the DLL links test fails at runtime (I'll look into it) Tested: VS2005 on WinXP
Albert ChengAlbert Cheng
73bf21ce054[svn-r15812] Bug fix: #1090The custom rules for installing h5cc, h5fc, and the fortran modules in fortran and in hl/fortran don't use $(DESTDIR). Added it to all those rules. Tested: kagiso both serial and parallel with fortran and cxx enabled. Tested by: make install make DESTDIR=/tmp/acheng install diff -r /tmp/acheng/.../hdf5 hdf5
Albert ChengAlbert Cheng
f1e2853e6f2[svn-r15811] Some test produced files were not cleaned by "make clean". Added them to the clean list.Tested: kagiso.
Albert ChengAlbert Cheng
b198fc89b9d[svn-r15809] Some test produced files were not cleaned by "make clean". Added them to the clean list.Tested: kagiso, serial and parallel.
Pedro Vicente NunesPedro Vicente Nunes
32a72c4d54b[svn-r15806] correction in test name, testing "non" initialized chunkstested: windows, linux
Neil FortnerNeil Fortner
d0ae398d953[svn-r15805] Purpose: Add option to h5ls to enable external link traversal.Description: Added -E option to h5ls. When set, this alows h5ls to enter external files (currently only through an external link). The -r option by itself will no longer allow h5ls to traverse external links. Tested: kagiso, linew, smirom (h5committest)
Quincey KoziolQuincey Koziol
78b5437aeb5[svn-r15803] Description: Bring r15802 back from trunk: Skip some file free space tests that deal with aligned allocations when using the stdio VFD, which has its own allocation process that drops the unaligned fragments instead of tracking them with the free space manager. Tested on: Mac OS X/32 10.5.5 (amazon) w/stdio driver
Quincey KoziolQuincey Koziol
bdbdbb9f89d[svn-r15801] Description: Bring r15800 back from trunk: - File free space branch changes through r15794 Tested on: Mac OS X/32 10.5.5 (amazon) in debug mode Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORT...
Quincey KoziolQuincey Koziol
b256db872d5[svn-r15799] Description: Change H5Tcommit() call to H5Tcommit2() call, so that library builds with the default API set to v16 work.Tested on: Linux/64 2.4 (smirom) w/default API set to v16
Neil FortnerNeil Fortner
a858608a0aa[svn-r15797] Purpose: Close bug #1322Description: Fixes a possible datatype id leak that could occur during compound datatype conversion, or more precisely, when unregistering those conversions. Datatype ids normally registered by the library are no longer visible to the application via H5Fget_obj_ids and H5Fget_obj_count. Tested: kagiso, linew, smirom (h5committest)
Pedro Vicente NunesPedro Vicente Nunes
d7437bc5b17[svn-r15791] Bug fix. When detecting the user requested filters, the "all" option was not taken in consideration when printing the compression ratioTested: windows, linux
Scott WegnerScott Wegner
d0a9060af92[svn-r15788] Purpose: Update h5copy test script on WindowsDescription: The testfiles were moved to a new directory for the h5copy tests. Update the Windows test script to use this new directory. Tested: VS2005 on WinXP
Scott WegnerScott Wegner
4ee45f7eddd[svn-r15786] Purpose: Bring h5diff test updates to WindowsDescription: The test files used for the h5diff test script were recently moved to a new directory, and the format of the testing was changed. This checkin brings the changes to Windows as well. Tested: VS2005 on WinXP
Scott WegnerScott Wegner
40b529efcee[svn-r15785] Purpose: Bring Fortran H5_DBLE_InterfaceInclude.f90 and H5test_kind_SIZEOF.f90 to WindowsDescription: These files were ported from the trunk to the 1.8 branch in rev. 15727. This checkin adds the new files to our Windows projects as well. In particular, we use H5_DBLE_InterfaceInclude (rather than *Exclude), and have replaced H5test_kind.f90 with H5test_kind_SIZEOF.f90. Tested: VS2005 on WinXP (only build)
Scott WegnerScott Wegner
752010a3a75[svn-r15784] Purpose: Minor update to h5repack Windows test scriptDescription: The one final test that was failing was due to a filename change. I missed it in Pedro's last update-- all tests pass now.
Scott WegnerScott Wegner
793510b1c19[svn-r15783] Purpose: Update Windows h5repack test script for new directoryDescription: The h5repack test files were added to a new testfiles/ subdirectory, and the test script update. This checkin brings those changes to Windows. We also re-enable a test for the userblock which was disabled for other reasons before. Note: One h5repack test is still failing, but I think it's a minor error that Pedro and I can correct fairly easily later today. Tested VS2005 on WinXP
Private HDFPrivate HDF
447739d9afe[svn-r15781] Snapshot version 1.8 release 1 (snap6)
Christian ChilanChristian Chilan
873503eb36c[svn-r15771] Added feature to display file open and close times.Tested on kagiso and cobalt.
Neil FortnerNeil Fortner
2d9122df162[svn-r15768] Fix version numbers in vms h5pubconf.hTested: gedit
Vailin ChoiVailin Choi
a0064d012ae[svn-r15766] Modifications for bug #1247 so that the user can specify the driver to use when opening the external linked target file. 1. Two new public routines are added to H5Plapl.c as well as "del/copy/close" callbacks for the property itself. 2. Modify H5L_extern_traverse() to use the fapl set via H5Pset_elink_fapl() and retrieve via H5Pget_elink_fapl(). 3. Add 3 tests to links.c to verify ...Also fix the compiler warning for the "if condition" in H5_build_extpath() of H5system.c.
Pedro Vicente NunesPedro Vicente Nunes
313d2cc82cd[svn-r15759] move h5copy testfiles to /tools/h5copy/testfilestested: linux
Pedro Vicente NunesPedro Vicente Nunes
923d4215092[svn-r15754] Bug #1312 Solution: Check for the existence of chunks before pruning them (an assertion was triggered when attempting to do so)Tested: windows , linux, solaris
Pedro Vicente NunesPedro Vicente Nunes
bb206d572c2[svn-r15750] move h5repack test files to /tools/h5repack/testfilestested: linux
Pedro Vicente NunesPedro Vicente Nunes
e43c4a5a381[svn-r15745] Move h5diff testfiles to /tools/h5diff/testfiles Tested: linux
Scot BreitenfeldScot Breitenfeld
2041f537e60[svn-r15742] Maintenance: Merged new Fortran Features and tests from trunk into hdf5_1_8 branch (used svn merge -r 14941:15740 http://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran command).
Pedro Vicente NunesPedro Vicente Nunes
cdb4e39a139[svn-r15731] #1307 A space id was not closed in H5PTopenTested: windows, linux
Scot BreitenfeldScot Breitenfeld
35ef8635738[svn-r15728] Cosmetic: Fixed spacing issue in Fortran summary output statement.
Scot BreitenfeldScot Breitenfeld
fe1ca64d167[svn-r15727] Maintenance: Merged new Fortran Features and tests from trunk into hdf5_1_8 branch (used svn merge -r 14941:14525 http://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran command).
Scot BreitenfeldScot Breitenfeld
f361635ae5f[svn-r15726] Description:Made changes to reflect the changes made in the fortran directory which merged the fortran trunk into the 1.8 branch.
Scot BreitenfeldScot Breitenfeld
b8ed65ed624[svn-r15725] Description:Made changes to reflect the changes made in the fortran directory; merged the fortran trunk into the 1.8 branch.
Pedro Vicente NunesPedro Vicente Nunes
0cd5c3edb29[svn-r15720] Added a file with user block data to be used by the h5repack windows shell script only Note: for the unix shell script this file is not used
Scott WegnerScott Wegner
7a86d8e3d39[svn-r15719] Purpose: Update Windows h5import test script, and disable a h5repack testDescription: The test script format was changed for h5import, including many file-name changes. This checkin brings those updates to Windows. This checkin also disables a previously-added h5repack test for the userblock. The test is disabled for now because Windows cannot find the input file ublock.bin. The file is generated dynamically on other systems, but cannot be easily generated for u...
Pedro Vicente NunesPedro Vicente Nunes
e8630b6e801[svn-r15718] renamed generated binary files to have the extension .bin and the same name as the associated .conf filetested: linux
Private HDFPrivate HDF
993baa185a6[svn-r15715] Snapshot version 1.8 release 1 (snap5)
Albert ChengAlbert Cheng
ebd7c384e0c[svn-r15712] Purpose: features.Description: Added -shlib tests and verbosity control. Tested Platform: Kagiso.
Raymond LuRaymond Lu
501e01d388a[svn-r15707] I changed the return values of H5Fget_obj_ids and H5Fget_obj_count to ssize_t and modified C++ and Fortran API functions. This is for bug #1245. Tested on kagiso - I've tested the same change using h5committest.
Pedro Vicente NunesPedro Vicente Nunes
d711cb1a3bd[svn-r15706] make a test generate a LE output for test portability tested: linux, solaris
Quincey KoziolQuincey Koziol
fa3617e1ce2[svn-r15702] Description: Bring back r15701 from trunk: Remove some unused variablesTested on: Mac OS X/32 10.5.5 (amazon) Too minor to require h5committest
Pedro Vicente NunesPedro Vicente Nunes
0fffc469649[svn-r15700] added wb falg to read binary files in WIN32tested: windows
Pedro Vicente NunesPedro Vicente Nunes
64b3c0a9616[svn-r15698] renamed input text files to have the extension .txttested: linux
Pedro Vicente NunesPedro Vicente Nunes
d1aa3ee4d7a[svn-r15697] renamed configuration files to have the extension .conftested: linux
Pedro Vicente NunesPedro Vicente Nunes
1294681ee1f[svn-r15695] update manifest
Pedro Vicente NunesPedro Vicente Nunes
66698746984[svn-r15694] 1) Bug fix #1281 The TEXTFPE was described in the usage (read floats in scientific notation) but was not implemeneted. Solution: remove TEXTFPE from the help system and have the TEXTFPE input type do the same thing as TEXTPF currently does to support backwards compatibility (the format read for both TEXTFPE and TEXTPF is %f) added a test2) renamed configuration files to have the extension .conf tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
f1b33ea5788[svn-r15685] New feature (h5diff -c)
Neil FortnerNeil Fortner
cf451beffa0[svn-r15683] Purpose: fix bug 1298Description: The optimized "subset" compound conversion function would improperly copy the "blank" space at the end of compound types. Modified H5T_conv_struct_init to detect when the subset type has extra space at the end, and calculate the size of the data that should be copied into the conversion buffer for each element. Changes to the functions that implement these conversions. Tested: k...
Pedro Vicente NunesPedro Vicente Nunes
299ebc0d7f7[svn-r15680] Formatted code Tested: windows, linux
Quincey KoziolQuincey Koziol
926cfe52cc1[svn-r15677] Description: Bring r15676 back from trunk: Centralize all macros for declaring "magic numbers"/signatures for objects in the file into src/H5Fprivate.h, so it's easier to know what values have already been defined, etc. Tested on: Mac OS X/32 10.5.5 (amazon) Too minor to require h5committest
Neil FortnerNeil Fortner
531822d4432[svn-r15672] Add missing test file, re-add it to the manifest (sorry).Tested: kagiso