Network

 
AuthorCommitMessageCommit Date
Private HDFPrivate HDF
58d948c504e[svn-r18590] Snapshot version 1.6 release 10 (snap11)
Frank BakerFrank Baker
f7cdb7f8b9b[svn-r18588] Description: Describe the 'coord' parameter in more detail and add examples illustrating the serialization of an array. -- Fixes Bugzilla entry 1845. Update formatting and HTML coding. Tested: Firefox
Frank BakerFrank Baker
4c89478b3e7[svn-r18555] Description: Correct 'size' parameter type to 'size_t'. -- Fixes Bugzilla entry 1847. Clean up HTML and formatting. Tested: Firefox
Private HDFPrivate HDF
0fd7b6bbdb0[svn-r18466] Snapshot version 1.6 release 10 (snap10)
Albert ChengAlbert Cheng
a8fbacca78a[svn-r18464] Ported to AIX 6.1 by adding config/ibm-aix which is just a copy of the powerpc-ibm-aix*. Tested in AIX 6.1 system (BP).
Albert ChengAlbert Cheng
8e464e0d5b4[svn-r18463] Added thread-safe known problem.
Frank BakerFrank Baker
55f67b7e991[svn-r18462] Description: Minor copy edit. Tested: Safari
Binh-Minh RiblerBinh-Minh Ribler
1f3d7b30f26[svn-r18437] Description: Some typos missed from the previous batch. Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
Binh-Minh RiblerBinh-Minh Ribler
63f736d77a2[svn-r18436] Description: - Removed header file testhdf5.h from C++ tests to eliminate a non-standard problem on OpenVMS. It wasn't essential. - Also, moved dsets.cpp from a standalone program into testhdf5.cpp to be consistent with the rest of the tests. - Removed many inconsistencies regarding output format Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
Binh-Minh RiblerBinh-Minh Ribler
dd19aae0cf2[svn-r18435] Description: - Removed header file testhdf5.h from C++ tests to eliminate a non-standard problem on OpenVMS. It wasn't essential. - Also, moved dsets.cpp from a standalone program into testhdf5.cpp to be consistent with the rest of the tests. - Removed many inconsistencies regarding output format Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
Private HDFPrivate HDF
1fcb044d5c5[svn-r18433] Snapshot version 1.6 release 10 (snap9)
Albert ChengAlbert Cheng
d29d88aff11[svn-r18411] Fixed a typo in a message. No test needed since it is in a message string.
Private HDFPrivate HDF
6aae4bd9ae5[svn-r18407] Snapshot version 1.6 release 10 (snap8)
Frank BakerFrank Baker
c76920e9a40[svn-r18403] Description: Update copyright date to 2010.
Private HDFPrivate HDF
91d7989a3d4[svn-r18394] Snapshot version 1.6 release 10 (snap7)
Private HDFPrivate HDF
37a1152f37c[svn-r18306] Snapshot version 1.6 release 10 (snap6)
Albert ChengAlbert Cheng
ac7a18658d1[svn-r18291] Added yodconfigure feature.
Private HDFPrivate HDF
5b3354a6ada[svn-r18218] Snapshot version 1.6 release 10 (snap5)
Quincey KoziolQuincey Koziol
dbb47c1f7fd[svn-r18208] Description: Removed assert() statement when HDrealloc() returned NULL in H5MM_realloc(). Tested on: Mac OS X/32 10.6.2 (amazon) w/debug (too minor to require h5committest)
Private HDFPrivate HDF
b5c4f1d296d[svn-r18200] Snapshot version 1.6 release 10 (snap4)
Frank BakerFrank Baker
7c008668dfa[svn-r18163] Description: Corrected image, renaming link GXY to GYY and reversing its direction. -- Completes the fixes for Bugzilla entry 1178. Tested: Safari
Frank BakerFrank Baker
36eb7df39e7[svn-r18162] Description: Corrected image, removing soft links from the illustration of named objects. -- Fixes Bugzilla entry 1751. Tested: Safari
Frank BakerFrank Baker
b756a80f23d[svn-r18136] Description: Corrected several typographical errors. -- Fixes Bugzilla entry 1297 and the text portions of 1178. Tested: Safari
Frank BakerFrank Baker
e0d7fd8801f[svn-r18133] Description: Corrected discussion of filter order. -- Fixes Bugzilla entry 1713. Tested: Safari
Private HDFPrivate HDF
c470e8acaf5[svn-r18061] Snapshot
Private HDFPrivate HDF
3922bb7a62d[svn-r18048] Snapshot
Frank BakerFrank Baker
5bf84dd0c87[svn-r18016] Description: Update MANIFEST for new copy of HDF5 User's Guide. hdf5/doc/html/UG/... Tested: chkmanifest
Frank BakerFrank Baker
7574f9b9216[svn-r17992] Description: Add stripped version of "HDF5 User's Guide" to 1.6 docs. This version does NOT include the Photoshop image source files. Tested: Safari
Raymond LuRaymond Lu
4c759c9b6f2[svn-r17986] I put in the bug #1584 info as a known problem. No test is needed.
Private HDFPrivate HDF
30a82e2aa97[svn-r17974] Snapshot
Jonathan KimJonathan Kim
6539147aa59[svn-r17937] Purpose: Fix Bug1672 - Display garbage value on LE machine for BE data. Description: Casuing by calling diff_dataset twice when -r or no option was given. Change to call it once which fix the problem. It also improves the performance. (diffing time in half) According further test, it also occurred on BE machine as well and it seems occruing only with the BE data attached to Bugzilla. Don't know how the file was created. Anyway this fix will prevent from diffing with ...
Albert ChengAlbert Cheng
e7c05e8674a[svn-r17932] Bug fix:(sort of) Some systems, like AIX poe, interpret exit(134) the same as if the process has really been interrupted by the abort signal and prints extra messages that confuse test script which is looking for matching output. Solution: Changed it to exit(6) which still has the "appearance" of an abort signal which carries the value of 6 in Unix systems. Tested: LLNL Up both serial and Parallel.
Frank BakerFrank Baker
122428641d8[svn-r17929] Description: Copy edit. Tested: Safari
Frank BakerFrank Baker
5a550dcf678[svn-r17928] Description: In 1.8 & 1.9: Add note that return value type changed in 1.8.0 and an application must free the memory associated with the return value to prevent a memory leak. In 1.8: Add note of change in 1.8.0 "Changes" section. In 1.6: Add note that an application cannot free the memory associated with the return value. -- Fixes Bugzilla entry 1692. Tested: Safari
Elena PourmalElena Pourmal
a710462c6a5[svn-r17871] Maintenance: Changed version number to 1.6.10-snap0 and modified doc files before lifting code freeze.
Elena PourmalElena Pourmal
ca7b46dd36d[svn-r17861] Maintenance: Added gfortran information for the compilers tested with.
Larry KnoxLarry Knox
b8c6b68c35fMMerge pull request #811 in HDFFV/hdf5 from hdf5_1_8_20 to 1.8/master * commit '60f76980aab92f0e0730170b99a2363acd3c97fa': (108 commits) Update version numbers and remove empty sections in RELEASE.txt. Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES. Update version for 1.8.20 release. Fixed documentation warnings HDFFV-10329 Correct LINK INTERFACE and VS20013 compile Switch default build mode from development to production. Increment version string to pre2. Add RELE...
Larry KnoxLarry Knox
60f76980aabMMerge pull request #806 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit '65fdd393619e8ab4612cae4eb8f287c375924210': Update version numbers and remove empty sections in RELEASE.txt.
Larry KnoxLarry Knox
65fdd393619Update version numbers and remove empty sections in RELEASE.txt.
Larry KnoxLarry Knox
bda9c3ce295MMerge pull request #797 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit 'a4344a3cab791ff5db26629d2e2f96eae0325368': Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES. Update version for 1.8.20 release.
Larry KnoxLarry Knox
a4344a3cab7Restore line 1154: C2Cppfunction_map.mht to HTML_EXTRA_FILES.
Larry KnoxLarry Knox
24b8884c0b7Update version for 1.8.20 release.
Larry KnoxLarry Knox
b984fb31335MMerge pull request #796 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_20-bmr:hdf5_1_8_20 to hdf5_1_8_20 * commit '4cb9945cdb39f4a195b70277c31d0ba6bb6562b1': Fixed documentation warnings
Binh-Minh RiblerBinh-Minh Ribler
4cb9945cdb3Fixed documentation warnings
Allen ByrneAllen Byrne
83122c82b2eMMerge pull request #791 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8_20 to hdf5_1_8_20 * commit '3698029cca64856918f2554039063178d45d63ab': HDFFV-10329 Correct LINK INTERFACE and VS20013 compile Fix linking of libs
Allen ByrneAllen Byrne
3698029cca6HDFFV-10329 Correct LINK INTERFACE and VS20013 compile
Allen ByrneAllen Byrne
133c7ed2e5bMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8_20) * commit 'ae9c1bf4199d7ae0f5587485eb4e4d85c5c4cfc4': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) Initialize hid_t variables in test_Attr_bug9. (cherry picked from commit 97bc393449f3fe02c5992872ab2842e12f611ef0) Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K,...
Allen ByrneAllen Byrne
63c7dbde010Fix linking of libs
Larry KnoxLarry Knox
b670ba9e700MMerge pull request #786 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8_20 to hdf5_1_8_20 * commit 'ec34b34767482ceccd87159c401a7db13c7dc505': Switch default build mode from development to production. Increment version string to pre2.
Larry KnoxLarry Knox
ec34b347674Switch default build mode from development to production. Increment version string to pre2.