Peter Bindels

Results 43 comments of Peter Bindels

Not really. I would want to compile all projects once, and then at link time either link in a test runner or a normal main entrypoint. In the former case,...

I was going to create an issue that it does not cleanly compile on OS X but this is pretty much exactly that issue. The concrete things I see is...

I understand how to not block the call, but what kind of value do I return to indicate "I'm processing this connection on a separate thread, please continue processing other...

I'm using it to make a proof of concept for a certain way of deployment & building. Part of it is to expose an HTTPS server interface and one possible...

@graph strictly speaking you can use the cmake export now to create a cmake project, and then use cmake to generate xcode or MSVC projects. It would be much better...

It works on all platforms - except for the static / free-function mocking which only works on all x86 (+64bit) and ARM platforms. I don't have any Power / Sparc...

That's pretty much what we had, until somebody decided to add a CMakeLists.txt doing just this. The bootstrap is getting it compiled once, and then compiling it again using itself...

It needs the opposite fix actually; it should be available as a single header file again.

@rianquinn I might as well fix this issue while watching your CppCon talk. I had no idea you were there presenting it.

Only time for me to review your change. I'll find some time the next two days.