summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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)
| * | | | | | [svn-r26549] Description:Quincey Koziol2015-03-234-49/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | | | | | [svn-r26546] Description:Quincey Koziol2015-03-231-112/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and LONG_TO_LDOUBLE_SPECIAL checks. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | | | | | [svn-r26545] Description:Quincey Koziol2015-03-234-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | | | | | [svn-r26543] Description:Quincey Koziol2015-03-238-167/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not needed on this branch)
| * | | | | | [svn-r26528] Description:Quincey Koziol2015-03-231-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove configure files.