Alexander Dahl

Results 42 comments of Alexander Dahl

Had a quick look in my local fork, and saw I had done something sligthly different: ```diff diff --git a/cmake/FindSanitizers.cmake b/cmake/FindSanitizers.cmake index 6960482..eb1c721 100755 --- a/cmake/FindSanitizers.cmake +++ b/cmake/FindSanitizers.cmake @@ -26,6...

> From what I can see, you've only suppressed the warnings using a cache variable, but not checking if the flags were detected and added to the targets. This would...

I noticed those functions, but this is topic for another ticket. I came across the md5 stuff because I'm reviewing the autoconf/automake stuff and this can be removed from configure...

The md5 related code was marked deprecated with b4a284c5ff08e93be3b496361a66051f576e26b6 and will be removed with API v2.

Introducing a library handle or context would be nice in the long run, but most probably an API change and therefor topic for API v2 which would be major rework....

That might be related to #53 and a false positive like many other warnings cland-tidy currently throws on libcgi code.

Personally I have currently no usecase for `cgi_param_multiple()`, but I would be happy if you could provide a patch and a testcase.

After merging my latest changes, this does not apply cleanly anymore. Can you rebase please? And: I'm sorry I can not test Windows code. Someone else will have to. I'd...

Yes, this would speed up the insertion of new items, but I guess not much. The current code uses a pointer to the last element of the list. The test...

> That were the instructions offered by [OBS](https://openbuildservice.org/) to use their repository. grin Could not find it at https://openbuildservice.org/help/manuals/obs-user-guide/ … I would tell them otherwise. 😁 > Feel free to...