summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2588-3606/+5262
| | | | modified: test/dsets.c
* Merge pull request #1294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-10-122-3/+0
|\ | | | | | | | | | | | | develop * commit 'b0b9eda809282f362eb0e49bebd2956ba5a11bbc': Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t.
| * Fixed a C++ style commenting issue and removed an unused fieldDana Robinson2018-10-122-3/+0
|/ | | | from H5F_trav_obj_ids_t.
* Merge pull request #1293 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-10-121-4/+9
|\ | | | | | | | | | | | | develop * commit 'c3a813a37fb700d2d1039d6fdc54d8e377412b76': Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t gets closed but we try to use it to find the driver.
| * Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_tDana Robinson2018-10-111-4/+9
|/ | | | gets closed but we try to use it to find the driver.
* Merge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to ↵Dana Robinson2018-10-10177-2686/+16628
|\ | | | | | | | | | | | | develop * commit 'e962df1591bc6eaee5b9e318de83b9c6698bc7b6': VOL FEATURE
| * VOL FEATUREDana Robinson2018-10-10177-2686/+16628
|/
* Merge pull request #1282 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5I_debug to ↵Dana Robinson2018-10-072-33/+32
|\ | | | | | | | | | | | | | | develop * commit '75b84b09bd249b36a063fd51ecd3383801b0118b': Updated the H5I debug dump to not segfault when types are not initialized or contain zero IDs in the skip list. The H5I debug ID dump function is now always available instead of hidden behind an H5_DEBUG_OUTPUT ifdef.
| * Updated the H5I debug dump to not segfault when types are not initializedDana Robinson2018-10-061-9/+16
| | | | | | | | or contain zero IDs in the skip list.
| * The H5I debug ID dump function is now always available insteadDana Robinson2018-10-062-26/+18
|/ | | | of hidden behind an H5_DEBUG_OUTPUT ifdef.
* Merge pull request #1278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-10-048-185/+169
|\ | | | | | | | | | | | | | | | | | | * commit '299852b6b565c906938ffaad5bb8e841b82118ab': Update examples version Fix typo Reconciled docs with 1.10 branch TRILABS-34 improve cross compile with emulator TRILABS-34 Cleanup try_run TRILABS-34 avoid try-run output capture
| * Update examples versionAllen Byrne2018-10-042-2/+2
| |
| * Fix typoAllen Byrne2018-10-041-2/+2
| |
| * Reconciled docs with 1.10 branchAllen Byrne2018-10-042-38/+58
| |
| * TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-044-98/+66
| |
| * TRILABS-34 Cleanup try_runAllen Byrne2018-10-042-8/+2
| |
| * TRILABS-34 avoid try-run output captureAllen Byrne2018-10-041-40/+42
|/
* Merge pull request #1277 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-10-048-116/+206
|\ | | | | | | | | | | | | | | * commit '2a95ab5acbe032f58891b653f56b9db8a4938d95': TRILABS-21 add toolchain related info and files TRILABS-21 Add intel compiler support Fix undef for Xl compilers TRILAB-21 Intel flags
| * TRILABS-21 add toolchain related info and filesAllen Byrne2018-10-043-2/+37
| |
| * TRILABS-21 Add intel compiler supportAllen Byrne2018-10-044-1/+24
| |
| * Fix undef for Xl compilersAllen Byrne2018-10-031-17/+19
| |
| * TRILAB-21 Intel flagsAllen Byrne2018-10-023-115/+147
| |
* | Merge pull request #1276 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-10-031-17/+19
|\ \ | |/ |/| | | | | | | | | develop * commit '1cac34fc5bdae7f6cc265a4f94f82048642e5de7': Fix defines for XL compiler
| * Fix defines for XL compilerAllen Byrne2018-10-031-17/+19
|/
* Merge pull request #1261 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-09-271-21/+14
|\ | | | | | | | | | | * commit 'a2da9930af38a86387466a2021b71a2cc7484f1b': replace page chars Remove obsolete comment
| * replace page charsAllen Byrne2018-09-271-3/+3
| |
| * Remove obsolete commentAllen Byrne2018-09-271-24/+17
|/
* Merge pull request #1258 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-09-262-0/+25
|\ | | | | | | | | | | | | | | * commit 'd26bb4d26ce5a23804a80c16dcb53e5f3eb957e4': HDFFV-10594 - mac must be space separated HDFFV-10594 - Add rpath configuration note Add extra path option for build location Use relative RPATH paths
| * HDFFV-10594 - mac must be space separatedAllen Byrne2018-09-261-1/+6
| |
| * HDFFV-10594 - Add rpath configuration noteAllen Byrne2018-09-261-0/+10
| |
| * Add extra path option for build locationAllen Byrne2018-09-261-2/+2
| |
| * Use relative RPATH pathsAllen Byrne2018-09-261-0/+10
|/
* Merge pull request #1257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2018-09-251-0/+5
|\ | | | | | | | | * commit '532a8df687e6acff18453fec6b8fe22f4bc65ebe': HDFFV-10531 document option for external libs
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2572-3266/+3443
| |\ | |/ |/| | | | | * commit '8e3b094bad1706b444554cd23591fd1c4431c1f1': Remainder of vol_normalization changes (dataset, attribute, files, objects).
* | Merge pull request #1255 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-09-2472-3266/+3443
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '8a4695ed590809754794864d0473d15f8c1c69e3': Remainder of vol_normalization changes (dataset, attribute, files, objects).
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-2413-67/+163
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | * commit '2618dc314b9e4875e6ece7ee8696846ac2d02183': Remove extra unneeded Remove libsettings from pregenerated block CMake changes for SKIPPED and flush tests Correct $withval usage in configure HDFFV-10332 Adjust checks and generation of files HDFFV-10332 Use pre-generated files
| * | Merge branch 'develop' of ↵Dana Robinson2018-09-240-0/+0
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
| * | | Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-2472-3266/+3443
| | | |
| | | * HDFFV-10531 document option for external libsAllen Byrne2018-09-241-0/+5
| |_|/ |/| |
* | | Merge pull request #1246 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-09-243-41/+79
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '96d5da7f1ad681573d42d2a4fd9e422fe049442d': Remove extra unneeded Remove libsettings from pregenerated block Correct $withval usage in configure HDFFV-10332 Adjust checks and generation of files HDFFV-10332 Use pre-generated files
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-09-2461-1725/+1762
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | * commit 'e96bd2d46e208e0eb6c62cfcc4f86141f933884e': CMake changes for SKIPPED and flush tests H5S adjust callbacks now return an herr_t instead of void. Normalization with vol_integration (property lists, file drivers, other misc).
* | | | Merge pull request #1256 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-09-2410-26/+84
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | develop * commit '8d7bdb704163327cacf8be3a4e03f02fb88a957b': CMake changes for SKIPPED and flush tests
| * | | CMake changes for SKIPPED and flush testsAllen Byrne2018-09-2410-26/+84
|/ / /
* | | Merge pull request #1254 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-09-248-29/+31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | develop * commit '37309c1bd98b3d810f09569c72ac375e75117a91': H5S adjust callbacks now return an herr_t instead of void.
| * | Merge branch 'develop' of ↵Dana Robinson2018-09-240-0/+0
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
* | | Merge pull request #1253 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-09-2443-1670/+1647
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '987bca5a34a09cd564445d53f58cf1e428e43276': Normalization with vol_integration (property lists, file drivers, other misc).
| | * | H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-248-29/+31
| |/ /
| * | Merge branch 'develop' of ↵Dana Robinson2018-09-210-0/+0
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
| * | Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-2143-1670/+1647
| | | | | | | | | | | | other misc).
| | * Remove extra unneededAllen Byrne2018-09-241-11/+7
| | |