| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Merge r27811 from trunk to branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
removed in r28034, breaking parallel builds.
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
|
|
|
|
|
|
|
|
| |
Bring r27806 from trunk to branch. Also, some minor code cleanups.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
Bring r27801 & r27809 from trunk to branch
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
Bring r27767 & r27968 from trunk to branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
Merge r27710 from trunk to branch. (And some other minor cleanups)
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
Merge r27626 from trunk to branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
|
| |
Merge r27339, 27372, 27412, 27432, 27511, 27551, 27622, 27690 from trunk
to branch (snapshots)
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
| |
Merge r27707 from trunk to branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
| |
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
serial w/ fortran and C++
parallel w/ fortran (MPICH 3.1.4)
|
|
|
|
|
| |
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
(serial only)
|
|
|
|
|
|
|
| |
Fixes warnings in the tests.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
(serial only)
|
|
|
|
|
|
| |
High-level library warnings.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
|
|
|
|
| |
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
|
|
|
|
|
|
|
|
|
|
|
| |
- configure now checks for Perl (removed in the trunk and
pushed here).
- Removed the svn:executable property from some .in scripts.
- Removed some bash-isms from a few test scripts.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
|
|
|
|
|
|
|
|
|
|
|
| |
Remove H5D__iterate and use H5S_select_iterate directly
Add internal library callback to H5S_select_iterate to avoid having
to pass hid_t objects internally
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
|
|
|
|
|
|
| |
Removes _DO_NOT_DISTRIBUTE_ from a few files.
Tested on: bin/chkmanifest
|
|
|
|
|
|
|
| |
C++ changes to address HDFFV-9169 and HDFFV-9167.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64)
gcc 4.9.2 (serial only)
|
|
|
|
|
|
|
| |
r27771, 27772, 27773, 27832, 27900
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) w/ gcc 4.9.2
(serial only)
|
|
|
|
| |
Tested on: bin/chkmanifest
|
|
|
|
|
|
|
| |
r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878
27880, 27898, 27902
Tested on: local Linux
|
|
|
|
|
|
|
| |
C++ changes
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2
serial C++
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
Fix uninitialized memory write valgrind errors in trunk. Did this by modifying
metadata cache clients to clear unused memory in the buffer after serializing.
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++
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
Separate H5AC layer from using package-scoped pieces of the H5C layer,
moving from including H5Cpkg.h to H5Cprivate.h.
NOTE: H5AC still includes H5Cpkg.h since other code needs it.
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++
|
|
|
|
|
|
|
|
|
|
| |
Description:
Correct error with braces around macro (in production builds), also clean
up a few warnings.
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++
|
|
|
|
|
|
|
|
|
|
| |
Parallel resource cleanup:
- free comm keyval after setting atribute on comm_self
- free allocated buffer in t_file_image test
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64)
gcc 4.9.2 and MPICH 3.1.4 (parallel only)
|
|
|
|
|
|
|
|
| |
The number of elements in a struct between the trunk and
revise_chunks differed, which confused Subversion. Interestingly,
only some of the compilers flagged this as an error.
Tested on: local linux
|
|
|
|
|
|
|
|
| |
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: Ubuntu 15.04 w/ gcc 4.9.3
|
|
|
|
|
|
|
|
| |
This avoids redefinition of #defines in H5private.h when
flock and co. exist.
Tested on: Ubuntu 15.04 VM w/ gcc 4.9.3 and CMake 3.3.2
NOTE: tests still fail, but compilation improves
|
|
|
|
|
|
|
|
|
| |
It will
be a little while before the cache issue is fixed and the test
prevents other parallel tests from continuing.
Tested on: Ubuntu 15.04 VM w/ gcc 4.9.3 and MPI 3.1.4
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
trunk.
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, ostrich, platypus, osx1010test, emu.
|
|
|
|
| |
Tested on jam, ostrich, platypus, osx1010test, emu.
|
| |
|
|
|
|
| |
Tested on jam, moohan, kite, platypus.
|
|
|
|
|
|
|
|
| |
Bring 'fail if unknown always' object header message flag from the
avoid_truncate branch, strengthen error checking for unknown messages, and try
to catch object header code configurations at compile time (instead of runtime).
Tested on: koala
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- VMS code removal: 27572
- Dataspace memory error: 27605
- Extraneous dataset flush: 27615
- Warning quieting: 27623
- Hyperslab error clarity: 27631
- Duplicate attribute macros: 27753
Tested on: koala w/ C++ and Fortran
|
|
|
|
|
|
|
|
|
|
| |
Fix potential error with H5I_clear_type which could occur when a callback closed
a different ID in the same type. Added a new skiplist routine,
H5SL_try_free_safe, which iterates over items, freeing some of them, and which
intercepts and defers attempts to remove from the list outside of the main
iteration. Changed H5I_clear_type to use this function.
Tested on: ostrich and koala (h5committest)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- tools: 27238, 27252, 27267, 27656
- inline markup: 27278
- bin/bbrelease: 27280, 27283, 27624
- h5vers: 27475
- C++ Doxygen: 27494-6
- FUNC_ENTER macro bug: 27581
- H5is_library_threadsafe: 27587, 27601
- release_docs: 27597
- Autotools freshening: 27641, 27653, 27675, 27686, 27692, 27699, 27722
27731, 27734, 27752
- MANIFEST comments: 27642
Tested on: ostrich & koala
various combinations of --enable-threadsafe
|
|
|
|
|
|
| |
fix problem with encoding/decoding external fapl for lapls.
Tested on: koala (LE), ostrich (BE)
|
|
|
|
|
|
| |
--with-default-api-version=v16.
Tested on jam and moohan.
|
|
|
|
|
|
| |
dataset's indexing type to v1 B-tree indexing type.
Code review pending.
|