Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
573d2b895ec[svn-r25146] Updated sections. Changed APPENDIX to Platform configuration file example with extra comments. Updated files for web.
Albert ChengAlbert Cheng
1852861737b[svn-r25140] 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
0ce16924cd5[svn-r25137] 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".
Allen ByrneAllen Byrne
75963cf5edd[svn-r25132] Add clarification to download location and extlibs.
Private HDFPrivate HDF
994a8414022[svn-r25127] Snapshot version 1.8 release 14 (snap1)
Albert ChengAlbert Cheng
612588af170[svn-r25121] 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.
Quincey KoziolQuincey Koziol
7a668438100[svn-r25119] Description: Make the exit status from ph5diff always be 0, as it is on the trunk. Also a few coding standard cleanups to the test generation code. Tested on: MacOSX/64 10.9.2 (amazon) w/FORTRAN & parallel (h5committest not necessary)
Binh-Minh RiblerBinh-Minh Ribler
1a5d6e47d2b[svn-r25116] 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)
Binh-Minh RiblerBinh-Minh Ribler
67641211a89[svn-r25115] 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)
Dana RobinsonDana Robinson
c5815755cc9[svn-r25111] Changed Subeversion EOL and executable properties. No code changes.
Quincey KoziolQuincey Koziol
4257a32de13[svn-r25109] Description: Bring r25084, 25088, 25092, 25097 from trunk to 1.8 branch: r25084: Begin process of migrating from using property list IDs internally to the library to using the internal generic property list data structure. r25088: Introduce "file I/O info" struct, to hold file & dxpl pointers, and start propagating up through library. r25092: More migration to using H5F_io_info_t pointers and away from using property list IDs internally. Also, clean up some co...
Larry KnoxLarry Knox
b018ba48ced[svn-r25106] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from lib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath configure 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 on emu and kite.
Allen ByrneAllen Byrne
bbaec6dfe44[svn-r25104] Correct installed menu name
Allen ByrneAllen Byrne
27acfa6f326[svn-r25100] Added -V to example command line. Added note about INSTALLDIR.
Allen ByrneAllen Byrne
213b3851beb[svn-r25099] Disable fortran by default
Albert ChengAlbert Cheng
ed5f0fbd4fc[svn-r25094] 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.
Albert ChengAlbert Cheng
7031b03ac83[svn-r25082] 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...
Allen ByrneAllen Byrne
2fc0c50a9de[svn-r25076] Correct the install folder logic. Tested: local linux
Allen ByrneAllen Byrne
3bd99b85bad[svn-r25074] HDFFV-8709: Add changes for HDFFV-8676, -8677, -8678 Tested: local linux
Private HDFPrivate HDF
b59f172c535[svn-r25071] Snapshot version 1.8 release 14 (snap0)
Larry KnoxLarry Knox
10c13288b42[svn-r25068] Fix for HDFFV-8276, the --disable-sharedlib-rpath configure optino doesn't remove rpaths from th e 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 mer ged 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 --disbl...
Binh-Minh RiblerBinh-Minh Ribler
19125219cdc[svn-r25062] 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 trunk r25061. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
Frank BakerFrank Baker
33fd0f8ce25[svn-r25056] Description: Update copyright notice to include 2014.
Larry KnoxLarry Knox
74435047bb2[svn-r25053] Merge changes to RELEASE.txt for 1.8.13 release: Reviewed and revised version information for unix daily tested machines in supported a d tested platforms sections. Added description of LD_LIBRARY_PATH change to configure and using scripts to compile nd run installed example files to Bug Fixes/Configuration section. Text change only.
Quincey KoziolQuincey Koziol
66fb0ea64e2[svn-r25050] Description: 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 (change has baked on trunk for >7 days)
Allen ByrneAllen Byrne
c45423a13de[svn-r25044] Correct test DEPENDS format.
Binh-Minh RiblerBinh-Minh Ribler
1b1d5bb45a8[svn-r25042] Description: Updated for C++ API new features and bug fixes.
Elena PourmalElena Pourmal
5cf6bbcd8c1[svn-r25041] Maintenance: More version cleanup in the file
Elena PourmalElena Pourmal
09e02189b69[svn-r25039] Maintenance: Cleaned the RELEASE.txt file for the next maintenance cycle.
Dana RobinsonDana Robinson
a073e210903[svn-r25605] Allows Subversion path selection for szip and zlib via the GUI. Still has problems with linkage names, though, so builds do not succeed when SVN szip/zlib are configured via the GUI.
Dana RobinsonDana Robinson
a57c4fb8f85[svn-r25603] Extends the dialog box prevention scheme to the high-level and C++ libraries.
Dana RobinsonDana Robinson
c92db199fa0[svn-r25602] Moved dialog box disable function to H5system.c. Added the functionality to the tools init code. Tested on local Windows.
Dana RobinsonDana Robinson
8fd12040b1d[svn-r25601] Adds functionality that disables error dialog boxes on Windows. Potential (partial) fix for HDFFV-8851.
Dana RobinsonDana Robinson
0c61d1be51d[svn-r25600] Added BRANCH.txt
Allen ByrneAllen Byrne
9a5a86e8738[svn-r25595] Update VMs on other tested
Private HDFPrivate HDF
7f2fa8340bf[svn-r25591] Snapshot version 1.9 release 195
Mohamad ChaarawiMohamad Chaarawi
1064f6cd03a[svn-r25586] need to use MPI_Count and corresponding _x check routines post read/write to handle big counts.
Mohamad ChaarawiMohamad Chaarawi
ace4fef4d61[svn-r25573] fix error output when dataset verify detects wrong data.
Allen ByrneAllen Byrne
5a4357e4fb0[svn-r25570] UNDO:Added option to build tools static when building shared libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux
Allen ByrneAllen Byrne
c23f3a7ea57[svn-r25569] Added option to build tools static when building shared libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
Private HDFPrivate HDF
2154d1c6f1b[svn-r25563] Snapshot version 1.9 release 194
Allen ByrneAllen Byrne
38251c0765e[svn-r25552] JAVA-1880: hdfview failure to load plugins identified default value was incorrectly formed. Tested: windows
Private HDFPrivate HDF
77e7e788c87[svn-r25546] Snapshot version 1.9 release 193
Allen ByrneAllen Byrne
32c3fec56c7[svn-r25536] HDFFV-8897: remove include extra paths.
Private HDFPrivate HDF
3f11676e9d8[svn-r25534] Snapshot version 1.9 release 192
Mohamad ChaarawiMohamad Chaarawi
88fb6b1374e[svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c fix bugs where hid_t were assumed to be 32 bit ints or herr_t.
Mohamad ChaarawiMohamad Chaarawi
2a5454616a6[svn-r25527] fix printf format warnings in dtypes test.
Mohamad ChaarawiMohamad Chaarawi
f98f792fe3d[svn-r25524] remove usage of // comment styles.
Allen ByrneAllen Byrne
a794cc9103b[svn-r25518] HDFFV-8880: Remove t_posix_compliant test references
Mohamad ChaarawiMohamad Chaarawi
333f1d47835[svn-r25516] remove use of MPI_LB and MPI_UB deprecated markers and use resize instead.