| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Fortran and C++
autotools parallel (MPICH 3.1.4) w/ Fortran
bin/cmakehdf5 (CMake 3.3.2)
|
|
|
|
|
|
|
| |
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial w/ Fortran and C++
autotools parallel (MPICH 3.1.4) w/ Fortran
CMake serial (3.3.2, via cmakehdf5)
|
|
|
|
|
| |
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
|
|
|
|
|
| |
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
|
|
|
|
|
| |
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
|
|
|
|
|
|
|
|
| |
This includes the flex/bison changes to both the autotools
and CMake.
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial and parallel (MPICH 3.1.4)
|
|
|
|
|
|
|
|
| |
Clean up H5LD test code.
Tested on:
MacOSX/64 10.11.1 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
More progress on revise_chunks review/normalization
Tested on:
MacOSX/64 10.11.1 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
Code cleanups during review/normalization pass.
Tested on:
MacOSX/64 10.11.1 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
to open VDS files, though it won't pick up changes to source
files until they are closed. This is a library problem and
will be fixed later.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
|
|
|
|
| |
2) Fix for changing h5format_convert testfiles for in-place build.
|
| |
|
|
|
|
|
|
|
| |
until the source files are closed.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
serial only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
Complete revamp of package initialization/shutdown mechanism in the library.
Each package now has a single init/term routine.
This new way should avoid packages being re-initialized during library
shutdown and is also be _much_ more proactive about giving feedback for
resource leaks internal to the library.
Introduces a new "module" header file for packages in the library
(e.g src/H5Fmodule.h) which sets up some necessary package configuration macros
for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly
modified version of this header, src/H5FDdrvr_module.h)
Also cleaned up a bunch of resources leaks all across the library and tests,
along with addressing many warnings, as I encountered them.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
serial and parallel (MPICH 3.1.4)
|
|
|
|
|
|
|
|
| |
Merge the storage message back into the layout message.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
| |
Also two fortran source files were changed.
|
|
|
|
|
|
| |
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
serial w/ Fortran and C++
parallel (MPICH 3.1.4) w/ Fortran
|
|
|
|
|
|
|
|
| |
Merge r27818 from trunk to branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
| |
High-level library warnings.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
|
|
|
|
| |
Tested on: bin/chkmanifest
|
|
|
|
|
|
|
| |
r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878
27880, 27898, 27902
Tested on: local Linux
|
|
|
|
|
|
|
|
| |
r27807, 27810, 27834, 27847, 27854, 27892, 27938
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2, MPICH 3.1.4
parallel w/ fortran
serial w/ fortran and C++
|
|
|
|
|
|
|
| |
r27796, 27803, 27808, 27817, 27823, 27831, 27836, 27846, 27858-27874,
27894-27897, 27901, 27903-27933
Not tested. CMake still basically broken in this branch.
|
|
|
|
|
|
|
|
|
|
|
| |
27625, 27627, 27647, 27648, 27661, 27668, 27670, 27671, 27674, 27676,
27703, 27716, 27720, 27747, 27754, 27755
from the trunk.
Mostly CMake and Fortran changes.
Tested on: jam (w/ gcc/gfortran 4.9.3)
|
|
|
|
| |
unable to open/lock the test file.
|
|
|
|
|
|
|
|
|
|
|
| |
27509, 27515, 27517, 27521, 27524, 27525, 27537, 27555, 27570, 27575,
27585, 27586, 27590, 27591, 27592
from the trunk.
Minor CMake and Fortran changes
Tested on: jam (w/ gcc/gfortran 4.9.3)
|
|
|
|
|
|
|
| |
Fortran 2003 changes
Tested on: jam serial (w/ gcc/gfortran 4.9.3)
jam parallel (fortran tests, parallel tests have known failure)
|
|
|
|
|
|
|
|
| |
from trunk.
These are all CMake-only or comment/whitespace changes.
Tested on: N/A CMake still fails in this branch.
|
|
|
|
|
|
| |
These are all CMake-only changes.
Tested on: N/A CMake still fails in this branch.
|
|
|
|
| |
Tested on jam, moohan, kite, platypus.
|
|
|
|
|
|
|
|
| |
support SWMR.
- General improvements to the h5watch Makefile.am.
Tested on: jam w/ HDF5_DRIVER=stdio and sec2
|
|
|
|
|
|
| |
'make clean'
Tested on: jam
|
|
|
|
|
|
| |
updated with changes in this branch.
Tested on: NONE (CMake is still broken in this branch)
|
|
|
|
|
|
| |
(1) Clear status flag for th5s.h5
(2) Close dataset/file in test_file_image.c
Tested on jam, koala, ostrich, moohan, quail.
|
|
|
|
|
|
| |
to revise_chunks.
Tested on jam, koala, ostrich, platypus.
|
|
|
|
|
|
| |
1) Clear status_flags for h5repack_szip.h5
2) Use H5Dopen2() in test/dsets.c, test/test_swmr.c, hl/test/test_dset_append.c
Tested on jam, koala, platypus.
|
|
|
|
|
|
| |
revise_chunks. h5committested.
#test-p fails but will be fixed with merges later: #26569 (revise_chksum_retry) + v3 metadata cache #27237 (trunk).
|
|
|
|
| |
revise_chunks. h5committested.
|
|
|
|
| |
revise_chunks. h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
Tested on jam, koala, ostrich.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|
|
|
|
| |
h5committested.
|