Results 47 issues of offa

_See note 1.) on this topic in #183._

enhancement
documentation

Adds a Github Action CI configuration and removes the Travis CI one – it's not working anyway. closes #42

Are there any plans for a migration to GitHub Actions?

Fixes some warnings reported by newer versions of Clang.

GCC 12 reports an use-after-free warning for two test cases.

How about supporting clang-format and use it to format the code base?

enhancement

Adds builds for latest Clang versions. Both issue an error due to possible UB though: ``` /home/runner/work/seasocks/seasocks/src/main/c/md5/md5.cpp:190:25: error: performing pointer subtraction with a null pointer may have undefined behavior [-Werror,-Wnull-pointer-subtraction]...

There's no good documentation around, how this library is integrated in client projects (#119).

enhancement

The current master failed the CI build because the codecov patch check reported: > 0% of diff hit (target 38.4%) A delta of _+/- 0 %_ should be acceptable. Btw....

enhancement

Replaces some deprecated APIs (incl. import cleanup). ------------------------ - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [x] Ensure that...