AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
0695d6366a6M[svn-r27835] Description: Sync w/trunk.Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
Quincey KoziolQuincey Koziol
8fc9a9ba251[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)
Dana RobinsonDana Robinson
502dd5500be[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)
Albert ChengAlbert Cheng
809dcb5c8e8[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.2 JIRA Issues
Dana RobinsonDana Robinson
e78fa78f071[svn-r27829] Added --copy to automake invocation in autogen.sh to force copies instead of symlinks.Tested on: local linux
Dana RobinsonDana Robinson
132ab9c2f3d[svn-r27828] Removed Perl-generated header files and H5LT parse code created by flex/bison.Tested on: jam
Larry KnoxLarry Knox
967dad8cf8b[svn-r27826] Modify bbrelease to add autogen.sh to the source tarball.
Allen ByrneAllen Byrne
87005a24baf[svn-r27823] Add new options for dynamic analysis
Larry KnoxLarry Knox
7c1c3734f35[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.
Dana RobinsonDana Robinson
944e42d5ea7[svn-r27818] Minor warning fixes.Tested on: h5committest
Allen ByrneAllen Byrne
2ddf84b036f[svn-r27817] Fix generated file dependencies
Dana RobinsonDana Robinson
a8bd6fa91e9[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
Quincey KoziolQuincey Koziol
ee7612be44b[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)
Quincey KoziolQuincey Koziol
222e7186ea7[svn-r27810] Description: Clean up resources on failureTested on: Linux/32 2.6.x (jam) w/Purify
Dana RobinsonDana Robinson
78848c63b7f[svn-r27809] Minor warning fixes in the library.Tested on: jam (too minor for h5committest)
Allen ByrneAllen Byrne
12d5f2bb3cc[svn-r27808] Update CMake files to use updated test files.
Quincey KoziolQuincey Koziol
81b5e1c51ff[svn-r27807] Description: Close memory leak on failure.Tested on: Linux/32 2.6.x (jam) w/purify
Neil FortnerNeil Fortner
d23cc2da705[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
Quincey KoziolQuincey Koziol
52ac462e7c7[svn-r27805] Description: Shut warnings from purify up.Tested on: Linux/32 2.6 (jam) w/purify (Too minor to require h5committest)
Allen ByrneAllen Byrne
36869656f5d[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).
Dana RobinsonDana Robinson
92dc6653011[svn-r27802] Added an explicit -I m4 to the aclocal line.The files in the m4 directory were not getting picked up on some platforms. Tested on: jam
Dana RobinsonDana Robinson
d90e4acfa7b[svn-r27801] Minor warning fixes in the tools.Tested on: jam (too minor for h5committest)
Dana RobinsonDana Robinson
2385b2b0ad8[svn-r27800] Minor warning fixes in the library tests.Tested on: jam (too minor for h5committest)
Dana RobinsonDana Robinson
cc0165a973d[svn-r27799] Minor warning fixes in the high-level library.Tested on: jam (too minor for h5committest)
Allen ByrneAllen Byrne
183ba43b416[svn-r27796] Remove duplicated if block
Dana RobinsonDana Robinson
058ec375598[svn-r27795] Removed some autotools generated files that were not caught by the last checkin.Tested on: bin/chkmanifest
Dana RobinsonDana Robinson
9af344117c2M[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
Dana RobinsonDana Robinson
14e3550348dM[svn-r27790] Merge of r27632, 27676, 27683 from the trunk.Tested on: N/A (mergeinfo only)
Dana RobinsonDana Robinson
ef8c73ecc3e[svn-r27789] Merge of r27683-r27698 from the trunk.Tested on: h5committest
Dana RobinsonDana Robinson
1177e649253[svn-r27787] Merge of r27632-27674 from the trunk.Tested on: h5committest
Dana RobinsonDana Robinson
2416d5e8ce7[svn-r27776] Fixed MANIFESTTested on: bin/chkmanifest
Dana RobinsonDana Robinson
b5eaacb9113[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
Quincey KoziolQuincey Koziol
b2f94f9faf8[svn-r27774] Description: Correct test reset code in plugin code and fix typo in testing script.Tested on: Linux 2.6/32 (jam) w/serial
Quincey KoziolQuincey Koziol
43443b22080[svn-r27773] Description: Correct typos in fix.Tested on: Linux 2.6/32 (jam) w/gcc
Quincey KoziolQuincey Koziol
02ce7e73862[svn-r27772] Description: Clean up warnings, address HDFFV-9524Tested on: MacOSX/64 10.10.5 (amazon) w/serial (Too minor to require h5committest)HDFFV-9524
Quincey KoziolQuincey Koziol
050dd023870[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)
Elena PourmalElena Pourmal
68659dd411a[svn-r27769] Maintenance: Fixed example that failed daily tests.Tested on Mac Air, jam and ostrich.
Quincey KoziolQuincey Koziol
10233744922[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...
Private HDFPrivate HDF
f16361d5f1d[svn-r27767] Snapshot version 1.9 release 231
Dana RobinsonDana Robinson
122bf84bb36M[svn-r27760] Brought r27631-27755 over from the trunk.tested on: jam
Dana RobinsonDana Robinson
1ac1dfb40fc[svn-r27755] Changed direct VFD default to OFF in CMake to match Autotools.Tested on: jam w/ CMake
Scot BreitenfeldScot Breitenfeld
672e6bd8a9e[svn-r27754] HDFFV-548:H5LT patches for F90 Lite API in 1.8.0 Betatested: h5committestHDFFV-548
Dana RobinsonDana Robinson
54d0a369478[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)
Dana RobinsonDana Robinson
95e0bd109f4[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)
Allen ByrneAllen Byrne
4b748365dfb[svn-r27748] Correct name of target
Allen ByrneAllen Byrne
8e3464d2d01[svn-r27747] Correct name of target
Allen ByrneAllen Byrne
10da31a926a[svn-r27745] Merge trunk revision 27744
Dana RobinsonDana Robinson
27f9e67d1ee[svn-r27734] Fixed MANIFESTTested on: bin/chkmanifest
Dana RobinsonDana Robinson
897b7308f5c[svn-r27731] Removed the obsolete config/powerpc-ibm-aix5.x file.Tested on: Nothing. I have no access to an AIX machine.
Allen ByrneAllen Byrne
1dc01a33b27[svn-r27729] add extra flags to the bison and flex command lines