You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CMake unit test build was added.
The original tests (examples) were fixed so they can be compiled on
Windows using MSVC2022 and MinGW. The `ccm-test` has been updated so
that it returns the status of test completion. The file `getopt.c` was
borrowed from the libcoap project.
The `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` variable must be set before a
`add_libray()` call.
Unimportant compiler warnings were disabled, and other warnings were
fixed.
GitHub Actions are unified and optimized.
0 commit comments