summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Collapse)AuthorAgeFilesLines
* Many small changes from develop. Should allows running VFD SWMRDana Robinson2021-05-031-2/+2
| | | | tests from CMake.
* Update top-level COPYING file and remove COPYING files from subdirectories ↵Dana Robinson2021-05-031-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#561) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING (license) file. * Add release_docs/code-conventions.md file. * Add script to test h5py. * Fix script error. * Add file h5pytest.yml. * Test declaration of counter variables in for loops. * Committing clang-format changes * Committing clang-format changes * Added [] to line 126 of H5LTanalyze.l. Ran bin/genparser with flex v2.6.4 and Bison v3.0.4 on jelly. * Revert "Added [] to line 126 of H5LTanalyze.l." This reverts commit e4a9cee441efa75b16a8ee030c86189e186dd266. * Revert extra commits to match canonical develop. * Update top-level COPYING file and remove COPYING files from subdirectories. * Remove subdirectory COPYING files from MANIFEST. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Brings a lot of smaller changes from developDana Robinson2021-04-091-3/+2
|
* Brings many CMake changes from developDana Robinson2021-04-081-4/+18
|
* Brings H5CX_pop() changes from developDana Robinson2021-04-082-58/+34
|
* Moves VFD and VOL make check targets to conclude.amDana Robinson2021-04-071-5/+0
|
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-263-6/+4
|
* Fixes phdf5Dana Robinson2021-03-254-8/+10
|
* Updates license url and history docsDana Robinson2021-03-2530-30/+30
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-2528-17115/+15041
|
* Trim trailing whitespaceQuincey Koziol2020-05-2013-72/+72
|
* Fix memory leak in t_span_tree.c testJordan Henderson2020-05-201-0/+6
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-201-0/+2
|
* Add semicolons to more PASSED() invocations.David Young2020-05-204-5/+5
|
* revert type castkmu2020-05-201-2/+2
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-05-201-1/+1
|
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-05-203-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* rename macrokmu2020-05-201-2/+2
|
* pick up from Dave's fixkmu2020-05-202-241/+244
|
* leave Wswitch-default for later fixkmu2020-05-202-37/+13
|
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵kmu2020-05-208-68/+106
| | | | Wsign-compare, Wmisleading-indentation, Wshadow
* fix issues from test failkmu2020-05-201-12/+15
|
* Restore fix of test assert fail eror undone by later commit.Larry Knox2020-05-201-1/+1
|
* fix assert failkmu2020-05-201-1/+1
|
* Fixed a bug in testpar/t_cache.c concerning checking expectedDana Robinson2020-05-201-2/+2
| | | | vs. actual cache entry reads and writes.
* squash cast warning fixkmu2020-05-2015-365/+368
|
* fix float type cmp warningkmu2020-05-201-4/+5
|
* fix missing prototype warningkmu2020-05-201-1/+1
|
* change it backkmu2020-05-201-2/+1
|
* fix unused related warningskmu2020-05-204-15/+15
|
* more fix and address commentskmu2020-05-202-16/+4
|
* remove unsed var,function,macro, etckmu2020-05-207-10/+9
|
* fix uninitizlized warningkmu2020-05-201-3/+3
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-05-201-1/+3
|
* fix test assert fail errorkmu2020-05-201-2/+2
|
* fix intel compile warningskmu2020-05-202-6/+6
|
* Revert "fix warnings from Intel compiler"kmu2020-05-202-6/+6
| | | | This reverts commit 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466.
* Revert "fix issues from previous PR comments"kmu2020-05-201-5/+5
| | | | This reverts commit d242a900f420b040e364f6c0976c01593e955db3.
* Revert "using a different MACRO"kmu2020-05-201-5/+5
| | | | This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8.
* using a different MACROkmu2020-05-201-5/+5
|
* fix issues from previous PR commentskmu2020-05-201-5/+5
|
* fix warnings from Intel compilerkmu2020-05-202-6/+6
|
* Change from using H5Dcreate to H5Dcreate2Richard Warren2020-05-201-2/+2
|
* Fixed PR issues pointed out by AllenRichard Warren2020-05-201-1/+1
|
* Remove the Copyright UofI per Larry's guidanceRichard Warren2020-05-201-0/+1
|
* Adds a new t_2Gio.c MPI testRichard Warren2020-05-201-0/+4980
|
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-0928-3326/+4327
| | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* HD prefix and whitespaceAllen Byrne2018-08-282-523/+529
|
* Update MANIFEST file for new t_coll_md_read.c fileJordan Henderson2018-08-271-1/+0
| | | Remove old line from copyright notice
* Add fix for HDFFV-10501Jordan Henderson2018-08-265-1/+206
| | | | | Add test for HDFFV-10501 fix Add release note for HDFFV-10501 fix