Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update standard check | Allen Byrne | 2019-02-17 | 1 | -6/+4 |
| | |||||
* | Fix typo | Allen Byrne | 2019-02-17 | 1 | -1/+1 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-02-17 | 22 | -3977/+1898 |
|\ | | | | | | | | | | | | | | | | | | | | | * commit '5ad3891d9b861593ebe25d540bed2d913eb83aba': Remove ' ' (typo). Code improvement Removed an extra "using" statement Adding documentation More changes to align with incoming selection improvements. Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper | ||||
| * | Merge pull request #1558 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2019-02-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * commit 'f69e11efa827521231813496a1ca1243dd0e1cba': Remove ' ' (typo). | ||||
| | * | Remove ' ' (typo). | Larry Knox | 2019-02-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1547 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp5:develop ↵ | Binh-Minh Ribler | 2019-02-16 | 7 | -345/+243 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop C++ wrapper for H5Ovisit2 * commit '6c212353c45ef84b5c977c6019e4d72263534aea': Code improvement Removed an extra "using" statement Adding documentation Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper | ||||
| | * | Code improvement | Binh-Minh Ribler | 2019-02-16 | 3 | -282/+13 |
| | | | | | | | | | | | | | | | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor | ||||
| | * | Removed an extra "using" statement | Binh-Minh Ribler | 2019-02-15 | 1 | -2/+0 |
| | | | |||||
| | * | Adding documentation | Binh-Minh Ribler | 2019-02-15 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | Description Added detail about the argument "fields" of H5Object::visit. | ||||
| | * | Added C++ wrapper for H5Ovisit2 | Binh-Minh Ribler | 2019-02-14 | 1 | -44/+4 |
| | | | |||||
| | * | Merge branch 'develop' of ↵ | Binh-Minh Ribler | 2019-02-14 | 7 | -11/+19 |
| | |\ | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp5 into develop | ||||
| | * | | Adding a C++ wrapper | Binh-Minh Ribler | 2019-02-14 | 5 | -35/+238 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test) | ||||
| * | | | Merge pull request #1548 in HDFFV/hdf5 from merge_hyperslab_updates_04 to ↵ | Quincey Koziol | 2019-02-15 | 14 | -3631/+1654 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | develop * commit '320eaf91b9adb36bb0fed9264d460e4a808200b7': More changes to align with incoming selection improvements. | ||||
| | * | | More changes to align with incoming selection improvements. | Quincey Koziol | 2019-02-14 | 14 | -3631/+1654 |
| | |/ | |||||
* | | | HDFFV-10703 Update version match logic | Allen Byrne | 2019-02-15 | 1 | -25/+25 |
| | | | |||||
* | | | HDFFV-10703 revert pre-3.11 option | Allen Byrne | 2019-02-15 | 3 | -4/+68 |
| | | | |||||
* | | | HDFFV-10703 macro vars need quotes | Allen Byrne | 2019-02-15 | 5 | -13/+12 |
| | | | |||||
* | | | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 48 | -407/+335 |
| | | | |||||
* | | | Use correct variable name | Allen Byrne | 2019-02-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1544 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2019-02-14 | 7 | -11/+19 |
|\ \ | |/ |/| | | | | | | | | | | | * commit 'b5a4f470cdf7113c0691cca6fb201672c4e1d86d': Use STREQUAL Add command to build options and check defines Skip testing of cache_image test CMake if statement correction | ||||
| * | Use STREQUAL | Allen Byrne | 2019-02-14 | 1 | -1/+1 |
| | | |||||
| * | Add command to build options and check defines | Allen Byrne | 2019-02-14 | 3 | -10/+14 |
| | | |||||
| * | Skip testing of cache_image test | Allen Byrne | 2019-02-14 | 3 | -0/+4 |
| | | |||||
| * | CMake if statement correction | Allen Byrne | 2019-02-14 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #1540 in HDFFV/hdf5 from merge_hyperslab_changes_01 to ↵ | Quincey Koziol | 2019-02-14 | 20 | -2247/+2256 |
|\ | | | | | | | | | | | | | develop * commit 'fb5d1a37c11bca613175a48262a2147e99c9dede': Align develop with incoming hyperslab_updates branch changes. | ||||
| * | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_changes_01 | Quincey Koziol | 2019-02-13 | 1 | -10/+13 |
| |\ | |||||
| * | | Align develop with incoming hyperslab_updates branch changes. | Quincey Koziol | 2019-02-13 | 20 | -2247/+2256 |
| | | | |||||
* | | | Merge pull request #1542 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2019-02-13 | 14 | -285/+499 |
|\ \ \ | |_|/ |/| | | | | | | | | * commit 'b95f05638ce40ccd944248f5865a248f39ef0d10': TRILAB-111 fixes for parallel testing | ||||
| * | | TRILAB-111 fixes for parallel testing | Allen Byrne | 2019-02-13 | 14 | -285/+499 |
|/ / | |||||
* | | Merge pull request #1539 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Larry Knox | 2019-02-13 | 1 | -10/+13 |
|\ \ | |/ |/| | | | | | | | * commit '3ed1ac0f1b760fe84ec009de19550d98f0b38071': Add missing toolchain include for cross-compile KNL option for batch scripts | ||||
| * | Add missing toolchain include for cross-compile | Allen Byrne | 2019-02-13 | 1 | -0/+1 |
| | | |||||
| * | KNL option for batch scripts | Allen Byrne | 2019-02-12 | 1 | -10/+12 |
|/ | |||||
* | Merge pull request #1534 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2019-02-12 | 23 | -35/+399 |
|\ | | | | | | | | | * commit '3acd486b83f319579b1c6884c90289b0eb1d44a6': Fixes for JNI updates | ||||
| * | Fixes for JNI updates | Jordan Henderson | 2019-02-12 | 23 | -35/+399 |
|/ | |||||
* | Merge pull request #1523 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2019-02-12 | 11 | -87/+381 |
|\ | | | | | | | | | | | * commit '8f447bd3564a88738b9a26b1b0ac3bba785efd39': Add RELEASE.txt note for collective metadata read fixes Fix some collective metadata read issues | ||||
| * | Add RELEASE.txt note for collective metadata read fixes | Jordan Henderson | 2019-02-12 | 1 | -0/+16 |
| | | |||||
| * | Merge in latest from develop | Jordan Henderson | 2019-02-12 | 126 | -16482/+19094 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1533 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2019-02-11 | 17 | -38/+38 |
|\ \ | | | | | | | | | | | | | * commit '6f71b2cdcf3326b1d7bc67cf664b56d2f4056bfd': Refactor mpi test names | ||||
| * | | Refactor mpi test names | Allen Byrne | 2019-02-11 | 17 | -38/+38 |
|/ / | |||||
* | | Merge pull request #1530 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Larry Knox | 2019-02-11 | 25 | -338/+263 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'edcbc9966f5c742970ad32eb50a7925fcf7ab677': Refactor parallel test names Rename parallel tests to start with PAR_ Distinguish parallel performance tests Set the full generator name Add new cmake copy file tests to ignore Use correct values for other file versions CMake script changes to simplify execution | ||||
| * | | Refactor parallel test names | Allen Byrne | 2019-02-11 | 10 | -10/+10 |
| | | | |||||
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-02-11 | 56 | -16057/+18127 |
| |\ \ | |/ / |/| | | | | | | | | * commit 'a3a90e79afda2351f16181ec3592b96caceffbe1': Re-write of Java JNI error handling | ||||
* | | | Merge pull request #1532 in HDFFV/hdf5 from ~JHENDERSON/hdf5_merge:develop ↵ | Allen Byrne | 2019-02-11 | 56 | -16057/+18127 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'cc6a61215e508d047ed6aa2daf67475cfe34ee4d': Re-write of Java JNI error handling | ||||
| * | | | Re-write of Java JNI error handling | Jordan Henderson | 2019-02-11 | 56 | -16057/+18127 |
|/ / / | |||||
| * | | Rename parallel tests to start with PAR_ | Allen Byrne | 2019-02-11 | 6 | -12/+12 |
| | | | |||||
| * | | Distinguish parallel performance tests | Allen Byrne | 2019-02-11 | 1 | -2/+2 |
| | | | |||||
| * | | Set the full generator name | Allen Byrne | 2019-02-11 | 1 | -1/+2 |
| | | | |||||
| * | | Add new cmake copy file tests to ignore | Allen Byrne | 2019-02-11 | 1 | -0/+8 |
| | | | |||||
| * | | Use correct values for other file versions | Allen Byrne | 2019-02-09 | 2 | -12/+12 |
| | | | |||||
| * | | CMake script changes to simplify execution | Allen Byrne | 2019-02-08 | 7 | -315/+231 |
|/ / |