| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated year in copyright header | Kai Koehne | 2014-03-26 | 177 | -177/+177 |
|
|
* | win32-msvc2013: force synchronous writes to .pdb files | Joerg Bornemann | 2014-01-23 | 1 | -1/+1 |
|
|
* | add support for Visual Studio 2013 | Joerg Bornemann | 2014-01-21 | 2 | -0/+139 |
|
|
* | Enable building with clang / libc++ on OS X 10.9 Mavericks | Brian Jensen | 2013-12-05 | 4 | -0/+164 |
|
|
* | QNX: Make use of _readdir64_r | Bernd Weimer | 2013-11-28 | 3 | -0/+21 |
|
|
* | Sun CC: Fix QtNetwork compilation | Sergio Ahumada | 2013-08-28 | 1 | -1/+1 |
|
|
* | gdb_dwarf_index: Use a sed call that's more POSIX-compliant. | Raphael Kubo da Costa | 2013-08-13 | 1 | -1/+1 |
|
|
* | Don't overwrite QMAKE_QT_CONFIG with empty value | Jonathan Liu | 2013-06-06 | 1 | -1/+5 |
|
|
* | Avoid macro re-definition after 65bd0bd1f047f6db6d67a8f089a9a409354b95a1 | Konstantin Ritt | 2013-04-24 | 8 | -8/+8 |
|
|
* | qmake: increase .pro-file compatibility between Qt 4 and 5 | Marc Mutz | 2013-04-05 | 1 | -1/+12 |
|
|
* | mkspecs: fix the path for rcc for win32-g++ | Liang Qi | 2013-03-20 | 1 | -0/+1 |
|
|
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 175 | -175/+175 |
|
|
* | QNX: adjust settings for separate debug info feature | Peter Hartmann | 2012-12-15 | 1 | -3/+10 |
|
|
* | BlackBerry mkspecs: optimize linker flags | Peter Hartmann | 2012-12-04 | 2 | -0/+4 |
|
|
* | Device mkspec for Blackberry Playbook | Rafael Roquetto | 2012-11-28 | 4 | -0/+98 |
|
|
* | BlackBerry mkspecs: use compiler flags for C++ and C compiler | Peter Hartmann | 2012-11-28 | 2 | -0/+5 |
|
|
* | BlackBerry mkspecs: tell compiler the specific ARM version (cortex-a9) | Peter Hartmann | 2012-11-25 | 1 | -0/+2 |
|
|
* | Updated and fixed win32-icc mkspec for ICC 12.1 or better | Alexey Ivanov | 2012-10-31 | 1 | -16/+18 |
|
|
* | don't set QT_BUILD_DIR as a side effect | Oswald Buddenhagen | 2012-10-30 | 2 | -7/+10 |
|
|
* | Remove the -falign-stack option from ICC's mkspec. | Thiago Macieira | 2012-10-18 | 1 | -1/+1 |
|
|
* | optimize loading of qconfig.pri & qdevice.pri somewhat | Oswald Buddenhagen | 2012-10-17 | 2 | -5/+5 |
|
|
* | Blackberry mkspecs: Refine compiler options | Peter Hartmann | 2012-10-14 | 3 | -7/+19 |
|
|
* | QNX: change suffix for separate debug files | Peter Hartmann | 2012-10-02 | 1 | -7/+9 |
|
|
* | Enable HiDPI mode for retina displays. | Morten Sorvig | 2012-10-02 | 7 | -0/+14 |
|
|
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 179 | -4274/+4274 |
|
|
* | Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOS | Ian Dean | 2012-09-18 | 1 | -1/+1 |
|
|
* | Add msvc2012 support | Peter Kümmel | 2012-09-17 | 2 | -0/+139 |
|
|
* | When x-compiling on Linux the host tools doesn't have Windows' executable suffix | Peter Kümmel | 2012-09-12 | 1 | -3/+5 |
|
|
* | find qdevice.pri even for installed qt builds | Oswald Buddenhagen | 2012-09-10 | 1 | -1/+1 |
|
|
* | Add -pipe option of win32-g++'s QMAKE_CFLAGS | Yuchen Deng | 2012-09-10 | 1 | -1/+1 |
|
|
* | Add qmake CROSS_COMPILE variable via load(device_config) | Peter Kümmel | 2012-09-07 | 1 | -7/+13 |
|
|
* | Minimal backport of --device-option support in configure | Peter Kümmel | 2012-09-07 | 1 | -0/+14 |
|
|
* | QNX: Move qpa-based mkspecs out of the unsupported directory | Sean Harmer | 2012-09-05 | 8 | -8/+8 |
|
|
* | QNX: Enable pre-compiled header support for QNX | Sean Harmer | 2012-09-04 | 1 | -0/+5 |
|
|
* | Decouple -lang-c++ from CXX command on QNX mkspecs | Sean Harmer | 2012-09-04 | 4 | -8/+5 |
|
|
* | Fix indentation. | Morten Sorvig | 2012-08-24 | 7 | -7/+7 |
|
|
* | QNX: Enable QT_NO_IMPORT_QT47_QML | Kevin Ottens | 2012-08-23 | 1 | -0/+2 |
|
|
* | Fix vcproj file generation for incredibuild handling of moc etc targets | Andy Shaw | 2012-08-14 | 1 | -1/+2 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 160 | -310/+312 |
|
|
* | [Blackberry] Set default platform name for QPA | Rafael Roquetto | 2012-07-30 | 2 | -0/+4 |
|
|
* | Add common build flags required for iOS platform plugins. | Ian Dean | 2012-07-27 | 1 | -1/+1 |
|
|
* | Removed existing iOS mkspecs. Added Qt5 iOS mkspecs to unsupported. | Ian Dean | 2012-07-25 | 41 | -317/+1322 |
|
|
* | Clang: Do not warn about unused parameters (caused by ccache) | Tobias Hunger | 2012-06-28 | 1 | -0/+2 |
|
|
* | Fix compile issue on AIX | Andy Shaw | 2012-06-24 | 1 | -1/+1 |
|
|
* | Enable extra warnings for win32-g++ mkspecs | Jonathan Liu | 2012-05-24 | 2 | -2/+2 |
|
|
* | mkspecs: Define compilers and linkers elsewhere for freebsd-g++46. | Raphael Kubo da Costa | 2012-05-03 | 1 | -4/+10 |
|
|
* | mkspecs: Rename freebsd-g++40 to freebsd-g++46. | Raphael Kubo da Costa | 2012-04-19 | 2 | -3/+3 |
|
|
* | mkspecs: Sync freebsd-g++40 and freebsd-g++. | Raphael Kubo da Costa | 2012-04-17 | 1 | -35/+6 |
|
|
* | Do not define QT_AOUT_UNDERSCORE in freebsd-g++'s mkspec. | Raphael Kubo da Costa | 2012-04-17 | 1 | -11/+0 |
|
|
* | Remove the freebsd-g++34 mkspec. | Raphael Kubo da Costa | 2012-04-17 | 2 | -129/+0 |
|
|