| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:configure_fortran_long_double_bug to develop
* commit '8c347d794a06b8b57c407499e1a441cc0f415380':
Fixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true.
|
| |
| |
| |
| | |
presence of a C long double type always returned true.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:minor_develop_fixes to develop
* commit 'cbca178410215a1fd60e3de85c4810487e327f8d':
Updated the --enable-debug/production handling in configure.ac so that it more reliably indicates that the configure option can no longer be used. Previously, using --enable-debug="", etc. would not trigger an error (even though such usage is unlikely).
Added awk processing to remove extraneous whitespace from H5_ flags in configure.
|
| |
| |
| |
| |
| |
| | |
so that it more reliably indicates that the configure option
can no longer be used. Previously, using --enable-debug="", etc.
would not trigger an error (even though such usage is unlikely).
|
|/
|
|
| |
flags in configure.
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:minor_develop_fixes to develop
* commit 'd85aeb770496a08d1e0ce9fcabbfc54f15f44864':
Fixed a comment in configure.ac
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
* commit 'c325dd2a6512ce02287771bfbbe9b81d65b3fd6f':
HDFFV-10219 another mode change
HDFFV-10219 change subset to use BINARY mode for h5dump
HDFFV-10219 default input binary to NATIVE
Set default of var to NATIVE
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
* commit '00f4456e70c7e53226085b4a96d3bab3fd0074f0':
HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed
Correct name of options variable
Synch with CMake original code
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '1ac4b918f182b6fc43e57788e9af0c4cce64efba':
HDFFV-10219 remove standard headers already included in h5private.h
HDFFFV-10219 fix file creation contention on windows
HDFFV-10219 - fix name templates
HDFFV-10219 add test headers
HDFFV-10219 - remove debug comments
HDFFV-10219 - Fix subset test
HDFFV-10219Fix binary test to use gen files
Add subset tests to script
Fix changes to reference files. Still need to add subset test.
Update release note
HDFFV-10219 - disable debug output
HDFFV-10219 Add new reference file file for new test
HDFFV-10219 - fix for native in bin file and possible non-native in h5
HDFFV-10219: add generated files to memcheck clear command
HDFFV-10219: Added keyword SUBSET to h5import list.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |/
|/|
| |
| |
| | |
* commit '9808b44b6c7645ae760bfb497e598ae069827619':
Added -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '980d5b4266133490192ceb10ea13e320532c6f03':
Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
|
| | |
| | |
| | |
| | | |
Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* commit 'dd567df97b3b2332477d1726094b9647f9daea71':
Added -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
|
|/ /
| |
| |
| | |
building with debugging symbols.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* commit '005bf26ff83fcd28255a77fb9bbb4a64495cb4a2':
Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop"
|
|/
|
|
|
|
|
| |
~DEROBINS/hdf5_der:develop to develop"
This reverts commit 4242753848c44ab3b5d226e66225eac2f64db314, reversing
changes made to b0e79fe6dd20ec7aa1b3e5f0f8b370639a4ef5bd.
|
|\
| |
| |
| |
| | |
* commit '1ccdb2e23f1c55835aee315e92736c6aed06faf8':
fixed check output string to match test
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Makes all non-global H5O_layout_t structs dynamic (quiets stack warnings).
* commit 'd391d8a690b4d595709e1274882fb5e5e0559f9e':
* Made STATIC free lists EXTERN for H5O_layout_t. * Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
Updated H5O_layout_t dynamic work to use the H5FL interface.
Made some H5O_layout_t stack allocations dynamic (quiets warnings).
|
| |
| |
| |
| | |
* Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
* commit '3525de8fede588e143fcff837ebd1c7b0ad59252':
Add toolset option
Synchronize cmake files
Added toolset and intel checks
|
| |\
| |/
|/|
| |
| |
| |
| | |
* commit '5cb9c40847d1706ce82a2b2cda4c6c5596b10994':
Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
Rework of the POSIX file open permissions and macros to clean up HDopen() calls.
Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
* commit '1e9354bcf551c16f3ad9d6a4ad42a2bce827c95e':
Rework of the POSIX file open permissions and macros to clean up HDopen() calls.
Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
|
| |\ \
| |/ /
|/| | |
|