summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2321 in HDFFV/hdf5 from ↵David Young2020-01-2914-55/+89
|\ | | | | | | | | | | | | ~DYOUNG/werror:reduce-werror-diffs-3 to develop * commit 'f19e06b59ee53f17465a7b5974c25c3245a40d9a': testpar/t_2Gio.c: Fix a typo that I think was introduced by a previous warnings PR. An array element was assigned to itself---shape[2]Â =Â shape[2];---instead of being assigned to chunk[2].
| * testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-2914-55/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previous warnings PR. An array element was assigned to itself---shape[2]Â =Â shape[2];---instead of being assigned to chunk[2]. fortran/src/H5Pf.c: move conditional compilation controlled by H5_NO_DEPRECATED_SYMBOLS outside of a function for readability. fortran/src/H5match_types.c: put a variable's declaration under the same conditional compilation (H5_FORTRAN_HAVE_C_LONG_DOUBLE) as its use. For now, skip compilation of some unused debug dump routines in the JNI. While I'm in the JNI, delete a set-but-unused variable. src/H5Z.c: condition a variable declaration on H5_NO_DEPRECATED_SYMBOLS so that it's not declared but unused or vice versa. test/cache_common.h: add an #include in to get some symbols we need to avoid implicit declaration warnings. test/dsets.c: use a more conventional conditional-compilation syntax. test/dt_arith.c, test/fillval.c: initialize a bunch of uninitialized variables before use. test/vfd.c: pass the expected type of `void **` to posix_memalign(3) instead of `int **`. testpar/t_bigio.c: explicitly compare with 0 instead of using ! when "equal to 0?" is the question not "is false?" Repair some indentation while I'm here. testpar/testpar.h: repair misaligned line-continuation backslashes in a macro that probably should be a function so that we don't have to fiddle with the line continuation to begin with. tools/src/h5repack/h5repack_main.c: fix some compiler fussing about enums. tools/test/perform/pio_engine.c: the compiler fusses if you cast a function call returning double directly to off_t. It's ok if you cast a variable that's a double to off_t, however. Write and use a new function, sqrto(), to avoid the cast warnings.
* | Merge pull request #2319 in HDFFV/hdf5 from ↵Allen Byrne2020-01-2921-286/+197
|\ \ | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-11011 to develop * commit 'c8096118d5edd9f27ff0f6180a4dde4c10aafda7': HDFFV-11011 - merge include list HDFFV-11011 correct issues with target file extension
| * | HDFFV-11011 - merge include listAllen Byrne2020-01-291-2/+1
| | |
| * | HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-2821-286/+198
| | |
* | | Merge pull request #2317 in HDFFV/hdf5 from ↵Jordan Henderson2020-01-2917-91/+545
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | ~JHENDERSON/hdf5:tools_vol_update to develop * commit 'e41f671d2ff3c7bb797ea0246e6289b0bac5a0e5': Introduce new H5VL _by_value routines
| * | Introduce new H5VL _by_value routinesJordan Henderson2020-01-2917-91/+545
| | |
* | | Merge pull request #2275 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-01-299-27/+152
|\ \ \ | |/ / |/| | | | | | | | | | | | | | * commit '4276e37eab01c4d67e0d669fff28d3eac31cc806': Remove commented warnings line Note for common warnings files Create common build system files for warnings
| * | Remove commented warnings lineAllen Byrne2020-01-291-6/+0
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-2819-403/+457
| |\ \ | |/ / |/| / | |/ | | | | | | | | | | | | * commit '71c050f837149a0c11e0936e661047c091deaa2f': rename macro fix issues from test fail 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
* | 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
|/ / /
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-282-116/+45
| | |\ | |_|/ |/| | | | | | | | * commit '15a1bce9a26b15313029410e23be6d706ad0c207': Replaced my_isnan with C99 isnan in h5diff.
* | | 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
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-274-127/+115
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * commit '38d3834c54ee1dfa7366ae1c581909f0cf7fa000': Add another warning variation Correct ignore warnings Only use sanitizer with Clang Remove cmake macros from valgrind tests
* | | | 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.
| * | | | 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
| | | | |
| | | | * 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
|/ / / /
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-252-10/+17
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | * commit '5638d8860f3192f9830088ede372006a25bebbd2': fix assert fail Cleaned up warnings in test/tid.c.
* | | | 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 branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into developkmu2020-01-06215-4143/+8360
| |\ \ \ \
| | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-2413-75/+67
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" 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.
* | | | | | 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.