1. 17 Jan, 2020 1 commit
    • examples: Suffix package exe with .exe on Windows · 93b86100
      Ben Clayton authored
      Without this the vscode extension cannot find the example executable, and the example fails.
      
      Also use $USERPROFILE instead of  $HOME for finding the `.vscode` user directory for installing the extension.
      
      Bug: #12
  2. 06 Jan, 2020 4 commits
  3. 31 Dec, 2019 2 commits
  4. 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.
  5. 02 Dec, 2019 1 commit
  6. 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.
  7. 18 Nov, 2019 1 commit
  8. 14 Nov, 2019 4 commits
  9. 08 Nov, 2019 1 commit