hdf5/testpar
David Young f19e06b59e 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].

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.
2020-01-29 11:44:39 -06:00
..
CMakeLists.txt HDFFV-11001 Add fine control over testing 2020-01-15 11:38:06 -06:00
CMakeTests.cmake OESS-29 Fix HD prefix in perform and enable test compile 2019-08-27 16:49:10 -05:00
CMakeVFDTests.cmake Fix MPI test depends 2019-10-23 14:49:05 -05:00
COPYING Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
Makefile.am Fixed PR issues pointed out by Allen 2019-12-06 10:58:59 -05:00
t_2Gio.c testpar/t_2Gio.c: Fix a typo that I think was introduced by a 2020-01-29 11:44:39 -06:00
t_bigio.c testpar/t_2Gio.c: Fix a typo that I think was introduced by a 2020-01-29 11:44:39 -06:00
t_cache_image.c Fixed a bug in the cache image code that was introduced by the HD 2019-08-27 13:26:22 -07:00
t_cache.c Merge pull request #2296 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop 2020-01-23 16:35:52 -06:00
t_chunk_alloc.c fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow 2020-01-27 09:01:32 -06:00
t_coll_chunk.c leave Wswitch-default for later fix 2020-01-27 11:38:20 -06:00
t_coll_md_read.c squash cast warning fix 2020-01-23 15:12:00 -06:00
t_dset.c fix issues from test fail 2020-01-28 13:08:18 -06:00
t_file_image.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
t_file.c squash cast warning fix 2020-01-23 15:12:00 -06:00
t_filter_read.c squash cast warning fix 2020-01-23 15:12:00 -06:00
t_filters_parallel.c Fixed the heap overflow in t_filters_parallel 2019-06-21 14:13:16 -07:00
t_filters_parallel.h Add test to continually grow and shrink chunks 2018-06-04 13:49:42 -05:00
t_init_term.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
t_mdset.c fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow 2020-01-27 09:01:32 -06:00
t_mpi.c Restore fix of test assert fail eror undone by later commit. 2020-01-27 09:02:58 -06:00
t_pflush1.c Cleaned up the parallel flush test and set t_pflush1 to always fail. 2019-01-03 20:45:58 -08:00
t_pflush2.c Cleaned up the parallel flush test and set t_pflush1 to always fail. 2019-01-03 20:45:58 -08:00
t_ph5basic.c Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
t_pread.c HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator. 2019-01-07 16:55:59 -06:00
t_prestart.c fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow 2020-01-27 09:01:32 -06:00
t_prop.c squash cast warning fix 2020-01-23 15:12:00 -06:00
t_pshutdown.c squash cast warning fix 2020-01-23 15:12:00 -06:00
t_shapesame.c fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow 2020-01-27 09:01:32 -06:00
t_span_tree.c fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow 2020-01-27 09:01:32 -06:00
testpar.h testpar/t_2Gio.c: Fix a typo that I think was introduced by a 2020-01-29 11:44:39 -06:00
testpflush.sh.in Eliminated the need for a separate script variable. 2018-12-31 05:04:30 -08:00
testphdf5.c Mostly whitespace in testpar, addl changes for tmp dir 2019-08-15 10:28:40 -05:00
testphdf5.h OESS-29 Update HD prefix mostly 2019-08-24 14:07:33 -05:00