summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27819] bbrelease is a modified copy of the release script, which ↵Larry Knox2015-09-171-1/+9
| | | | | | 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.
* [svn-r27818] Minor warning fixes.Dana Robinson2015-09-177-61/+46
| | | | Tested on: h5committest
* [svn-r27817] Fix generated file dependenciesAllen Byrne2015-09-171-40/+46
|
* [svn-r27812] Updated the autotools files to only compile direct VFD and ↵Dana Robinson2015-09-161-6/+15
| | | | | | | | parallel code when those options were specified in the configure step. Tested on: jam w/ serial, parallel, and direct VFD
* [svn-r27811] Description:Quincey Koziol2015-09-1643-1891/+3187
| | | | | | | | | | | 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-r27810] Description:Quincey Koziol2015-09-161-6/+39
| | | | | | | Clean up resources on failure Tested on: Linux/32 2.6.x (jam) w/Purify
* [svn-r27809] Minor warning fixes in the library.Dana Robinson2015-09-163-6/+7
| | | | Tested on: jam (too minor for h5committest)
* [svn-r27808] Update CMake files to use updated test files.Allen Byrne2015-09-162-29/+65
|
* [svn-r27807] Description:Quincey Koziol2015-09-161-0/+2
| | | | | | | Close memory leak on failure. Tested on: Linux/32 2.6.x (jam) w/purify
* [svn-r27806] Fix property list serialization for values encoded by ↵Neil Fortner2015-09-16105-209/+627
| | | | | | | | | | 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-r27805] Description:Quincey Koziol2015-09-161-1/+1
| | | | | | | | Shut warnings from purify up. Tested on: Linux/32 2.6 (jam) w/purify (Too minor to require h5committest)
* [svn-r27803] Synch header generation to autogen and create files in source ↵Allen Byrne2015-09-161-26/+16
| | | | | | folder. Tested : Windows which had issues creating the files in both source and build (by-product of perl script).
* [svn-r27802] Added an explicit -I m4 to the aclocal line.Dana Robinson2015-09-163-1/+3
| | | | | | The files in the m4 directory were not getting picked up on some platforms. Tested on: jam
* [svn-r27801] Minor warning fixes in the tools.Dana Robinson2015-09-1615-236/+152
| | | | Tested on: jam (too minor for h5committest)
* [svn-r27800] Minor warning fixes in the library tests.Dana Robinson2015-09-168-59/+71
| | | | Tested on: jam (too minor for h5committest)
* [svn-r27799] Minor warning fixes in the high-level library.Dana Robinson2015-09-167-20/+25
| | | | Tested on: jam (too minor for h5committest)
* [svn-r27796] Remove duplicated if blockAllen Byrne2015-09-152-10/+0
|
* [svn-r27795] Removed some autotools generated files that were not caught byDana Robinson2015-09-157-43330/+0
| | | | | | the last checkin. Tested on: bin/chkmanifest
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-1573-83297/+780
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * [svn-r27790] Merge of r27632, 27676, 27683 from the trunk.Dana Robinson2015-09-150-0/+0
| |\ | | | | | | | | | Tested on: N/A (mergeinfo only)
| * | [svn-r27789] Merge of r27683-r27698 from the trunk.Dana Robinson2015-09-153-8/+7
| | | | | | | | | | | | Tested on: h5committest
| * | [svn-r27787] Merge of r27632-27674 from the trunk.Dana Robinson2015-09-154-13/+11
| | | | | | | | | | | | Tested on: h5committest
| * | [svn-r27776] Fixed MANIFESTDana Robinson2015-09-141-1/+1
| | | | | | | | | | | | Tested on: bin/chkmanifest
| * | [svn-r27775] Undo of r27655Dana Robinson2015-09-1418-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | [svn-r27748] Correct name of targetAllen Byrne2015-09-101-1/+1
| | |
| * | [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-1022-574/+672
| | |
| * | [svn-r27729] add extra flags to the bison and flex command linesAllen Byrne2015-09-091-3/+3
| | |
| * | [svn-r27726] Added output folder to commandsAllen Byrne2015-09-091-3/+3
| | |
| * | [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-094-28/+154
| | | | | | | | | | | | | | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
| * | [svn-r27702] Merge of r27699 from trunk.Dana Robinson2015-09-082-36/+11
| | | | | | | | | | | | | | | | | | | | | Removed some configure checks for obsolete Unix variants. The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
| * | [svn-r27684] Removed _BSD_SOURCE and _DEFAULT_SOURCE from the autotoolsDana Robinson2015-09-061-15/+0
| | | | | | | | | | | | | | | | | | C flags. They are no longer needed by the library. Fixes HDFFV-9079. Tested on: h5committest
| * | [svn-r27683] Restored the _POSIX_C_SOURCE flag that had been commented outDana Robinson2015-09-052-3/+3
| | | | | | | | | | | | | | | | | | | | | and modified the fortran/test/ Makefile.am to remove the build error with Intel Fortran. Tested on: h5committest
| * | [svn-r27677] Merge of r27675 from trunkDana Robinson2015-09-043-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | [svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)Dana Robinson2015-09-0118-29/+29
| | | | | | | | | | | | | | | | | | | | | This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
| * | [svn-r27649] Fixed MANIFESTDana Robinson2015-09-011-1/+1
| | | | | | | | | | | | tested on: jam (bin/chkmanifest)
| * | [svn-r27645] Updates to older special config files in configure.ac:Dana Robinson2015-09-012-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | [svn-r27639] Fixed MANIFESTDana Robinson2015-09-011-0/+1
| | |
| * | [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-01190-3741/+2875
| |\ \
| * | | [svn-r27636] Added cmake_ext_mod files from trunk. Merging them properly wasDana Robinson2015-09-0120-0/+4386
| | | | | | | | | | | | | | | | | | | | annoying with the direct clobber of the externals directory with real files.
| * | | [svn-r27616] Replaced AC_CONFIG_HEADER (obsolete macro) with AC_CONFIG_HEADERS.Dana Robinson2015-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes HDFFV-9284 Tested on: jam
| * | | [svn-r27508] Updated MANIFEST after merge.Dana Robinson2015-08-141-144/+43
| | | | | | | | | | | | | | | | Tested on: jam (bin/chkmanifest only)
| * | | [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-14400-84631/+50058
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | [svn-r27270] Changes that allow the autotools to correctly deal with inlineDana Robinson2015-06-224-36/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-17329-10790/+8995
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| * \ \ \ \ [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-07246-4186/+5565
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * | | | | | [svn-r26641] configure.ac:Larry Knox2015-03-283-120/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | [svn-r26639] Description:Quincey Koziol2015-03-281-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch AC_TRY_RUN macros to AC_RUN_IFELSE macros. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | | | | | [svn-r26621] Description:Quincey Koziol2015-03-271-111/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct AC_RUN_IFELSE macros. Tested on: PPC Linux/64 (ostrich)
| * | | | | | [svn-r26551] Description:Quincey Koziol2015-03-236-110/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | | | | | [svn-r26550] Description:Quincey Koziol2015-03-232-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove orphaned macro definitions (not attached to anything in the library) Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)