summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2022-03-221-17/+17
|
* 1. added more test cases in test/onion.c: creating and deleting objects ↵Ray Lu2022-03-221-324/+766
| | | | | | | | (dataset, attribute, group) in the file; extending and shrinking an extendible dataset. 2. enabled h5diff to support the Onion VFD. 3. added tests for h5dump and h5diff. 4. added the file generator in h5dumpgentest.c and h5diffgentest.c.
* update testBrian Sawicki2021-12-101-4/+4
|
* Committing clang-format changesgithub-actions2021-12-061-18/+18
|
* fix merge conflictsBrian Sawicki2021-12-061-156/+157
|\
| * typedef changes and adds RFCs to doc directory (#1264)Dana Robinson2021-12-051-156/+157
| | | | | | | | | | | | | | | | | | * Adds struct/enum typedefs in line with existing library * Adds onion VFD RFC docs (.docx and .pdf) * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* | fix revision zero issues, other fixes, update testsBrian Sawicki2021-12-061-24/+174
|/
* Committing clang-format changesgithub-actions2021-11-291-30/+29
|
* fix merge conflictBrian Sawicki2021-11-291-22/+22
|\
| * Committing clang-format changesgithub-actions2021-11-221-22/+22
| |
* | minor fixes, tests passBrian Sawicki2021-11-291-9/+37
|/
* checkpoint, minor fixes to make h5dump work, cleanupBrian Sawicki2021-11-221-87/+59
|
* Committing clang-format changesgithub-actions2021-11-191-1/+1
|
* fixed issues with integration tests, needs clean upBrian Sawicki2021-11-191-24/+25
|
* Committing clang-format changesgithub-actions2021-11-171-105/+101
|
* fix merge conflictsBrian Sawicki2021-11-171-50/+47
|\
| * Committing clang-format changesgithub-actions2021-11-171-64/+61
| |
* | add simpler integration test (no chunking)Brian Sawicki2021-11-171-2/+387
|/
* checkpoint, getting some incorrect values back when reading revisionsBrian Sawicki2021-11-171-12/+151
|
* Onion VFD: Remove magic numbers (#1196)Dana Robinson2021-11-151-95/+20
| | | Removed magic numbers from structs
* fix merge issuesBrian Sawicki2021-11-121-5/+5
|\
| * Committing clang-format changesgithub-actions2021-11-111-9/+9
| |
* | checkpoint, integration test now passes, no valgrind errorsBrian Sawicki2021-11-121-4/+4
|/
* checkpoint fixes, passes but with inifinite loop on shutdownBrian Sawicki2021-11-111-13/+14
|
* fix test to working state for nowBrian Sawicki2021-11-101-7/+7
|
* Committing clang-format changesgithub-actions2021-10-211-18/+18
|
* fix warnings and valgrind leaks/errorsBrian Sawicki2021-10-211-8/+14
|
* Onion VFD: Cleans up valgrind issues + refactors code (#1115)Dana Robinson2021-10-191-92/+36
| | | | | | | * Cherry pick of non-VFD-related code from Sep 7th to present * Cleans up revision index code * Fixes valgrind issues and converts memory ops to H5MM
* Cherry pick of non-VFD-related code from Sep 7th to present (#1112)Dana Robinson2021-10-1912-35/+62
|
* Committing clang-format changesgithub-actions2021-09-091-8/+8
|
* Removed a test that claimed it was checking empty arrays but wasDana Robinson2021-09-091-5/+0
| | | | actually just sending uninitalized memory to the library.
* Format sourceDana Robinson2021-09-081-4/+4
|
* Warning cleanup:Dana Robinson2021-09-081-37/+34
| | | | | | * Size zero allocations of archival index now set the pointer to NULL * Removes checks on archival index being NULL * Fixed incorrect format specifiers
* Committing clang-format changesgithub-actions2021-09-081-761/+668
|
* Brings onion VFD files over from private branchDana Robinson2021-09-083-1/+3496
|
* More various warnings (#958)Sean McBride2021-08-259-29/+28
| | | | | | | | | | | | | * Committing clang-format changes * Fixed various -Wdouble-promotion warnings * Fixed -Wshadow warning for `optopt` conflict On macOS at least, there is a global various named `optopt` in unistd.h. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* More clang tidy (#908)Sean McBride2021-08-2316-70/+71
| | | | | | | | | | | | | | | | | | | * Pacify clang-analyzer-unix.cstring.NullArg * Apply some bugprone-suspicious-string-compare * Apply some readability-simplify-boolean-expr * Apply some readability-make-member-function-const * Apple some bugprone-macro-parentheses * Changed an f suffix to L for `long double` * Applied some readability-uppercase-literal-suffix automatically * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* CMake should use the output dir programs for shell scripts (#928)Allen Byrne2021-08-194-144/+52
|
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-122-0/+56
| | | | | | | | | | | | | | * Fixes a bad memory read and unfreed memory in fsinfo code The segfaul from CVE-2020-10810 was fixed some time ago, but the illegal memory read and unfreed memory were not. This fix tracks some buffer sizes and errors out gracefully on errors, ensuring buffers are cleaned up and avoiding the H5FL infinite loop + abort on library close. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-272-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove version-check for relnum in H5check. * Add in release exception code check * Fix typos * Fix more typos * Rework comments * format change * format whitespace * Library version must be less than or equal to headers * Need the NOT version of the compare * Enable release+1 check for PASS * Add release note * Update note
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-221-0/+1
| | | | | | | - warn_unused_result warnings from h5jamgentest and j5stat_gentest that were triggered by write(2) calls where we didn't check the return value - A missing callback in the NULL VOL connector - A possibly uninitialized property list pointer
* OESS-168:Remove implicit conversion warnings. (#829)H. Joe Lee2021-07-121-559/+559
| | | | | * OESS-168:Remove implicit conversion increases floating-point precision warnings. * OESS-168:Remove clang warnings.
* Removes develop header cruft (#828)Dana Robinson2021-07-092-2/+2
|
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-303-3/+3
| | | | | | | * Fixes parallel issues from recent C99 changes * Adds MPE FUNC --> __func__ changes missed in earlier PRs * Even more missed FUNC --> __func__ macros
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-9/+19
| | | | | | | | | | | | | | | | | | * Cleans up POSIX/C bits in H5private.h * Assume difftime exists (C89) * Reorg AC_CHECK_HEADERS so headers are in alphabetical order * Split off networking-related AC_CHECK_HEADERS * Remove unused UNAME_CYGWIN from configure.ac * Remove checks for unused sys/timeb.h * Tidying pass over H5private.h HD prefix macros * Tidy H5win32defs.h * Add HD prefix to various scanf calls * Committing clang-format changes * Fixes to the alarm(2) code used in the tests to make Windows happy Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-295-297/+312
|
* Fixes non-C99 format strings in tarray test code (#766)Dana Robinson2021-06-181-23/+30
|
* Fix several warnings (#747)jhendersonHDF2021-06-1613-50/+152
|
* Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-111-1/+1
|
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-076-9/+5
| | | | | | | | | * Includes hdf5dev.h in hdf5.h * Removes hdf5dev.h * Restores H5PLextern.h as an independent header * H5PLextern.h missed in the null VOL connector