Skip to content
Snippets Groups Projects
  1. Jun 30, 2021
  2. 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
  3. Jun 08, 2021
  4. May 04, 2021
  5. Apr 14, 2021
  6. Dec 17, 2020
  7. Oct 23, 2020
  8. 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
  9. Aug 13, 2020
  10. Aug 12, 2020
  11. Aug 03, 2020
Loading