summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27722] Updated the gnu config to cover gcc 5.2*.Dana Robinson2015-09-091-1/+1
| | | | Tested on: jam w/ gcc 5.2.0
* [svn-r27720] Merge changes from masterAllen Byrne2015-09-091-9/+13
|
* [svn-r27716] Publish both static and shared mod files in binaries.Allen Byrne2015-09-091-7/+11
|
* [svn-r27710] Description:Quincey Koziol2015-09-0913-671/+1520
| | | | | | | | | Bring the "metadata rings" code from its branch (mdc_rings_v2) to the trunk. (This change will support the page buffering feature) Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27707] Description:Quincey Koziol2015-09-094-157/+97
| | | | | | | | | Misc. minor cleanups in preparation for merging "metadata rings" branch to trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (Too minor to require h5committest)
* [svn-r27703] Publish both static and shared mod files in binaries.Allen Byrne2015-09-082-11/+71
| | | | Tested: local linux
* [svn-r27699] Removed some configure checks for obsolete Unix variants.Dana Robinson2015-09-084-105/+22
| | | | | | The H5pubconf.h.in file that CMake uses was also updated. Tested on: h5committest
* [svn-r27692] Changed the autotools files so that the high-level library is ↵Dana Robinson2015-09-072-5/+25
| | | | | | | | | | | | | | | unsupported when building the thread-safe library. Configure will quit with an error when --disable-hl or --enable-unsupported is not used with --enable-threadsafe. Fixes HDFFV-8719 Tested on: h5committest configure w/ various combinations of --enable-threadsafe, --disable-hl, and --enable-unsupported
* [svn-r27690] Snapshot version 1.9 release 230HDF Tester2015-09-0713-24/+24
|
* [svn-r27686] Merge of r27684 from autotools_reworkDana Robinson2015-09-062-30/+0
| | | | | | | 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
* [svn-r27682] Restored commented-out _POSIX_C_SOURCE line in configure.ac.Dana Robinson2015-09-052-2/+2
| | | | Tested on: h5committest
* [svn-r27676] Fix dependencies of generated fileAllen Byrne2015-09-041-17/+20
|
* [svn-r27675] Removed library checks for nsl and socket from the autotools ↵Dana Robinson2015-09-045-134/+1
| | | | | | | | | | | | configure on Solaris. The nsl and socket libraries are no longer used by the library. Fixes HDFFV-9118. Tested on: h5committest (CMake fortran fails due to an unrelated error) jam w/ CMake
* [svn-r27674] Attempt to fix race condition on windowsAllen Byrne2015-09-031-28/+44
|
* [svn-r27671] Move fortran id check to fortran sectionAllen Byrne2015-09-031-16/+13
|
* [svn-r27670] Remove SYMBOLS option - includes default checks. Pulled from ↵Allen Byrne2015-09-031-3/+2
| | | | master.
* [svn-r27668] Increase timeout for objcopyAllen Byrne2015-09-031-0/+2
|
* [svn-r27663] Removed the lines:Scot Breitenfeld2015-09-022-114/+6
| | | | | | | | | | | # Source files are used for both the library and fortranlib_test. # Automake will complain about this without the following workaround. fortranlib_test_FCFLAGS=$(AM_FCFLAGS) fortranlib_test_CFLAGS=$(AM_CFLAGS) because they caused Fortran build rules (.f90.o, .F90.o) to be ignored, causing the CPP flags to be passed to the Fortran compiler, causing the xlf compiler to fail. Tested: ostrich (xlf), h5committest
* [svn-r27661] Always use static mod files.Allen Byrne2015-09-012-16/+4
|
* [svn-r27656] HDFFV-9515: repack failed with 5 digit filter ids because a ↵Allen Byrne2015-09-011-478/+478
| | | | | | local variable in the parse routine was not large enough. Tested: local linux and windows
* [svn-r27653] Merge of r27645 from the autotools branch.Dana Robinson2015-09-014-17/+5
| | | | | | | | | | | | | | 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: h5committest
* [svn-r27648] Fortran executables depend on modules created by test library, ↵Allen Byrne2015-09-011-1/+16
| | | | add command to explictly enforce the building of the library before building executables.
* [svn-r27647] Added compiler check for PGI and CMake version.Scot Breitenfeld2015-09-012-0/+15
| | | | | CMake must be > v3.3 to compile with PGI due to CMake bug in earlier versions.
* [svn-r27642] Removed comments from MANIFEST regarding distributing theDana Robinson2015-09-011-2/+0
| | | | | | | | | gen_* files in test/. These files will remain distributable since they are needed if a user specifies --enable-build-all. Fixes HDFFV-8236 Tested on: jam (bin/chkmanifest only)
* [svn-r27641] Merge of r27616 from autotools_reworkDana Robinson2015-09-011-1/+1
| | | | | | | | | Replaced AC_CONFIG_HEADER (obsolete macro) with AC_CONFIG_HEADERS followed by bin/reconfigure (which changed nothing at this time). Fixes HDFFV-9284 Tested on: jam
* [svn-r27631] Description:Quincey Koziol2015-08-316-49/+59
| | | | | | | | Make error values from hyperslab operations clearer. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵Allen Byrne2015-08-313-16/+25
| | | | HDF_TEST_EXPRESS.
* [svn-r27626] Various minor warning fixes before major SWMR and VDS merges.Dana Robinson2015-08-3150-653/+948
| | | | | | | | | | | gcc 4.9.2 was used to create the warning list - implicit casts - shadowed variables - various enum issues - other minor fixes (comments, unused macros, etc.) Tested on: h5committest
* [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-3180-199/+252
| | | | tested: h5committest
* [svn-r27624] Update bin/bbrelease to handle changed output of 'svn info' ↵Larry Knox2015-08-311-1/+1
| | | | | | with svn version 1.8. Change to experimental release script bbrelease for buildbot to eliminate extra line in version output.
* [svn-r27623] Added some parallel #ifdefs to H5Ocache.c to quiet compilerDana Robinson2015-08-311-1/+21
| | | | | | warnings. tested on: h5committest
* [svn-r27622] Snapshot version 1.9 release 229HDF Tester2015-08-3113-24/+24
|
* [svn-r27618] Description:Quincey Koziol2015-08-292-6/+4
| | | | | | | | | | Align w/vds branch: Remove extraneous sieve buffer flush in chunk flush callback, and move error check out of the middle of retrieving properties for dataset. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27615] Description:Quincey Koziol2015-08-292-40/+48
| | | | | | | | | Protect dataset that's closing from being flushed again, if it's the last one holding a file open. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27614] Description:Quincey Koziol2015-08-291-12/+28
| | | | | | | | | Align w/vds branch: Change code in H5O_layout_copy() to use switch for different types of dataset layouts. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27613] Description:Quincey Koziol2015-08-294-67/+82
| | | | | | | | | Align w/vds branch: Move code for initializing contiguous datasets into layout 'init' callback. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27612] Description:Quincey Koziol2015-08-2911-161/+180
| | | | | | | | | Align w/vds branch: Whitespace cleanup, move common code for opening a dataset into a new routine, misc. style cleanups. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest upcoming)
* [svn-r27605] Fix potential memory error when using a dataspace that was ↵Neil Fortner2015-08-282-1/+44
| | | | | | | | created with H5Screate and had its extent set by H5Sextent_copy. Tested: jam, ostrich (h5committest)
* [svn-r27601] Removed the H5TSprivate.h include from H5.c. It's not needed ↵Dana Robinson2015-08-271-1/+0
| | | | | | | | and causes problems on Windows. Tested on: jam, with and without --enable-threadsafe
* [svn-r27597] Update text files to match 1.8 changesAllen Byrne2015-08-274-1439/+362
|
* [svn-r27592] Added dll for H5DGET_OFFSET_FScot Breitenfeld2015-08-271-0/+1
|
* [svn-r27591] Threadsafe option implementation has changed and ↵Allen Byrne2015-08-271-2/+4
| | | | ALLOWUNSUPPORTED option needs to be used with TS to actually use of TS with Fortran and C++.
* [svn-r27590] Fix typoAllen Byrne2015-08-271-1/+1
|
* [svn-r27587] Added a new API call (H5is_library_threadsafe) to the library. ↵Dana Robinson2015-08-265-25/+81
| | | | | | | | | | This call can be used to determine at runtime if the library was built with thread-safety. Fixes HDFFV-9496 Tested on: h5committest
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-2611-93/+152
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27585] disabled the test "test_userblock_offset"; it fails for unknown ↵Scot Breitenfeld2015-08-261-2/+3
| | | | reasons on platypus with pgf90 compiler when reading the streamed file back.
* [svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form ↵Dana Robinson2015-08-261-3/+18
| | | | | | | | H5xx_* were flagged as H5XX_, which is a non-public API form. Tested on: h5committest
* [svn-r27580] Fix for: Scot Breitenfeld2015-08-257-17/+155
| | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
* [svn-r27575] lowercase commandsAllen Byrne2015-08-251-5/+5
|
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-2437-647/+27
| | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest