Marcel Steinbeck
Marcel Steinbeck
> Thanks for your suggestions. I agree this kind of idea could be useful. What's the specific use-case you have in mind? We developed a small test suite to (semi)automatically...
> While I can see the usage of simple has..() methods (definitely with fields, methods are already much more tricky), I don't see this including modifier checking etc. If JOOR...
Ok. Nevertheless, many thanks for your efforts :). `hasField()` and `hasMethod()` will already be quite helpful.
This issue may be the result of https://github.com/LibreCAD/LibreCAD_3/issues/363#issuecomment-727173669.
You patch, unfortunately, does not work. GCC and Clang on Linux, at least on my system, do not provide `isnan` and `isinf`. How about the following snippet: ```c #ifdef __GNUC__...
I'm running Slackware 14.2 with gcc-5.5.0, clang-3.8.0, and glibc-2.23. I attached a small example, containing my library (tinyspline), parson (the latest commit), and an example which prints the resulting JSON...
You should now be able to download the attachment. Maybe uMatrix blocked Github's upload service. Anyhow, I mailed you the attachment.
Thank you for your work. > Is there a way for you to disable this warning when compiling parson.c (such as -w flag in gcc)? I don't want to compile...
Hi @bog-dan-ro, thank you for your contributions. I would like to avoid adding new compilation options to TinySpline because this makes it necessary to test more combinations of options. Moreover,...
Could you please name the affected functions? The easiest solution is to rename them (for example by adding the prefix `ts_`). In the long run, I would like to replace...