| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
initialization since fill value feature works now.
Tested on jam.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
mappings.
Other minor fixes/cleanup.
Tested: ummon
|
|
|
|
|
|
|
|
| |
not virtual. This was due to a simple copy-paste issue in the initializer that is used when C99 initializers are not available.
Also fixed a dims array size error in the vds test.
Tested on: 64-bit Win7 with VS2013
|
|
|
|
|
|
|
|
|
|
| |
space - the
library no longer iterates over all source datasets in the printf mapping, it
now only looks at the ones that could be involved in I/O (the ones whose bounds
overlap with the selection in the unlimited dimension).
Tested: ummon
|
|
|
|
|
|
|
| |
Add tools gen cmake files
move testfiles for pbits to subdir as well as vds
Tested: local linux
|
|
|
|
|
|
|
|
|
|
| |
H5_VDS_FIRST_MISSING)
Add test for this
Rework VDS code to not depend on unlimited selections having a "clipped" state
in preparation for removing the clipped state from unlimited selections.
Other bug fixes/cleanup
Tested: Kubuntu 64 (home computer)
|
|\
| |
| |
| |
| | |
Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2
(C++ and Fortran 2003 also tested)
|
| |
| |
| |
| |
| |
| | |
is_finalized need to be checked before making any MPI calls.
tested with h5committest.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5.
- Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called.
tested with h5committest
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Normalize trunk against the metadata_cache_merge branch, in preparation
for merging the branch into the trunk.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/64 2.6.x (koala) w/serial
Linux/32 2.6.x (jam) w/serial & parallel
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z)))
- Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
- Rename NORETURN attribute characterstic to H5_ATTR_NORETURN
tested with h5committest.
|
| |
| |
| |
| |
| |
| | |
Remove H5T_INIT_INTERFACE from H5Tconv
Add macro in H5Tconv to check overflow when using H5T_CONV_uS
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Tested: none -- comments only.
|
| |
| |
| |
| | |
usage from public routines.
|
| | |
|
| |
| |
| |
| |
| |
| | |
selections.
Tested: ummon
|
| | |
|
| |
| |
| |
| | |
Tested on: jam
|
| |
| |
| |
| | |
The Makefiles have not been updated so they don't compile yet.
|
| |
| |
| |
| |
| |
| |
| |
| | |
to the view as a
parameter. Also fix bug in H5Pget_virtual_printf_gap.
Tested: jam
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add testing for this.
Fix bug in printf string parsing.
Add test for this.
Other minor fixes/cleanup.
Tested: ummon
|
| |
| |
| |
| |
| |
| | |
enum type.
Tested on: jam
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
test/Makefile.in was updated due to changes in the Makefile.am
file that missed a reconfigure. The changes just added a few
VDS test files to the deletion list.
Note that there are trace issues with a new VDS struct that
show up when running bin/reconfigure. I reverted these for
fixing at a future date.
Tested on: jam
|
| |
| |
| |
| |
| |
| |
| | |
Various bug fixes, including a temporary fix for printf with FIRST_MISSING view.
Other cleanup.
Tested: ummon
|
| |
| |
| |
| |
| |
| |
| |
| | |
Passes use case test, no regression tests yet.
Add functions H5Pset/get_virtual_printf_gap (not tested yet).
Other minor fixes/cleanup.
Tested: ummon
|
|\ \
| |/
| |
| | |
Tested: ummon
|
| |
| |
| |
| |
| |
| | |
ID to be checked.
Tested on: h5committest
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up cache tests, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5SM interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5O interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5HL interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5HF interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5G interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5FS interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5FD interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|
| |
| |
| |
| |
| |
| |
| |
| | |
Clean up H5FA interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
|