| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file.
Tested: local linux
|
|
|
|
|
|
|
| |
Removed some configure checks for obsolete Unix variants.
The H5pubconf.h.in file that CMake uses was also updated.
Tested on: h5committest
|
|
|
|
|
|
| |
C flags. They are no longer needed by the library. Fixes HDFFV-9079.
Tested on: h5committest
|
|
|
|
|
|
|
| |
and modified the fortran/test/ Makefile.am to remove the build
error with Intel Fortran.
Tested on: h5committest
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This makes things easier on Windows, where we will have to run
Perl scripts as a part of CMake.
Tested on: jam
|
|
|
|
| |
tested on: jam (bin/chkmanifest)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Make error values from hyperslab operations clearer.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(Too minor to require h5committest)
|
| |
| |
| |
| | |
HDF_TEST_EXPRESS.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
tested: h5committest
|
| |
| |
| |
| |
| |
| | |
with svn version 1.8.
Change to experimental release script bbrelease for buildbot to eliminate extra line in version output.
|
| |
| |
| |
| |
| |
| | |
warnings.
tested on: h5committest
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| | |
created with
H5Screate and had its extent set by H5Sextent_copy.
Tested: jam, ostrich (h5committest)
|
| |
| |
| |
| |
| |
| |
| |
| | |
and causes
problems on Windows.
Tested on: jam, with and without --enable-threadsafe
|
| | |
|
| | |
|
| |
| |
| |
| | |
ALLOWUNSUPPORTED option needs to be used with TS to actually use of TS with Fortran and C++.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This call can
be used to determine at runtime if the library was built with thread-safety.
Fixes HDFFV-9496
Tested on: h5committest
|
| |
| |
| |
| | |
Added new option SKIP_HDF5_FORTRAN_SHARED
|
| |
| |
| |
| | |
reasons on platypus with pgf90 compiler when reading the streamed file back.
|
| |
| |
| |
| |
| |
| |
| |
| | |
H5xx_* were
flagged as H5XX_, which is a non-public API form.
Tested on: h5committest
|
| |
| |
| |
| |
| |
| |
| | |
HDFFV-9283
Add H5Dget_offset fortran wrapper
tested: h5committest
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
tested: h5committest
|
| |
| |
| |
| | |
not check for definitions and does not return unused arguments.
|
| |
| |
| |
| | |
Tested: h5committest.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update the file format debugging routines to match the recent changes to
the metadata cache, along with a few other cleanups and miscellaneous
enhancements.
Tested on:
MacOSX/64 10.10.5 (amazon)
(h5committest forthcoming)
|
| | |
|
| |
| |
| |
| |
| |
| | |
available
Fix tests accordingly
|
| | |
|
| |
| |
| |
| |
| |
| | |
pre-processor compiler (This mainly causes issues with the xlf compilers)
Tested: h5committest
|
| |
| |
| |
| | |
definitions.
|
| |
| |
| |
| |
| |
| | |
it is the largest compatible REAL with C.
Tested: h5committest.
|
| |
| |
| |
| |
| |
| | |
it is the largest compatible REAL with C.
Tested: h5committest.
|
| |
| |
| |
| | |
Tested: h5committest
|
| | |
|