| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
move undef of __attribute__ back to private and remove its usage from public routines.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Bring r26213 from trunk to 1.8 branch:
Minor code cleanups, to align with revise_chunks branch.
Tested on:
Mac OSX/64 10.10.2 (amazon) w/serial & parallel
(h5committested on trunk for 2+ weeks)
|
|
|
|
|
|
|
|
|
| |
Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered
the arguments to be in a more logical order.
Fixes HDFFV-9322
Tested on: h5committest
|
|
|
|
|
|
|
|
|
| |
Fixed a typo in test/th5o.c that caused the wrong property list
ID to be checked.
Fixes HDFFV-730
Tested on: h5committest
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Bring r26195 from trunk to 1.8 branch (minus public API changes):
Switch from enum H5D_CHUNK_BTREE to H5D_CHUNK_IDX_BTREE, along with a couple
of minor whitespace touchups.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
(tested on trunk for 2+ weeks)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bring r26193 from trunk to 1.8 branch:
Fix locking error when splitting root node of v1 B-tree, and simplify
the iteration over entries in a v1 B-tree (avoiding using the sibling pointer
also).
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
(tested on trunk for 2+ weeks)
|
|
|
|
|
|
|
|
|
|
|
| |
Bring r26191 from trunk to 1.8 branch:
Track the min & max keys for a v2 B-tree, so it can more efficiently
determine if a key is present in the B-tree.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
(h5committested on trunk)
|
|
|
|
| |
in the 1.8 branch with the HDF5 1.8.15 release information.
|
| |
|
|
|
|
| |
Tested on: h5committest
|
|
|
|
| |
Do not pass warnings options to non-gnu compilers when compiling with CMake
|
|
|
|
|
|
| |
Fix bad comment in H5detect, this was preventing PGCC from compiling correctly.
Tested on: bluewaters
|
| |
|
|
|
|
| |
Fix mismatching prototypes in H5FD/H5B2
|
|
|
|
| |
Includes r26848/r26868/r26907
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality.
The H5F_ACC_DEBUG symbol remains but has been defined to zero.
Fixes: HDFFV-1074
Tested on:
h5committest
32-bit Linux w/ C++ and Fortran and multi VFD
|
| |
|
|
|
|
|
|
|
|
|
| |
lines
The error is that $EXAMPLETOPDIR is used without setting a value first.
Solution is to set them with the proper values.
Tested: jam only to confirm the error no longer exists.
|
|
|
|
| |
Move TOOLS option up before usage.
|
| |
|
| |
|
|
|
|
| |
Tested: linux (jam), Mac (osx1010dev)
|
|
|
|
|
|
|
| |
Added method to install the Mac OSX DMG file by line commands.
Group all install method into a function call for easier maintenance.
Tested: Linux (jam), Mac (osx1010dev)
|
|
|
|
|
|
| |
Retired IBM SP system which was old.
Removed --enable-parallel=mpich information. The option is invalid now (remove
date unknown.)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Bugs:
The configure summary (libhdf5.settings) was missing from the configure output.
Solution:
Append the configure summary to the configure logfile if configure succeeds.
Tested:
hand ran cmakehdf5 in jam and inspected the logfile.
|
| |
|
|
|
|
|
|
| |
Fix internal H5AC dxpl usage in the library.
tested with h5committest.
|
|
|
|
|
|
|
| |
--enable-parallel has
to be used explicitly to build parallel HDF5 regardless of the compiler type
being used. (MSC - 2015/02/19 HDFFV-9068)"
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
Tested: trival
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Removed 4.1.2. Compressed tar archive (*.tar.Z) since we don't release them any more.
o Add "some versions of tar can auto-uncompress".
o Removed reference to INSTALL_MinGW which was removed in couple releases ago.
o Removed "2.2. Red Storm (Cray XT3)" since its entry in INSTALL_parallel has been removed.
o Added "3.1. Make" to list Gnu like make is required.
o Updated the removal of the feature of auto-configure --enable-parallel when MPI compilers are used.
o Updated "4.3.3. Configuring for 64 or 32 bit support" to show how to configure both 32 or 64-bit binary.
|
| |
|
|
|
|
| |
Tested: h5committest
|
|
|
|
|
|
|
|
| |
variable
from H5_CXX_SHARED (which no longer exists) to enable_static.
Tested on: jam (configure only - minor change)
|
| |
|
|
|
|
|
|
| |
script from snapshot script. md5 method was remove
d and md5 checksums are always produced for all compression methods.
|
| |
|
| |
|
|
|
|
| |
QAK - 2011/04/26 entry is duplicated.
|
|
|
|
| |
LT_VERS_REVISION to 1 and ran reconfigure.
|
|
|
|
| |
Updated RELEASE.txt for the new work to be entered.
|
|
|
|
|
|
|
|
|
| |
HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type.
Added the testing to h5repack where it belongs.
Undo the tests added to h5dump.
Tested: h5committested plus tested in jam by hand.
|
| |
|
| |
|