Enno Rehling
Enno Rehling
I am not in any way the official maintainer of CuTest, I've just created a github repository for my own needs that some people are forking, and that I (infrequently)...
There is a pretty good chance that it's been abandoned (sourceforge is merely a graveyard for old projects now), in which case I could be guilted into maintaining a fork,...
Obwohl ich dir zustimme, dass das so schöner ist, ist const-correctness etwas, worum sich leider nicht jeder in der C-Welt schert. Die meisten scheinen sich zu wünschen, dass es das...
1. Wenn CuTest mein eigenes Projekt wäre, würde ich das auch so ändenr. Ich mag const. 2. const char\* ist eine Ausnahme, um die man auch als Hasser von const...
What is the plan for string functions like stb_stricmp and stb_p_strdup? I don't see them in the new library, are they going away?
It seems that this is still an issue in version 1.8.5 (pre-release). Is there any workaround for this? I just want the debug configuration to launch the program with a...
If the problem is that the mosquitto.dll and mosquittopp.dll libraries are built against the debug runtime, what would it take to replace these? It seems that the bundled mosquitto version...
actually, other tasks are talking about adding different sub-urls (k/ for the data store, a/ for an admin interface, l/ for login, s/ to show a list of all keys,...
## Thoughts This is going to require threading, and a reader/writer lock around the data store. C11 has threads and atomic operations, but there seems to be no toolchain. [musl](http://www.musl-libc.org/)...
This is fixed in PR #13, and will likely be part of version 1.4