Chad Condon

Results 61 issues of Chad Condon

## Given ```c // misspelledd void misspelledd(); ``` ## Current behavior "misspelledd" is flagged as spelling error. ## Desired behavior "misspelledd" is not flagged because it is a symbol in...

enhancement

There is no longer a need to edit to library. The `setBufferSize` function was added in [v2.8](https://github.com/knolleary/pubsubclient/releases/tag/v2.8).

This deprecates the `HAS_INF` cache variable that sets the `CPPUTEST_NO_INF` variable that sets the `CPPUTEST_NO_INF` macro that sets the `CPPUTEST_HAS_INF` macro. Instead we use CMake to check for infinity support...

I realized I was only avoiding redundant checks when fenv.h is present when I really wanted to honor the _absence_ of fenv.h in cases that previously assumed its presence. (#1571...

Since CppUTest can build without CppUTestExt, it we should be able to test without it as well. This header was unreferenced.

This extends support for discovering and running tests to cross-compiling setups. Tested with mingw+wine on Linux.

Users can/should just set `CMAKE_CXX_STANDARD`. This option just complicated and overlapped native CMake features.

- When used as a subproject, don't assign `CMAKE_BUILD_CONFIG`. The default (i.e. empty) build type is valid and should not be overridden. - Avoid setting a build type when using...