AuthorCommitMessageCommit dateIssues
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
Elena PourmalElena Pourmal
deaf99ab7f8[svn-r14213] Maintenance for beta4 release: changed version number to be 1.8.0-beta4Platforms tested: kagiso only (trivial change using bin/h5vers script)
Quincey KoziolQuincey Koziol
a5984f59f71[svn-r14212] Description: Make H5Tarray_create() and H5Tget_array_dims() versioned, and drop the "perm" parameter from the '2' versions. Shift internal library usage to '2' versions. Add simple regression tests for '1' versions. 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...
Quincey KoziolQuincey Koziol
cf56cd041d1[svn-r14211] Description: Remove --enable-hdfv1_6 configure flag, now that all dependencies on it have been removed and new --with-default-api-version=[v16|v18] and --disable-deprecated-symbols flags have taken its place. Update types in bin/trace so that bin/reconfigure runs cleanly. Run bin/reconfigure to regenerate configure script, along with other associated files, etc. 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...
Quincey KoziolQuincey Koziol
8d0b1acf685[svn-r14210] Description: Enable the backward compatibility file format test for the family VFD in all situations.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
873c1d3181e[svn-r14209] Description: Remove 1.6 compatibility ifdef's which were masking error from querying for info on invalid filter.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
b0eb42058c0[svn-r14208] Description: Make H5Pget_filter_by_id() API versioned and switch internal usage to H5Pget_filter_by_id2(). Add simple regression test for H5Pget_filter_by_id1(). 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, ...
Scott WegnerScott Wegner
dcf8866b6af[svn-r14207] Purpose: Bring Windows up-to-dateDescription: -- Add new source files to Windows projects: H5Pdeprec.c, H5Pint.c, H5Ddbg.c, H5Dint.c -- Add new h5dump XML tests to Windows test script Tested: VS2005 on WinXP
Quincey KoziolQuincey Koziol
13c484162cc[svn-r14206] Description: Make H5Pget_filter API versioned and switch internal usage to H5Pget_filter2. Add regression test for H5Pget_filter1. 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 pro...
Quincey KoziolQuincey Koziol
be729e5f78a[svn-r14205] Description: Fix typo from recent changesTested on: None - just eyeballed.
Quincey KoziolQuincey Koziol
ca0b287d21f[svn-r14204] Description: Move H5Pinsert() out of old "compat v1.6" section and into API versioning, switching internal usage to H5Pinsert2(). Add regression test for H5Pinsert1() Clean up some other minor warnings. 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
637fa77ea7e[svn-r14203] Description: Break up H5D source file into H5D/H5Dint/H5Ddeprec Attempt fix for "szip noencoder" build failure. 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
e5413fa795c[svn-r14202] Description: Move H5Pregister our of old "compat v1.6" section and add it to the versioned symbols. Add simple regression test for H5Pregister1() Split H5P.c source file into H5P/H5Pint/H5Pdeprec files. 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 A...
Pedro Vicente NunesPedro Vicente Nunes
8e4bcb5fee1[svn-r14201] attribute ordering: added objects that do not have creation order trackedcurrent behavior is if DCPL has creation order tracked for attributes then sort the attributes by creation order otherwise by name regarding sort order (ascending or descending) it is done in whatever is requested tested: linux
Pedro Vicente NunesPedro Vicente Nunes
e387120f945[svn-r14200] added tests for XML output of attribute iteration orders (same calls as DDL )tested: linux
Quincey KoziolQuincey Koziol
d9e5ca72f39[svn-r14199] Description: Add H5Dcreate to API versioned routines, replacing internal usage with H5Dcreate2 Fix thread-safe error stack initialization for API versioned error stack printing 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...
Pedro Vicente NunesPedro Vicente Nunes
053807fa815[svn-r14198] formatted some commentstested: linux
Pedro Vicente NunesPedro Vicente Nunes
fe58d51cea6[svn-r14197] added attribute iteration orders to the XML codetested: linux
Pedro Vicente NunesPedro Vicente Nunes
457d575761e[svn-r14196] cleaned a few linux warningstested: linux
Pedro Vicente NunesPedro Vicente Nunes
3c064412d3d[svn-r14195] added attribute iteration orders for named datatypes current behavior: if there is a request to do H5_INDEX_CRT_ORDER and tracking order is set in the named datatype's creation property list for attributes, then, sort by creation order, otherwise by name
Pedro Vicente NunesPedro Vicente Nunes
fafbaee395d[svn-r14194] added attribute iteration orders for datasetscurrent behavior: if there is a request to do H5_INDEX_CRT_ORDER and tracking order is set in the dataset's creation property list for attributes, then, sort by creation order, otherwise by name
Quincey KoziolQuincey Koziol
16683943c6e[svn-r14193] Description: Make H5Dopen versioned and change all internal usage to use H5Dopen2 Add simple regression test for H5Dopen1 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 pro...
Quincey KoziolQuincey Koziol
d3ee3988b68[svn-r14192] Description: Deprecate H5Dextend in favor of H5Dset_extent (without using API versioning, due to changed behavior) and switch internal usage to H5Dset_extentTested 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...
Scott WegnerScott Wegner
a6f5c793469[svn-r14191] Purpose: Add Windows h5dump testsDescription: Add 4 new tests to the Windows h5dump test script. See rev. 14182 and 14188 for details. Tested: VS2005 on WinXP
Pedro Vicente NunesPedro Vicente Nunes
29fef95eb53[svn-r14190] Bug fixes Avoid passing iteration flags on the dump_group function parameters but instead inspect the groups's property list just before calling H5Literate and H5Aiterate, in this later case checking the creation order flags with H5Pget_attr_creation_orderTested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
8c966a256ab[svn-r14189] added recently added new features Tools: ------ - h5dump lists groups and attributes in requested orders (by name and creation order, both ascending and descending). PVN - 2007/10/5 - h5import imports string (text) data. PVN - 2007/10/5
Pedro Vicente NunesPedro Vicente Nunes
59b7b09846c[svn-r14188] added a named datatype with attributes to the h5 file that shows attributes with several iteration orderstested: windows, linux
Quincey KoziolQuincey Koziol
1de51c7bc14[svn-r14187] Description: Put H5Acreate() under API versioning, with all internal usage shifted to H5Acreate2(). Add regression tests for H5Acreate1(). 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 prod...
Pedro Vicente NunesPedro Vicente Nunes
041de441c5d[svn-r14186] Added support for displaying several iteration orders on group and named datatype attributestested: windows, linux
Quincey KoziolQuincey Koziol
bb3afd50c2e[svn-r14185] Description: Move H5Aopen_name() routine to deprecated symbol section and replace internal usage with H5Aopen(). Add simple regression test for H5Aopen_name() to deprecated routine test. 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
3db40827da2[svn-r14184] Description: Move H5Aopen_idx() into deprecated symbols section, replacing all internal usage with H5Aopen_by_idx(). Add simple regression test for H5Aopen_idx(). 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, ...