summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10705: added a release note.Songyu Lu2019-03-041-0/+7
|
* HDFFV-10705: Fixed memory leak in scale offset filter.Songyu Lu2019-03-041-0/+5
|
* Merge pull request #1583 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-02-275-9/+124
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '81f446d31169e464f87148b061c9816a4197e622': Correct CMake examples for a binary install Fix typos
| * Correct CMake examples for a binary installAllen Byrne2019-02-273-8/+119
| |
| * Fix typosAllen Byrne2019-02-262-1/+5
|/
* Merge pull request #1575 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-02-235-1/+353
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '675be2a4a48253ed2622b9c45f8beabaa872c18d': HDFFV-10552 Change to use H5G_loc_info HDFFV-10552 Revert H5O_*1 functions for compatibility
| * HDFFV-10552 Change to use H5G_loc_infoAllen Byrne2019-02-221-3/+3
| |
| * HDFFV-10552 Revert H5O_*1 functions for compatibilityAllen Byrne2019-02-225-1/+353
| |
* | Merge pull request #1577 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2019-02-221-0/+1
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit 'd628025b500a9480ce08ced10d566a700d82f8e3': Updated H5err.txt to replace a global variable that was removed during the metadata cache logging changes (to maintain binary compatibility).
| * Updated H5err.txt to replace a global variable that was removedDana Robinson2019-02-221-0/+1
|/ | | | | during the metadata cache logging changes (to maintain binary compatibility).
* Merge pull request #1572 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to ↵Jordan Henderson2019-02-223-3/+3
|\ | | | | | | | | | | | | hdf5_1_10 * commit '2cb70b01eadbed1363ea4418fa1d36e636d9998d': Minor fix in h5str_sprintf for NULL region references
| * Minor fix in h5str_sprintf for NULL region referencesJordan Henderson2019-02-223-3/+3
|/
* Merge pull request #1570 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-02-2145-371/+350
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'b7d6f11182f148c0d0fff8d077d7fa342080d98c': HDFFV-10703 - Update CMake variable handling
| * HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-2145-371/+350
|/
* Merge pull request #1567 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-206-14/+245
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '1353f9552eaabf9f17b9043ed1d9a3d97fb5ba87': Add new files to MANIFEST. Update so version numbers. fix 2 typos.
| * Add new files to MANIFEST.Larry Knox2019-02-201-0/+2
| |
| * Update so version numbers.Larry Knox2019-02-205-14/+243
|/ | | | fix 2 typos.
* Merge pull request #1564 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-189-20/+20
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'afc010179ce9bed6b9a432fe7531070e5fa589f1': Update version on hdf5_1_10 branch to 1.10.6-snap0.
| * Update version on hdf5_1_10 branch to 1.10.6-snap0.Larry Knox2019-02-189-20/+20
|/
* Merge pull request #1562 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-181-1/+19
|\ | | | | | | | | | | | | hdf5_1_10 * commit '0712f746e900a461513d8f31ddec74d684bd30c8': Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to hdf5_1_10_5
| * Merge pull request #1560 in HDFFV/hdf5 from hdf5-1-10-documentation-only to ↵Richard Warren2019-02-181-1/+19
|/ | | | | | | | hdf5_1_10_5 * commit '5dd2fda18fbbeab95ba44200e48c8202dae65206': Modify RELEASE.txt in response to PR comments Updated RELEASE.txt with updates regarding HDFFV-10540
* Merge pull request #1561 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-182-444/+478
|\ | | | | | | | | | | | | hdf5_1_10 * commit '51c5f6b4b962062b6eb8f4f8b6425c8930e73118': Update HISTORY-1_10.txt and RELEASE.txt files.
| * Update HISTORY-1_10.txt and RELEASE.txt files.Larry Knox2019-02-182-444/+478
|/
* Merge pull request #1553 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-02-168-308/+247
|\ | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10 Added C++ wrapper for H5Ovisit2 * commit '2a4e26146dfc2f51edb7b9bb8317d3816172f86d': Code improvement Adding a C++ wrapper Fixing typo in documentation
| * Code improvementBinh-Minh Ribler2019-02-162-280/+12
| | | | | | | | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor
| * Adding a C++ wrapperBinh-Minh Ribler2019-02-158-37/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added a wrapper for H5Ovisit2 to class H5Object // Recursively visit elements reachable from this object. void visit(H5_index_t idx_type, H5_iter_order_t order, visit_operator_t user_op, void *op_data, unsigned int fields); - Fixed various typos in documentation - Removed a pair of [] in a delete statement for a non-array pointer. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
| * Fixing typo in documentationBinh-Minh Ribler2019-02-151-3/+1
| |
* | Merge pull request #1556 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Larry Knox2019-02-161-1/+0
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '10317c7b5b5c3e39367a6538b9dbc72cf984d07f': Updated MANIFEST
| * | Updated MANIFESTDana Robinson2019-02-151-1/+0
| | |
* | | Merge pull request #1555 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-02-161-112/+212
|\ \ \ | |/ / |/| | | | | | | | | | | | | | hdf5_1_10 * commit 'b705528a4e4d5b81d2c1582a378a64315d661163': Add release function to create HPC-CMake tar.gz file.
| * | Merge branch 'hdf5_1_10' of ↵Larry Knox2019-02-150-0/+0
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
* | | Merge pull request #1554 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Allen Byrne2019-02-151-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '47f58dfb2315abe96dadc7107e564bf1c61d4506': raybsub is an executable script.
| | * | Add release function to create HPC-CMake tar.gz file.Larry Knox2019-02-151-112/+212
| |/ /
| * | raybsub is an executable script.Larry Knox2019-02-151-0/+0
|/ /
* | Merge pull request #1549 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Larry Knox2019-02-1516-67/+160
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit 'eadc7752609b383f8444bd3b20b31a2b3416e428': TRILABS-111 Add missing batch scripts
| * TRILABS-111 Add missing batch scriptsAllen Byrne2019-02-1516-67/+160
|/
* Merge pull request #1543 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-02-1422-182/+525
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'f4f8be19125002764715f6cd25372477c729f809': Script changes from develop Added TRILABS-111 note Add HDFFV-10628 known problem TRILAB-111 Update MPI CMake
| * Script changes from developAllen Byrne2019-02-146-11/+18
| |
| * Added TRILABS-111 noteAllen Byrne2019-02-141-0/+7
| |
| * Add HDFFV-10628 known problemAllen Byrne2019-02-141-0/+3
| |
| * TRILAB-111 Update MPI CMakeAllen Byrne2019-02-1321-182/+508
| |
* | Merge pull request #1545 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to ↵Larry Knox2019-02-1457-16024/+18439
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit '35f48aac5b2e10d6c3e2b3176bbde6aad209c758': Re-write of Java JNI error handling
| * Re-write of Java JNI error handlingJordan Henderson2019-02-1457-16024/+18439
|/
* Merge pull request #1541 in HDFFV/hdf5 from ↵Ray Lu2019-02-131-4/+4
|\ | | | | | | | | | | | | ~SONGYULU/hdf5_ray:1_10/HDFFV-10601-issues-with-chunk-cache-hash to hdf5_1_10 * commit 'dfedd864335fab2a676357c6647bd09aeb26575d': Changing functions H5Dcreate and H5Dopen to H5Dcreate2 and H5Dopen2 for backward compatibility.
| * Changing functions H5Dcreate and H5Dopen to H5Dcreate2 and H5Dopen2 for ↵Songyu Lu2019-02-131-4/+4
| | | | | | | | backward compatibility.
* | Merge pull request #1536 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to ↵Jordan Henderson2019-02-1211-87/+381
|\ \ | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '2e44998a70924b77f186f6cb60924035fd24441d': Add RELEASE.txt note for collective metadata read fixes Fix some collective metadata read issues
| * | Add RELEASE.txt note for collective metadata read fixesJordan Henderson2019-02-121-0/+16
| | |
| * | Fix some collective metadata read issuesJordan Henderson2019-02-1210-87/+365
| | |
* | | Merge pull request #1535 in HDFFV/hdf5 from ↵Ray Lu2019-02-127-18/+133
|\ \ \ | |/ / |/| / | |/ | | | | | | ~SONGYULU/hdf5_ray:1_10/HDFFV-10601-issues-with-chunk-cache-hash to hdf5_1_10 * commit '4e31361dad4add06792b652dbe5b97e501f9031d': I'm bringing the fixes for the following Jira issues from the develop branch to 1.10 branch: HDFFV-10571: Divided by Zero vulnerability. HDFFV-10601: Issues with chunk cache hash value calcuation. HDFFV-10607: Patches for warnings in the core libraries. HDFFV-10635: HDF5 library segmentation fault with H5Sselect_element.
| * I'm bringing the fixes for the following Jira issues from the develop branch ↵Songyu Lu2019-02-127-18/+133
|/ | | | | | | | | to 1.10 branch: HDFFV-10571: Divided by Zero vulnerability. HDFFV-10601: Issues with chunk cache hash value calcuation. HDFFV-10607: Patches for warnings in the core libraries. HDFFV-10635: HDF5 library segmentation fault with H5Sselect_element.