summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-2926-276/+265
| | | | | | | | Rename index -> idx, fileno -> fnumber, fileno -> fno to avoid GCC shadowed declaration warnings about index(3). Convert #pragma GCC diagnostic push/pop/ignored to the HDF5 library's H5_GCC_DIAG_OFF()/H5_GCC_DIAG_ON() macros.
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-2818-391/+442
|\ | | | | | | | | | | | | | | | | * commit '406330addf45529ecdd088f4d22e9aab9a03661d': rename macro change condition pick up from Dave's fix leave Wswitch-default for later fix fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
| * rename macrokmu2020-01-281-2/+2
| |
| * change conditionkmu2020-01-271-1/+1
| |
| * pick up from Dave's fixkmu2020-01-272-241/+244
| |
| * leave Wswitch-default for later fixkmu2020-01-272-37/+13
| |
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵kmu2020-01-2718-159/+231
| | | | | | | | Wsign-compare, Wmisleading-indentation, Wshadow
* | Merge pull request #2315 in HDFFV/hdf5 from ~KMU/hdf5:develop to developKimmy Mu2020-01-281-12/+15
|\ \ | | | | | | | | | | | | * commit '3177c89c5b0749ef1294ec60e124bf402246feba': fix issues from test fail
| * | fix issues from test failkmu2020-01-281-12/+15
|/ /
* | Merge pull request #2304 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:isnan_fixes ↵Dana Robinson2020-01-282-116/+45
|\ \ | | | | | | | | | | | | | | | | | | to develop * commit '8b4d774eb9bb95cb3c59f033b43ed9fba340a54a': Replaced my_isnan with C99 isnan in h5diff.
| * | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-01-242-116/+45
| | |
* | | Merge pull request #2308 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2020-01-274-127/+115
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '3b804074bd358b4a1f5b8ace30f53c4a5b250bf8': Add another warning variation Correct ignore warnings Only use sanitizer with Clang Remove cmake macros from valgrind tests
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-271-1/+1
| |\ \ \ | |/ / / |/| | | | | | | | | | | * commit 'b0aa2c037ebb742db520e4e9a72e06d21c4afa27': Restore fix of test assert fail eror undone by later commit.
* | | | Merge pull request #2312 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-01-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit '1c812fcd5d475afb7e65ed28d84990f96eefa649': Restore fix of test assert fail eror undone by later commit.
| * | | | Restore fix of test assert fail eror undone by later commit.Larry Knox2020-01-271-1/+1
|/ / / /
| * | | Add another warning variationAllen Byrne2020-01-261-0/+1
| | | |
| * | | Correct ignore warningsAllen Byrne2020-01-261-2/+4
| | | |
| * | | Only use sanitizer with ClangAllen Byrne2020-01-261-1/+1
| | | |
| * | | Remove cmake macros from valgrind testsAllen Byrne2020-01-253-124/+109
|/ / /
* | | Merge pull request #2305 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tid_cleanup ↵Dana Robinson2020-01-241-9/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '51ed3d256e87b423265c17867c80f588ee48fa3b': Cleaned up warnings in test/tid.c.
| * | | Cleaned up warnings in test/tid.c.Dana Robinson2020-01-241-9/+16
| |/ /
* | | Merge pull request #2306 in HDFFV/hdf5 from ~KMU/hdf5:develop to developKimmy Mu2020-01-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit 'a152ffafb322551033adb594112f53836f7eb240': fix assert fail
| * | | fix assert failkmu2020-01-241-1/+1
| | | |
| * | | Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into developkmu2020-01-24413-8025/+18360
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2303 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-241-15/+27
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | to develop * commit '9475ee5d59e9ac916271a64c5372dfc28f709417': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares.
| * | | Optimized the floating point comparisons a little bit.Dana Robinson2020-01-241-24/+24
| | | |
| * | | Fix for failing h5diff tests involving floating-point compares.Dana Robinson2020-01-241-6/+18
|/ / /
* | | Merge pull request #2302 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-2311-58/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '601752e76e2e3f34c8bcd2b5b46cf73cad122cb2': Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
| * | | Removed H5_DEC_ENUMDana Robinson2020-01-231-7/+0
| | | |
| * | | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-2311-51/+38
|/ / / | | | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* | | Merge pull request #2296 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-231-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 Robinson2020-01-2311-38/+51
| | | | | | | | | | | | This reverts commit 12bc75c6172ca7b64c33b17cf538a7629500cf2f.
| * | Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-01-2311-51/+38
| | |
| * | Merge branch 'develop' into develop_minorDana Robinson2020-01-2380-452/+420
| |\ \
| * | | Fixed a bug in testpar/t_cache.c concerning checking expectedDana Robinson2020-01-221-2/+2
| | | | | | | | | | | | | | | | vs. actual cache entry reads and writes.
* | | | Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-2344-653/+685
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'af5c33afabdae2e39bb45eb1b3e9c8366da01145': remove unnecessary stuff squash cast warning fix
| * | | | remove unnecessary stuffkmu2020-01-231-2/+0
| | | | |
| * | | | squash cast warning fixkmu2020-01-2344-653/+687
|/ / / /
* | | | Merge pull request #2299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2020-01-2310-203/+142
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | develop * commit 'ee1fa14066af158fdafafd6e051f7d5b5f79ba6a': Change tools debug macros to not use error stack
| * | | Change tools debug macros to not use error stackAllen Byrne2020-01-2310-203/+142
|/ / /
* | | Merge pull request #2297 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-01-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '30fa2606b45e789ba36f3193130cdea2c12b68a6': Max Library "index" should be 7.
| * \ \ Merge branch 'develop' of ↵Larry Knox2020-01-221-6/+6
| |\ \ \ | | |/ / | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * | | Max Library "index" should be 7.Larry Knox2020-01-221-1/+1
| | | |
* | | | Merge pull request #2291 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/uninitialized ↵Kimmy Mu2020-01-233-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '2de0ce0d8ba2fb58fadefc5d718a3c0fedab25c8': fix uninitizlized warning
| * \ \ \ merge and fix conflictkmu2020-01-23484-11153/+25742
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2295 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/float to developKimmy Mu2020-01-233-7/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9afaf94bef740f89958a1a8aae369d5f607845f4': not use hdf5 private header fix float type cmp warning fix float type cmp warning
| * | | | | not use hdf5 private headerkmu2020-01-221-1/+3
| | | | | |
| * | | | | fix float type cmp warningkmu2020-01-221-0/+2
| | | | | |
| * | | | | fix float type cmp warningkmu2020-01-222-7/+8
| | | | | |
| * | | | | Merge branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into developkmu2020-01-2222-529/+1203
| |\ \ \ \ \ | | | |_|/ / | | |/| | |