AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
130b05d3282[svn-r14424] Description: Correct typo in C++ example programTested on: Mac OS X/32 10.5.1 (amazon)
Quincey KoziolQuincey Koziol
6bc94eb9597[svn-r14422] Description: Clean up thread safety code a bit more...Tested on: Mac OS X/32 10.5.1 (amazon) w/threadsafe
Quincey KoziolQuincey Koziol
1d038e08c18[svn-r14421] Description: Minor cleanups and clarifications to prototype information.Tested on: Mac OS X/32 10.5.1 (amazon)
Quincey KoziolQuincey Koziol
e622f335155[svn-r14420] Description: Correct the prototype for H5Sselect_elements() to take an 'hsize_t *' for the coordinates, instead of 'hsize_t **'.Tested on: Mac OS X/32 10.5.1 (amazon)
Quincey KoziolQuincey Koziol
e4b251d90df[svn-r14419] Description: Streamline threadsafety code to be simpler and reduce latency of holding locks.Tested on: Mac OS X/32 10.5.1 (amazon) w/threadsafe
Quincey KoziolQuincey Koziol
1e89b46eabf[svn-r14417] Description: Handled truncated files better, when the truncation falls in decoding a local heap.Tested on: Mac OS X/32 10.5.1 (amazon)
Scott WegnerScott Wegner
6a5cb6a4808[svn-r14416] Purpose: Add source files to Windows projectsDescription: This catches up Windows to most of the new source files that have been added. Specifically, H5FDpkg.h and H5FDspace.c have been added to the library projects, and tcoords.c has been added to testhdf5. This goes for VS2005 and VS6 project files. Tested: Only built, VS2005
Albert ChengAlbert Cheng
1feea1cfc19[svn-r14415] Changed default to enable-production to prepare for formal release.Tested: kagiso only. Not need for h5committest since it is a configure simple change. If it works correct in kagiso, it should work the same for all other machines.
Pedro Vicente NunesPedro Vicente Nunes
be4ca1f67ec[svn-r14414] revert the subsetting calls of h5dump to 1 size block, still a bug with size > 1tested: linux
Quincey KoziolQuincey Koziol
7fc10c0ea7e[svn-r14413] Description: Change H5P[gs]et_format_bounds() => H5P[gs]et_libver_bounds() and also enumerated values H5F_FORMAT_{EARLIEST, LATEST} => H5F_LIBVER_{EARLIEST, LATEST}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
a6605796b3f[svn-r14412] more progress on the block hyperslab bug, clean code modified the 3D test case for subsetting with block and stride factorstested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
1c3e5859d1c[svn-r14411] more progress on the block hyperslab bug, clean code modified the 2D test case for subsetting with block and stride factors tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
4c2256e9469[svn-r14410] code cleaning
Pedro Vicente NunesPedro Vicente Nunes
b8b215b34ae[svn-r14409] more progress on the block hyperslab bug, clean code modified the 1D test case for subsetting with block and stride factors tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
e8bd4e7e4c9[svn-r14408] more progress on the block hyperslab bug, clean code tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
cdc33803ee1[svn-r14407] more progress on the block hyperslab bug, clean code tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
fd031dd713e[svn-r14406] bug fix: a type ID was not closednot tested, since /examples has several compiling errors due to new APIs this check in should have no problems
Quincey KoziolQuincey Koziol
d6e767c21d2[svn-r14402] Description: Add work-around to allow reading files that were produced with a buggy earlier version of the library, which could create objects with the wrong object header message count. There is now a configure flag "--enable-strict-format-checks" which triggers a failure on reading a file with this sort of corruption (when enabled) and allows the object to be read (when disable... Note that if strict format checks are disabled (allowing objects with this particular kind of corruption to be read) and the file is opened with write access, the library will re-write the object header for the corrupt object with the correct # of object header messages. This closes bugzilla bug #1010. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w...
Elena PourmalElena Pourmal
d9bc27b5352[svn-r14399] Maintenance: fixed some typos.
Elena PourmalElena Pourmal
630087626e1[svn-r14398] Bug fix: Fixed installation instructions for the OpenVMS system
Pedro Vicente NunesPedro Vicente Nunes
d89234baaaf[svn-r14397] partial fix for the block selection subsetting bug (2D case ok)tested: windows, linux
Elena PourmalElena Pourmal
3882c2f9b4c[svn-r14396] Maintenance: VMS doesn't like multiple "." in the file names; we will need to rename tar ball for the VMS user; used generic name <source> to specify the tar ball and top directory names for now.
Elena PourmalElena Pourmal
7b50bea4c3a[svn-r14395] Maintenance: Updated installation instructions for VMS system.
Elena PourmalElena Pourmal
3c27797b214[svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the annoying warning messages and to delete temporary filesPlatforms tested: VMS server
Raymond LuRaymond Lu
905ff444f42[svn-r14393] Changed the way that the file name string is represented.Tested on smirom.
Elena PourmalElena Pourmal
e982a364fec[svn-r14390] Maintenance for VMS system before the final release: Updated utilities test scripts to make output more legible; fixed some typos. Added four new expected output files to avoid false negative reports for the h5dump tests (for ones that expect to have error report in them). Updated MANIFEST to reflect the changes. Platforms tested: VMS server (more testing is on the way)
Raymond LuRaymond Lu
0545c915c36[svn-r14389] Changed some test cases to use H5Sselect_elements instead of H5Sselect_hyperslab for test purpose.Tested on smirom only. Simple changes.
Raymond LuRaymond Lu
b58ac6c8eef[svn-r14385] This checkin completely modified the test for the coordinate calculation of dataspace selection. It covers many cases.Tested on smirom, kagiso, and linew.
Pedro Vicente NunesPedro Vicente Nunes
7e80ad2af2a[svn-r14384] new file with output regarding the new binary file
Pedro Vicente NunesPedro Vicente Nunes
91b0b68167e[svn-r14383] new binary file: with double dataset with NaN values
Pedro Vicente NunesPedro Vicente Nunes
28b47d461f9[svn-r14382] bug fix: enable NaN detection for double typenote: RFC at http://www.hdfgroup.uiuc.edu/RFC/HDF5/NaNs_and_HDF5/ tested: windows, linux, solaris
Pedro Vicente NunesPedro Vicente Nunes
95a801714bd[svn-r14381] comment typo fix
Pedro Vicente NunesPedro Vicente Nunes
8ba92cda453[svn-r14380] Eliminate old code not used and that was replaced (command line)tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
20c5484440d[svn-r14379] add check of some values for the nbit and scale offest filters on the h5repack verify function note: some sybols were made publictested: windows, linux
Elena PourmalElena Pourmal
dfbeb73b48d[svn-r14378] Maintenance: Cleaned up the test script and add reporting of false negative tests.Platforms tested: VMS server
Elena PourmalElena Pourmal
5808f6c3c8c[svn-r14377] Maintenance: Added Ray's new test tcoords.c to the build script; modified h5import test script to cleanup the files after the test; modified "master" building script to run tools tests. Platforms tested: VMS server (not quite done yet)
Pedro Vicente NunesPedro Vicente Nunes
6d53c1882b8[svn-r14376] moved a couple more private filter symbols to the public side, needed by h5repacktested: windows, linux
Frank BakerFrank Baker
f1855548143[svn-r14375] Update copyright to 2008.
Quincey KoziolQuincey Koziol
c0b966ba1b3[svn-r14374] Description: Updates from running bin/reconfigure on recent changes, in preparation for making private snapshot. Also updated tracing information for recent types added to public API routines.Tested on: Linux/32 2.6.x (kagiso)
Elena PourmalElena Pourmal
da95bdb88f8[svn-r14373] Maintenance: Fixed the script to use the correct VMS file name when file doesn't have an extension.Platforms tested: VMS server
Quincey KoziolQuincey Koziol
1831bc1d133[svn-r14372] Description: Further cleanups & simplifications to prepare for next phase of work.Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.5.1 (amazon)
Quincey KoziolQuincey Koziol
6237d44a08a[svn-r14371] Description: Code cleanups in preparation for larger changes.Tested on: Mac OS X/32 (amazon)
Elena PourmalElena Pourmal
f6218c48430[svn-r14370] Maintenance: more cleanup of the h5import script
Elena PourmalElena Pourmal
bedd5c43957[svn-r14369] Maintenance: Cleaned up the h5import script and fixed some potential errors.Platforms tested: not yet, waiting for the server to come back
Pedro Vicente NunesPedro Vicente Nunes
6f820c0a247[svn-r14368] clean code and reshufle functions between modules, remove unused functionstested: windows, linux
Elena PourmalElena Pourmal
0402a2a0301[svn-r14367] Maintenance for VMS system: updated testscript for h5import (need more work) and added new source file to the librray compilation script. Platforms tested: not yet since VMS server went down; this change doesn't affect any other platform
Pedro Vicente NunesPedro Vicente Nunes
ba709fe871f[svn-r14366] comments grammar correction
Pedro Vicente NunesPedro Vicente Nunes
5aab9089ded[svn-r14365] Add szip filter check of client data values for has_filters. NOTE: szip client symbols were made publicTested: windows, linux, solaris
Quincey KoziolQuincey Koziol
136cefdf911[svn-r14364] Description: Avoid creating free space manager for fractal heap when just performing queries.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
04d73e7a0c6[svn-r14363] Description: Refactor file space allocation routines into separate source module.Tested on: FreeBSD/32 6.2 (duty) in debug mode Mac OS X/32 10.4.10 (amazon) in debug mode