1. 24 Jan, 2020 3 commits
  2. 17 Jan, 2020 3 commits
  3. 06 Jan, 2020 4 commits
  4. 31 Dec, 2019 2 commits
  5. 05 Dec, 2019 1 commit
    • net::Server: Fix onError parameter default. · eab43f35
      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.
  6. 02 Dec, 2019 1 commit
  7. 26 Nov, 2019 1 commit
    • CMakeLists.txt: Disable MSVC warning from third_party · dc3b3eae
      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.
  8. 18 Nov, 2019 1 commit
  9. 14 Nov, 2019 4 commits
  10. 08 Nov, 2019 1 commit