1. 29 Oct, 2019 - 1 commit
  2. 28 Oct, 2019 - 1 commit
    • Simon Hausmann's avatar
      Prospective build fix after changes in qtbase's bootstrap library · 7c5e9803
      Simon Hausmann authored
      
      The binary json conversion code was removed from the bootstrap library,
      which broke the repc build. However the part of repc that stopped
      compiling was the moc generator code, which repc doesn't use. Therefore
      the easiest way to fix the build is to simply remove that code from the
      build and delete code that's now unused.
      
      Change-Id: Iee763adc978f98c9bb5bf33817e4cd0cb5d76bc9
      Reviewed-by: default avatarUlf Hermann <ulf.hermann@qt.io>
      7c5e9803
  3. 26 Oct, 2019 - 1 commit
  4. 25 Oct, 2019 - 1 commit
  5. 24 Oct, 2019 - 1 commit
  6. 22 Oct, 2019 - 2 commits
  7. 21 Oct, 2019 - 1 commit
  8. 19 Oct, 2019 - 1 commit
  9. 18 Oct, 2019 - 2 commits
  10. 17 Oct, 2019 - 2 commits
  11. 16 Oct, 2019 - 2 commits
  12. 15 Oct, 2019 - 1 commit
  13. 13 Oct, 2019 - 1 commit
  14. 10 Oct, 2019 - 1 commit
  15. 09 Oct, 2019 - 3 commits
  16. 08 Oct, 2019 - 2 commits
  17. 07 Oct, 2019 - 3 commits
  18. 05 Oct, 2019 - 1 commit
  19. 04 Oct, 2019 - 2 commits
  20. 03 Oct, 2019 - 1 commit
  21. 28 Sep, 2019 - 2 commits
  22. 21 Sep, 2019 - 4 commits
  23. 19 Sep, 2019 - 1 commit
    • Friedemann Kleint's avatar
      Fix deprecation warnings related to QBasicAtomicInteger · b2e0bf60
      Friedemann Kleint authored
      
      Use loadRelaxed(), fixing:
      remoteobjectreplica_p.h: In member function ‘virtual QRemoteObjectReplica::State QRemoteObjectReplicaImplementation::state() const’:
      qremoteobjectreplica_p.h:120:106: warning: ‘T QBasicAtomicInteger<T>::load() const [with T = int]’ is deprecated: Use loadRelaxed [-Wdeprecated-declarations]
      
      Change-Id: I8feef08c5de8355e02442ccf7ca1ebca05e26c1f
      Reviewed-by: default avatarKari Oikarinen <kari.oikarinen@qt.io>
      b2e0bf60
  24. 08 Sep, 2019 - 2 commits
  25. 07 Sep, 2019 - 1 commit