Network

 
AuthorCommitMessageCommit Date
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 workable substitute for the verification. 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 failure Tested 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 trunk NOTES: - 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 MANIFEST Tested on: bin/chkmanifest
Dana RobinsonDana Robinson
b5eaacb9113[svn-r27775] Undo of r27655 Removes .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
Allen ByrneAllen Byrne
4b748365dfb[svn-r27748] Correct name of target
Allen ByrneAllen Byrne
10da31a926a[svn-r27745] Merge trunk revision 27744
Allen ByrneAllen Byrne
1dc01a33b27[svn-r27729] add extra flags to the bison and flex command lines
Allen ByrneAllen Byrne
531eb2b0502[svn-r27726] Added output folder to commands
Allen ByrneAllen Byrne
e040db83319[svn-r27725] Add initial commands to properly build the generated files. Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
Dana RobinsonDana Robinson
61090f2cc38[svn-r27702] Merge of r27699 from trunk. Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
Dana RobinsonDana Robinson
c6ed371d19f[svn-r27684] Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotools C flags. They are no longer needed by the library. Fixes HDFFV-9079. Tested on: h5committest
Dana RobinsonDana Robinson
b106502c57b[svn-r27683] Restored the _POSIX_C_SOURCE flag that had been commented out and modified the fortran/test/ Makefile.am to remove the build error with Intel Fortran. Tested on: h5committest
Dana RobinsonDana Robinson
97114954372[svn-r27677] Merge of r27675 from trunk Removed library checks for nsl and socket from the autotools configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: jam w/ autotools and CMake emu w/ autotools
Dana RobinsonDana Robinson
77525ea95d9[svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513) This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
Dana RobinsonDana Robinson
d2cbacb9458[svn-r27649] Fixed MANIFEST tested on: jam (bin/chkmanifest)
Dana RobinsonDana Robinson
4b36ffe0e2d[svn-r27645] Updates to older special config files in configure.ac: - solaris2.x renamed to solaris. There are recent changes to this file but the "2.x" is misleading since the changes are applied to all versions. - Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no longer have the config files for these. Tested on: jam (autogen.sh only) emu (Solaris 11)
Dana RobinsonDana Robinson
1177a5cbbc4[svn-r27639] Fixed MANIFEST
Dana RobinsonDana Robinson
59aa015d9f7M[svn-r27638] Merged r27500-27631 from trunk.
Dana RobinsonDana Robinson
3b5a4a06487[svn-r27636] Added cmake_ext_mod files from trunk. Merging them properly was annoying with the direct clobber of the externals directory with real files.
Dana RobinsonDana Robinson
a26683076fb[svn-r27616] Replaced AC_CONFIG_HEADER (obsolete macro) with AC_CONFIG_HEADERS. Fixes HDFFV-9284 Tested on: jam
Dana RobinsonDana Robinson
dc13fabc148[svn-r27508] Updated MANIFEST after merge. Tested on: jam (bin/chkmanifest only)
Dana RobinsonDana Robinson
c27d1808480M[svn-r27507] Merge of r27237-27500 from the trunk. Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
Dana RobinsonDana Robinson
37b14fd3ed8[svn-r27270] Changes that allow the autotools to correctly deal with inline functions. - Inline markup schemes are now checked with AC_COMPILE_IFELSE tests instead of AC_C_INLINE. - The inline designator is now H5_INLINE instead of H5_inline. This is now set in H5private.h instead of H5pubconf.h. Tested on 64-bit linux VM
Dana RobinsonDana Robinson
fb27787c2abM[svn-r27222] Merge of r27035-27221 from the trunk. Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
Dana RobinsonDana Robinson
984ecb72c2fM[svn-r27038] Merge of r26393-27031 from the trunk. Tested on 64-bit linux VM w/ C++ and Fortran 2003
Larry KnoxLarry Knox
ed599421c5e[svn-r26641] configure.ac: Remove VPATH and related search path syntax checking. Remove check for H5_LONE_COLON and checking for lone colon compiler confusion. tools/h5dump/testh5dumpxml.sh.in tools/h5dump/CMakeTestsXML.cmake Remove test skipping for compilers that were formerly confused by lone colon. Tested with h5committest.