- 05 Dec, 2019 1 commit
-
-
Ben Clayton authored
The onError parameter of Server::start was default initialized with OnError(), which is an 'invalid target', not a no-op implementation. Replace with a true no-op implementation.
-
- 02 Dec, 2019 1 commit
-
-
Ben Clayton authored
-
- 26 Nov, 2019 1 commit
-
-
Ben Clayton authored
`nlohmann/json` raises a `size_t` to `int` MSVC warning that will fail the build if `CPPDAP_WARNINGS_AS_ERRORS` is enabled. Given that this is not our code, the best we can do is to make an exception for this warning.
-
- 18 Nov, 2019 1 commit
-
-
Ben Clayton authored
Only set the third_party directory variables if they're not already set (by the dependee project).
-
- 14 Nov, 2019 4 commits
-
-
Ben Clayton authored
-
Ben Clayton authored
-
Ben Clayton authored
-
Ben Clayton authored
-
- 08 Nov, 2019 1 commit
-
-
Ben Clayton authored
-