AuthorCommitMessageCommit dateIssues
Albert ChengAlbert Cheng
b4f4670c811[svn-r14270] Description: Removed the stream-vfd from the basic library code. (The stream-vfd source files are not removed yet but the MANIFEST has been updated to NOT release those stream-vfd source files.)Platforms tested: Kagiso and smirom. Then test the release tar ball in kagiso.
Pedro Vicente NunesPedro Vicente Nunes
f23b5aafc18[svn-r14269] bug fix: in the usage message example syntaxtested: linux
Pedro Vicente NunesPedro Vicente Nunes
46fab694169[svn-r14268] enhancement: commnents and correct syntax for h5repack optionstested: linux
Pedro Vicente NunesPedro Vicente Nunes
78898b38c0c[svn-r14267] enhancement: formatted h5diff usage tested: linux
Pedro Vicente NunesPedro Vicente Nunes
f0e99ad5d03[svn-r14266] enhancement: format usage messagetested: linux
Scott WegnerScott Wegner
27e823f08b9[svn-r14265] Purpose: Bring Windows test scripts up to date for h5diff changes.Description: Recently, the format of parameters for h5diff was changed. This checkin makes the neccessary changes for Windows to also bring it up to date. Tested: VS6 on WinXP
Pedro Vicente NunesPedro Vicente Nunes
d3507c4a5aa[svn-r14264] new features: 1) new usage for h5diff " A la" h5dump format 2) new usage for h5repack and new command line parsing using the tools library parsing codetested: windows, linux, solaris
Quincey KoziolQuincey Koziol
be3ccfa47de[svn-r14262] Description: Correct "off by one" error in computing the size of block to allocate when the I/O size is less than the memory block size.Tested on: Customer machines, by local developer...
Pedro Vicente NunesPedro Vicente Nunes
bff2b14a052[svn-r14261] bug fix: new syntax for the h5diff call in the h5dopy shell scripttested: linux
Pedro Vicente NunesPedro Vicente Nunes
6dca1de06ae[svn-r14260] bug fix: modified the h5repack script to call h5diff with its brand new syntaxtested: linux
Pedro Vicente NunesPedro Vicente Nunes
5c16c09f916[svn-r14259] New feature: removed one test and file from the h5diff shell script that prints an errormessage that has an absolute path (invalid option), thus not suitable for the multi platform test
Pedro Vicente NunesPedro Vicente Nunes
1a3c5f6aeb5[svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dumpusage is now h5diff [OPTIONS] file1 file2 [obj1[obj2]] tested: windows, linux, solaris
Pedro Vicente NunesPedro Vicente Nunes
7bb87286851[svn-r14256] bug fix: h5diff did not handle NaNssolution: added a NaN detection function according to RFC http://www.hdfgroup.uiuc.edu/RFC/HDF5/NaNs_and_HDF5/ tested: windows XP Vs6, linux, freeBsd, solaris 5.10
Scott WegnerScott Wegner
9743541227c[svn-r14255] Purpose: Add h5tinit.c to default Windows build processDescription: Previously, we provided a static h5tinit.c with our Windows distribution, and provided instructions to optionally generate it. Now, we will incorporate it as part of the default build process, to emulate other platforms more closely. Tested: VS6 VS2005
Scott WegnerScott Wegner
956ae9b5816[svn-r14253] Purpose: Update FTP location for Windows external library binariesDescription: We recently uploaded new versions of our external library binaries to support more compiler configurations. This check-in is to point to the new location in our documentation. Tested: None
Raymond LuRaymond Lu
58049cceaa7[svn-r14252] Minor change: the test for opening external link twice doesn't work with FAMILY driver. Skip the test if it is.Tested on kagiso.
Quincey KoziolQuincey Koziol
5901271ee7f[svn-r14251] Description: Move setting the "update the dataset's dataspace" flag later in the process of changing it's extent. Also add explicit check for having write access to file, before attempting to perform any actions for changing the extent.Tested on: Linux/64 2.4 (smirom) w/parallel
Quincey KoziolQuincey Koziol
598a66048ab[svn-r14250] Description: - Changed name of chunk mapping structure from "fm_map" to "H5D_chunk_map_t" - Pushed parallel I/O specific fields into ifdef'ed sections, when building chunk map - Took out most calls to IS_H5FD_MPI macroTested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
54d42e74c4e[svn-r14249] Description: - Changed H5S_select_shape_same routine to handle scalar dataspace comparisons correctly. (Added regression tests to verify) - Simplified chunk map creation, now that scalar dataspaces are handled in same way as "simple" dataspaces.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
9601db2b2b4[svn-r14248] synced fast_append branch with trunk (bring over general dataset append record speed improvements)
Raymond LuRaymond Lu
1dc74b6177e[svn-r14245] Minor change: the test for opening external link twice doesn't work with MULTI driver.Skip the test if it is.
Raymond LuRaymond Lu
360da7eb00d[svn-r14244] Took out test/extlink_file.h5 because it's no longer used by external.c.
Raymond LuRaymond Lu
011b3da8135[svn-r14243] Bug fix: Took out the verification of dimension size being zero in the function H5O_sdspace_decode because this is an allowed situation.Tested on kagiso only because it's a simple change.
Raymond LuRaymond Lu
82f785ee0c4[svn-r14242] Added some comments. No test is needed.
Raymond LuRaymond Lu
871694b3acb[svn-r14241] A minor change: Let the test of opening external link twice in external.c use be_extlink2.h5, which is created with gen_udlinks.c.Tested on kagiso.
Quincey KoziolQuincey Koziol
71d3a0006ac[svn-r14239] Description: Add new test file to manifest. Switch to using latest version of H5Gopen(). Tested on: FreeBSD/32 6.2 (duty)
Raymond LuRaymond Lu
f877f94c13d[svn-r14238] Bug fix: It's reported by the CGNS people. When an external link was opened twice, the library had some trouble to close in the end. The problem came from the field "holding_file" of H5O_loc_t. It's used to indicate special links like external links. The fix is to turn it off whenever H5O_open is called. Later the caller function should turn it on when it needs to.Tested on kagiso, linew, and smirom.
Pedro Vicente NunesPedro Vicente Nunes
f0124823867[svn-r14237] new feature: add a -V option to h52gif and gif2h5tested: linux
Pedro Vicente NunesPedro Vicente Nunes
c57f03ad754[svn-r14236] new feature: add a -V option to h5unjamtested: linux
Scott WegnerScott Wegner
467f103cb1e[svn-r14235] Purpose: Modify Windows project dependenciesDescription: Add toolslib(dll) as a dependency to h5import(dll), to support the new -V flag. This needed to be done in each of our 3 solution files. Tested: Only built, VS2005 and VS6
Quincey KoziolQuincey Koziol
522e714273f[svn-r14234] Description: Add H5Aexists and H5Aexists_by_name API routines, to match H5Lexists.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Pedro Vicente NunesPedro Vicente Nunes
579bb243077[svn-r14233] new feature: add the -V new option to the usage messagetested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
5a95f84df8a[svn-r14232] new feature: add a -V option to h5jamtested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
de3bba16d3f[svn-r14231] new feature: add a -V version option to h5jamtested: windows, linux
Quincey KoziolQuincey Koziol
1f3aede7c7a[svn-r14230] Description: Add H5Ecreate_stack() API routine, to fill a minor gap in the error routines.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
24f2310b128[svn-r14229] Description: Change H5O[gs]et_comment to H5O[gs]et_comment_by_name and re-add simpler forms of H5O[gs]et_comment.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
ecaf22fa045[svn-r14228] Description: Change H5Llink to H5Olink, which makes more sense.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Pedro Vicente NunesPedro Vicente Nunes
88cf7ce60bd[svn-r14227] new feature: add a -V version flag for h5importtested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
5261f00f2e1[svn-r14226] new feature: add a -V version option to hrepack tested: windows, linux
Quincey KoziolQuincey Koziol
e15bdb05e6b[svn-r14225] Description: Change H5Oget_info -> H5Oget_info_by_name and re-add H5Oget_info in a simpler form for querying a particular object, to align with other new API routines.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
b969dce6e56[svn-r14224] Description: Change H5Literate -> H5Literate_by_name and add simpler form of H5Literate, to bring this routine into alignment with the other new API routines.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
c136b811401[svn-r14223] Description: Change existing H5Gget_info -> H5Gget_info_by_name and add new version of H5Gget_info, with simpler parameters, to better match new API routines.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
f8547446686[svn-r14222] Description: Change H5Adelete2 -> H5Adelete_by_name and un-deprecate H5Adelete1 back to H5Adelete, for better consistency with new other API routiens.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Pedro Vicente NunesPedro Vicente Nunes
1aa608c06ba[svn-r14221] bug fix: avoid a segmentation fault when number of arguments is just onesolution: test if number of arguments is more than 1 tested: windows, linux
Quincey KoziolQuincey Koziol
b8bb7906499[svn-r14220] Description: Change H5Aiterate2 -> H5Aiterate_by_name to be more consistent with other new API routine names Re-add H5Aiterate2, to operate on a particular object Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, ...
Quincey KoziolQuincey Koziol
8d71b4cbcdc[svn-r14219] Description: Change H5Arename2 -> H5Arename_by_name and un-deprecate H5Arename1 back to H5Arename.Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (co...
Quincey KoziolQuincey Koziol
0e06a92d0e1[svn-r14218] Description: Changed H5Acreate2 -> H5Acreate_by_name, to be more consistent with other new API routines. Re-added simpler form of H5Acreate2, which creates attributes directly on an object. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FO...
Quincey KoziolQuincey Koziol
dbff4af21c5[svn-r14217] Description: Change H5Aopen -> H5Aopen_by_name, in order to be more consistent with other new API routines. Re-add H5Aopen as a simpler routine, to open attributes on a particular object. (Much like the old H5Aopen_name routine). Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (s...
Pedro Vicente NunesPedro Vicente Nunes
aaddd739b4a[svn-r14216] add a -V version information for h5difftested: windows, linux
Elena PourmalElena Pourmal
fad8e0440d2[svn-r14215] Maintenance after 1.8.0-beta4: changed version number to 1.8.0-beta4post1