| Commit message (Collapse) | Author | Age | Files | Lines |
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ C++ and Fortran
autotools parallel w/ Fortran
CMake serial w/ C++ and Fortran
|
| | |
| | |
| | |
| | |
| | |
| | | |
definition.
Tested on: linux VM (minor change)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* We assume that fseeko and ftello exist.
* The *64 IO functions and types are no longer explicitly used.
We now rely on a mapping provided by _FILE_OFFSET_BITS (or its
equivalent).
* _LARGEFILE(64)_SOURCE is no longer exposed via AM_CPPFLAGS.
The CMake files have not yet been updated but CMake is still
functional. The CMake configure files will just run a few
unecessary tests and create unneeded #defines until they are
updated in a few days.
Tested on: Linux, OS X, Solaris, z/OS
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
debug
symbols, asserts, profiling, and optimization.
Also much refactoring, improved help, and --enable-<foo> options will
now emit errors on nonsense (e.g.: --enable-foo="asdfasdf").
The libhdf5.settings.in file was also reformatted.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial and parallel autotools w/ various options
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
configure
option (also updated CMake).
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
serial CMake (CMake 3.3.2)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
packages with extra debugging output.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial autotools
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
library.
Buffers that will be written to disk will now always be cleared since
not doing this has huge security implications.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0, x86_64) gcc 5.2.1
serial autotools
parallel autotools (MPICH 3.1.4)
serial CMake
|
| | |
| | |
| | |
| | | |
Tested on: N/A
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add --enable-memory-alloc-sanity-check option to configure, to track and
sanity check memory allocations within the library. This is orthogonal to the
--enable-using-memchecker option and can be used with/without it.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Mostly java JNI + a few smaller merges.
Tested on: h5committest.new
jam w/ java
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Note: generated autotools files are from a VM and not THG
machines. These will be updated immediately after
check-in.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Fortran & C++
autotools parallel (MPICH 3.1.4) w/ Fortran
CMake serial (cmakehdf5 w/ CMake 3.3.2)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
r28635, 28902, 29030, 29034, 29035, 29119, 29132, 29158
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial (debug w/ C++ & Fortran)
|
| | |
| | |
| | |
| | |
| | |
| | | |
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial (debug w/ C++ & Fortran)
autotools parallel (MPICH 3.1.4, debug w/ Fortran)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
r29050, 29090, 29127, 29129, 29131, 29134, 29139, 29142
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial (debug/release w/ C++ & Fortran)
autotools parallel (MPICH 3.1.2, debug w/ Fortran)
|
| | |
| | |
| | |
| | |
| | |
| | | |
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial
CMake serial
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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: N/A
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bring r28777 from trunk to revise_chunks branch:
Add --enable-memory-alloc-sanity-check option to configure, to track and
sanity check memory allocations within the library. This is orthogonal to the
--enable-using-memchecker option and can be used with/without it.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
after creating a tar ball for DLS.
|
| | |
| | |
| | |
| | |
| | | |
Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only
|
| | |
| | |
| | |
| | |
| | | |
Tested on platypus. There were several issues with the bin/release and bin/h5vers scripts, but tar ball and versions look OK
after manual inspections.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
hbool_t changes
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 r27958 from trunk to branch.
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
| | |
| | |
| | |
| | |
| | |
| | | |
Updated the testflushrefresh script to correctly use Perl.
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bring r27767 & r27968 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)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
r27771, 27772, 27773, 27832, 27900
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) w/ gcc 4.9.2
(serial only)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878
27880, 27898, 27902
Tested on: local Linux
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | | |
Tested on jam, moohan, kite, platypus.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | |
| | |
| | | |
dataset's indexing type to v1 B-tree indexing type.
Code review pending.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes SWMR-18
Tested on: jam and emu (Windows pending CMake changes)
|
| | |
| | |
| | |
| | | |
Tested on: bin/chkmanifest
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug fix: DAILYTEST-170
Description:
XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith
because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in
r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623).
Solution:
Reverse revisions
r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro
r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro
r26627: bring back WANT_DATA_ACCURACY configure macro which is
used together with the above two macros. This also brings
back the enable-dconv-accuracy configure option.
Tested: platypus & kituo, using --enable-fortran, --enable-cxx. Also in Ostrich using
both GCC and XL compilers.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
present on
the system, HDflock becomes a no-op. No Windows implementation of flock
has been included. Wflock is currently an empty function.
Only the Autotools are supported. CMake in this branch still needs a lot
of work.
Also fixed a few implicitly defined function warnings due to missing
headers.
Tested on: jam, emu (Solaris passes make check now)
|
| | |
| | |
| | |
| | | |
Tested: platypus and moohan (CentOS 6 & 7)
|
| | |
| | |
| | |
| | |
| | |
| | | |
to revise_chunks.
Tested on jam, koala, ostrich, platypus.
|
| | |
| | |
| | |
| | |
| | |
| | | |
revise_chunks. h5committested.
#test-p fails but will be fixed with merges later: #26569 (revise_chksum_retry) + v3 metadata cache #27237 (trunk).
|
| | |
| | |
| | |
| | | |
h5committested.
|
| | |
| | |
| | |
| | | |
Tested on jam, koala, ostrich.
|
| | |
| | |
| | |
| | | |
h5committested.
|
| | |
| | |
| | |
| | | |
h5committested.
|