Skip to content
Snippets Groups Projects
  1. Jul 29, 2021
    • Ming Rui Zhang's avatar
      test: enhance the google unit tests of the client · e2dbc33a
      Ming Rui Zhang authored
      1. Move JAMI_DATA_HOME, JAMI_CONFIG_HOME, JAMI_CACHE_HOME
         setup into individual test main entry
      2. Use google test assertion macros instead of Qt
      3. Add QT_QPA_FONTDIR to avoid QFont warnings
      4. Tests will now fail if the env variables cannot be set
      
      Change-Id: I63f6498d26b646d8ebc60799d8797fd5f13b54f9
      e2dbc33a
  2. Jun 30, 2021
  3. Jun 29, 2021
    • Maxim Cournoyer's avatar
      Rename dring to jamid, ring to jami. · a7e7105c
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      Automated via the following command:
      
        $ git grep -l dring | grep -v '.ts$' | xargs sed -i
        's/dring/jamid/g'
        $ git ls-files | xargs sed -i 's,bin/jamid.lib,bin/jami.lib,g'
        $ git ls-files | xargs sed -i 's,src/jamid,src/jami,g'
        $ git ls-files | xargs sed -i 's,-mutejamid,-mutejami,g'
        $ git checkout docker
      
      Change-Id: I030209b60817372f866055daadb4d0a1c1e2e9df
      a7e7105c
  4. Jun 08, 2021
  5. May 04, 2021
  6. Apr 14, 2021
  7. Dec 17, 2020
  8. Oct 23, 2020
  9. Aug 19, 2020
    • Andreas Traczyk's avatar
      misc: expose vs env vars to qmake command execution on windows · 512168c4
      Andreas Traczyk authored
      This patch prevents client build failure on systems without the
      specific build toolchain path in the system or user path environment
      variable.
      
      It so happens that qmake needs the paths for the ms build toolchain,
      so we pass them to the executing subprocess.
      
      Gitlab: #581
      Change-Id: Id5dcaead487d0c128c9fb04ca22d79438531b0c0
      512168c4
  10. Aug 13, 2020
  11. Aug 12, 2020
  12. Aug 03, 2020
Loading