Niels Lohmann

Results 244 comments of Niels Lohmann

Hi there, thanks for the quick response! The project is nlohmann/json, and I added a feature branch (see https://github.com/nlohmann/json/tree/feature/cmake_cleanup) to move the build system to Cmake. See https://travis-ci.org/nlohmann/json/jobs/186321152 for the...

I see. I also can't think of a better way than the second solution.

@miloyip, thanks for updating nlohmann/json to 1.0.0. Is there a way to have a look at the new results?

Hey @miloyip, today I released [version 1.1.0 of JSON for Modern C++](https://github.com/nlohmann/json/releases/tag/1.1.0). It would be great if you could update it in your benchmark. This release also fixes some bugs...

Yesterday, I released version 3.3.0 (https://github.com/nlohmann/json/releases/tag/v3.3.0). It would be great if the benchmarks were re-run accordingly.

We use homebrew to update CMake on macOS builds. However, this seems to fail as `sphinx-doc` cannot be installed: ``` ==> Installing cmake dependency: sphinx-doc 2464Warning: Your Xcode (8.0) is...

I removed the older Xcode builders. If Travis succeeds, I'll re-trigger the PRs.

I like the idea of having the possibility to use Conan, but it should not be a prerequisite. Is it possible to have a CMakeLists.txt that uses Conan if it...