/tests/auto/q3dns/

t/'>cgit logo index : hdf5.git
Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r15402] Description:Frank Baker2008-07-241-3/+3
| | | | | | H5Sselect_elements: Corrected order of 'coord' parameter array dimensions. -- Closes Bz 1214. Tested: Firefox
* [svn-r15323] Snapshot version 1.6 release 7 (snap11)HDF Tester2008-07-0610-38/+38
|
* [svn-r15298] Bug fix for H5Tpack. The problem was that H5Tpack didn't act ↵Raymond Lu2008-06-302-5/+109
| | | | | | | | | correctly with nested compound datatype. The size of compound type's member type wasn't updated. It's fixed in this commit. Tested on smirom. The same change was tested on three systems for v1.9.
* [svn-r15258] Snapshot version 1.6 release 7 (snap10)HDF Tester2008-06-2210-38/+38
|
* [svn-r15243] Purpose: Port bugfix from trunk: Fix ohdr Windows timezone bugScott Wegner2008-06-191-1/+1
| | | | | | | | | | | | | | | | Description: On Windows, certain users were having trouble with the "ohdr" test, which does some processing on object header messages. The errors were hard to reproduce on our machines, and we eventually determined that the errors were timezone-specific. The bug is triggered on Windows when processing timestamps very near the "Epoch" (midnight on 1/1/1970)-- the mktime() function does some automatic adjustment on the time to correct for timezones. In the USA, the correction adds a few hours; in Europe, it subtracts, thus giving us times pre-Epoch. This only affects Windows because the Windows mktime() function cannot handle times before 1970-- other systems seemingly can. The fix is to simply create timestamps only as early as 01/02/1970. This way, any timezone adjustment will still be post-Epoch. This bug only affects the ohdr test, and shouldn't be a problem in the library. The earliest timestamps that will actually be read will be around the time HDF5 was created (~1996-7, per Quincey). Tested: h5committest (kagiso, linew, smirom)
* [svn-r15173] Snapshot version 1.6 release 7 (snap9)HDF Tester2008-06-0810-38/+41
|
* [svn-r15157] - h5dump: when doing binary output (-b), the stdout printing of ↵Pedro Vicente Nunes2008-06-051-0/+3
| | | | | | | attributes was done incorrectly. Removed printing of attributes when doing binary output. PVN - 2008/06/05
* [svn-r15155] Pedro Vicente Nunes2008-06-053-4/+12
| | | | | | | | | | Fix for #1169 http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1169 don't print attributes to stdout when doing binary output added an attribute to the file run on the binary output test tested: windows, linux
* [svn-r15135] Purpose:Albert Cheng2008-06-043-5/+17
| | | | | | | | | | | | | | bug fixes. Description: Added code to create an empty hdf5 (named h5diff_empty.h5) in order to test if h5diff compares correctly an empty hdf5 vs. a non-empty one. Tested: Tested in kagiso of h5diffgentest itself. Verified by h5dump that h5diff_empty.h5 was indeed empty. Then "h5diff h5diff_empty.h5 h5diff_basic1.h5" returned 0 (should have returned non-zero).
* [svn-r15119] Description:Frank Baker2008-06-021-13/+75
| | | | | | | H5Pset_szip: Add section, "Notes on Filter Behavior in HDF5," describing HDF5 behavior in light of SZIP's status as an optional filter. Tested: Firefox
* [svn-r15116] Snapshot version 1.6 release 7 (snap8)HDF Tester2008-06-0110-38/+38
|
* [svn-r15095] Description:Frank Baker2008-05-291-9/+9
| | | | | | H5Sselect_elements: Correct parameter datatype error in signature and in parameter listing. Tested: Firefox
* [svn-r15092] Purpose: Add hdf5.lib dependency to Windows C++ example project ↵Scott Wegner2008-05-291-0/+0
| | | | | | | | | | | "compoundtest". Description: A user brought it to our attention that one of our C++ example projects was missing a linker dependency to the hdf5 library. Somehow the project will still build without it using Visual Studio 6.0, but not VS2005. This check-in simply adds the dependency to the "Release" configuration. Tested: VS6 on WinXP VS2005 on WinXP
* [svn-r15072] Snapshot version 1.6 release 7 (snap7)HDF Tester2008-05-2510-38/+38
|
* [svn-r15061] Maintenance: File space identifier was not closed causing ↵Elena Pourmal2008-05-211-0/+1
| | | | | | memory growth; fixed Platforms tested: kagiso (minor fix)
* [svn-r15032] Snapshot version 1.6 release 7 (snap6)HDF Tester2008-05-1810-36/+36
|
* [svn-r15031] Maintenance: Fixed a commentElena Pourmal2008-05-181-1/+1
|
* [svn-r15028] Maintenance: Fixed a typo in the fortran h5tget(set)_fields_f ↵Elena Pourmal2008-05-181-22/+28
| | | | | | | subroutines. Platfomrs tested: kagiso with PGI compilers (this is bug 1046, I am not closing it since there is no test for those routines yet)
* [svn-r15008] Purpose: configure and source code cleanupMike McGreevy2008-05-15