Network

 
AuthorCommitMessageCommit Date
Private HDFPrivate HDF
a157eb2f689[svn-r23849] Snapshot version 1.9 release 156
Allen ByrneAllen Byrne
1b6d1ca4f0d[svn-r23845] HDFFV-8394: Add Optional Examples source packaging option. Tested: local linux
Mark EvansMark Evans
c345afd5fce[svn-r25462] The contents of this directory is the C++ Reference Manual and is generated by Doxygen.
Mark EvansMark Evans
84fd10dd31c[svn-r25457] Added a sentence suggested by Barbara to the Installation section. Part of HDFFV-8868 work. Tested: Doxygen and Firefox
Mark EvansMark Evans
8300b7f7df6[svn-r25444] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen
Mark EvansMark Evans
9c443ce4c3e[svn-r25443] Changed file in Installation section where users should look for instructions from release_docs\INSTALL_Windows.txt to release_docs\INSTALL. Fixes HDFFV-8868. Tested: Doxygen
Mark EvansMark Evans
efac3eb6c4a[svn-r25320] Changed the OUTPUT_DIRECTORY and HTML_OUTPUT parameters to match the 1.8 version. Tested: Doxygen and Firefox
Mark EvansMark Evans
9492960a903[svn-r25319] Edited the Introduction section. Tested: Doxygen and Firefox
Elena PourmalElena Pourmal
dc8f3d28343[svn-r25168] Maintenance for the release: Changed version to 1.8.13 and released source to /mnt/scr1/pre-release/hdf5/v1813/pre3/src on jam for building binaries and testing.
Allen ByrneAllen Byrne
24e49178e4b[svn-r25162] Removed RelWithDebInfo references and added verbosity on install points and generated files.
Elena PourmalElena Pourmal
f7791b68e5c[svn-r25157] Maintenance before the release: -Removed VMS as one of the supported platforms -Rewrote h5diff entry with VL strings to be more specific about tool's behavior -Added a few empty lines to improve the flow and make the entries easier to read (I hope).
Albert ChengAlbert Cheng
f4658cf7656[svn-r25151] Added a known problem of using large read/write requests.
Mark EvansMark Evans
007c5d7c7e5[svn-r25149] Edited for readability.
Mark EvansMark Evans
71e8b698c8d[svn-r25148] Fixed typos.
Allen ByrneAllen Byrne
e212899c1ef[svn-r25145] Updated sections. Changed APPENDIX to Platform configuration file example with extra comments. Updated files for web.
Elena PourmalElena Pourmal
5e7e5d735d4[svn-r25144] Maintenance: Allen and I simplified several sections of the build instructions. Allen will do more work on section VII.
Albert ChengAlbert Cheng
feb6712d69c[svn-r25143] Updated with the fix of HDFFV-8247 and HDFFV-8637.
Albert ChengAlbert Cheng
ba9026b2c04[svn-r25141] Commit Joel's fix to this branch. Bug Fix: HDFFV-8247 Description: Failure to write fill values to the user's buffer when reading unallocated chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT. A consequence of this was the reporting of spurious data values in h5dump and h5diff output. Solution: Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value setting was checked to decide whether or not to fill. This effectively tre...
Albert ChengAlbert Cheng
667a2936fae[svn-r25138] Bug: HDFFV-8433 The temporary directory used by zip is the same as the rest but it has to be different. Changed tar2zip to use a different (ztmpdir) name. Tested: by hand running "bin/release ... gzip zip md5".
Elena PourmalElena Pourmal
8ed751d22b2[svn-r25134] Maintenance: Changed version to 1.8.13-pre3 after releasing pre2 tar ball to ftp
Allen ByrneAllen Byrne
14ba7e06ab7[svn-r25131] Add clarification to download location and extlibs.
Allen ByrneAllen Byrne
6ecece45591[svn-r25129] Add clarification to download location and extlibs.
Albert ChengAlbert Cheng
60d05f97643[svn-r25124] Updated with bug fixes.
Binh-Minh RiblerBinh-Minh Ribler
a4c8f2899f0[svn-r25123] Description: Made printError() virtual as the original; missed it from the previous fix. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Albert ChengAlbert Cheng
8c113184512[svn-r25122] HDFFV-8755: Remove compress option from bin/release Tested: by hand. "bin/release ... compress" to see it failed and to see it succeeded when compress is not used.
Binh-Minh RiblerBinh-Minh Ribler
f636381c039[svn-r25118] Description: Added note about adding Exception::printErrorStack.
Binh-Minh RiblerBinh-Minh Ribler
18b5feeebbb[svn-r25114] Description: - Put back Exception::printError for backward compatibility - Added static member function Exception::printErrorStack to print error stack without an instance of Exception. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Larry KnoxLarry Knox
c25030bd514[svn-r25110] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with --disable-sharedlib-rpath on emu, platypus and quail.
Allen ByrneAllen Byrne
37bed643673[svn-r25105] Correct installed menu name
Albert ChengAlbert Cheng
31610c6fd55[svn-r25095] Bug: HDFFV-8433 Need to unify Windows release process (zip file) and Unix release process (bin/release-> tarfile) Solution: Added a new option (zip) to generate Windows zip file from the release tarball. Tested: by hand running "bin/release ... gzip zip" to verify zip file looks right. Allen and Dana then confirmed the zip file can be used to build and test HDF5 library without error.
Elena PourmalElena Pourmal
c3feacc9de6[svn-r25091] Maintenance: I accidentally bumped the shared library number when creating the 1_8_13 branch. Fixed. Thanks to Larry and Mike M. who caught the error.
Allen ByrneAllen Byrne
eed876e650e[svn-r25087] HDFFV-8676, HDFFV-8677, HDFFV-8678: LTparse and analyze patches. Correct CMAKE_INSTALL_PREFIX handling. Tested: local linux with cmake
Albert ChengAlbert Cheng
02da269c231[svn-r25083] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745: h5diff issues "unable to read attribute" error message when comparing two files Description: h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure. Solution: We decided to treat the case when one type is variable length string and the other is not as incom...
Frank BakerFrank Baker
b498b98ab17[svn-r25073] Description: Copy edit: change --with-ptreads to --with-pthreads.
Elena PourmalElena Pourmal
ed0dc92409a[svn-r25072] Maintenance: Changed version number to 1.8.13-pre2 after releasing 1.8.13-pre1 to the ftp outgoing directory; switched to production mode for the next release candidate. Platforms tested: jam to check if default mode was successfully changed to production.
Larry KnoxLarry Knox
aacd19fe2ed[svn-r25067] Fix for HDFFV-8276, the --disable-sharedlib-rpath configure optino doesn't remove rpaths from the library files, was checked into trunk in September 2013, but not into the 1.8 branch. part of the code was merged to v1.8 in the interim for fortran, but not for hl or c++. The rest is merged in this revision. The --disable-sharedlib-rpath option seems to have no effect on non-Linux platforms. Tested with h5committest on jam, koala, ostrich and platypus. Tested with --disble-share...
Mark EvansMark Evans
ffdef47785b[svn-r25065] Fixed a typo.
Binh-Minh RiblerBinh-Minh Ribler
0b281737ab2[svn-r25064] Description: Slightly revised C++ API entries.
Binh-Minh RiblerBinh-Minh Ribler
84fd5eaca68[svn-r25063] Description: Put back overloaded functions for backward compatibility: - were replaced by better prototyped versions, such as Attribute::getNam. - were modified to add const to constant arguments. Added notes for future removal in documentation. (Elena approved) (Merged from 1.8 r25062) Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Mark EvansMark Evans
4d1307e4a3c[svn-r25060] Edited for readability.
Elena PourmalElena Pourmal
6d31fb9b0c2[svn-r25059] Maintenance: Reworked several entries in the file to make them (hopefully) less cryptic for our users. Not all entries were updated since I couldn't find information about those entries in JIRA.
Binh-Minh RiblerBinh-Minh Ribler
f662953fe6b[svn-r25058] Description: Update for C++ API.
Frank BakerFrank Baker
62473b112ea[svn-r25055] Description: Update copyright notice to include 2014.
Larry KnoxLarry Knox
2f017d0a809[svn-r25052] Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections. Added description of LD_LIBRARY_PATH change to configure and using scripts to compile and run installed example files to Bug Fixes/Configuration section. Test changes.
Quincey KoziolQuincey Koziol
004b8837990[svn-r25051] Description: With permission from release management (Elena), bring r25050 from 1.8 branch back to the 1.8.13 release branch: > Bring r24995 and r24998 from the trunk to the 1.8 branch: > >r24995: > Improve checks for NULL buffer from user during H5Dread/H5Dwrite calls. > >r24998: > Check in Neil's changes for correctly handling case where library is > reinitialized through a deprecated routine. Tested on: Mac OSX/64 10.9.2 (amazon) w/serial & paralle (chang...
Scot BreitenfeldScot Breitenfeld
d3015edd364[svn-r25048] Added fixes and known issues. M.S. Breitenfeld
Allen ByrneAllen Byrne
37cd6a1b48c[svn-r25047] Added cygwin known problem.
Elena PourmalElena Pourmal
56c71be6531[svn-r25040] Maintenance: Cleaned version numbers in the file in preparation for the release.
Elena PourmalElena Pourmal
b22ff7fa4a1[svn-r25038] Maintenance: Changed version in 1_8_13 to 1.8.13-pre1
Elena PourmalElena Pourmal
2530ede1c69[svn-r25036] Maintenance before creating 1_8_13 branch: changed version number to 1.8.14-snap0