| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert hbool_t --> bool in src (#3496) | Dana Robinson | 2023-09-05 | 1 | -21/+21 |
|
|
* | Made HGOTO_ERROR a do-while loop (#3308) | Sean McBride | 2023-08-02 | 1 | -39/+39 |
|
|
* | Remove programmer/date from comments (#3210) | Dana Robinson | 2023-06-29 | 1 | -23/+0 |
|
|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+0 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 1 | -5/+5 |
|
|
* | Removes the STATIC flavor of FUNC_ENTER macros (#1622) | Dana Robinson | 2022-04-08 | 1 | -2/+2 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 1 | -1/+1 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -5/+15 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 1 | -1/+35 |
|
|
* | Minor normalization with the async branch (#159) | Dana Robinson | 2020-12-12 | 1 | -1/+2 |
|
|
* | Replace H5E_ATOM major error category with H5E_ID (#121) | Dana Robinson | 2020-11-30 | 1 | -31/+31 |
|
|
* | Enhance API tracing (#120) | Quincey Koziol | 2020-11-26 | 1 | -3/+3 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -14/+12 |
|
|
* | Minor/id code cleanup (#114) | Dana Robinson | 2020-11-21 | 1 | -1666/+120 |
|
|
* | Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104) | Dana Robinson | 2020-11-20 | 1 | -137/+28 |
|
|
* | Switch ID code to use a hash table instead of a skip list (#52) | Dana Robinson | 2020-11-17 | 1 | -28/+137 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -411/+352 |
|
|
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 1 | -64/+62 |
|\ |
|
| * | Correct typos w/HGOTO_DONE & HGOTO_ERROR | Quincey Koziol | 2020-08-10 | 1 | -4/+2 |
|
|
| * | Minor normalizations with 1.12 branch | Dana Robinson | 2020-08-01 | 1 | -60/+60 |
|
|
* | | %08p is not portable, it's a GNU-ism. Use %8p, instead. Squashes a GCC error. | David Young | 2020-07-30 | 1 | -1/+1 |
|
|
* | | Add format string macros PRI[doxX]HID for hid_t and use PRIdHID. | David Young | 2020-07-30 | 1 | -1/+1 |
|/ |
|
* | Small changes discovered with mingw and windows defines moved | Allen Byrne | 2020-07-02 | 1 | -120/+120 |
|
|
* | Remember the info for the last ID looked up for a given ID type. | Quincey Koziol | 2020-06-09 | 1 | -2/+22 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -17/+17 |
|
|
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-02-10 | 1 | -1/+2 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -2/+2 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2019-12-20 | 1 | -8/+7 |
|
|
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2019-11-27 | 1 | -1/+8 |
|
|
* | Fixed the java assert issue with H5O cache corking calls. | Dana Robinson | 2019-10-03 | 1 | -3/+4 |
|
|
* | Converted H5O MD cache cork calls to use the VOL. | Dana Robinson | 2019-09-27 | 1 | -0/+50 |
|
|
* | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter | Jerome Soumagne | 2019-08-14 | 1 | -1/+1 |
|
|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+5 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -45/+45 |
|
|
* | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -1/+1 |
|
|
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -1/+1 |
|
|
* | Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME | Jerome Soumagne | 2019-05-23 | 1 | -1/+1 |
|
|
* | Fix issue with H5Iiterate always stopping with an error after the first itera... | Jordan Henderson | 2019-04-23 | 1 | -0/+2 |
|
|
* | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying | Quincey Koziol | 2019-04-21 | 1 | -1/+1 |
|
|
* | Fixed HDFFV-10210 and HDFFV-10587 | Binh-Minh Ribler | 2019-03-20 | 1 | -0/+3 |
|
|
* | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 1 | -1/+0 |
|
|
* | Switch loc_params to VOL callbacks to pass struct by pointer instead of by | Quincey Koziol | 2018-11-22 | 1 | -1/+1 |
|
|
* | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -15/+6 |
|
|
* | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 1 | -6/+6 |
|
|
* | Checkpoint progress on stacking VOL plugins - all standalone regression tests | Quincey Koziol | 2018-10-26 | 1 | -9/+6 |
|
|
* | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -9/+7 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-10-25 | 1 | -27/+11 |
|\ |
|
| * | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -29/+13 |
|
|
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -91/+87 |
|/ |
|