Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source formatted | Allen Byrne | 2020-10-01 | 1 | -244/+236 |
| | |||||
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-22 | 1 | -11/+11 |
| | | | | | | header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup. | ||||
* | Whitespace cleanup | Allen Byrne | 2020-05-13 | 1 | -10/+10 |
| | |||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-19 | 1 | -9/+9 |
| | |||||
* | Cherry pick of 0225e6d5969 | Quincey Koziol | 2020-01-04 | 1 | -0/+1 |
| | |||||
* | Use API context to store/retrieve LCPL and DCPL properties | Chris Hogan | 2019-11-27 | 1 | -5/+0 |
| | | | | Adding changes from PR 2029 to 1.12 branch. | ||||
* | Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t ↵ | Jordan Henderson | 2019-08-21 | 1 | -4/+4 |
| | | | | structure was passed via varargs | ||||
* | Warning cleanup | Quincey Koziol | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Refactor link creation parameters from being passing as properties in the | Quincey Koziol | 2019-04-25 | 1 | -24/+8 |
| | | | | link creation property list to vararg function parameters. | ||||
* | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Moved the remainder of the code into separate files. | Dana Robinson | 2018-12-20 | 1 | -0/+422 |
| | |||||
* | Split the native VOL connector code into multiple files and | Dana Robinson | 2018-12-20 | 1 | -0/+13 |
moved the attribute code over. |