AuthorCommitMessageCommit dateIssues
Mohamad ChaarawiMohamad Chaarawi
ccdcbec6350[svn-r26678] add ifdef checks and setting for __attribute__ in a public place to allow usage inpublic routines.
Albert ChengAlbert Cheng
cf11eef3859[svn-r26677] HDFFV-8957: h52gif crashes when run against one of our own examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated.Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Need to update user document tool. Tested: h5committested.HDFFV-8957
Albert ChengAlbert Cheng
6c04e6b03c4[svn-r26675] HDFFV-9201: Create md5s for bzip, gzip and zip files An md5 checksum is produced for each archive created and stored in the md5 fileTested: jam by hand.HDFFV-9201
Albert ChengAlbert Cheng
f207efd6f33[svn-r26671] Since cmake always redoes everything from start, I change the logfiles to start fresh everytime.Tested: platypus
Larry KnoxLarry Knox
306775bc988[svn-r26670] Remove VPATH and LONE_COLONTested with h5committest
Larry KnoxLarry Knox
11413003c26[svn-r26669] Remove code to prevent duplicate includes of /usr/include and /usr/lib.Tested h5committest
Binh-Minh RiblerBinh-Minh Ribler
ea029945f5b[svn-r26667] Purpose: Fixed HDFFV-8766Description: Per user Jason Newton request, the following constructor is added: H5File(hid_t existing_id); Also, fixed H5File::openFile to close current file first before re-using the object. Platforms tested: Linux/64 (platypus) Linux/32 2.6 (jam gnu and Intel 15.0) SunOS 5.11 (emu)HDFFV-8766
Frank BakerFrank Baker
d2c5e2bf578[svn-r26665] Description: Update HDF Group copyright dates to include 2015.
Albert ChengAlbert Cheng
88f8a3c11f2[svn-r26662] added option to configure support for fortran2003 API.--enable-fortran2003 | --disable-fortran2003: enable or disable fortran2003 API. Default is off. Tested: by hand in platypus.
Allen ByrneAllen Byrne
45577d56931[svn-r26660] HDFFV-9131: autotols rework Remove CXX_CONDITIONAL remove unneeded/obsolete sections.h5commtitestHDFFV-9131
Scot BreitenfeldScot Breitenfeld
13980cd69a7[svn-r26657] Fix for HDFFV09202.HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: jam( --enable-fortran2003, gnu) koala (--enable-fortran2003, intel)HDFFV-9202
Binh-Minh RiblerBinh-Minh Ribler
98d1c2d9a9e[svn-r26655] Purpose: Fixed HDFFV-7947 Description: When copy constructor or constructor that takes an existing id is invoked, the C ref counter stays the same but there is an extra C++ object which later is destroyed and may cause the HDF5 id to be closed prematurely. The C++ library needs to increment the ref counter in these situations, so that the C library will not clos... However, the incrementing of ref count left some objects opened at the end of the program, perhaps, due to compiler's optimization on cons/destructors. The constructor, that takes an existing id, needs to increment the counter but it seems that the matching destructor wasn't invoked. The workaround is to have a function for each class that has "id" that only sets the id ...HDFFV-7947
Allen ByrneAllen Byrne
d0cea60466a[svn-r26653] Update default settings
Allen ByrneAllen Byrne
3d1f7a21b31[svn-r26652] Update default settings
Mohamad ChaarawiMohamad Chaarawi
3dd38a29b1c[svn-r26650] move size_t cast from define of HG_ALIGN to usage of HG_ALIGN.
Mohamad ChaarawiMohamad Chaarawi
01093ad3503[svn-r26649] squish warnings.
Quincey KoziolQuincey Koziol
bf7c3fb6708[svn-r26647] Description: Bring r26639 from autotools_rework branch to trunk: Switch AC_TRY_RUN macros to AC_RUN_IFELSE macros. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Albert ChengAlbert Cheng
56fe37c8e67[svn-r26646] Bug fix: HDFFV-8957 h52gif crashes when run against one of our own examples.Description: h52gif crashed when it was asked to convert a 24bitimage. Upon viewing the code, it did not prepare to handle images other than 2 dimensions. It has no concept of multiple planes images. Further examinations showed past attempts to fix it ended up removed some abilities (-p or multiple planes, animation, ...) have been removed but documentation was not updated. Even its online hel...HDFFV-8957
Larry KnoxLarry Knox
f617eeb78fb[svn-r26645] Revert the part of revision 26642 that is in fortran/test and causes the error "undefined reference to `verify_fortran_integer_4_". files: tH5P_F03.f90 tf.f90Tested: h5committest and several failed daily tests.
Binh-Minh RiblerBinh-Minh Ribler
39fb0401a08[svn-r26643] Purpose: Adding new wrappers (HDFFR-9167 partially) Description: Added wrappers for C functions H5P[s/g]et_libver_bounds and wrappers for getting object header version // Sets bounds on versions of library format to be used when creating // or writing objects. void setLibverBounds(H5F_libver_t libver_low, H5F_libver_t libver_high) const; // Gets the current settings for the library version format bounds. void getLibverBounds(H5F_libver_t& libver_low, H5F_libver_t& libver_high) const; // Returns the object header version o...HDFFR-9167
Scot BreitenfeldScot Breitenfeld
8e5a71c716c[svn-r26642] Fix for HDFFV09202 and HDFFV-9171.HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest2 JIRA Issues
Binh-Minh RiblerBinh-Minh Ribler
72d896f7094[svn-r26640] Purpose: Fix bugsDescription: - Changed DataType::operator= to simply copy the id of rhs instead of calling H5Tcopy because, when the operator= is invoked, a different datatype id is created and it won't have the same characteristics as rhs', specifically, if the rhs represents a named datatype, "this" would still be a transient datatype. - Added a DataType constructor that takes...
Quincey KoziolQuincey Koziol
6f75afd15ef[svn-r26635] Description: Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
68decbbc42e[svn-r26634] Description: Bring r26550 from autotools_rework branch to trunk: Remove orphaned macro definitions (not attached to anything in the library) Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Neil FortnerNeil Fortner
1756ca5c13d[svn-r26633] Add -D_DEFAULT_SOURCE to CPPFLAGS on Linux systems. -D_BSD_SOURCE is deprecated in recent versions of glibc, and -D_DEFAULT_SOURCE is the replacement. Keep -D_BSD_SOURCE for now to support older systems. gcc will not issue a warning about -D_BSD_SOURCE being deprecated when -D_DEFAULT_SOURCE is supplied as well.Tested: jam, koala, ostrich (h5committest)
Quincey KoziolQuincey Koziol
50d7a323300[svn-r26632] Description: Bring r26549 from autotools_rework branch to trunk: Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Scot BreitenfeldScot Breitenfeld
ff1c86df14d[svn-r26631] reverted change r26629
Scot BreitenfeldScot Breitenfeld
d494d7b3b95[svn-r26629] Fix for HDFFV09202 and HDFFV-9171.HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers, HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests Tested: h5committest2 JIRA Issues
Quincey KoziolQuincey Koziol
b96e13a7e34[svn-r26627] Description: Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
c2472b4d006[svn-r26625] Description: Bring r26543 from autotools_rework branch to trunk: Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
79f59eaf4dc[svn-r26623] Description: Bring r26513 from autotools_rework branch to trunk: Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
f7386e173c6[svn-r26622] Description: Bring r26546 from autotools_rework branch to trunk: Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and LONG_TO_LDOUBLE_SPECIAL checks. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
e30b4b17cfd[svn-r26618] Description: Bring r26511 from autotools_rework branch to trunk: Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working around bugs in the Cray X1 compiler and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Scot BreitenfeldScot Breitenfeld
037f8104e8b[svn-r26616] Removed reference to grpit.f90 since it was removed.
Allen ByrneAllen Byrne
538be8f8474[svn-r26612] Fix missing endif
Allen ByrneAllen Byrne
eafd204b2d5[svn-r26607] Correct test of plugin read when disabled to not print FAILURE when successful
Quincey KoziolQuincey Koziol
c4ec20a6de2[svn-r26606] Description: Bring r26508 from autotools_rework branch to trunk: Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
39373fbabbc[svn-r26605] Description: Bring r26503 & r26528 from autotools_rework branch back to the trunk: Remove old platform configure files: craynv, dec-flags, hpux11.23, ia64-linux-gnu, nec-superux14.1, sv1-cray, x86_64-redstorm-linux-gnu Also remove CONVERT_DENORMAL_FLOAT, since this was only set in the configure files being removed. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Allen ByrneAllen Byrne
f3dd294ff22[svn-r26604] Add component aware configuration
Quincey KoziolQuincey Koziol
c8a5172968c[svn-r26602] Description: Bring r26502 from autotools_rework branch to trunk: Remove the H5_SW_ULONG_TO_FP_BOTTOM_BIT_WORKS and H5_FP_TO_ULLONG_BOTTOM_BIT_WORKS macros/defines, as they are no longer used by supported platforms. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
90cc5df2905[svn-r26598] Description: Bring r26501 from the autotools_rework branch to the trunk: Remove ULLONG_TO_LDOUBLE_PRECISION macro/define, as it's targeting bugs in the FreeBSD and Cygwin compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
27dd4e0f05c[svn-r26597] Description: Bring r26500 from autotools_rework branch to trunk: Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with the Visual Studio 6 compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
b03d04742d4[svn-r26596] Description: Bring r26499 from autotools_rework branch to trunk: Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Quincey KoziolQuincey Koziol
c622cc7b387[svn-r26595] Description: Bring r26494 from autotools_rework branch back to trunk: Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing problems with older Intel compilers on Linux that are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for several days)
Allen ByrneAllen Byrne
451a91e53bd[svn-r26594] Merge macros and fortran changes from dual_binary feature.Tested: local linux
Quincey KoziolQuincey Koziol
d3114a96da6[svn-r26591] Description: Bring r26492 from autotools_rework branch back to trunk: Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM macros/defines, which were added to address problems with older PGI compilers and HP-UX systems and are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)
Quincey KoziolQuincey Koziol
597c3c089b0[svn-r26587] Description: Bring r26489 from autotools_rework branch to trunk: Remove the ULONG_TO_FP_BOTTOM_BIT_ACCURATE macro/define, as it was added for SGI systems and old Solaris systems, which are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested for >1 week)
Quincey KoziolQuincey Koziol
e89290b777c[svn-r26584] Description: Bring r26485 from the autotools_rework branch to the trunk: Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested for >1 week)
Scot BreitenfeldScot Breitenfeld
299deb64fb0[svn-r26575] Removed compiler warning for hl/tools and hl/src. HDF5-250 and HDF5-241tested: h5committest2 JIRA Issues
Quincey KoziolQuincey Koziol
460b629e038[svn-r26560] Description: Bring r26483 from autotools_rework branch back to trunk: Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on branch for >1 week)