1. 07 Jan, 2025 - 1 commit
  2. 02 Jan, 2025 - 1 commit
  3. 18 Dec, 2024 - 2 commits
  4. 13 Dec, 2024 - 1 commit
  5. 10 Dec, 2024 - 1 commit
    • Peio Rigaux's avatar
      Fix Nighyly for 5.3 branch · b0b14894
      Peio Rigaux authored
      Ensure that all uploaded builds have at least 64 bits
      
      Modified name of jobs running one one arch. This is simplified in CI to emphasize on the Arch and not the app type (as in reality "win32" apps can be built in 64 bits...)
      In CI :
      win32 = 32bits
      win64 = 64bits
      win3264 = multiarch 32/64 bits
      
      Now run vs2022-ninja-win64-windows both in mr and nightly, to be able to run tests
      Re-enabled Nightly Xamarin
      b0b14894
  6. 09 Dec, 2024 - 2 commits
  7. 05 Dec, 2024 - 1 commit
  8. 04 Dec, 2024 - 1 commit
  9. 27 Nov, 2024 - 1 commit
  10. 18 Nov, 2024 - 1 commit
  11. 06 Nov, 2024 - 2 commits
  12. 28 Oct, 2024 - 1 commit
  13. 25 Oct, 2024 - 1 commit
  14. 22 Oct, 2024 - 1 commit
  15. 21 Oct, 2024 - 1 commit
  16. 18 Oct, 2024 - 1 commit
  17. 15 Oct, 2024 - 1 commit
  18. 10 Oct, 2024 - 1 commit
  19. 09 Oct, 2024 - 1 commit
    • Flore Harlé's avatar
      Log file: fix the duplication of lines in log file when... · 1966fb93
      Flore Harlé authored
      Log file: fix the duplication of lines in log file when linphone_logging_service_set_log_file() is called several times.
      
      Add the field bctbx_log_handler_t *file_log_handler in LinphoneLoggingService to be able to close the current log file when a new one is set.
      In linphone_logging_service_set_log_file(), destroy the file log handler of the previous log file in service->file_log_handler and set the file log handler of the new log handler.
      If filename is NULL, close the current log file and return.
      
      Add a suite to check that the logs are written in only once in the current log file, even when linphone_logging_service_set_log_file is called() several times.
      5.3.89
      1966fb93
  20. 02 Oct, 2024 - 2 commits
  21. 01 Oct, 2024 - 1 commit
  22. 30 Sep, 2024 - 2 commits
  23. 27 Sep, 2024 - 1 commit
  24. 26 Sep, 2024 - 1 commit
  25. 24 Sep, 2024 - 1 commit
  26. 18 Sep, 2024 - 2 commits
  27. 16 Sep, 2024 - 1 commit
  28. 12 Sep, 2024 - 1 commit
  29. 11 Sep, 2024 - 1 commit
  30. 10 Sep, 2024 - 1 commit
  31. 06 Sep, 2024 - 2 commits
  32. 05 Sep, 2024 - 1 commit
  33. 02 Sep, 2024 - 1 commit
    • Peio Rigaux's avatar
      Builds on VS2022, uses latest available Windows SDK by default (to avoid SDK... · 56c36897
      Peio Rigaux authored
      Builds on VS2022, uses latest available Windows SDK by default (to avoid SDK bugs), assuming retrocompatibility
      
      Attempt to run builds against visual studio version environment based runner
      
      Add vs2019 and vs2017 builds in manual
      
      Fix packaging syntax error
      
      Attempt to workaround issue when using find_program without msys2 as hint
      
      Removed file duplicates in NuGet file to avoid errors during packaging
      
      Allow use of sccache windows build cache
      Changed debug info to old /Z7
      Removed jsoncpp hardcoded use of ccache
      
      Escape spaces from locations given by find_program
      
      Changed parallel level for windows to set it by machine
      5.3.79
      56c36897