Commit Graph

1584 Commits

Author SHA1 Message Date
Quincey Koziol
3e4f255c50 Added release note for MPI type fix 2020-08-21 16:28:19 -05:00
Allen Byrne
cc74ba6309 HDFFV-9989 Merge h5repack merge/prune from develop 2020-08-15 11:57:12 -05:00
Allen Byrne
fbe2fc4589 spelling 2020-08-13 06:24:04 -05:00
Allen Byrne
f57011b7af HDFFV-11127 - force RTLD_LOCAL in dlopen 2020-08-12 16:18:16 -05:00
Dana Robinson
ba4c9495c2 Added RELEASE.txt note for HDFFV-11027 2020-08-11 11:37:16 -07:00
Vailin Choi
02d8c7256e Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop
* commit '3023b34272cc6ada84aebfa7441a6a55afa3621c':
  Update MANIFEST. Add new test to Cmake.
  Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
2020-07-21 12:40:44 -05:00
hdftest
e5b1042450 Snapshot version 1.12.1-1
Update version to 1.12.1-2
2020-07-18 23:19:33 -05:00
Allen Byrne
271208dceb CMake updates:
Add build folder as Include for generated files
Add install option for copying Fortran mod files to include folder
Add PRI defines to win32defs file
Exclude mingw from extra flags
2020-07-15 10:27:06 -05:00
Larry Knox
8171ef3c88 Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'fc69de0e8ae30e80c1c3c542b156226a75444525':
  Lib files needed are now copied to a subdirectory in the java/test directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063
2020-07-06 12:34:51 -05:00
Quincey Koziol
0a091d8791 Add info to release notes. 2020-06-18 15:23:31 -05:00
Quincey Koziol
38886e95b2 Update release notes for last ID caching. 2020-06-11 10:04:54 -05:00
Quincey Koziol
df31370d45 Add info to release notes about improvement for single element I/O. 2020-06-11 08:17:13 -05:00
Quincey Koziol
8e52a143f7 Add info to release notes about improvement to metdata cache tagging for chunked datasets. 2020-06-10 13:37:05 -05:00
Quincey Koziol
b0f921c53f Add info about optimization to release notes 2020-06-07 16:24:37 -05:00
Quincey Koziol
20a8edb705 Add note about H5DOappend() optimization. 2020-06-05 12:50:35 -05:00
Quincey Koziol
8dc9001a21 Add note to release notes. 2020-05-07 16:09:36 -05:00
Allen Byrne
38e923b853 OESS-65 replace szip with aec library 2020-04-27 09:07:36 -05:00
hdftest
ee86b05d98 Snapshot version 1.12 release 1 (snap0)
Update version to 1.12.1-1
2020-04-26 23:19:09 -05:00
Allen Byrne
6108186feb TRILAB-192 - merge changes from develop
Single source, config files, for warnings for both autotools and CMake.
Update CMake libraries, tools, tests to use correct flags.
2020-04-07 09:47:29 -05:00
Allen Byrne
965c024c6e Update release note for CMake warnings 2020-04-03 12:58:43 -05:00
Allen Byrne
ac32ce96a3 TRILAB-192 merging warnings changes from develop 2020-03-30 09:28:05 -05:00
Allen Byrne
490cb6f9cd Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)
* commit '16b909a7488d8288206dd0bb7cf9ef7036d7f543':
  Update release notes about H5get_alloc_stats() and H5get_free_list_sizes().
  Was checking the wrong compiler macro.
  Correct failure when allocation tracking are disabled.
  Remove VCS merge conflict
  Revise API for H5get_alloc_stats() to take a struct instead of separate values.
  Add routines to query the library's free list sizes and allocation stats.
2020-03-29 07:46:54 -05:00
Allen Byrne
5cbdef5840 TRILAB-24 use CheckStructHasMember CMake module 2020-03-27 15:44:56 -05:00
Quincey Koziol
0f92c0e908 Update release notes about H5get_alloc_stats() and H5get_free_list_sizes(). 2020-03-25 16:45:47 -05:00
M. Scot Breitenfeld
5e0cc7846d Fixed configure issue when building HDF5 with NAG Fortran 7.0.
HDF5 now accounts for the addition of half-precision floating-point
in NAG 7.0 with a KIND=16.

(MSB - 2020/02/28, HDFFV-11033)
2020-02-28 16:16:53 -06:00
Larry Knox
ec6162f7bb One more change to RELEASE.txt. 2020-02-28 14:13:04 -06:00
Larry Knox
8d1820390d Clear RELEASE.txt HDF5 1.12.0 entries. 2020-02-28 14:04:02 -06:00
Allen Byrne
ab88352ac2 Update Windows platforms 2020-02-24 13:55:06 -06:00
Allen Byrne
8544c6b399 Merge pull request #2391 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12
* commit '5b5ff6ee094033f2ecd974b8e0bdaac2b0c7e617':
  Correct usage of add_compile_definitions
  Merge changes from develop mostly cmake 3.12 minimum version
  Merge changes from develop for CMake and Java
2020-02-24 07:50:16 -06:00
Allen Byrne
9ed096fb39 Merge changes from develop mostly cmake 3.12 minimum version 2020-02-23 11:55:47 -06:00
Jordan Henderson
34e9f449cc Partial fix for HDFFV-10792 2020-02-21 14:55:29 -06:00
M. Scot Breitenfeld
e8285ad6b1 update HDFFV-11029 2020-02-18 17:24:26 -06:00
Allen Byrne
ec4da2d649 Update release note 2020-02-11 13:56:19 -06:00
Muqun Yang
47fa9d1789 HDFFV-11014, fix the h5repack issue that misses a few attributes during the repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt. 2020-02-10 13:59:15 -06:00
Allen Byrne
7541b6abb9 HDFFV-11012 fix fortran include properties 2020-02-05 09:40:42 -06:00
Allen Byrne
e766d853ed Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)
* commit '91d29817413e00f1dcd006d13790df6ce7aeb5c0':
  Update version to 1.12.1-snap0 for hdf5_1_12 branch.
2020-01-28 16:12:57 -06:00
Larry Knox
3ecbb767c3 Update version to 1.12.1-snap0 for hdf5_1_12 branch. 2020-01-28 15:55:05 -06:00
Allen Byrne
113481a819 Create common warnings for build systems 2020-01-20 09:29:01 -06:00
Allen Byrne
6bae11bb5b Improved CMake options for tests 2020-01-19 07:53:46 -06:00
Allen Byrne
1dc37eae78 TRILABS-135 add clang sanitizer support 2019-12-13 12:52:21 -06:00
Larry Knox
4b569143f0 Update version to 1.12.0-alpha1. 2019-12-12 16:42:47 -06:00
Allen Byrne
310b42e35a HDFFV-10876 Merge from develop 2019-12-09 15:44:38 -06:00
Neil Fortner
d567b4569d Add note to RELEASE.txt for H5Sselect_adjust. 2019-12-06 16:20:54 -06:00
Neil Fortner
9191a09aa8 Add RELEASE.txt note for H5Sselect_project_interesection 2019-12-06 14:38:55 -06:00
Neil Fortner
1b45a5c09f Add RELEASE.txt note for HVLget_file_type() 2019-12-06 14:21:55 -06:00
Allen Byrne
144e7a600c HDFFV-10962 add VS2019 support 2019-11-18 15:34:04 -06:00
Larry Knox
41428cda48 Add missing 's'. 2019-10-22 13:09:53 -05:00
Larry Knox
6fde951382 Update url for S3 and HDFS vfds in RELEASE.txt. 2019-10-22 12:36:53 -05:00
Larry Knox
41ad7d0f35 Fix typos. 2019-10-21 16:09:38 -05:00
Larry Knox
2c9362c530 Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.
Set version to 1.12.0-alpha0 for snapshot release.
2019-10-21 15:50:44 -05:00