1. 02 May, 2020 1 commit
  2. 20 Apr, 2020 1 commit
  3. 19 Apr, 2020 6 commits
  4. 11 Apr, 2020 1 commit
  5. 27 Feb, 2020 1 commit
  6. 07 Feb, 2020 2 commits
  7. 02 Feb, 2020 2 commits
  8. 05 Dec, 2019 11 commits
  9. 03 Dec, 2019 1 commit
  10. 02 Dec, 2019 3 commits
  11. 01 Dec, 2019 1 commit
  12. 17 Nov, 2019 1 commit
  13. 16 Nov, 2019 3 commits
  14. 11 Nov, 2019 3 commits
  15. 10 Nov, 2019 3 commits
    • Wieland Morgenstern's avatar
      bump Qt version to 5.9.7 · d35604e4
      Wieland Morgenstern authored
      d35604e4
    • Wieland Morgenstern's avatar
      restore symlink fixing actions for Mac · dbeaf709
      Wieland Morgenstern authored
      In a refactoring of the DELAY_LOAD stuff of Windows it seems the
      Mac version was broken. On Mac there is a link to libvideostitch,
      which is just a symlink to either _cuda or _opencl versions.
      
      If the the symlink is currently pointing at the wrong one (i.e.
      not the one matching our GPU), the symlink is changed and the app
      is quit, user asked to launch again.
      
      There seems to have been a refactoring done on Windows which de-
      activated DELAY_LOAD completely on Mac, which made some of the
      symlink changing code not compile.
      
      Adding a new C Macro for Mac symlinks and allowing for USE_DELAY_LOAD
      on Mac as well, in CMake, to restore previous behavior.
      dbeaf709
    • Wieland Morgenstern's avatar
      beb4a73e