summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-13101-318/+317
| | | | | | | | | 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 minor
* Merge pull request #1125 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-07-122-2/+78
|\ | | | | | | | | | | * commit '8f652a87ca4b77779c4e338d255b4a5217b76227': HDFFV-10519 add JNI note Add actual file names fo diff
| * HDFFV-10519 add JNI noteAllen Byrne2018-07-021-1/+7
| |
| * Add actual file names fo diffAllen Byrne2018-06-291-1/+71
| |
* | Merge pull request #1130 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-07-121-1/+1
|\ \ | |/ |/| | | | | * 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.
| * Vailin's fix for H5open fail when file doesn't have write permissionsLarry Knox2018-07-121-1/+1
|/ | | | | for user in test_misc33(). The test file can be opened read-only because the test doesn't write to it.
* Merge pull request #1123 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-06-2926-54/+572
|\ | | | | | | | | | | | | | | | | | | | | | | * 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
| * Fix ptr arithAllen Byrne2018-06-292-48/+39
| |
| * Correct function callAllen Byrne2018-06-281-1/+1
| |
| * Remove writeVL optionAllen Byrne2018-06-281-2/+3
| |
| * Region reference in compounds need class checkAllen Byrne2018-06-281-3/+4
| |
| * Correct cast formattingAllen Byrne2018-06-281-2/+2
| |
| * Correct var nameAllen Byrne2018-06-281-2/+2
| |
| * Need to cast from void ptrAllen Byrne2018-06-281-2/+2
| |
| * Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-2726-56/+581
|/
* Merge pull request #1120 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-06-266-244/+457
|\ | | | | | | | | * commit '4c1e89fba31abb357a05044c3f6a92450dfb753c': Fix attribute Read
| * Fix attribute ReadAllen Byrne2018-06-256-244/+457
|/
* Merge pull request #1119 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-06-251-4/+4
|\ | | | | | | | | * commit 'c7b7c109aba0bce3c8180041a983245944d00c46': Correct "," handling
| * Correct "," handlingAllen Byrne2018-06-251-4/+4
|/
* Merge pull request #1115 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-06-255-54/+177
|\ | | | | | | | | | | | | | | * commit '27047165aaa6838c4653daa56a41d7b64b6bf3cd': Remove debug statements Split/fix utility for vl types fix whitespace HDFVIEW compound vlen needed vlen_t size
| * Remove debug statementsAllen Byrne2018-06-212-17/+0
| |
| * Split/fix utility for vl typesAllen Byrne2018-06-213-48/+165
| |
| * fix whitespaceAllen Byrne2018-06-211-10/+10
| |
| * HDFVIEW compound vlen needed vlen_t sizeAllen Byrne2018-06-203-6/+29
| |
* | Merge pull request #1117 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develophdftest2018-06-2450-1122/+396
|\ \ | | | | | | | | | | | | * commit 'b193bc11c966d79b76ebc3bbe76728f0693693ef': Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
| * | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-2450-1122/+396
|/ / | | | | | | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* | Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵hdftest2018-06-2450-396/+1122
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 merge from develop Fix for HDFFV-10469: set to latest format for virtual layout encoding. Update Windows test machines Fix soversion Fixed libver bounds underscore issue removed extraneous lib. ver. bound, PR comment temporary fix for HDFFV-10469 Updated version to 1.10.3-snap1 Add new file Correct number of tests Whitespace and test reclassify merge from develop HDFFV-10444 fix so numbers and merge java test changes ...
| * Snapshot version 1.10 release 3 (snap3)hdftest2018-06-246-7/+7
| |
| * Merge pull request #1110 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2018-06-191-332/+14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'd5e78d2ecfd19e8e912cce654462ccc6e853fb72': Update document HDFFV-10433 Updated text to address issues raised. Merge corrections from develop
| | * Update documentAllen Byrne2018-06-191-327/+0
| | |
| | * HDFFV-10433 Updated text to address issues raised.Allen Byrne2018-06-111-5/+14
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-05-296-7/+7
| | |\ | | | | | | | | | | | | | | | | * commit '413bc90ec95524c72d0576bc9f1fc5356e541473': Updated version to 1.10.3-snap2
| | * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-05-253-12/+12
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c1a308d7c9f361cc5720e345685ec43a2dd24297': Correct script names Fix typo Minor H5FS tweaks.
| | * | | Merge corrections from developAllen Byrne2018-05-252-3/+3
| | | | |
| * | | | Merge pull request #1113 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵hdftest2018-06-166-7/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 Update version to snap3 * commit '67d6f8d405b16c99590f112f429a352157be3554': Snapshot version 1.10 release 3 (snap2)
| | * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)hdftest2018-06-16128-2769/+3433
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '87829e06189cd9b29583b5ca8065b52b1f4cd523': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| * | | | | Merge pull request #1111 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-06-15128-2769/+3433
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '57f64b92d19fed2879ee9bafe1d29bfac865d54c': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| | * | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-1410-516/+531
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-124-3/+91
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-084-9/+11
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-04112-2245/+2804
| | |\ \ \ \ \ \ \
| | | | | | | * | | Snapshot version 1.10 release 3 (snap2)hdftest2018-06-046-7/+7
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge pull request #1087 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵hdftest2018-05-296-7/+7
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'f8690c40b93a44bb2c3947ad41126c13549f2ad4': Updated version to 1.10.3-snap2
| | * | | | | | | Updated version to 1.10.3-snap2hdftest2018-05-296-7/+7
| |/ / / / / / /
| * | | | | | | Merge pull request #1086 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-05-255-15/+15
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | * commit 'cc611c696fbff4731c4eef3882ef985ac3ebab1d': Correct script names Fix typo Minor H5FS tweaks.
| | * | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-255-15/+15
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge pull request #1050 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-05-23360-23371/+26034
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e8eb130ce6f031a3b8ea50dae491b101d92e9c80': (117 commits) Put back CTRL-L chars Update support link Update text Valgrind fixed by checking for prefix_len of 0 HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix for HDFFV-10469: set to latest format for virtual layout encoding. Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note ...
| | * | | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-233-51/+44
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-236-50/+39
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'hdf5_1_10' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-221-1/+1
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |