aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* Attempt at improved coverage for Darwin and mbedTLS.Garrett D'Amore2019-12-27
|
* coverage collection not working on macOSGarrett D'Amore2019-12-27
|
* fixes #1031 Code coverage is bustedGarrett D'Amore2019-12-26
|
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
| | | | | | | | | | | | | | | | | | | | | | | | fixes #1035 Convey is awkward -- consider acutest.h This represents a rather large effort towards cleaning up our testing and optional configuration infrastructure. A separate test library is built by default, which is static, and includes some useful utilities design to make it easier to write shorter and more robust (not timing dependent) tests. This also means that we can cover pretty nearly all the tests (protocols etc.) in every case, even if the shipped image will be minimized. Subsystems which are optional can now use a few new macros to configure what they need see nng_sources_if, nng_headers_if, and nng_defines_if. This goes a long way to making the distributed CMakefiles a lot simpler. Additionally, tests for different parts of the tree can now be located outside of the tests/ tree, so that they can be placed next to the code that they are testing. Beyond the enabling work, the work has only begun, but these changes have resolved the most often failing tests for Darwin in the cloud.
* Support for GitHub actions.Garrett D'Amore2019-12-11
| | | | | | This allows us to test macOS (darwin), Windows, and Linux. The work is just initial, and does not include coverage of the TLS layer or ZeroTier portions, yet.
* fixes #1017 Add nng manual to sponsoring optionsGarrett D'Amore2019-12-11
|
* Create FUNDING.yml.Garrett D'Amore2019-11-11
|
* Move some docs to docs directory, add CONTRIBUTING and templates.Garrett D'Amore2018-03-02