[svn-r27943] Purpose: Fix HDFFV-7947 (cont.)Description:
In the friend functions that setId, changed the direct assignment of
id to using p_setId() so that the previous id can be closed first to
avoid memory leaks.
This change was tested and confirmed by user Jorj on Forum when his
application stopped running out of memory. Currently, the C++ library
doesn't have a way to test this. A function such as H5Inmember...
[svn-r27939] Remove H5D__iterate and use H5S_select_iterate directlyAdd internal library callback to H5S_select_iterate to avoid having
to pass hid_t objects internally
[svn-r27933] Cmake 3.3 allowed execute_process to merge output and error files if the filename or the variable were the same.Changed instances to make the outpu_variable different.
[svn-r27898] add an additional perl command to replace int with hid_t in H5LTparse.c - this is needed when running autogen on a couple of HPC machines.
[svn-r27892] Removed redefinition of H5C__HASH_FCN in test/cache_common.h.This was causing failures on Ada.
Tested on: Ubuntu 15.04 (Linux 3.19.0) w/ gcc 4.9.3
[svn-r27891] Description: Revert changes to 'all' and 'none' selections: the serialized header info is handled in the general H5S_select_deserialize() routine.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r27890] Description: Remove 'unused' attribute from decoding pointer flag that I missed in the last checkin.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r27880] Changes to autogen.sh- Removed the long options, which are not supported under
the getopts builtin.
- Correctly labeled the autogen.sh script as requiring bash
(via the #!). We may need to remove the bash constructs
before the 1.10 release and revert to sh.
- The help output is now correct.
Tested on: local linux
[svn-r27851] Description: Normalization changes that wouldn't otherwise be necessary if the VDS branch wasn't coming in shortly.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
[svn-r27834] Description: Close FAPL for external link test, to fix infinite loop closing the library.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(too minor to require h5committest)
[svn-r27832] Updates to configure.ac based on the results of autoscan.This removes all of the TRY_* macros and replaces them with *_IFELSE
macros, which are better for cross-compiling.
Tested on: h5committest (cmake fails due to --enable-fortran2003)
[svn-r27831] HDF5-0: Removed enable-fortran2003 which is no longer needed. HDFFV-8932: added option to specify which zlib to use.Tested: platypus 32 or 64bit, with or without zlib.