1. 01 Mar, 2016 - 1 commit
  2. 23 Sep, 2015 - 1 commit
  3. 16 Sep, 2015 - 1 commit
  4. 11 Sep, 2015 - 1 commit
    • Thiago Macieira's avatar
      Add Qt 5.5.1 changelog with updated 5.7 future direction notice · 6918c0a1
      Thiago Macieira authored
      We should carry this in all 5.5.x and 5.6.x releases, to make sure
      everyone gets the message. But for this release, we need to note the
      changes from what was announced for 5.5.0:
      
      Clang 3.2 cannot compile std::atomic properly, so it will not be
      supported. That means the minimum XCode version we'll require will be
      5.1, which fortunately does not raise the minimum OS X version that can
      compile Qt. See http://llvm.org/bugs/show_bug.cgi?id=12670
      
       for more
      information.
      
      ICC 14.x and 15.x on Windows miscompiles pointer-to-members across DLL
      boundaries, so signal-slot connections fail. See QTBUG-40281.
      
      Change-Id: I42e7ef1a481840699a8dffff1400a4377fcf4589
      Reviewed-by: default avatarLars Knoll <lars.knoll@theqtcompany.com>
      6918c0a1
  5. 25 Jun, 2015 - 3 commits
  6. 17 Jun, 2015 - 1 commit
  7. 16 Jun, 2015 - 1 commit
  8. 29 May, 2015 - 1 commit
    • Stephen Kelly's avatar
      Revert some changes in light of GCC 4 -fPIE reversal · e3983c87
      Stephen Kelly authored
      
      The -fPIE option is now accepted when using GCC 4, which means it
      is available for backward compatibility for clients using
      CMake 2.8.11 or older which makes use of the
      POSITION_INDEPENDENT_CODE feature.
      
      Conditionally use that feature for old versions of cmake with
      GCC 4. Restore the tests for those versions, and clarify the
      situation in the ChangeLog.
      
      Change-Id: I5a06b155dda7db559d86841a2b34fd8ed95acbd0
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      v5.4.2
      e3983c87
  9. 28 May, 2015 - 1 commit
  10. 13 May, 2015 - 1 commit
    • Thiago Macieira's avatar
      Make qglobal.h complain if you use -fPIE · 3eca75de
      Thiago Macieira authored
      Prior to Qt 5.4.2 (commit 36d6eb72
      
      ), we
      allowed it, but now we need to enforce that it is not used. Note that
      -fPIE does define __PIC__, so we need this to catch the use of -fPIE.
      
      [ChangeLog][Important Behavior Changes] On x86 and x86-64 systems with
      ELF binaries (especially Linux), due to a new optimization in GCC 5.x in
      combination with a recent version of GNU binutils, compiling Qt
      applications with -fPIE is no longer enough. Applications now need to be
      compiled with the -fPIC option if Qt's option "reduce relocations" is
      active. Note that Clang is known to generate incompatible code even with
      -fPIC if the -flto option is active.
      
      Task-number: QTBUG-45755
      Change-Id: I66a35ce5f88941f29aa6ffff13dd210e0aa2728f
      Reviewed-by: default avatarDmitry Shachnev <mitya57@gmail.com>
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@theqtcompany.com>
      3eca75de
  11. 29 Apr, 2015 - 1 commit
  12. 04 Mar, 2015 - 1 commit
  13. 27 Feb, 2015 - 1 commit
  14. 13 Feb, 2015 - 1 commit
  15. 27 Nov, 2014 - 3 commits
  16. 24 Nov, 2014 - 1 commit
  17. 21 Nov, 2014 - 2 commits
  18. 19 Nov, 2014 - 1 commit
  19. 11 Nov, 2014 - 1 commit
  20. 26 Oct, 2014 - 1 commit
  21. 30 Sep, 2014 - 1 commit
  22. 10 Sep, 2014 - 1 commit
  23. 26 Aug, 2014 - 1 commit
  24. 03 Jul, 2014 - 1 commit
  25. 23 Jun, 2014 - 2 commits
  26. 18 Jun, 2014 - 1 commit
  27. 12 May, 2014 - 1 commit
  28. 07 May, 2014 - 1 commit
  29. 02 May, 2014 - 1 commit
  30. 24 Apr, 2014 - 1 commit
  31. 18 Mar, 2014 - 1 commit
  32. 17 Mar, 2014 - 1 commit
  33. 11 Feb, 2014 - 1 commit
  34. 24 Jan, 2014 - 1 commit