summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Workaround to compile configureapp.cpp with MSVC2010 x64jian liang2012-06-271-1/+1
* don't compile the host tools for wince already in configureOswald Buddenhagen2012-06-273-68/+0
* Avoid macro re-definition after 1838a6c2fb5e3b4368c871aa330d028b255b83afKonstantin Ritt2012-06-261-1/+1
* New command line switches for configure.exeRafael Roquetto2012-06-211-7/+158
* purge QMAKE_INCDIR_QT and QMAKE_LIBDIR_QTOswald Buddenhagen2012-06-191-5/+0
* introduce /get property variantsOswald Buddenhagen2012-06-191-0/+11
* don't overquote make commandOswald Buddenhagen2012-06-191-1/+1
* clean up path normalization in configure.exe and QLibraryInfoOswald Buddenhagen2012-06-192-105/+109
* properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-191-3/+0
* introduce ability to build projects for the host systemOswald Buddenhagen2012-06-191-5/+11
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-141-2/+2
* Add configure-time checking for the SSE and AVX features on WindowsThiago Macieira2012-06-124-7/+146
* Support other platform names on configure.exeRafael Roquetto2012-06-122-6/+60
* Fix arch detection when cross compiling on WindowsRafael Roquetto2012-06-121-3/+6
* Move the sub-architecture feature to better places in qmakeThiago Macieira2012-05-311-5/+6
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-4/+0
* Windows: Add ANGLE support.Friedemann Kleint2012-05-311-1/+29
* Record the sub-architecture (CPU features enabled in the compiler)Thiago Macieira2012-05-301-13/+46
* Improve the architecture-detection mechanismThiago Macieira2012-05-301-8/+39
* Windows-configure.exe: Do not print licensing info in log.Friedemann Kleint2012-05-211-6/+1
* Save configuration feedback into config.summaryGirish Ramakrishnan2012-05-191-101/+115
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-18/+1
* Add Visual Studio 11 mkspecAndreas Holzammer2012-05-163-2/+9
* configure.exe: move a few things from qmodule.pri to qconfig.priRohan McGovern2012-05-111-13/+9
* Add more descriptions for configure for WindowsAndreas Holzammer2012-05-111-0/+24
* Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-0/+8
* QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-071-8/+0
* Support mkspecs in subdirs for xcompile under windowsAndreas Holzammer2012-05-021-3/+11
* Make configure.exe not overwrite its own Makefile in -fast modeThiago Macieira2012-04-251-0/+3
* Make configure.exe create files with Windows line-endingsThiago Macieira2012-04-251-3/+5
* Fix detection of default platform plugin.Girish Ramakrishnan2012-04-191-0/+2
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-21/+24
|\
| * Rename the 'declarative debug support' to 'qml debug support'Kai Koehne2012-03-311-11/+11
| * Remove qpa option form configure.exeDebao Zhang2012-03-301-7/+6
| * Windows: Fix handling of -nomake.Friedemann Kleint2012-03-281-1/+1
| * Remove 'tests' as default build part.Marius Storm-Olsen2012-03-271-2/+6
* | Remove -DQT_NO_STL from the bootstrapped buildsThiago Macieira2012-04-073-3/+3
* | QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-031-0/+5
* | Compile QArrayData in bootstrap phase.Jędrzej Nowacki2012-03-293-0/+7
* | Remove the -no-stl option from configureThiago Macieira2012-03-281-16/+1
* | Merge master into api_changesKent Hansen2012-03-272-9/+25
|\|
| * Sync configure with Unix version (-make/-nomake)Marius Storm-Olsen2012-03-272-9/+25
* | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-242-3/+0
* | Remove detection for MMX support and related technologyThiago Macieira2012-03-231-44/+1
* | Merge master into api_changesKent Hansen2012-03-231-32/+3
|\|
| * configure: Fix x86_64 detectionBradley T. Hughes2012-03-231-1/+1
| * Make architecture detection more robust.Girish Ramakrishnan2012-03-221-26/+3
| * EGLFS: Integrate building into configure.Donald Carr2012-03-211-6/+0
* | Merge master into api_changesKent Hansen2012-03-191-1/+25
|\|
| * Add support for ICU on WindowsMarius Storm-Olsen2012-03-171-1/+25