AuthorCommitMessageCommit dateIssues
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, ...
Quincey KoziolQuincey Koziol
d4eec753a1d[svn-r14183] Description: Move H5Aget_num_attrs() into deprecated routines section, replacing all internal usage with H5Oget_info().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
3026ace6ae3[svn-r14182] Added support for displaying several iteration orders on dataset attributes, 4 new tests in test script (name ascending, name descending, creation_order ascending, creation_order descending) New h5 file is made on the generator programTested: windows, linux
Quincey KoziolQuincey Koziol
b2c7d08ae00[svn-r14181] Description: Mention fixing the display order for attributes in h5ls and h5dump
Quincey KoziolQuincey Koziol
59b51a2ea72[svn-r14180] Description: Make H5Aiterate() versioned and change all internal use to H5Aiterate2() Leave some regression tests that exercise H5Aiterate1() Fix attribute display in h5dump & h5ls to be "by name" by default 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 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, ...
Scott WegnerScott Wegner
302830e6010[svn-r14179] Purpose: Update windows h5dump test scriptDescription: A few more tests were added to the Linux h5dump test script-- this brings Windows up-to-date. Tested: VS2005 on WinXP
Pedro Vicente NunesPedro Vicente Nunes
9cbb114104f[svn-r14178] code cleaning:removed one unused function tested: linux
Pedro Vicente NunesPedro Vicente Nunes
bbe71dc3b6e[svn-r14177] bug fix: uncomment code that cleans output files, that was accidently left commented tested: linux
Quincey KoziolQuincey Koziol
22be11f0d9c[svn-r14175] Description: Minor fixes to avoid memory leaks when 'realloc' fails.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Pedro Vicente NunesPedro Vicente Nunes
fa94f16ad89[svn-r14174] new h5dump usage to include -q and -ztested: windows, linux, solaris 5.10 usage: h5dump [OPTIONS] file OPTIONS -h, --help Print a usage message and exit -n, --contents Print a list of the file contents and exit -B, --bootblock Print the content of the boot block -H, --header Print the header only; no data is displayed -A, --onlyattr Print the header and value of attrib...
Pedro Vicente NunesPedro Vicente Nunes
b2b63b3c75e[svn-r14173] bug fix the binary option expects a full path in -o TOOLTEST tbin1.ddl -d integer -o $TESTDIR/out1.bin -b LE tbinary.h5 and it prints it in the expected output , making it absolutely not portable Solution: made a special macro function TOOLTEST1 identical to TOOLTEST except that it does not print the Expected output header ############################# Expected output for 'h5dump -d i...
Pedro Vicente NunesPedro Vicente Nunes
d0bcb06e7a4[svn-r14172] 1) added 5 new tests for the group creation order 2) modified the h5dump test script to automatically generated non existing (new) output files 3) cleaning of unused DDL files 4) new modified DDL files include tcomp-3.ddl ( new form of named datatype) and the binary output filestested : linux
Pedro Vicente NunesPedro Vicente Nunes
12c7f7b6da7[svn-r14171] bug fix: the new option --sort_by clashes with the existing abreviated form of soft-link "so"solution: eliminate the form "so" tested: windows, linux
Quincey KoziolQuincey Koziol
cba7dd0ddde[svn-r14170] Description: Avoid memory leak when realloc() fails during attempt to get larger buffer as we are decompressing deflated data.Tested on: FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso)
Pedro Vicente NunesPedro Vicente Nunes
5c081f2baa7[svn-r14168] bug fix:groups and creation order: if there is a request to do H5_INDEX_CRT_ORDER and this flag is set in the group, then, sort by creation order, otherwise by name tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
c36d2e6e256[svn-r14167] Added 2 new switch flags for sort parameters of groups. -q sort_by [creation_order | name] -z sort_order [ascending | descending ] Added extra parameter to dump_group of type H5_iter_order_t to control the iteration order, to be passed to H5Literate. Note : code under development, tests not added yet and flags NOT added to usage Tested : windows, linux
Scott WegnerScott Wegner
1d80caa6921[svn-r14166] Purpose: Update Windows command-line build scriptsDescription: This updates the command-line build process to handle structural changes we've made in the HDF5 project files. Also, we add support for two new options: /fort - to build Fortran libraries /useenv - to allow users to specify include and libpath directories on the command line as well. Also updated documentation to reflect these change. Tested: VS2005 on WinXP