1. 23 Jan, 2018 - 2 commits
  2. 22 Jan, 2018 - 3 commits
  3. 20 Jan, 2018 - 2 commits
  4. 19 Jan, 2018 - 2 commits
  5. 18 Jan, 2018 - 18 commits
  6. 17 Jan, 2018 - 4 commits
    • Andre Hartmann's avatar
      QThreadPool: Add missing semicolon after class in documentation · a5758596
      Andre Hartmann authored
      
      Makes it easier to copy and paste the snippet into a code editor.
      
      Change-Id: I27c0a7aa268bd4fd0af885e929f67a28f083dabf
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      a5758596
    • Mitch Curtis's avatar
      config_help.txt: document that some sanitize combinations are not valid · 8c023326
      Mitch Curtis authored
      
      Saves people the trouble of trying it out themselves. When I tried
      "address" and "thread", I got:
      
      cc1plus: error: -fsanitize=address and -fsanitize=kernel-address
      are incompatible with -fsanitize=thread
      
      Change-Id: I48ae817e60d0b71d5349e1dbce8706cc8430c2c4
      Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      8c023326
    • Tor Arne Vestbø's avatar
    • Alexander Shevchenko's avatar
      unify windows mkspecs: update definitions · 40e87491
      Alexander Shevchenko authored
      
      mingw-w64 toolchain:
      - add missing compiler definitions, similar to
        'msvc-desktop.conf' toolchain,
      - describe the reasons of missing compiler definitions, available in
        'msvc-desktop.conf' toolchain,
      - add missing 'QMAKE_CXXFLAGS' and 'QMAKE_CXXFLAGS_WARN_ON' variables,
        similar to 'msvc-desktop.conf' toolchain.
      
      ICC on Windows toolchain:
      - add 'QMAKE_CFLAGS_OPTIMIZE_FULL' variable, similar to 'gcc-base.conf'
        toolchain, though left it unused for now,
      - add missing flags to 'QMAKE_CFLAGS' variable, similar to
        'msvc-desktop.conf' toolchain,
      - update deprecated 'Qwd' flag with 'Qdiag-disable',
      - use 'QMAKE_CFLAGS_OPTIMIZE_DEBUG' variable instead of '-Od' flag,
        similar to 'gcc-base.conf' toolchain (ICC implies '-O2' optimization
        level by default, while MSVC implies '-Od'),
      - add 'QMAKE_CFLAGS_UTF8_SOURCE' variable, similar to
        'msvc-version.conf' toolchain; use a workaround to initialize it,
        until '-utf-8' flag would be supported by ICC on Windows,
      - update deprecated '-Qstd=c++1z' flag with '-Qstd=c++17',
      
      MSVC toolchain:
      - remove 'incremental' from MSVC 'CONFIG' variable, since it has
        relevance only for the Unix generator,
      - add 'QMAKE_CFLAGS_OPTIMIZE_DEBUG' variable, used in ICC for Windows
        toolchain,
      - add empty 'QMAKE_LIBS' variable, similar to 'win32-g++' toolchain,
      - add 'uuid.lib' library to 'QMAKE_LIBS_GUI' variable, similar to
        'win32-g++' toolchain,
      - add C++14 and C++17 language support flags, though left them disabled
        for now, similar to 'win32-icc' toolchain.
      
      Change-Id: Ideef62d0422674184836faa655bfc5d09a5f612f
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      40e87491
  7. 16 Jan, 2018 - 7 commits
  8. 15 Jan, 2018 - 2 commits