summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25260] Update versionsAllen Byrne2014-06-111-28/+53
|
* [svn-r25249] change test to ignore h5diff warnings (endianess issue)Allen Byrne2014-06-101-1/+1
|
* [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-0813-26/+26
|
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-047-8/+12
| | | | Minor doc edits
* [svn-r25238] Removed warning about the data type of the actual argument does ↵Scot Breitenfeld2014-06-041-1/+1
| | | | | | not match the definition to verify function. Trivial fix. tested: jam (gnu)
* [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-2514-29/+29
|
* [svn-r25215] Description:Quincey Koziol2014-05-258-132/+178
| | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r20914: Use HDstrncpy and HDstrncat! --gh 20915: Use HDstrncpy and HDstrncat! --gh Tested on: Mac OSX/64 10.9.3 (amazon) w/gcc 4.9.0, C++, FORTRAN & parallel (too minor to require h5committest)
* [svn-r25208] Make the header generation optional and depend on finding perl ↵Allen Byrne2014-05-211-31/+37
| | | | executable. Needed because window does not have perl.
* [svn-r25207] Description:Quincey Koziol2014-05-201-1631/+1367
| | | | | | | | | | | | | Merge changes from Coverity branch to trunk: r20907: Original issue was #338. Refactored code to clean up allocations consistantly, completely, check all returns, assign initialization values and handle errors. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9, FORTRAN, C++, parallel & multi-threaded (too minor to require h5committest)
* [svn-r25206] Description:Quincey Koziol2014-05-201-3/+79
| | | | | | | Add new warning flags for gcc 4.9.x Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.0
* [svn-r25205] Fix CMP0040 Policy cmake usageAllen Byrne2014-05-201-7/+18
|
* [svn-r25202] Description:Binh-Minh Ribler2014-05-191-2/+2
| | | | | | | Set OUTPUT_DIRECTORY to cpplus_RM and HTML_OUTPUT to '.' because they were reset by accident causing "bin/release doc" to fail. Ran bin/release to verify the failure was gone.
* [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-1813-26/+26
|
* [svn-r25197] Description:Quincey Koziol2014-05-176-23/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Bring changes from hdf5_1_8_coverity branch back to trunk: r20878: Issue 76: Check if H5Tget_nmembers(type) fails and simply return(FALSE). Also move printf to after check. r20880: Issue 192: Create ret_val var set to -1. Add out label for failures to jump to, return ret_val at bottom. r20882: Fixes for coverity: 1) bug #1679: remove dead code in test/mf.c 2) bug #1680: remove dead code in tools/lib/h5diff_dset.c r20883: Fix coverity issue 585 Description: Changed variable "c" in processStrData in h5import.c to an int, to match fgetc return value, and removed call to feof, instead checking if c == EOF. Tested on: MacOSX/64 10.9.3 (amazon) w/C++, FORTRAN & parallel (too minor to require h5committest)
* [svn-r25191] Moved file back to cmake folderAllen Byrne2014-05-141-1/+1
|
* [svn-r25189] Fix CMP0053 cmake usageAllen Byrne2014-05-141-4/+4
|
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-1448-4484/+155
| | | | Tested: local linux
* [svn-r25185] update cmake command name caseAllen Byrne2014-05-124-21/+6
|
* [svn-r25183] correct path statementAllen Byrne2014-05-121-1/+1
|
* [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-1114-27/+26
|
* [svn-r25173] Removed unused module TH5F.Scot Breitenfeld2014-05-071-1/+0
| | | | Tested: jam (intel, pgi)
* [svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and ↵Scot Breitenfeld2014-05-064-17/+15
| | | | | | fortranlib_test.f90. Thus removing the dependency on tH5F.f90, which was causing compilation race-conditions in cmake. Tested: jam (gnu)
* [svn-r25163] Update file to match release changesAllen Byrne2014-05-051-472/+287
|
* [svn-r25161] Removed some C++-style comments from H5FDcore.c.Dana Robinson2014-05-051-8/+0
| | | | | | | Tested on: 32-bit LE linux (jam) Tested with HDF5_DRIVER set to "core_paged".
* [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-0413-26/+26
|
* [svn-r25136] Bug: HDFFV-8433Albert Cheng2014-04-301-23/+26
| | | | | | | 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".
* [svn-r25135] Remove property will fail - This only is true on windows shared.Allen Byrne2014-04-291-1/+2
|
* [svn-r25133] Rudimentary changes; changed the casting of hid_t_f variables ↵Scot Breitenfeld2014-04-282-15/+15
| | | | | | that used a casting of int_f to use a casting of hid_t_f. Tested: jam (gnu)
* [svn-r25130] Add clarification to download location and extlibs.Allen Byrne2014-04-281-7/+22
|
* [svn-r25128] HDFFV-8172: Add tests properties that indicate it will fail and ↵Allen Byrne2014-04-281-1/+3
| | | | to depend on PASSED in the output.
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-2713-26/+26
|
* [svn-r25125] Description:Binh-Minh Ribler2014-04-261-1/+1
| | | | | | | | 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)
* [svn-r25120] HDFFV-8755: Remove compress option from bin/releaseAlbert Cheng2014-04-251-6/+5
| | | | Tested: by hand. "bin/release ... compress" to see it failed and to see it succeeded when compress is not used.
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-2547-118/+22
| | | | | | | | | | | 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 configure option --disable-sharedlib-rpath on emu, platypus and quail.
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-2534-2716/+2716
|
* [svn-r25112] Description:Quincey Koziol2014-04-251-1/+4
| | | | | | | | Revert r25081 Tested on: MacOSX/64 10.9.2 (amazon) w/FORTRAN & parallel (h5committest not necessary)
* [svn-r25108] Description:Binh-Minh Ribler2014-04-253-6/+29
| | | | | | | | | | - 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)
* [svn-r25103] Correct installed menu nameAllen Byrne2014-04-251-1/+2
|
* [svn-r25100] Added -V to example command line.Allen Byrne2014-04-251-1/+2
| | | | Added note about INSTALLDIR.
* [svn-r25098] Disable fortran by defaultAllen Byrne2014-04-251-9/+6
|
* [svn-r25097] Description:Quincey Koziol2014-04-259-135/+142
| | | | | | | | | | | Make progress toward moving from DXPL IDs to property list structures within the library. Also move the signature location code from the H5F package to the H5FD package, where it's a better fit. Also, clean up some more compiler warnings along the way. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
* [svn-r25096] Bug: HDFFV-8433Albert Cheng2014-04-242-1/+73
| | | | | | | | | | | 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.
* [svn-r25092] Description:Quincey Koziol2014-04-247-316/+330
| | | | | | | | | | More migration to using H5F_io_info_t pointers and away from using property list IDs internally. Also, clean up some compiler warnings in the cache code. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
* [svn-r25088] Description:Quincey Koziol2014-04-235-63/+93
| | | | | | | | | Introduce "file I/O info" struct, to hold file & dxpl pointers, and start propagating up through library. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest coming)
* [svn-r25085] Comment out under-development codeAllen Byrne2014-04-231-14/+14
|
* [svn-r25084] Description:Quincey Koziol2014-04-2340-359/+539
| | | | | | | | | Begin process of migrating from using property list IDs internally to the library to using the internal generic property list data structure. Tested on: Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & parallel (h5committest forthcoming)
* [svn-r25081] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745:Albert Cheng2014-04-2211-11/+66
| | | | | | | | | | | | 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 incomparable. That bypassed the above error. We still need to figure out the proper way, if possible, to compare variable string with non-variable string types. Tested: h5committested plus tested in Swallow (OS X 10.8).
* [svn-r25075] Correct the install folder logic.Allen Byrne2014-04-222-19/+32
| | | | Tested: local linux and Mac
* [svn-r25061] Description:Binh-Minh Ribler2014-04-1722-54/+325
| | | | | | | | | | | Put back overloaded functions for backward compatibility: - were replaced by better prototyped versions, such as Attribute::getName. - were modified to add const to constant arguments. Added notes for future removal in documentation. Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) SunOS 5.11 (emu)
* [svn-r25057] Description:Frank Baker2014-04-161-1/+1
| | | | Update copyright notice to include 2014.