[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.
[svn-r27819] bbrelease is a modified copy of the release script, which checks for the "configure" file to verify that it is in the top level HDF5 directory. bbrelease creates a tar file for buildbot testing, and since configure is no longer checked in, the script failed. configure.ac should always be present in the top level source directory, even before running autogen.sh, so it should be a ...Tested with h5committest.
[svn-r27812] Updated the autotools files to only compile direct VFD and parallel code when those options were specified in the configure step.Tested on: jam w/ serial, parallel, and direct VFD
[svn-r27811] Description: Refactor property list code to "deep copy" properties in the correct way, retraining the rest of the library to copy & release things correctly. This cleans up another batch of memory leaks, etc. within the library.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
Linux/32 2.6.x (jam) w/serial & parallel
(h5committest forthcoming)
[svn-r27806] Fix property list serialization for values encoded by H5Pset_chunk_cache to be compatible between 32 and 64 bit systems. Expand cross platform property list encode/decode testing. Fix warning in H5P__fill_value_enc.Tested: jam, koala, ostrich (h5committest), ummon
[svn-r27803] Synch header generation to autogen and create files in source folder.Tested : Windows which had issues creating the files in both source and build (by-product of perl script).
[svn-r27794] Reintegration merge of features/autotools_rework branch with trunkNOTES:
- Developers will have to run autogen.sh before building with the autotools.
- autogen.sh takes the -p option to mimic the old bin/reconfigure behavior.
- The generated error, overflow and version headers have been left in place.
- The generated H5LT parser code has also been left in place.
- There are no changes for CMake users at this time.
Tested on: h5committest
[svn-r27775] Undo of r27655Removes .pl extension from Perl scripts. This may be returned in the future,
but it's best to keep the script names unchanged while we merge with the
trunk.
Tested on: h5committest
[svn-r27771] Description: Merge in part of Neil's property list fixes: Fix a minor memory leak, add some sanity checks, clean up the code a little, and verify that encoding/ decoding default versions of the property lists works correctly.Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(Too minor to require h5committest)
[svn-r27768] Description: Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library
shutdown and is also be _much_ more proactive about giving feedback for
resource leaks internal to the library.
Introduces a new "module" header file for packages in the library
(e.g src/H5Fmodule.h) which sets up some necessary package configuration macros
for the FUNC_ENTER/LEAVE macros. (The VFL drivers have the...
[svn-r27753] Removed duplicated attribute macro checks. Moved canonical attribute macro checks from src/H5api_adapt.h to H5private.h, which is where they belong anyway.Tested on: h5committest (manually inspected for attribute warnings)
[svn-r27752] Merge of r27751 from 1.8 branchAdded a comment to config/ibm-flags that describes the purpose of the
-qflag=w:w compiler flag.
Tested on: N/A (no access to AIX, comment only)