Skip to content
Snippets Groups Projects
  1. Apr 30, 2024
    • Andreas Traczyk's avatar
      connectionmanager: improve portability of string to integer conversion · 0da84a73
      Andreas Traczyk authored
      On Windows using MSC, unsigned long is 32 bits even on 64-bit systems, while unsigned long long is 64 bits.
      
      This commit replaces the call to std::stoul with std::stoull which should be portable.
      
      This will address the following Jami-client issue:
      jami-client-qt#1419
      
      Change-Id: I9f7998573f493f479b9f97bf5d56ef65b8b58f57
      0da84a73
    • François-Simon Fauteux-Chapleau's avatar
      dependencies: add msgpack · c385551b
      François-Simon Fauteux-Chapleau authored
      DHTNet currently doesn't compile on some platforms (including Debian 12,
      Ubuntu 23.10 and openSUSE Leap 15.5) because the version of msgpack
      available via their package manager doesn't support (un)packing data of
      type std::chrono::time_point.
      
      Change-Id: I3166edf3992325bb7ce88030b5cc09f31cba4ead
      c385551b
  2. Apr 26, 2024
  3. Apr 22, 2024
  4. Apr 15, 2024
  5. Apr 12, 2024
  6. Apr 04, 2024
  7. Mar 29, 2024
  8. Mar 28, 2024
  9. Mar 27, 2024
  10. Mar 25, 2024
  11. Mar 22, 2024
  12. Mar 17, 2024
  13. Mar 11, 2024
  14. Mar 06, 2024
  15. Mar 03, 2024
  16. Mar 02, 2024
  17. Feb 29, 2024
  18. Feb 23, 2024
  19. Feb 18, 2024
  20. Feb 13, 2024
  21. Feb 12, 2024
    • Sébastien Blin's avatar
      tests: filter out external projects · e853f505
      Sébastien Blin authored
      GitLab: #3
      Change-Id: I94bea5fd9cec166d92ad8323d2888355ae106cc7
      Unverified
      e853f505
    • Sébastien Blin's avatar
      ci: run test in CI · 55be5dab
      Sébastien Blin authored
      + Add CODE_COVERAGE option to be able to generate coverage reports
      via gcov/lcov
      + CMake now fails if run build.py with an error status
      + Dockerfile now uses dependencies from contrib as specified in the
      documentation
      + Add Jenkinsfile to run tests
      + Fix tests_fileUtils (removeAll return 0 if directory doesn't exists)
      + Disable test with sporadic failures, this needs to be fixed.
      
      GitLab: #3
      Change-Id: I7e6dd20c69ffa5900de56a1586f57603040bba73
      Unverified
      55be5dab
  22. Feb 08, 2024
  23. Feb 06, 2024
  24. Jan 31, 2024
Loading