AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
d579d6aa5ef[svn-r11899] Purpose: Bug fix & new featureDescription: Support variable-length datatypes in compact data storage and chunked data storage, along with attributes. Bug fix on the H5T_vlen_set_loc to allow for changing the file on a variable-length datatype on disk. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 Can't h5committest right now, due to missing cache files.
John MainzerJohn Mainzer
dfb1f40cbbe[svn-r11897] Purpose:1) Add parallel test for metadata cache 2) Split serial test for metadata cache into two parts 3) Fix bug in which cache was flushed needlessly when the cache wasn't full. 4) Performance improvements 5) Update API for parallel cache coherency bug fix. Description: See above. Solution: See above. Platforms tested: h5committest Misc. update:
John MainzerJohn Mainzer
22e5198407a[svn-r11896] Purpose:1) Add parallel test for metadata cache 2) Split serial test for metadata cache into two parts 3) Fix bug in which cache was flushed needlessly when the cache wasn't full. 4) Performance improvements Description: See above. Solution: See above. Platforms tested: h5committest Misc. update:
Leon ArberLeon Arber
05b8021db4e[svn-r11895] Purpose: Bug fix.Description: Seems like some compilers don't like the "inline" function spec. Solution: Removed the inline description for the sub_time function. Platforms tested: heping and tg-login. Misc. update:
Leon ArberLeon Arber
d61b6875876[svn-r11894] Purpose: Feature, address bug #426Description: The h5perf test now also keeps track of the time it takes to: open a file: Time between start of open and start first read/write close a file: Time between end of last read/write and end of close. This information is only displayed if debug output printing is enabled (level 3 or higher) Solution: The test actually has all of the data necessary to compute the time it takes to ope...
Elena PourmalElena Pourmal
25f2ebda39e[svn-r11891] Purpose: Small bug fixDescription: h5_group example didn't work on VMS; it turned out that a group was not closed and since the default file close degree is "weak", file was not closed either. When program attempted to open the same file, system reported an error since the file was "locked by another user". UNIX systems apperently do not care and open ...
Quincey KoziolQuincey Koziol
6cf7a8fe7db[svn-r11889] Purpose: Bug fixDescription: Fix compile problem with C++ compiler after recent changes. Platforms tested: FreeBSD 4.11 (sleipnir) w/CC=g++
Quincey KoziolQuincey Koziol
56e3f667d6e[svn-r11886] Purpose: Code cleanupDescription: Check in some of the code cleanups from working on the external link support. (This doesn't include any of the external link features) Platforms tested: FreeBSD 4.11 (sleipnir) Mac OSX.4 (amazon) Linux 2.4
HDF AdminHDF Admin
b09695738a9[svn-r11884] Snapshot version 1.7 release 57
Binh-Minh RiblerBinh-Minh Ribler
3e013d19307[svn-r11883] Purpose: Fixed bugDescription: Removed the call to h5_test from dsets.cpp, since resetting the library made the C++ global constants become invalid. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
Raymond LuRaymond Lu
da37fca10b2[svn-r11882] Purpose: RevisionDescription: Revise a few details of H5LTtext_to_dtype() and H5LTdtype_to_text(), 1. changed the DDL definition of string, opaque, and compound types. 2. added a new parameter of H5LT_lang_t type to these two functions. Platforms tested: h5committest and fuss.
HDF AdminHDF Admin
f78ed9a18d7[svn-r11880] Snapshot version 1.7 release 56
Pedro Vicente NunesPedro Vicente Nunes
5b5ce1f7d47[svn-r11879] Purpose: bug fixa call to sprintf was giving incorrect output in the system Fedora Core 4 with gcc 4.0 (not supported by us, but user reported) Solution: the call was using the same buffer for source and destination variables, used different ones Platforms tested: linux (mir) solaris (sol) Misc. update:
Albert ChengAlbert Cheng
bdb6d1af4f0[svn-r11877] Purpose: Bug fix.Description: Fixed a typo and also moved initialization of n_xxxx variables to the common declaration place. Platforms tested: Tested in v1.6 branch already.
Albert ChengAlbert Cheng
df8739d8c61[svn-r11875] Purpose: Bug fix.Description: getenv_all, like some implementations of getenv, keeps an internal buffer for the getenv values. Application must make a copy of the content of the returned pointer before calling getenv_all again IF it wants to use the first content later. The previous code violated this rule and caused error. Solution: Did a small revamp of the h5_fixname to fix the above problem by moving the...
James LairdJames Laird
ef292e862b6[svn-r11873] Purpose: Copyright fixDescription: The packet table examples were breaking the copyright checking script. Fixed them. Also caught a one-line copyright problem in another file. Platforms tested: Only changed comments.
Albert ChengAlbert Cheng
6cda54bdec4[svn-r11871] Purpose: Bug fix.Description: getenv_all will be called even when it is NOT an MPI application. Solution: Moved the use of getenv_all("HDF5_NOCLEANUP") to fix_name so that it will be invoked only if a parallel driver is used. Platforms tested: hand tested in copper.
Albert ChengAlbert Cheng
c8f5be4e3cc[svn-r11868] Purpose: Feature.Description: Added counters for number of tests passed, failed and skipped. Platforms tested: Will be tested by daily test.
James LairdJames Laird
6ba811adcfb[svn-r11867] Purpose: Makefile fixDescription: perform/h5perf is (currently) a test for parallel performance, but was being built when parallel was disabled. Fixed this. perform/perf had the same problem. Solution: Actually, perf and h5perf were being "built but not executed" using two different mechansims. They now use the same mechanism, being built and executed in parallel only. Platforms tested: mir, heping, sleipnir
Albert ChengAlbert Cheng
16ec3927600[svn-r11866] Purpose: bug fix 504Description: testpar/t_mpi would hang if $HDF5_NOCLEANUP is set. E.g., % env HDF5_NOCLEANUP=yes mpirun -np 3 ./t_mpi This happened because the environment variables are not exported to all mpi processes by the mpirun command. So, some attempted to do cleanup while others don't and some hang waiting for others to act. Solution: Instead individual program checking getenv, they all just calle...
James LairdJames Laird
63e69411fd5[svn-r11864] Purpose: Cleaned up reconfigure outputDescription: Added two lines to separate output from trace script from autotools output in reconfigure. Solution: Running reconfigure updated src/Makefile.in as a side effect, since I changed config/lt_vers.am in my last checkin but forgot to run reconfigure then. Platforms tested: mir (cosmetic change to reconfigure script only)
Fang GuoFang Guo
f53877f7c2d[svn-r11863] Purpose: Windows Maintenance Description: C++ .dsp files failed to be converted into .vcproj. Fix problem Solution:Platforms tested: Misc. update:
Albert ChengAlbert Cheng
a88b4d5acd0[svn-r11861] Purpose: Bug fix.Description: release created temporary files in .. directory. If the -d directory is the same as the parent directory, it would fail when it tried to copy the temporary files to the destination directory. Solution: Changed release to create a temporary directory and create all temporary files in that temporary directory. Platforms tested: Handtested in heping.
Fang GuoFang Guo
e8804cada87[svn-r11859] Purpose: windows maintenance Description: Add in H5Pacpl.c Solution:Platforms tested: Windows XP Misc. update:
Fang GuoFang Guo
febe6dc7569[svn-r11858] Purpose: Windows maintenance Description: Add in H5Pacpl.c Solution:Platforms tested: Windows XP Misc. update:
Fang GuoFang Guo
0663b662048[svn-r11857] Purpose: Maintenance on Windows Description: Update solution file Solution:Platforms tested: Misc. update:
James LairdJames Laird
5c516c20563[svn-r11856] Purpose: MANIFEST fixDescription: Added src/H5Pacpl.c to manifest.
James LairdJames Laird
b98e383cc25[svn-r11854] Purpose: Bug fixDescription: Forgot to 'cvs add' H5Pacpl.c!
Quincey KoziolQuincey Koziol
1bba04f3e50[svn-r11852] Purpose: Code cleanup/updateDescription: Update compiler flags for gcc 4.1.x & start cleaning up some of the C++ compatibility Platforms tested: FreeBSD 4.11 (sleipnir) w/gcc 4.1 and/or g++
James LairdJames Laird
2a8faf8f776[svn-r11851] Purpose: Updated documentation.Description: Updated libtool library version and release notes for attribute character encoding change.
James LairdJames Laird
216a6e99047[svn-r11850] Purpose: FeatureDescription: Added character encoding and attribute creation property lists. Solution: Attributes' character encoding is set via the ACPL. The default is ASCII, with UTF-8 being the other option currently. Platforms tested: heping, mir, sleipnir, copperUTF-8
HDF AdminHDF Admin
63e522aa138[svn-r11848] Snapshot version 1.7 release 55
Binh-Minh RiblerBinh-Minh Ribler
e25b9b5f700[svn-r11845] Purpose: Adding another wrapper/Fixing typosDescription: Added missing member function H5File::flush Fixed parameters passed to H5Awrite Other typos Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol)
Fang GuoFang Guo
d073ddf81ee[svn-r11844] Purpose: Windows Maintenance Description: Update solution file Solution:Platforms tested: Misc. update:
Fang GuoFang Guo
a99684ee15b[svn-r11843] Purpose: Windows Maintenance Description: Update workspace Solution:Platforms tested: Misc. update:
Fang GuoFang Guo
4b414a12c62[svn-r11842] Purpose: Maintenance on Windows Description: Update project file because the source file names have benn changed Solution:Platforms tested: WIndows XP Misc. update:
Fang GuoFang Guo
bed9f950f7e[svn-r11841] Purpose: Maintenance on Windows Description: Update project file because the source file names changed Solution:Platforms tested: Windows XP Misc. update:
Quincey KoziolQuincey Koziol
83929ea7162[svn-r11838] Purpose: Bug fixDescription: Retrieving an object's name could fail (in various ways) under certain circumstances (mostly having to do with mounted files). Solution: Re-write & simplify "get object name" code to fix error in a better way than adding yet another hack to the previous pile of hacks... :-) Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
HDF AdminHDF Admin
db551ec15e7[svn-r11836] Snapshot version 1.7 release 54
Quincey KoziolQuincey Koziol
bee84bf3b97[svn-r11834] Purpose: Bug fixDescription: Tone down the optimization flags for gcc 4.2.x in the same way as we do for all the other gcc 3/4 builds, to avoid datatype conversion issues. Platforms tested: FreeBSD 4.11 (sleipnir) w/gcc 4.2 Not tested by h5committest
Raymond LuRaymond Lu
617d2704c42[svn-r11832] Purpose: Rename files and change grammar rule.Description: Renamed lex.yy.c to H5LTanalyze.c, y.tab.c to H5LTparse.c, and y.tab.h to H5LTparse.h in hl/src. Changed definition of opaque type to ommit the tag. Changed the test for opaque type in hl/test, too. Platforms tested: h5committest, fuss, and sleipnir. Misc. update: MANIFEST
Raymond LuRaymond Lu
df509d202fd[svn-r11831] Purpose: Bug fix and warning fix.Description: The g++ compiler on sleipnir doesn't like variable name "class". There're also some other warnings. Solution: Changed "class" to another name and fixed the warnings. Platforms tested: sleipnir - simple changes.
Raymond LuRaymond Lu
29ed3345e16[svn-r11830] Purpose: A new function and its test.Description: This is the second step of conversion between data type and text, H5LTdtype_to_text(). Solution: Similar to h5dump, this function print the DDL description of a data type into a string. Platforms tested: h5committest and fuss.
Fang GuoFang Guo
ed6944c0121[svn-r11829] Purpose: Maintenance on Windows Description: Fix an error Solution:Platforms tested: Misc. update:
Fang GuoFang Guo
6cf24a160b1[svn-r11828] Purpose: Maintenance on Windows Description: Changes due to location change of hl c examples Solution:Platforms tested: Misc. update:
Fang GuoFang Guo
9882c09faba[svn-r11827] Purpose: Maintenance on Windows Description: Changes due to hl c examples' location changed Solution:Platforms tested: Misc. update:
Fang GuoFang Guo
b240730cc8b[svn-r11825] Purpose: Maintenance on Windows Description: Update workspace due to project h52gif.dsp and h52gifdll.dsp setting changes Solution:Platforms tested: Windows XP Misc. update:
Fang GuoFang Guo
a78bd3dae2f[svn-r11824] Purpose: maintenance on Windows Description: Move hl c examples to windows/hl/examples Solution:Platforms tested: Misc. update:
Fang GuoFang Guo
029da49d52a[svn-r11823] Purpose: move hl c examples to windows/hl/examplesDescription: Solution: Platforms tested: Misc. update:
Fang GuoFang Guo
efb985021ed[svn-r11822] Purpose: move hl c examples to windows/hl/examples Description:Solution: Platforms tested: Misc. update: