M. Scot Breitenfeld
6eab04894e
HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
...
This is now fixed via the HDFFV-10325 fix.
2017-12-07 08:56:04 -06:00
Dana Robinson
20bb11b526
Fixed an uninitialized filter callback struct in H5Dchunk.c and
...
unified the naming and initialization of said struct throughout
the library. This was causing a crash on VS2015 in debug mode
when the debug heap complained. Fixes HDFFV-10330.
2017-11-21 10:38:15 -08:00
Allen Byrne
bd28c0b42d
HDFFV-10328 remove allocation note
2017-11-17 14:02:07 -06:00
Allen Byrne
fea722ec67
Add note for plugins
2017-11-16 09:04:51 -06:00
Allen Byrne
7fbc3df3fa
HDFFV-10329 - Note new JIRA issue
2017-11-14 15:32:08 -06:00
Allen Byrne
275fabe631
Correct issue number
2017-11-06 09:28:28 -06:00
M. Scot Breitenfeld
df03ecb01d
HDFFV-10322
2017-11-03 09:10:26 -05:00
Allen Byrne
03be126719
HDFFV-10321 change note added.
2017-11-02 10:07:58 -05:00
Allen Byrne
11ccbed3c9
Update H5Zfilter_avail note
2017-10-31 11:18:09 -05:00
Allen Byrne
d14e859a91
Correct char type
2017-10-26 10:44:09 -05:00
Allen Byrne
efb505f37a
HDFFV-10297 fix grammar
2017-10-25 15:50:07 -05:00
Allen Byrne
95d8724df8
HDFFV-10297 - clarify note.
2017-10-25 15:10:42 -05:00
Allen Byrne
e9067227ae
HDFFV-10297 Update release note
2017-10-25 14:06:44 -05:00
Richard Warren
0c207cd2f8
Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to develop
...
* commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf':
Updated the code and RELEASE.txt note per comments from John Mainzer
Try to address most of the issues raised by Dana in the code review
Made edits suggested by John as part of the code review
Update the MANIFEST and release_docs/RELEASE files
Add a test for parallel reads of independent files using MPI subgroups
Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5.
The initial coding for the superblock read optization
2017-10-13 07:58:46 -05:00
Richard Warren
3dde6d0e32
Updated the code and RELEASE.txt note per comments from John Mainzer
2017-10-11 16:22:50 -04:00
Allen Byrne
11df540c92
Added older change that was added to last change
2017-10-11 15:13:55 -05:00
Allen Byrne
12e832bd41
HDFFV-10297 add release note - fix test step
2017-10-11 10:23:55 -05:00
Richard Warren
1f0194fb64
Update the MANIFEST and release_docs/RELEASE files
2017-10-10 09:47:22 -04:00
Allen Byrne
05af70b235
Restore GEN_HDRS and remove cache sets for defaults
2017-09-13 14:57:55 -05:00
Allen Byrne
67c91dcd41
Generate headers for 1.10 should default off
2017-09-12 09:22:03 -05:00
Allen Byrne
1c7c5a604b
HDFFV-10276 Add UD flag option to h5repack
2017-09-07 13:29:31 -05:00
Allen Byrne
89f65fc97e
HDFFV-9774 Add enable-error-stack argument to h5diff
2017-08-31 15:58:37 -05:00
Allen Byrne
073f524247
HDFFV-10284 Add VS2017 support
2017-08-31 13:37:50 -05:00
Allen Byrne
6e8b9dcfd4
HDFFV-10188 add release note
2017-08-21 09:33:54 -05:00
Allen Byrne
f4e9bc21fa
HDFFV-10256 add release note
2017-08-01 15:45:17 -05:00
Allen Byrne
08d63d17f9
Add the release note
2017-07-25 16:58:44 -05:00
Allen Byrne
26390d02df
Merge pull request #601 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'b3a212e54b86e15ea059d856db8685f43cc00829':
HDFFV-10254 Fix spelling
HDFFV-10254 release note
HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
2017-07-13 13:37:12 -05:00
Allen Byrne
b3a212e54b
HDFFV-10254 Fix spelling
2017-07-13 13:36:48 -05:00
Richard Warren
6a5aa46e93
Added a brief outline for Large MPI-IO transfers into RELEASE.txt
2017-07-13 10:12:08 -04:00
Allen Byrne
c22678f3fd
HDFFV-10254 release note
2017-07-12 14:23:00 -05:00
Allen Byrne
c82ec4d734
Update release note
2017-06-15 12:37:07 -05:00
Allen Byrne
b829420a0d
HDFFV-10219: Added keyword SUBSET to h5import list.
2017-06-12 12:22:52 -05:00
Allen Byrne
c059e6ecf7
Spelling
2017-05-26 13:59:00 -05:00
Allen Byrne
7f6443cc0d
Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
2017-05-26 13:05:18 -05:00
Allen Byrne
d809de2ebe
Note HDFFV-8611 change
2017-05-26 11:16:20 -05:00
Allen Byrne
9b8ffee145
Added note about 9055 and 10128, 9995 not needed
2017-05-18 09:12:47 -05:00
lrknox
28f4873e7f
Update one missed version string.
2017-05-05 10:47:23 -05:00
lrknox
e2ad2751dc
Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1
...
release.
2017-05-05 10:45:24 -05:00
Dana Robinson
80d57c242a
Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed
...
the option from the CMake cache init files.
Fixes HDFFV-10184
2017-04-27 15:18:18 -04:00
Larry Knox
89fbe00dec
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
...
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-04-25 16:05:36 -05:00
M. Scot Breitenfeld
32b8d5ffc8
added point to build script repo.
2017-04-18 09:21:36 -05:00
Allen Byrne
9b17c2e124
HDFFV-10143 Update new feature section.
2017-04-04 10:07:41 -05:00
Allen Byrne
d86d708aea
Update tools issues
2017-04-03 11:33:01 -05:00
Vailin Choi
9215a30b0b
Merge pull request #359 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
...
* commit '436bfedcbd1152e9aa47d50f9d8ad78817488ce1':
Update RELEASE.txt based on review comments from pull request.
Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1.
2017-03-23 16:08:49 -05:00
Vailin Choi
436bfedcbd
Update RELEASE.txt based on review comments from pull request.
2017-03-23 12:35:21 -05:00
Binh-Minh Ribler
3f1029a352
Description:
...
Removed notes about the C++ API in develop. Only keep in 1.10 branch.
2017-03-22 22:11:24 -05:00
Vailin Choi
b910794583
Update RELEASE.txt to reflect changes for new features and bug fixes since 1.10.0-patch1.
2017-03-21 23:47:52 -05:00
Binh-Minh Ribler
d8199a74ee
Description:
...
Updated the C++ API sections.
2017-03-20 18:36:37 -05:00
lrknox
dbff1180b7
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
2017-03-20 17:16:11 -05:00
lrknox
cd8ec2cc44
Extend h5vers to update version strings in java files and h5repack
...
version test expected output file.
Update version on develop branch to 1.11.0.
Please enter the commit message for your changes. Lines starting
2017-03-20 17:14:16 -05:00