| Commit message (Expand) | Author | Age | Files | Lines |
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -0/+369 |
|
|
* | Purges UFAIL from the library (#637) | Dana Robinson | 2021-05-11 | 1 | -4/+2 |
|
|
* | Removes gratuitous (double)x.yF casts (#632) | Dana Robinson | 2021-05-07 | 1 | -3/+3 |
|
|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 1 | -37/+148 |
|
|
* | Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) | Sean McBride | 2021-03-10 | 1 | -3/+5 |
|
|
* | Various clang tidy warning fixes (#448) | Sean McBride | 2021-03-10 | 1 | -19/+19 |
|
|
* | Fixes various warnings noticed on Windows (#425) | Dana Robinson | 2021-03-05 | 1 | -3/+7 |
|
|
* | Fix undefined left shifting of negative numbers (#338) | Sean McBride | 2021-02-19 | 1 | -2/+2 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | develop revert source to clang-format version 11 (#293) | Allen Byrne | 2021-01-29 | 1 | -19/+19 |
|
|
* | Reformat source (#244) | Quincey Koziol | 2021-01-07 | 1 | -2/+2 |
|
|
* | Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229) | Dana Robinson | 2020-12-24 | 1 | -1/+1 |
|
|
* | Bring async branch to develop (#166) | Quincey Koziol | 2020-12-14 | 1 | -4/+4 |
|
|
* | Add flag to H5CX_pop that allow setting the properties to return to applicati... | Quincey Koziol | 2020-12-01 | 1 | -2/+2 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -15/+15 |
|
|
* | HD prefix updates in src/ and test/ | Dana Robinson | 2020-10-24 | 1 | -21/+21 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -5556/+6827 |
|
|
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 1 | -8/+109 |
|\ |
|
| * | Fix HDFFV-11101 | Binh-Minh Ribler | 2020-08-17 | 1 | -0/+3 |
|
|
| * | Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV... | Binh-Minh Ribler | 2020-08-16 | 1 | -0/+98 |
| |\ |
|
| | * | Fixed HDFFV-10933 | Binh-Minh Ribler | 2020-08-14 | 1 | -0/+98 |
|
|
| * | | Trivialities noticed while merging things to 1.10 | Dana Robinson | 2020-08-15 | 1 | -7/+7 |
| |/ |
|
| * | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 1 | -1/+1 |
|
|
* | | Squash my changes on branch `fprintf-experiment` into one commit for | David Young | 2020-07-07 | 1 | -2/+2 |
|/ |
|
* | Avoid allocating a chunk index for datasets with 0-sized dimensions, until | Quincey Koziol | 2020-05-01 | 1 | -19/+212 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -6/+6 |
|
|
* | testpar/t_2Gio.c: Fix a typo that I think was introduced by a | David Young | 2020-01-29 | 1 | -2/+2 |
|
|
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" | Dana Robinson | 2020-01-23 | 1 | -10/+10 |
|
|
* | squash cast warning fix | kmu | 2020-01-23 | 1 | -12/+12 |
|
|
* | merge and fix | kmu | 2020-01-21 | 1 | -227/+510 |
|\ |
|
| * | Merge branch 'develop' into stack_size_warnings | Dana Robinson | 2020-01-17 | 1 | -23/+27 |
| |\ |
|
| | * | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -23/+27 |
|
|
| * | | Tidying from code review. | Dana Robinson | 2020-01-16 | 1 | -6/+20 |
|
|
| * | | Fixed stack and frame size warnings. Not complete, but fixes most of | Dana Robinson | 2020-01-15 | 1 | -204/+469 |
| |/ |
|
* | | merge and fix conflict | kmu | 2020-01-19 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | merge and fix conflicts | kmu | 2020-01-14 | 1 | -13/+17 |
|\ \
| |/ |
|
| * | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t... | Kimmy Mu | 2020-01-06 | 1 | -4/+4 |
| |\ |
|
| | * | Merge branch 'develop' into bugfix/intel_warnings | kmu | 2019-12-09 | 1 | -16/+17 |
| | |\ |
|
| | * | | remove unnecessary check macro | kmu | 2019-12-06 | 1 | -4/+4 |
|
|
| | * | | fix intel compile warnings | kmu | 2019-12-04 | 1 | -4/+4 |
|
|
| * | | | Small changes from the token_refactoring branch, to reduce the delta to develop | Quincey Koziol | 2020-01-04 | 1 | -7/+10 |
|
|
| * | | | Remove const | Allen Byrne | 2019-12-18 | 1 | -1/+1 |
|
|
| * | | | Fix compile error - declaration after executable statement | Allen Byrne | 2019-12-18 | 1 | -2/+3 |
| | |/
| |/| |
|
* | | | fix unused related warnings | kmu | 2020-01-13 | 1 | -4/+4 |
|/ / |
|
* | | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -12/+12 |
|
|
* | | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2019-11-27 | 1 | -4/+5 |
|/ |
|
* | Quiet decleration-after-statement warnings. | David Young | 2019-11-13 | 1 | -5/+4 |
|
|
* | Use HD prefix. | David Young | 2019-11-12 | 1 | -8/+8 |
|
|
* | Fix HDFFV-10937: use a more reliable (and probably faster) scheme for | David Young | 2019-10-28 | 1 | -32/+121 |
|
|
* | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() | Jerome Soumagne | 2019-10-08 | 1 | -2/+2 |
|
|