From c50008c7663c96c4452c4f0d4cf7de9d0118dec9 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 22 Feb 2019 14:26:06 -0800 Subject: Updated H5err.txt to replace a global variable that was removed during the metadata cache logging changes (to maintain binary compatibility). NOTE: I did not re-generate the autotools files. --- src/H5err.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5err.txt b/src/H5err.txt index 3eeb38a..aa172e8 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -181,6 +181,7 @@ MINOR, CACHE, H5E_CANTDEPEND, Unable to create a flush dependency MINOR, CACHE, H5E_CANTUNDEPEND, Unable to destroy a flush dependency MINOR, CACHE, H5E_CANTNOTIFY, Unable to notify object about action MINOR, CACHE, H5E_LOGGING, Failure in the cache logging framework +MINOR, CACHE, H5E_LOGFAIL, old H5E_LOGGING_g (maintained for binary compatibility) MINOR, CACHE, H5E_CANTCORK, Unable to cork an object MINOR, CACHE, H5E_CANTUNCORK, Unable to uncork an object -- cgit v0.12 e Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r8562] Purpose: New featureRaymond Lu2004-05-213-67/+124
| | | | | | | Description: Add null dataspace to h5dump and h5ls. Platforms tested: h5committest
* [svn-r8560] Purpose:Quincey Koziol2004-05-211-0/+2
| | | | | | | | | | | | Bug fix Description: Add prototypes for H5S_select_serial_size() and H5S_select_serialize() that were causing the library to fail when built with C++ compiler. Platforms tested: FreeBSD 4.9 (sleipnir) w/CC=g++ Only affects C++ builds, so no h5committest
* [svn-r8558] Purpose:Albert Cheng2004-05-201-3/+3
| | | | | | | | | | | Code cleanup Description: Changed local variables declaration to static to please compilers. Platforms tested: Tested by generating H5Tinit.c and verified it was same as before. Tested in TG_NCSA.
* [svn-r8556] Purpose:Albert Cheng2004-05-201-1/+1
| | | | | | | | | | | | Bug fix. Description: The Example dimension size is incorrect. Changed it to 3. Platforms tested: Tested in TG-NCSA which detected the error. Misc. update:
* [svn-r8555] Purpose:Binh-Minh Ribler2004-05-203-67/+163
| | | | | | | | | | | | | | Add documentation Description: Added doxygen documentation and removed incorrect comments. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Windows 2000 Misc. update:
* [svn-r8554] Purpose:Binh-Minh Ribler2004-05-202-30/+140
| | | | | | | | | | | | | | | Add documentation and an overloaded function - incrementally check-in Description: Added Attribute::getName that takes no argument for user's convenience. Also added Doxygen documentation to existing functions in H5Attribute.cpp. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) Windows 2000 Misc. update:
* [svn-r8553] Purpose:Xuan Bai2004-05-201-0/+0
| | | | | | | | | | | | | | | | | | | | | New Feature Description: 1. A new Fortran c stub for static library hdf5_f90cstub project was added. 2. A new h5importtst project was added into the workspace for h5import test. 3. 4 new hdf5 auto test tools in Windows were added. Solution: 1. Removed all the *.C files in hdf5_fortran project and put them into the new created Fortran c stub project hdf5_f90cstub. Now hdf5_fortran project only include *.f90 files. 2. Added a new h5importtst project with h5importtest.c. 3. 4 New hdf5 auto test tools: h5diff, h5ls, h5import, and h5repack were created for hdf5 auto tests in Windows. H5dump auot test tools was also updated. Platforms tested: Windows XP with Microsoft Visual C++ 6.0 and DEC Fortran 6.0. Misc. update:
* [svn-r8552] Purpose:Albert Cheng2004-05-201-0/+2
| | | | Updated.
* [svn-r8548] Purpose:Albert Cheng2004-05-201-39/+157
| | | | | | | | | | | | | | | Improvement. Description: Some compilers, e.g., Intel C v7.0, took a long time to compile with optimization when a module routine contains many code lines. Divide up all those types detections macros into subroutines, both to avoid the compiler optimization error and cleaner codes. Platforms tested: h5committested. Misc. update:
* [svn-r8545] Purpose: bug fixRaymond Lu2004-05-201-1/+1
| | | | | | | Description: array definition is short of 1. Platforms tested: No test. simple fix
* [svn-r8544] Purpose:Quincey Koziol2004-05-20