Thomas Vincent

Results 21 comments of Thomas Vincent

Hi, I think a good start could be to take a look at : https://github.com/lukechilds/dockerpi I have been using `dockerpi` for a little while but end run `qemu-system-arch` manually since...

What about we set install target only when `JSON_VALIDATOR_IS_TOP_LEVEL` ? We already skip examples and tests if used as a submodule ...

@pboettch here is a draft of `FetchContent` move ... still some stuff to clean on the test side since there is a test to check if `find_package(...)` works and I...

Contemplating to set `JSON_VALIDATOR_BUILD_EXAMPLES` and `JSON_VALIDATOR_BUILD_TESTS` off by default document then for internal developers.

@pboettch being at it ... making it a `c++11` project and dropping the regex boost gcc 4.9 thing?

Guys this is unfinished business my goal was to simplify integration into other projects using CMake Fetch content (with it does in its current state) but then it crashed on...

Thanks for the interest you guys put into this issue! To be honest to narrow it down to the sse part in our project was already really long. I'll try...

Btw I'm using `0.10.2` on Linux. Maybe I should update to `0.11.1` first?

Ok good to know so I am making my best to have something as unit as possible that we can run long enough to see something hanging with 0.10.2 and...

Ok tried my best to do the simplest example possible (100Hz trivial event dispatcher). I am even more confused now. I was not able to replicate the "hang" with either...