AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
f8a796ebfc2[svn-r15510] Description: Clean up warnings & formattingTested on: Mac OS X/32 10.5.4 (amazon) More tests forthcoming
Pedro Vicente NunesPedro Vicente Nunes
5f7de916882[svn-r15509] bug fix when comparing attributes, a type ID was not properly closed solution: close the Id on the iteration and continue instead of goto out of the cycle
Neil FortnerNeil Fortner
9dbe3467d7d[svn-r15505] Change the names of some macros in app_ref.c to prevent warnings on Windows.Tested: kagiso
Scott WegnerScott Wegner
e37c76af2b7[svn-r15504] Purpose: Update MANIFESTDescription: Add new Windows project files to MANIFEST Tested: none
Scott WegnerScott Wegner
6533abcb991[svn-r15503] Purpose: Add new app_ref test to Windows projectsDescription: A new test program, app_ref, was added to the source and configure script. We need to make special Windows project files for static and DLL versions of the test, and also VS2005 and VS.NET versions. Finally, include the new test in our script Tested: VS2005 on WinXP
Quincey KoziolQuincey Koziol
12f65badc90[svn-r15502] Description: Clean up warnings.Tested on: Mac OS X/32 10.5.4 (amazon) Too minor to require h5committest
Quincey KoziolQuincey Koziol
99e6360f4b0[svn-r15491] Description: Update release notes for last bug fix.
Quincey KoziolQuincey Koziol
a1f3523478a[svn-r15488] Description: Fix bug where library could core dump when an invalid location ID was passed to H5Giterate() (and add test for this case).Tested on: Mac OS X/32 10.5.4 (amazon) Too minor to require h5committest
Neil FortnerNeil Fortner
a59d91d1925[svn-r15485] Purpose: Allow library to shut down properly when objects have reference count > 1.Description: Added a new field 'app_count' to H5I_id_info_t struct, to track the reference count on an id due to the application. the old 'count' field tracks the total. Generally any id visible to the application gets placed in app_count. Added app_ref boolean parameter to H5I_inc_ref, H5I_dec_ref, H5I_register, H5I_clear_type, and a few other functions, to specify whether ...
Neil FortnerNeil Fortner
936e52b581b[svn-r15477] Removed vestigal code from H5SM_delete_from_index() which would have dereferenced an uninitialized pointer if it had been reachable. Closes bz #1280.Tested: kagiso, smirom, linew (h5committest)
Private HDFPrivate HDF
709c81d7108[svn-r15476] Snapshot version 1.9 release 14
Quincey KoziolQuincey Koziol
3f643412c8c[svn-r15472] Description: Correct H5Dopen to H5Dopen2 in error printfTested on: None, just eyeballed, very trivial.
Neil FortnerNeil Fortner
b94a1e9c43b[svn-r15468] Removed prototype for deleted function H5F_has_mountTested: kagiso
Pedro Vicente NunesPedro Vicente Nunes
c09041c7f76[svn-r15467] remove h52jpeg
Pedro Vicente NunesPedro Vicente Nunes
4e2b0725639[svn-r15466] remove h52jpeg
Pedro Vicente NunesPedro Vicente Nunes
f6c102825e6[svn-r15465] remove h52jpeg
Pedro Vicente NunesPedro Vicente Nunes
57479bc963c[svn-r15464] delete h52jpeg
Quincey KoziolQuincey Koziol
507a2112578[svn-r15462] Description: Correct compiler warnings from Visual Studio.Tested on: Mac OS X/32 10.5.4 (amazon) w/FORTRAN & C++ (Too minor to require full h5committest)
Neil FortnerNeil Fortner
4f618121803[svn-r15458] Purpose: Modify the library to take the proper action when files with incorrect datatype versions are encountered.Description: The library now recognizes some problems with datatype versions in H5O_decode_helper(), and, if not performing strict format checks, automatically corrects them. Framework added for other message decode routines to automatically correct file errors. Datatype version information added to h5debug. Tested: kagiso, smirom, linew (h5committest)
Binh-Minh RiblerBinh-Minh Ribler
9474f434a37[svn-r15457] Description: Added notes about: - bugzilla 1068: revising class hierarchy to move Attribute out. - replacing IdComponent::dereference with new H5Object member functions and constructors in various other classes.
Private HDFPrivate HDF
44941d6ff66[svn-r15455] Snapshot version 1.9 release 13
Neil FortnerNeil Fortner
e980307ed9e[svn-r15451] Purpose: Fix various problems that were occurring when using mounted files.Description: Moved mount table from top file structure to shared file structure. Moved parent out of mount table and back into top file structure. Mounted files can now be accessed from any handle of the parent file. Changes to how files are closed. Stricter cycle checking on mounted files. Removed unused function H5F_has_mount(). Tested: committest in 1.8 branch. Committing now due to t...
Pedro Vicente NunesPedro Vicente Nunes
a5de140500d[svn-r15446] bug fixhttp://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=788 don't print array indices for regions tested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
c3bdc280620[svn-r15445] added some commentstested: windows, linux
Scott WegnerScott Wegner
35fcfd37d4f[svn-r15440] Purpose: Correct a few typos from my previous editDescription: -- Remove a couple lines of debugging output -- Make sure H5_PACKAGE_NAME outputs 'HDF5' rather than 'hdf5' -- Take into account version strings with a postfix. This isn't currently used in HDF5 1.9 branch, but is in HDF5 1.8. Tested: kagiso
Peter CaoPeter Cao
2b3a491ee19[svn-r15439] Add the following patch === The following patch to h5copy.c on or near line 173 makes the tool substantially more useful... *flag = (*flag) | fla; Because the command-line option parsing permits multiple '-f' arguments, this will have the effect of or'ing the flags together so one can do someting like....~/tmp/hdf5-1.8.1/tools/h5copy/h5copy -i multi_ucd3d.h5 -s block5 -o gorfo -d foo -f shallow -f soft Mark C. Miller, Lawrence Livermore National Laboratory email: mailto:miller86@llnl.gov ===
Scott WegnerScott Wegner
e47c44c04a4[svn-r15438] Purpose: Bring the Windows H5pubconf.h up-to-dateDescription: This commit is a major update to the Windows-maintained H5pubconf.h file. This file is statically-distributed because Windows cannot generate it dynamically as other platforms do. Previously, our Windows version contained a minimal subset of the macro definitions required. To update, I've gone through each macro (based on kagiso's output), and tested for the correct value on Win...
Pedro Vicente NunesPedro Vicente Nunes
8ee8a3fde6e[svn-r15432] bug fix the compression ratio was being printed for cases where a layout was requested and not a filtertested: windows, linux
Pedro Vicente NunesPedro Vicente Nunes
422ac995093[svn-r15431] added the h5diff "contents" mode to the h5diff calls in the h5repack testtested: windows, linux
Scott WegnerScott Wegner
90aa3cb287a[svn-r15430] Purpose: Update Windows test script for new h5diff option: -cDescription: A new parameter was added to h5diff recently. We add a new test to the h5diff script, and change the syntax in which h5diff is called from the h5repack test script Tested: VS2005 on WinXP
Pedro Vicente NunesPedro Vicente Nunes
5eb94a3eb5b[svn-r15429] new test for h5diff
Pedro Vicente NunesPedro Vicente Nunes
6787ef71a27[svn-r15428] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170Summary: when using h5diff to compare the results of h5repack (or other tools that copy one HDF5 file to another), a new option is needed to allow h5diff to make an "absolute" comparison of the 2 files. This is the "contents" mode explained in the usage below. If this mode is present, objects in both files must match (must be exactly the same). If this does not happen, the tool returns an erro...
Private HDFPrivate HDF
2fa81027454[svn-r15425] Snapshot version 1.9 release 12
Scot BreitenfeldScot Breitenfeld
121acf4bb4f[svn-r15423] Description:Fix the error of passing an array to a scalar.
Pedro Vicente NunesPedro Vicente Nunes
5a752d6e908[svn-r15421] bug fix the parsing of the command line strings for the shared object header message type was not being done correctly (strcmp) fix: substituted by strncmptested: windows, linux
Scot BreitenfeldScot Breitenfeld
82416cb36d5[svn-r15420] Description:Initialized a string with a space instead of a blank i.e. var = '' is now var = ' ' This fixes a problem with AIX for bug 1252
Scot BreitenfeldScot Breitenfeld
63c71822258[svn-r15418] Description:Added missing comma, i.e. WRITE(*, "("" subroutine i"" i2.2,""()"")") j should be WRITE(*, "("" subroutine i"", i2.2,""()"")") j etc... as noted in bug 1251 and NAG compiler. Checked the write fix using Sun f95, g95, pgf90, gfortran, ifort, absoft and all gave the correct write output.
Scot BreitenfeldScot Breitenfeld
b829da80a61[svn-r15417] Description: Changed the INTENT for total_error to be consistantly INTENT(INOUT) as noted in bug 1251
Private HDFPrivate HDF
8a770c8c639[svn-r15410] Snapshot version 1.9 release 11
Binh-Minh RiblerBinh-Minh Ribler
05a9cc4c140[svn-r15408] Purpose: Enable testDescription: The daily test failure caused by the C++ API was fixed, so put the packet table test back. Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty)
Binh-Minh RiblerBinh-Minh Ribler
18fb7d1a78f[svn-r15407] Purpose: Fix bugDescription: Changed all subclasses' setId to protected p_setId and put back setId in IdComponent. p_setId is used in the library where the id provided by a C API passed on to user's application in the form of a C++ API object, which will be destroyed properly, and so p_setId does not call incRefCount. On the other hand, the public version setId is used by other applic...
Pedro Vicente NunesPedro Vicente Nunes
bb8bf261eef[svn-r15405] added comments, cleaned codetested: windows, linux
Christian ChilanChristian Chilan
1f817abd7b1[svn-r15397] Update to the h5perf files that includes bug fixes and extensions.Tested on kagiso and abe.
Raymond LuRaymond Lu
8704820d1c5[svn-r15395] When an attribute was opened twice and data was written with one of the handles, the file didn't have the data. It happened because each handle had its own object structure, and the empty one overwrote the data with fill value. This is fixed by making some attribute information like the data be shared in the attribute structure.Tested on smirom, kagiso, and linew.
Private HDFPrivate HDF
717388ea068[svn-r15389] Snapshot version 1.9 release 10
Pedro Vicente NunesPedro Vicente Nunes
d1596b20036[svn-r15383] bug fix: when a requested palette index did not exist , the verbose printing message was referring to the default palettetested: windows, linux
Scot BreitenfeldScot Breitenfeld
86dff286790[svn-r15378] Description:Added optional parameter "mounted" to H5Gget_info_f, H5Gget_info_by_idx_f, H5Gget_info_by_name_f
Scot BreitenfeldScot Breitenfeld
21401d18912[svn-r15377] Description:Added optional "mounted" parameter to H5Gget_info_f, H5Gget_info_by_idx_f, H5Gget_info_by_name_f
Quincey KoziolQuincey Koziol
27ee3e76fa5[svn-r15375] Description: Bump shared library version # for change to H5G_info_t struct
Quincey KoziolQuincey Koziol
d7742a93542[svn-r15374] Description: Correct wrong error return value to avoid compiler warningTested on: Just eyeballed, extremely minor