Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2296 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-01-23 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | to develop * commit '6486e06545bf637d46e18a787395542f4fca143a': Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes. | ||||
| * | Revert "Moved -Wunsuffixed-float-constants to the developer warnings." | Dana Robinson | 2020-01-23 | 11 | -38/+51 |
| | | | | | | | | This reverts commit 12bc75c6172ca7b64c33b17cf538a7629500cf2f. | ||||
| * | Moved -Wunsuffixed-float-constants to the developer warnings. | Dana Robinson | 2020-01-23 | 11 | -51/+38 |
| | | |||||
| * | Merge branch 'develop' into develop_minor | Dana Robinson | 2020-01-23 | 80 | -452/+420 |
| |\ | |||||
| * | | Fixed a bug in testpar/t_cache.c concerning checking expected | Dana Robinson | 2020-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | vs. actual cache entry reads and writes. | ||||
* | | | Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to develop | Kimmy Mu | 2020-01-23 | 44 | -653/+685 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * commit 'af5c33afabdae2e39bb45eb1b3e9c8366da01145': remove unnecessary stuff squash cast warning fix | ||||
| * | | | remove unnecessary stuff | kmu | 2020-01-23 | 1 | -2/+0 |
| | | | | |||||
| * | | | squash cast warning fix | kmu | 2020-01-23 | 44 | -653/+687 |
|/ / / | |||||
* | | | Merge pull request #2299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵ | Allen Byrne | 2020-01-23 | 10 | -203/+142 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | develop * commit 'ee1fa14066af158fdafafd6e051f7d5b5f79ba6a': Change tools debug macros to not use error stack | ||||
| * | | Change tools debug macros to not use error stack | Allen Byrne | 2020-01-23 | 10 | -203/+142 |
|/ / | |||||
* | | Merge pull request #2297 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-01-23 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * commit '30fa2606b45e789ba36f3193130cdea2c12b68a6': Max Library "index" should be 7. | ||||
| * \ | Merge branch 'develop' of ↵ | Larry Knox | 2020-01-22 | 1 | -6/+6 |
| |\ \ | | |/ | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop | ||||
| * | | Max Library "index" should be 7. | Larry Knox | 2020-01-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2291 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/uninitialized ↵ | Kimmy Mu | 2020-01-23 | 3 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '2de0ce0d8ba2fb58fadefc5d718a3c0fedab25c8': fix uninitizlized warning | ||||
| * \ \ | merge and fix conflict | kmu | 2020-01-23 | 484 | -11153/+25742 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #2295 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/float to develop | Kimmy Mu | 2020-01-23 | 3 | -7/+12 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9afaf94bef740f89958a1a8aae369d5f607845f4': not use hdf5 private header fix float type cmp warning fix float type cmp warning | ||||
| * | | | | not use hdf5 private header | kmu | 2020-01-22 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | fix float type cmp warning | kmu | 2020-01-22 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | fix float type cmp warning | kmu | 2020-01-22 | 2 | -7/+8 |
| | | | | | |||||
| * | | | | Merge branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into develop | kmu | 2020-01-22 | 22 | -529/+1203 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Merge branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into develop | kmu | 2020-01-17 | 225 | -4667/+13994 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into develop | kmu | 2020-01-17 | 97 | -1109/+1322 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to ↵ | Kimmy Mu | 2020-01-23 | 3 | -4/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '9f80ffa1f1908975b3100814b2529bf779521e13': fix missing prototype warning | ||||
| * | | | | | | | fix missing prototype warning | kmu | 2020-01-21 | 3 | -4/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to develop | Kimmy Mu | 2020-01-23 | 75 | -434/+398 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '145ef3ceee20c28a443bd11507c58858bea3f889': more cleanup change it back pick up missing piece fix unused related warnings removed unused parameter more fix and address comments remove unsed var,function,macro, etc | ||||
| * | | | | | | | more cleanup | kmu | 2020-01-23 | 5 | -10/+7 |
| | | | | | | | | |||||
| * | | | | | | | merge and fix | kmu | 2020-01-21 | 239 | -5185/+15127 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | kmu | 2020-01-21 | 240 | -5175/+15160 |
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | develop | ||||
| * | | | | | | | | merge and fix conflict | kmu | 2020-01-19 | 148 | -1330/+1525 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | kmu | 2020-01-16 | 293 | -5596/+10216 |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | develop | ||||
| * | | | | | | | | merge and fix conflicts | kmu | 2020-01-14 | 307 | -9923/+21657 |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | |||||
| | * | | | | | | | Merge branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into develop | kmu | 2020-01-14 | 225 | -4497/+8904 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | change it back | kmu | 2020-01-13 | 1 | -2/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | pick up missing piece | kmu | 2020-01-13 | 2 | -2/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | fix unused related warnings | kmu | 2020-01-13 | 62 | -354/+410 |
| | | | | | | | | | |||||
| * | | | | | | | | removed unused parameter | kmu | 2019-12-11 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | more fix and address comments | kmu | 2019-12-09 | 4 | -30/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | remove unsed var,function,macro, etc | kmu | 2019-12-06 | 19 | -101/+37 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #2290 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Larry Knox | 2020-01-22 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '24fe4b38da4786990cb95b117b45475404b05920': Fixed yet another small issue in test/efc.c. | ||||
| * | | | | | | | | | Fixed yet another small issue in test/efc.c. | Dana Robinson | 2020-01-21 | 1 | -6/+6 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #2289 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-01-22 | 3 | -14/+30 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | * commit 'a92cfed71e0da0ff61af2550640e38bf6d415fee': Remove irrelevant sentence from comment. Remove duplicate lines noted on forum by Eric Bavier Add v111 version for H5O functions to enable version1 default for HDF5 1.8-1.10 and version 3 default for HDF5 1.12. Version 2 functions are available (deprecated) but will not be the default for any version. | ||||
| * | | | | | | | Remove irrelevant sentence from comment. | Larry Knox | 2020-01-22 | 1 | -3/+1 |
| | | | | | | | | |||||
| * | | | | | | | Remove duplicate lines noted on forum by Eric Bavier | Larry Knox | 2020-01-21 | 1 | -7/+0 |
| | | | | | | | | |||||
| * | | | | | | | Add v111 version for H5O functions to enable version1 default for HDF5 | Larry Knox | 2020-01-21 | 2 | -7/+32 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.8-1.10 and version 3 default for HDF5 1.12. Version 2 functions are available (deprecated) but will not be the default for any version. | ||||
* | | | | | | | Merge pull request #2286 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-01-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '59f19282b34b5dcc29a2921fdbd475833d4f6b92': Only 2 versions of H5O_info_t and H5O_iterate_t. | ||||
| * | | | | | | | Only 2 versions of H5O_info_t and H5O_iterate_t. | Larry Knox | 2020-01-20 | 1 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #2280 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-01-20 | 1 | -7/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9e610d835b74f01320fdc777086c88ef40b0b0a2': H5vers.txt has versions v10 that should be v110 and some missing v110 entries. | ||||
| * | | | | | | | H5vers.txt has versions v10 that should be v110 and some missing v110 | Larry Knox | 2020-01-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entries. | ||||
* | | | | | | | | Merge pull request #2285 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-01-20 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '2f606a7c62c67d09835f004bad11fff6a76fc918': PATH_MAX fix in efc test for Windows. | ||||
| * | | | | | | | PATH_MAX fix in efc test for Windows. | Dana Robinson | 2020-01-20 | 1 | -0/+5 |
|/ / / / / / / |