1. 06 Feb, 2020 1 commit
    • Fix new gcc 9 'deprecated-copy' warning. · c4358807
      Ben Clayton authored
      Example warning:
      
      cppdap/include/dap/future.h:172:14: error: implicitly-declared ‘dap::ResponseOrError<dap::StackTraceResponse>& dap::ResponseOrError<dap::StackTraceResponse>::operator=(const dap::ResponseOrError<dap::StackTraceResponse>&)’ is deprecated [-Werror=deprecated-copy]
      
      Add missing constructors and assignment operators.
      This probably adds more than is absolutely necessary, but there's no
      harm in being thorough.
  2. 28 Jan, 2020 1 commit
  3. 24 Jan, 2020 3 commits
  4. 17 Jan, 2020 3 commits
  5. 06 Jan, 2020 4 commits
  6. 31 Dec, 2019 2 commits
  7. 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.
  8. 02 Dec, 2019 1 commit
  9. 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.
  10. 18 Nov, 2019 1 commit
  11. 14 Nov, 2019 4 commits
  12. 08 Nov, 2019 1 commit