AuthorCommitMessageCommit dateIssues
Jerome SoumagneJerome Soumagne
d5e7134df91Fix evaluation of __has_attribute(no_sanitize_address) on older GCC versions
Jerome SoumagneJerome Soumagne
643593dfda4MMerge pull request #1112 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5_fork:gcc_sanitize to develop* commit '5afeefe1bae62fa5faf06c0c6f240e10863a2693': Fix H5detect to use no_sanitize_address attribute and support GCC sanitizers
Jordan HendersonJordan Henderson
f649be9fdc9MMerge pull request #1127 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop* commit 'a8d6f100cdddbfc42d0c4abfeb4ceb8788b1b087': Add note about single chunk caching and serial library Add check for actually using the MPI file driver when caching one chunk Fix error message mentioning wrong MPI function used Fix for HDFFV-10509 Revise H5D__mpio_array_gatherv() to not allocate memory needlessly Add test to continually grow and shrink chunks Changes to test ...HDFFV-10509
Larry KnoxLarry Knox
518f4af9005MMerge pull request #1131 in HDFFV/hdf5 from HDFFV-10527-typo-in-h5fs.c to develop* commit 'cb38d210c3ec4945fd47b5861d7db137e0efac55': HDFFV-10527:corrected two more typos. HDFFV-10527:corrected typos in comment blocks.HDFFV-10527
Larry KnoxLarry Knox
0f6d0803ef7MMerge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to develop* commit '863148d1fe0b6949708698ad9277dbdba8129e0c': fixed typo.HDFFV-10525
Binh-Minh RiblerBinh-Minh Ribler
fafa49ef7fcMMerge pull request #1133 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop to developFixed HDFFV-10404 * commit 'ec31438afdaf575368938e930eb3af0865a342b3': Fixed HDFFV-10404 Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minorHDFFV-10404
Binh-Minh RiblerBinh-Minh Ribler
ec31438afdaFixed HDFFV-10404Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minorHDFFV-10404
Jordan HendersonJordan Henderson
a8d6f100cddAdd note about single chunk caching and serial library
Vailin ChoiVailin Choi
ef30425b1c4MMerge pull request #1129 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit '08de02c838c05993fea5febb9c320a679e7f841a': Changes based on feedback from pull request. Fix test_misc33() in test/tmisc.c Open the test file read-only so that it can be accessed for testing. Modifications made based on feedback from pull request. Fix for HDFFV-10333: 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check fo...HDFFV-10333
Jordan HendersonJordan Henderson
0dc6c3c8b5cAdd check for actually using the MPI file driver when caching one chunkBetter explain rationale behind chunk caching issue fix
Jordan HendersonJordan Henderson
30d3bc2c91bFix error message mentioning wrong MPI function used
Hyo-Kyung LeeHyo-Kyung Lee
cb38d210c3eHDFFV-10527:corrected two more typos.HDFFV-10527
Hyo-Kyung LeeHyo-Kyung Lee
5f34de40614HDFFV-10527:corrected typos in comment blocks.HDFFV-10527
Vailin ChoiVailin Choi
08de02c838cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
Vailin ChoiVailin Choi
92bf81a0fbaChanges based on feedback from pull request.
Allen ByrneAllen Byrne
f1beebe80d5MMerge pull request #1125 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '8f652a87ca4b77779c4e338d255b4a5217b76227': HDFFV-10519 add JNI note Add actual file names fo diffHDFFV-10519
Larry KnoxLarry Knox
3d08f001017MMerge pull request #1130 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '08a8202eda7a79495a6d48f6be2c0b114e11750f': Vailin's fix for H5open fail when file doesn't have write permissions for user in test_misc33(). The test file can be opened read-only because the test doesn't write to it.
Larry KnoxLarry Knox
08a8202eda7Vailin's fix for H5open fail when file doesn't have write permissionsfor user in test_misc33(). The test file can be opened read-only because the test doesn't write to it.
Vailin ChoiVailin Choi
f369590a100Fix test_misc33() in test/tmisc.cOpen the test file read-only so that it can be accessed for testing.
Vailin ChoiVailin Choi
d1f8ac33122Modifications made based on feedback from pull request.
Vailin ChoiVailin Choi
cf38292064aFix for HDFFV-10333:1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dumpHDFFV-10333
Hyo-Kyung LeeHyo-Kyung Lee
863148d1fe0fixed typo.
Jordan HendersonJordan Henderson
ef10aa62117Fix for HDFFV-10509HDFFV-10509
Jordan HendersonJordan Henderson
6190641722eMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit 'b6fcbf4bb0f693fd6a0517f0ff3f74d52b329d1e': (400 commits) Fix ptr arith Correct function call Remove writeVL option Region reference in compounds need class check Correct cast formatting Correct var name Need to cast from void ptr Update Java util lib, Refactor H5D write VL to match read Fix attribute Read Correct "," handling Revert "Merge pull request #1116 in H...HDFFV-10433
Allen ByrneAllen Byrne
8f652a87ca4HDFFV-10519 add JNI noteHDFFV-10519
Allen ByrneAllen Byrne
3c07f4738ffAdd actual file names fo diff
Allen ByrneAllen Byrne
b6fcbf4bb0fMMerge pull request #1123 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'b1f5c9e9d63e16d67089f08ef2becc5119592a76': Fix ptr arith Correct function call Remove writeVL option Region reference in compounds need class check Correct cast formatting Correct var name Need to cast from void ptr Update Java util lib, Refactor H5D write VL to match read
Allen ByrneAllen Byrne
b1f5c9e9d63Fix ptr arith
Allen ByrneAllen Byrne
2f53075ea9bCorrect function call
Allen ByrneAllen Byrne
e2d2a410d02Remove writeVL option
Allen ByrneAllen Byrne
5a1d2986699Region reference in compounds need class check
Allen ByrneAllen Byrne
c3e666e4b29Correct cast formatting
Allen ByrneAllen Byrne
574941c50d9Correct var name
Allen ByrneAllen Byrne
f4b8365b326Need to cast from void ptr
Allen ByrneAllen Byrne
792771d52a7Update Java util lib, Refactor H5D write VL to match read
Allen ByrneAllen Byrne
4095b9260d5MMerge pull request #1120 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '4c1e89fba31abb357a05044c3f6a92450dfb753c': Fix attribute Read
Allen ByrneAllen Byrne
4c1e89fba31Fix attribute Read
Allen ByrneAllen Byrne
71fac288030MMerge pull request #1119 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'c7b7c109aba0bce3c8180041a983245944d00c46': Correct "," handling
Allen ByrneAllen Byrne
c7b7c109abaCorrect "," handling
Allen ByrneAllen Byrne
2b1be811e7eMMerge pull request #1115 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '27047165aaa6838c4653daa56a41d7b64b6bf3cd': Remove debug statements Split/fix utility for vl types fix whitespace HDFVIEW compound vlen needed vlen_t size
Private HDFPrivate HDF
bac6bc52d33MMerge pull request #1117 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develop* commit 'b193bc11c966d79b76ebc3bbe76728f0693693ef': Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
Private HDFPrivate HDF
b193bc11c96Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
Private HDFPrivate HDF
e9f476dad47MMerge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop* commit '25f80cbbec3a7d8036325784168b029cb71cc813': (324 commits) Snapshot version 1.10 release 3 (snap3) Update document HDFFV-10433 Updated text to address issues raised. Snapshot version 1.10 release 3 (snap2) Updated version to 1.10.3-snap2 Merge corrections from develop HDFFV-10473 add note for attribute fix Correct attribute location HDFFV-9739 and cmake improvements me...5 JIRA Issues
Private HDFPrivate HDF
25f80cbbec3Snapshot version 1.10 release 3 (snap3)
Allen ByrneAllen Byrne
27047165aaaRemove debug statements
Allen ByrneAllen Byrne
4e3b33e4ae5Split/fix utility for vl types
Allen ByrneAllen Byrne
3f47c388687fix whitespace
Allen ByrneAllen Byrne
651b728a62bHDFVIEW compound vlen needed vlen_t size
Allen ByrneAllen Byrne
5c2699fe516MMerge pull request #1110 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10* commit 'd5e78d2ecfd19e8e912cce654462ccc6e853fb72': Update document HDFFV-10433 Updated text to address issues raised. Merge corrections from developHDFFV-10433
Allen ByrneAllen Byrne
2ff00b1b937MMerge pull request #1109 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '5f2700f256b981f555a6a6b4b2caa61fa184554b': Update documents Update document HDFFV-10433 Update file with fix for issuesHDFFV-10433