hdftest
7a0ac416c9
Snapshot version 1.11 release 4.
...
Update version to 1.11.5.
2019-04-01 16:11:28 -05:00
Dana Robinson
d2591ce377
Merge pull request #1602 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:wopen_squash to develop
...
* commit '0c20c65e2f3abf390ad87c9167daca4cdff2de39':
Added the HDopen work-around on windows to pio_engine.c
Adds _wopen support on Windows so that files with UTF-8 names can be opened.
2019-03-15 10:47:02 -05:00
Neil Fortner
c812a6c9ec
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
2019-03-15 10:20:25 -05:00
Dana Robinson
750b5c2930
Adds _wopen support on Windows so that files with UTF-8 names
...
can be opened.
Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691
2019-03-15 00:41:39 -07:00
Songyu Lu
5f22afff3a
Added a note of bug fix for HDFFV-10705.
2019-03-08 13:51:27 -06:00
Neil Fortner
faec33960f
Fix issue with direct chunk write not updating the "last chunk" index
...
cache. Fix issues involving datasets being "no allocated" when they
contain cached raw data.
2019-03-06 16:57:42 -06:00
Binh-Minh Ribler
6c212353c4
Code improvement
...
Description:
Removed dead code and accidentally leftover code
Platforms tested:
Linux/64 (jelly) - very minor
2019-02-16 00:47:47 -06:00
Binh-Minh Ribler
268128e520
Added C++ wrapper for H5Ovisit2
2019-02-14 15:47:24 -06:00
Jordan Henderson
8f447bd356
Add RELEASE.txt note for collective metadata read fixes
2019-02-11 19:15:56 -06:00
Jordan Henderson
28b9af4f28
Fix test issue in testpar/t_dset.c with MPI-2 implementations
2019-02-07 14:31:32 -06:00
Vailin Choi
7f5741825d
Add release notes information.
2019-02-06 10:48:30 -06:00
Larry Knox
b0e202a206
Merge pull request #1508 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit 'bae744199b69eb7c3f5eda2441cca30cb8c6175f':
Add more specific batch scripts. Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release.
Account info can be submitted as an argument to run the batch scripts. Special versions for sandia are not needed.
Add HDF5options.cmake files for serial and parallel tests on HPC machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling.
Remove knl configuration from ctestS.sl.in.cmake. Add sandia batch files with account info.
Add batch files with batch parameters specific to cori and ray. Release.txt entry for skipping long double dt_arith tests on ppc64.
2019-01-31 14:31:38 -06:00
Neil Fortner
773c35a664
Add RELEASE.txt note for unknown message fix (pull request 1448)
2019-01-30 16:47:47 -06:00
Larry Knox
b91cb20c69
Add batch files with batch parameters specific to cori and ray.
...
Release.txt entry for skipping long double dt_arith tests on ppc64.
2019-01-26 16:44:09 -06:00
M. Scot Breitenfeld
fb5d83e146
Updated Fortran Bug and new features
2019-01-08 16:23:55 -06:00
M. Scot Breitenfeld
b4828e7feb
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop
2019-01-07 09:49:52 -06:00
Larry Knox
482d95c8f9
Add RELEASE.txt entry for HDFFV-10596.
2019-01-04 09:34:18 -06:00
Vailin Choi
7f9c459995
Correction based on code review.
2019-01-02 12:51:47 -06:00
M. Scot Breitenfeld
ffff13f0f3
Documented HDFFV-10652
2019-01-02 11:11:24 -06:00
Vailin Choi
e035c7abdd
Changes based on feedback from pull request.
2018-12-31 00:11:45 -06:00
Vailin Choi
f808c108ed
Fix for HDFFV-10659: The library abort with "infinite loop closing library"
...
after deleting attributes in densed storage.
The fix: When deleting attribute nodes from the name index v2 B-tree,
if an attribute is found in the intermediate B-tree nodes, which may be
merged/redistributed in the process, we need to free the dynamically
allocated spaces for the intermediate decoded attribute.
2018-12-28 16:49:11 -06:00
Dana Robinson
bacabb3534
Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_removal to develop
...
* commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53':
Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
2018-12-17 17:35:59 -06:00
Allen Byrne
139a12d13c
HDFFV-10632 correct number
2018-12-12 09:28:51 -06:00
Allen Byrne
ace20fc987
HDFFV-10632 stder/stdout change note
2018-12-12 09:27:45 -06:00
Allen Byrne
ef6c80bbdb
HDFVIEW-4 note
2018-12-12 09:12:50 -06:00
Dana Robinson
e21c1cf7c6
Removed H5I_REFERENCE from the library. It has always been unused
...
and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
2018-12-08 08:14:05 -08:00
Dana Robinson
ec99efbae8
RELEASE.txt updates for fixes pushed to 1.10.5.
2018-12-07 08:31:52 -08:00
Dana Robinson
e3c40fef1f
Removed RELEASE.txt entry concerning --enable-debug/production configure flags
...
as those changes were pushed to HDF5 1.10.
2018-12-06 10:08:50 -08:00
Scot Breitenfeld
988eed8cf7
updated with HDFFV-10511
2018-12-04 12:25:30 -06:00
Dana Robinson
d517bdf9d3
Pulled the RELEASE.txt note concerning HDFFV-10633 since that
...
change was pushed to hdf5_1_10 in case we release the Windows VFD
in 1.10.5.
2018-11-24 11:56:28 -08:00
Dana Robinson
3edd97731e
Renamed h5repart's -family_to_sec2 to -family_to_single.
2018-11-14 13:37:31 -08:00
Allen Byrne
c77d044dd0
Correct platforms
2018-11-06 15:30:15 -06:00
hdftest
db48399bd8
Snapshot version 1.11 release 3.
2018-11-05 12:21:13 -06:00
Dana Robinson
c9273522e9
Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h files
...
being incorrectly installed).
2018-10-29 12:59:25 -07:00
Dana Robinson
62b92ddf40
Makes the installed header files the same between the autotools
...
and CMake.
* CMake will no longer install private generated headers and tools
library headers.
* Several empty public header files (which represent internal packages)
were removed. These were only installed by CMake.
* Autotools installs will install H5FDwindows.h.
Fixes HDFFV-10614.
2018-10-26 20:44:29 -07:00
Allen Byrne
7d5ced1d23
Fix typo
2018-10-04 16:56:44 -05:00
Allen Byrne
1fc646e52b
Reconciled docs with 1.10 branch
2018-10-04 16:48:34 -05:00
Allen Byrne
ebec5c6117
HDFFV-10594 - Add rpath configuration note
2018-09-26 12:25:02 -05:00
Allen Byrne
d8aa676175
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'f03758613a6ec83e5ddd664590d162ccc888f13e':
Snapshot version 1.11 release 2.
Normalization with vol_integration (test code and H5Xtest.c)
2018-09-21 12:17:19 -05:00
hdftest
e2f6e6f62f
Snapshot version 1.11 release 2.
2018-09-20 14:54:10 -05:00
Allen Byrne
deaa1db852
HDFFV-10332 Use pre-generated files
2018-09-18 17:31:40 -05:00
Allen Byrne
99f743ed1a
HDFFV-9059 Allow detect to take a file as an argument
2018-09-18 10:29:12 -05:00
Allen Byrne
fddbbc158d
HDFFV-10568 fix hdf5_java library dependency
2018-08-31 21:00:16 -05:00
Jordan Henderson
763b95c6b0
Update RELEASE.txt with suggested changes
2018-08-27 15:13:54 -05:00
Jordan Henderson
4cd10fa88e
Add fix for HDFFV-10501
...
Add test for HDFFV-10501 fix
Add release note for HDFFV-10501 fix
2018-08-25 22:54:30 -05:00
Allen Byrne
f356d587a2
Update fortran windows 10 version
2018-08-20 18:26:57 -05:00
Allen Byrne
ae7da889ec
HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option
2018-08-17 14:48:43 -05:00
Allen Byrne
a6100a3445
HDFFV-10536 callback crash fixed by using stack structure
2018-08-17 14:12:11 -05:00
Allen Byrne
201d1722dc
Fix JIRA number format
2018-08-16 15:31:02 -05:00
Binh-Minh Ribler
7c2d969e85
Added notes about CVE issues.
2018-08-14 18:22:10 -05:00