summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-2090-2827/+2072
|
* Merge pull request #1723 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-06-127-775/+689
|\ | | | | | | | | | | | | hdf5_1_10 * commit '1a2df2a6c3dcfc4c1030e6ba4d3da351f46a9d4f': Updates from develop
| * Updates from developAllen Byrne2019-06-107-775/+689
|/
* Merge pull request #1716 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-06-0514-111/+321
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'c59817f3436cdd30059520df7d12eea0512e59b4': Update cmake macros and java arg format
| * Update cmake macros and java arg formatAllen Byrne2019-05-3114-111/+321
|/
* Merge pull request #1712 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-05-1910-27/+27
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'd628d1d8c897917c7a07affd565c7744d4ae6057': Fix message command syntax
| * Fix message command syntaxAllen Byrne2019-05-1710-27/+27
|/
* Merge pull request #1707 in HDFFV/hdf5 from ~VCHOI/my_third_fork:hdf5_1_10 ↵Vailin Choi2019-05-164-7/+7
|\ | | | | | | | | | | | | to hdf5_1_10 * commit '519685d05cdb53e6e641587863c45773cca571db': Address daily test failure for hdf5_1_10: Fix the testhdf5 failing test in the selection code which segfaults.
| * Address daily test failure for hdf5_1_10:Vailin Choi2019-05-164-7/+7
|/ | | | Fix the testhdf5 failing test in the selection code which segfaults.
* Merge pull request #1671 in HDFFV/hdf5 from ↵Vailin Choi2019-05-1328-526/+362
|\ | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num to hdf5_1_10 * commit '1d87374f68a28a215878a47e1203711dc95ac716': Make corresponding changes for H5Sencode based on PR #1645 to develop branch. The core changes are to revert previous modifications now that we use API context for fapl.
| * Merge pull request #4 in ~VCHOI/my_third_fork from hdf5_1_10 to ↵Vailin Choi2019-05-138-58/+274
| |\ | |/ |/| | | | | | | | | | | | | bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num * commit '4dfcc225ba98a5ad1bc4283b8eacde0bb6f7484c': Fix Java JUnit-TestH5P failure on 32-bit arch Added new C++ wrappers - HDFFV-10622 Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
* | Merge pull request #1684 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to ↵Allen Byrne2019-04-302-1/+5
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'eb2476bc41d30e856a453990a0b0fdc89e3f5ad5': Fix Java JUnit-TestH5P failure on 32-bit arch
| * | Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-302-1/+5
|/ /
* | Merge pull request #1673 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:hdf5_1_10 to ↵Binh-Minh Ribler2019-04-265-12/+177
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 Added C++ wrappers for H5Pset/get_create_intermediate_group * commit '4867de9631d9ffd8f4186df27b3c69283ca0fee5': Added new C++ wrappers - HDFFV-10622
| * | Added new C++ wrappers - HDFFV-10622Binh-Minh Ribler2019-04-245-12/+177
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added wrappers for H5Pset/get_create_intermediate_group: // Specifies in property list whether to create missing // intermediate groups void setCreateIntermediateGroup(bool crt_intmd_group) const; // Determines whether property is set to enable creating missing // intermediate groups bool getCreateIntermediateGroup() const; Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | Merge pull request #1664 in HDFFV/hdf5 from ↵Vailin Choi2019-04-222-45/+92
|\ \ | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/v110_HDFFV-10579-h5arename-function-fails-when to hdf5_1_10 * commit '36149c8a669146eb73750f03b8dd85a1f1c02c2e': Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
| * | Make the corresponding fix for HDFFV-10579 H5Arename fails when creation ↵Vailin Choi2019-04-182-45/+92
|/ / | | | | | | order of attributes is tracked.
| * Make corresponding changes for H5Sencode based on PR #1645 to develop branch.Vailin Choi2019-04-2328-526/+362
|/ | | | The core changes are to revert previous modifications now that we use API context for fapl.
* Merge pull request #1650 in HDFFV/hdf5 from ↵Vailin Choi2019-04-181-0/+78
|\ | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/v110_HDFFV-10271-version-2-hyperslab-encoding to hdf5_1_10 * commit '3e30d019214eaee6f345f45eae478e7f464df8ad': Make corresponding changes for hyperslab encoding incorrect length (HDFFV-10271). This is based on PR #1644 merged to develop branch. The fix for the incorrect length was already checked in to 1.10 on Dec 2017.
| * Make corresponding changes for hyperslab encoding incorrect length ↵Vailin Choi2019-04-101-0/+78
| | | | | | | | | | | | | | (HDFFV-10271). This is based on PR #1644 merged to develop branch. The fix for the incorrect length was already checked in to 1.10 on Dec 2017.
* | Merge pull request #1648 in HDFFV/hdf5 from ↵Vailin Choi2019-04-186-120/+195
|\ \ | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/v110_move_selection_specific to hdf5_1_10 * commit '670c6c1389c1c66598a365a9bfe2b19237d9e93a': Make corresponding changes for moving dataspace selection-specific coding to the callbacks. This is based on the PR #1642 merged to the develop branch.
| * | Make corresponding changes for moving dataspace selection-specific coding to ↵Vailin Choi2019-04-106-120/+195
| |/ | | | | | | | | | | the callbacks. This is based on the PR #1642 merged to the develop branch.
* | Merge pull request #1647 in HDFFV/hdf5 from ↵Vailin Choi2019-04-182-0/+124
|\ \ | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/v110_context_fapl to hdf5_1_10 * commit '76b4748e78b2de806114100f7b82133b6983c60c': Make corresponding changes for setting API context for fapl and libver_bounds to be used later in dataspace selection. This is based on PR #1640 merged to develop branch.
| * | Make corresponding changes for setting API context for fapl and ↵Vailin Choi2019-04-102-0/+124
| |/ | | | | | | | | | | libver_bounds to be used later in dataspace selection. This is based on PR #1640 merged to develop branch.
* | Merge pull request #1646 in HDFFV/hdf5 from ↵Vailin Choi2019-04-185-164/+184
|\ \ | |/ |/| | | | | | | | | ~VCHOI/my_third_fork:bugfix/v110_ver_bounds to hdf5_1_10 * commit '4feb2100591c802ea450dc26dae4e0546479fa96': Make corresponding changes for version bounds in V110. This is based on PR#1639 merged to develop branch.
| * Make corresponding changes for version bounds in V110.Vailin Choi2019-04-105-164/+184
|/ | | | This is based on PR#1639 merged to develop branch.
* Merge pull request #1638 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-04-0627-279/+146
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'ca1165f3ab5121e433eb8ffa4de74e061c8b3cd1': Update java m4 scripts CMake fixes Update namespace handling Allow option to select NAMESPACE
| * Update java m4 scriptsAllen Byrne2019-04-0418-185/+96
| |
| * CMake fixesAllen Byrne2019-04-042-2/+2
| |
| * Update namespace handlingAllen Byrne2019-04-046-31/+34
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-04-036-7/+7
| |\ | |/ |/| | | | | * commit 'af7dc057890c8ddb9327e8bb7e93f78195152320': Snapshot version 1.10 release 6 (snap0)\nUpdate version to 1.10.6-snap1)
* | Merge pull request #1631 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵Larry Knox2019-04-026-7/+7
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '5894e19ad5432f599dd5deba2f4cc0e224c92bc3': Snapshot version 1.10 release 6 (snap0)\nUpdate version to 1.10.6-snap1)
| * | Snapshot version 1.10 release 6 (snap0)\nUpdate version to 1.10.6-snap1)hdftest2019-04-016-7/+7
|/ /
| * Allow option to select NAMESPACEAllen Byrne2019-03-284-64/+17
|/
* Merge pull request #1623 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-03-284-104/+5
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'ad3a510e61017fa6da64b46e45120172d27376c2': Correct Examples for packaging
| * Correct Examples for packagingAllen Byrne2019-03-284-104/+5
|/
* Merge pull request #1622 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to ↵Scot Breitenfeld2019-03-274-31/+31
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'cc0a892704bcd5a15d919d346202a066d551b183': HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_f
| * HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-274-31/+31
|/ | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* Merge pull request #1609 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:hdf5_1_10 to ↵Neil Fortner2019-03-1911-29/+243
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'a8443acaa76b79ebe74624af363008f0163a44f8': Fix issue with direct chunk write not updating the "last chunk" index cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
| * Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-1911-29/+243
|/ | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
* Merge pull request #1591 in HDFFV/hdf5 from ↵Ray Lu2019-03-082-0/+15
|\ | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:HDFFV-10705-for-1-10-branch to hdf5_1_10 * commit '2f3c34c649b8ec04d399296fa6203f68615e55a0': Revised the entry of bug fix for HDFFV-10705. Minor change: revised the note from the previous commit about HDFFV-10705. HDFFV-10705: added a release note. HDFFV-10705: Fixed memory leak in scale offset filter.
| * Revised the entry of bug fix for HDFFV-10705.Songyu Lu2019-03-081-3/+5
| |
| * Minor change: revised the note from the previous commit about HDFFV-10705.Songyu Lu2019-03-071-1/+2
| |
| * 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
| |