Network

 
AuthorCommitMessageCommit Date
Vailin ChoiVailin Choi
bf690168c62MMerge pull request #804 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10 * commit '02d6a8b3ab923b386fd56816a18c6bf5640c4feb': Resolve conflicts from previous merge. Fix for HDFFV-9947 H5Sencode Modifications to fix H5Sencode bug when num points selected is > 2^32.
Vailin ChoiVailin Choi
f3715a69d50Fix for daily test failures.
Vailin ChoiVailin Choi
02d6a8b3ab9Resolve conflicts from previous merge.
Vailin ChoiVailin Choi
ad6581194d7MMerge branch changes from hdf5_1_10.
Vailin ChoiVailin Choi
3d84163ad37Fix for HDFFV-9947 H5Sencode Modifications to fix H5Sencode bug when num points selected is > 2^32.
Allen ByrneAllen Byrne
f09bfdb490eChange reference from dl to CMake variable
Allen ByrneAllen Byrne
e0eb3d02966H5detect and H5make_libsettings need include folder
Scot BreitenfeldScot Breitenfeld
585cf69c56eMMerge pull request #805 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit '8d462d5102295359090297c707a20eaaf76ec965': (34 commits) Update macros Changed casts to const void * Casted pointers to void to quiet warnings on Linux. Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. Fixed misc Warnings flagged by VS2017. Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. Fixed an uninitialized filter callback struct in H5...
Scot BreitenfeldScot Breitenfeld
8d462d51022MMerge branch 'develop' into hdf5_1_10
Allen ByrneAllen Byrne
e1dd55be853MMerge pull request #802 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit 'b4b30418390e01eb94961dd9fc2e0edca6a58fe4': Update macro
Allen ByrneAllen Byrne
b4b30418390Update macro
Larry KnoxLarry Knox
9224e9a189cMMerge pull request #789 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10 * commit '9dd1abc0d8d88a919f67e7b13d120feb458437f0': Snapshot version 1.10 release 2 (snap3)
Private HDFPrivate HDF
9dd1abc0d8dSnapshot version 1.10 release 2 (snap3)
Allen ByrneAllen Byrne
db8b5ca2ca0MMerge pull request #784 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7': replace deleted note HDFFV-10328 fix typos HDFFV-10328 - remove plugin allocation changes HDFFV-10328, HDFFV-10329 Merge from develop Fix snprintf to HDsnprintf usage - breaks windows HDFFV-10329 - add new jira issue. Fix linking of libs
Allen ByrneAllen Byrne
2e3f1b1600breplace deleted note
Allen ByrneAllen Byrne
be4641777f0HDFFV-10328 fix typos
Allen ByrneAllen Byrne
f318eed72f1HDFFV-10328 - remove plugin allocation changes
Allen ByrneAllen Byrne
30ef3de22daHDFFV-10328, HDFFV-10329 Merge from develop
Allen ByrneAllen Byrne
4829ed6833eFix snprintf to HDsnprintf usage - breaks windows
Allen ByrneAllen Byrne
0e547213a39MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit '2e05d657549d1287ce0d9a7ee5364e609046adb8': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handl...
Neil FortnerNeil Fortner
2e05d657549MMerge pull request #781 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:hdf5_1_10 to hdf5_1_10 * commit '837dc4bb51e3d3e823235228a33f6ffeae166b52': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in ...
Neil FortnerNeil Fortner
837dc4bb51eAdd RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797)
Neil FortnerNeil Fortner
e6224c7d8f5Initialize hid_t variables in test_Attr_bug9.
Neil FortnerNeil Fortner
c03f326f31cFix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
Allen ByrneAllen Byrne
34068c33413HDFFV-10329 - add new jira issue.
Allen ByrneAllen Byrne
b00b6b4892aFix linking of libs
Allen ByrneAllen Byrne
0a6ca48a7b9MMerge pull request #764 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '5b711224f3f03c16bb5b63bb8e6dbbc651ef51ef': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
Allen ByrneAllen Byrne
5b711224f3fMMerge pull request #12 in ~BYRN/hdf5_adb from develop to hdf5_1_10 * commit '51b80a8d8585b9ccb471966d235cd99379c3bcf3': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
Scot BreitenfeldScot Breitenfeld
3237f6e4e2aMMerge pull request #765 in HDFFV/hdf5 from bigio_test_refactoring to hdf5_1_10 * commit 'b829979c7047070bb92d67e5a5374c093319bab3': Follow up on editing suggestions by Scot Refactored testpar/t_bigio.c and then added a basic description of these test changes into RELEASE.txt (HDFFV-10301)
Richard.WarrenRichard.Warren
b829979c704Follow up on editing suggestions by Scot
Richard.WarrenRichard.Warren
51a5ef118c7Refactored testpar/t_bigio.c and then added a basic description of these test changes into RELEASE.txt (HDFFV-10301)
Richard WarrenRichard Warren
2184928e8b0MMerge pull request #758 in HDFFV/hdf5 from release_txt_update to hdf5_1_10 * commit 'e496d0853f9361a40945e0d2690e312b1a00301c': Update the release.txt file with a description of the fix for bug HDFFV-10318
Richard WarrenRichard Warren
e496d0853f9Update the release.txt file with a description of the fix for bug HDFFV-10318
Larry KnoxLarry Knox
6fc78dc7e6eMMerge pull request #755 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '84dd98014a66037cda8edab5a35c32c52be1d35d': Correct issue number
Allen ByrneAllen Byrne
84dd98014a6Correct issue number
Scot BreitenfeldScot Breitenfeld
e0d5972dee0MMerge pull request #752 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit 'cea5751e53228eb1ebd05d8fe86e071517bf809b': (28 commits) Fix for Intel 18 Fortran compilation error. Make a fix to allow CMake testing which does not use relative directories. Add missing dir reference New cmake MPI files HDFFV-10321 Correct fortran link var HDFFV-10321 change note added. Correct path Correct path Change to local path Add back Find module and add support files R...
Scot BreitenfeldScot Breitenfeld
cea5751e532MMerge branch 'develop' into hdf5_1_10
Richard WarrenRichard Warren
54b4c41c7fdMMerge pull request #751 in HDFFV/hdf5 from optimized_superblock_1_10 to hdf5_1_10 * commit 'e78651f0db850dc68c2595b185b0ecc4e9fe9cb3': Fix the H5WATCH_SOURCES definition Add the modifications for Cmake testing to a 1_10 based branch: HDFFV-10318
Richard WarrenRichard Warren
e78651f0db8Fix the H5WATCH_SOURCES definition
Richard WarrenRichard Warren
3e01676fa48Add the modifications for Cmake testing to a 1_10 based branch: HDFFV-10318
Allen ByrneAllen Byrne
62749cd371bMMerge pull request #745 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '4c1d3a9126ef86ad3785377fbbc98e7d505c71c6': Add missing fortran dir reference HDFFV-10321 Merge changes from develop HDFFV-10321 merge from develop
Allen ByrneAllen Byrne
4c1d3a9126eAdd missing fortran dir reference
Allen ByrneAllen Byrne
b18aeed09a6HDFFV-10321 Merge changes from develop
Allen ByrneAllen Byrne
c1edb4ad89dHDFFV-10321 merge from develop
Allen ByrneAllen Byrne
031075bccecMMerge pull request #739 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '54187f92f4bd30388f8df9a4f2b54b189d779947': Update H5Zfilter_avail note New test requirement
Allen ByrneAllen Byrne
54187f92f4bUpdate H5Zfilter_avail note
Allen ByrneAllen Byrne
3acacea954aNew test requirement
Scot BreitenfeldScot Breitenfeld
ce3f272ae01MMerge pull request #732 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit 'a3e40025729fd8c3b2f0488d6745f579eb29c5db': manual fix from merge with develop
Scot BreitenfeldScot Breitenfeld
a3e40025729manual fix from merge with develop
Scot BreitenfeldScot Breitenfeld
85531beb2afMMerge pull request #730 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit '2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc': (397 commits) fixed merge with develop issues HDFFV-10037: fixed wrong C link flags Correct typo fix typo Fix typos HDFFV-10297 Free buffer inside loop HDFFV-10297 Cleanup, Initialize variables Moved the SWMR + cache image check up before the root group is constructed to avoid the special case close. HDFFV-10297 Windows issues fixed Wind...