summaryrefslogtreecommitdiffstats
path: root/config.tests
Commit message (Collapse)AuthorAgeFilesLines
* Statically link to Qt based dependent librarys.Aaron McCarthy2010-07-281-4/+0
| | | | | | | | | | Some of the library dependencies of the ICD Bearer Management plugin use Qt. We include them in src/3rdparty and link against them statically to avoid the circular build dependency. Libraries that do not use Qt are still linked dynamically. The libraries which are statically linked are libconninet and libgq-gconf. Task-number: QTBUG-12354
* Add a missing file in the config.test for SSE 4.2Benjamin Poulain2010-07-201-0/+3
| | | | | The pro file was accidently missing of 42267701edd266463c90cec82d45022446a2606a
* Add support for more vector instructions on x86Benjamin Poulain2010-07-209-0/+267
| | | | | | | | Add the configuration, autodetection, and the #define for vector instructions on x86. The configuration has been extended with SSE3, SSSE3, SSE4.1, SSE4.2 and AVX. Reviewed-by: Andreas Kling
* Symbian on Linux: $QTDIR/bin is not necessarily in the path.Olivier Goffart2010-07-017-7/+7
| | | | | | | | | | | So it would not find elf2e32_qtwrapper use the qtPrepareTool macro that does the right thing. But this macro need QT_BUILD_TREE to be defined, which is not defined yet early in the test process. So change the tests accordingly Reviewed-by: ossi
* Use built-in iconv on Solaris if availablePierre Rossi2010-06-301-0/+2
| | | | | Task-number: QTBUG-1853 Reviewed-by: Thiago
* Merge bearermanagement changes from Qt Mobility.Aaron McCarthy2010-06-241-1/+1
| | | | cba220f177154428d6103a93a819668be689a591
* make postgresql support sensitive to PSQL_LIBSMark Brand2010-06-101-1/+1
| | | | | | | | | The PSQL_LIBS environment variable is a standard way to pass the required library list. The changes here add support for this to the configures. Merge-request: 673 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* support for cross building Qt for MinGW (win32-g++) on UnixMark Brand2010-06-107-5/+24
| | | | | | | | | | | | | This changeset provides the basis for targetting win32-g++ on Unix using the configure shell script: support added to the configure script itself support added to relevant config.tests support added to mingw makefile generator in qmake new makespec: unsupported/win32-g++-cross The makespec is based on the win32-g++ makespec. Merge-request: 2407 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Remove stray debugThomas Zander2010-05-311-1/+1
|
* tst_qtextcodec: Fix broken merge conflict resolutionThiago Macieira2010-05-281-2/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-121-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (158 commits) qdoc: Yet another revision of the top doc page. Doc: Update on web template Added QDateTime::msecsTo() Doc: Fixed tables and images for the new docs qdoc: Yet another revision of the top doc page. Revert "Improve QUrl handling of local file paths" Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively" Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not to" Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs." qdoc: Another revision of the top doc page. Doc correction to css Doc: Updates to the html template and javascript tst_SuiteTest: Fix a meaningless switch statement My 4.7.0 changelog entries. qdoc: Fixed annotated list generation to use <td>, not <th>. Doc: Tuning search script qdoc: Reorganized examples panel. Doc: Chages to search feature, css and table order QtDeclarative: avoid waiting for a network load on URIs with empty schemes. QtDeclarative: RFC 3986 requires schemes to be considered case-insensitively ...
| * Don't quote $COMPILER because it may contain flagsThiago Macieira2010-05-031-1/+2
| | | | | | | | Reviewed-By: ossi
* | Add license headerThomas Zander2010-05-111-0/+40
| |
* | Add configure time checks for symbian environmentThomas Zander2010-05-072-0/+10
|/ | | | | | | Adding test for various compile time components like rcomp and the compiler actually working should make it failing much more transparant. Reviewed-by: Thiago
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-141-5/+3
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* Update PulseAudio config.test.Justin McPherson2010-03-292-9/+17
| | | | | | Originally by Thiago Macieira Reviewed-by: Justin McPherson
* Qualify ptrdiff_t's namespace in stltest configure testJoão Abecasis2010-03-261-1/+1
| | | | | Reviewed-by: Thiago Macieira Task-number: QTBUG-9046
* Add configure test for Maemo Internet Connection Daemon.Aaron McCarthy2010-03-232-0/+58
| | | | Task: QTBUG-9156
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-03-176-31/+59
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: (190 commits) Fixed Symbian applications with DESTDIR set. Removed a warning about generated rss files. Revert "Temporarily disable problematic dll." Fixed "Cannot install protected application" message on Symbian. Worked around a crash in the elf2e32 postlinker tool. Worked around case differences in Symbian^3 and Gnupoc. Enabled compilation of plugins again. Fixed a building bug where the DLL entry point was undefined. Moved UID2 processing from cpp code to profiles. Added rpp and rsg files to ignore filter. Moved two profiles to the correct directory. Fix build break caused by undefined symbol SetDialogPreference Temporarily disable problematic dll. Use the same concept for per-lib tweaks as armcc Consistently use the * in configure Symbian doesn't have large file support currently, just turn it off Remove largefile config test Make sure that we have all compile flags available always Enabled dependencies for .dso and .lib libraries only. Switched to using DEF_FILE, which is the official variable. ...
| * Added rpp and rsg files to ignore filter.axis2010-03-111-0/+2
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-112-0/+53
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/common/symbian/symbian.conf qmake/generators/makefile.h qmake/project.cpp src/3rdparty/webkit/WebCore/WebCore.pro src/src.pro
| * | Remove largefile config testThomas Zander2010-03-092-76/+0
| | | | | | | | | | | | | | | | | | | | | | | | Somewhere in 2005 the code was changed to no longer run the exe but just to compile it which means that as soon as the simple exe compiled large file support was set to true. Removing the complexity and just setting the default to true in the configure script sounds like the honest thing to do :)
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-016-0/+162
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure mkspecs/common/symbian/symbian.conf qmake/generators/symbian/initprojectdeploy_symbian.cpp qmake/generators/symbian/symmake_abld.cpp qmake/generators/symbian/symmake_sbsv2.cpp src/plugins/plugins.pro
| * | | Added configure test for audio backend on Symbian.axis2010-02-254-0/+102
| | | |
* | | | Remove configure test for NetworkManager.Aaron McCarthy2010-03-152-54/+0
| |_|/ |/| | | | | | | | | | | | | | | | | The NetworkManager plugin for Brearer Management no longer has a compile time dependency on NetworkManager. Task-number: QTBUG-9005
* | | Add config.test for multimedia/qmlJørgen Lind2010-03-032-0/+53
| |/ |/| | | | | | | | | using pkg-config from pri file is not good for cross-compiling Reviewed-by: paul
* | Add licence headerOlivier Goffart2010-02-241-0/+41
| |
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtRhys Weatherley2010-02-244-0/+106
|\ \ | | | | | | | | | | | | Conflicts: configure
| * \ Merge remote branch 'origin/master' into bearermanagement/integrationAaron McCarthy2010-02-113-70/+29
| |\ \ | | |/ | | | | | | | | | Conflicts: configure
| * | Fix Network Manager and CoreWlan config tests.Aaron McCarthy2010-02-082-6/+3
| | |
| * | Merge commit 'origin/4.6' into bearermanagement/integration-4Aaron McCarthy2010-01-2978-79/+135
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/gui/painting/qpainter.cpp src/s60installs/s60installs.pro
| * \ \ Merge commit 'BearerIntegration-4' into bearermanagement/integration-4Aaron McCarthy2010-01-292-0/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/unix/networkmanager/networkmanager.pro src/network/bearer/bearer.pro src/network/bearer/qnetworkconfiguration_s60_p.cpp tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro
| | * | | Bearer Management Integration 4.Aaron McCarthy2010-01-292-1/+6
| | | | |
| * | | | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2Aaron McCarthy2010-01-054-16/+7
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/mac/corewlan/corewlan.pro examples/network/bearercloud/bearercloud.pro examples/network/bearermonitor/bearermonitor.pro src/network/bearer/bearer.pro src/network/bearer/qnativewifiengine_win.cpp src/network/bearer/qnetworkconfigmanager_p.cpp src/network/bearer/qnetworkconfiguration_s60_p.cpp src/network/bearer/qnetworksession.cpp src/network/bearer/qnetworksession_p.cpp src/network/bearer/qnmwifiengine_unix.cpp src/network/bearer/qnmwifiengine_unix_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/bearer/generic/qgenericengine.cpp src/plugins/bearer/nla/main.cpp src/plugins/bearer/nla/qnlaengine.cpp tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro tests/manual/bearerex/bearerex.pro tests/manual/networkmanager/networkmanager.pro
| | * | | Add config.test for CoreWlan.Aaron McCarthy2009-12-222-0/+52
| | | | | | | | | | | | | | | | | | | | Untested, I don't have a mac.
| | * | | Add compile test for NetworkManager.Aaron McCarthy2009-12-221-11/+3
| | | | |
| | * | | Fix up license headers.Aaron McCarthy2009-12-222-2/+2
| | | | |
| * | | | Bearer Management Integration 2.Aaron McCarthy2010-01-042-0/+0
| |/ / /
| * | | Bearer Management Integration 1.Aaron McCarthy2009-12-224-0/+111
| | | |
* | | | Make the XVideo configure test actually pass if XV is presentTom Cooksey2010-02-232-0/+2
| | | | | | | | | | | | | | | | Reviewed-By: TrustMe
* | | | Add a configure test for XVideo supportTom Cooksey2010-02-232-0/+13
| |_|/ |/| | | | | | | | Reviewed-By: TrustMe
* | | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-042-60/+0
| | | | | | | | | | | | | | | Task-number: QTBUG-7683 Reviewed-by: Tom Cooksey
* | | Support both gcc & g++ as a valid GCC compiler.Darin Broady2010-01-221-1/+1
| | | | | | | | | | | | | | | Merge-request: 433 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* | | Add the ability for the SunStudio 8+ compilers to doDarin Broady2010-01-221-10/+29
| |/ |/| | | | | | | | | | | ELF symbol visibility. Merge-request: 433 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* | Update copyright year to 2010Jason McDonald2010-01-0677-77/+77
| | | | | | | | Reviewed-by: Trust Me
* | NEON configure detection and initial blend function implementations.Samuel Rødal2009-12-182-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds new NEON configure test and -no-neon configure option. NEON implementations can also be turned off by setting the QT_NO_NEON environment variable. Performance improvements (in frames per second): - Blending ARGB32 on RGB32/ARGB32, mostly opaque: 71 % - Blending ARGB32 on RGB32/ARGB32, no opaque pixels: 108 % - Blending ARGB32 on RGB32/ARGB32, with 0.5 opacity: 158 % - Blending RGB32 on RGB32/ARGB32, with 0.5 opacity: 189 % Task-number: QTBUG-6684 Reviewed-by: Gunnar Sletta Reviewed-by: Paul Olav Tvete
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6Justin McPherson2009-12-141-1/+4
|\ \ | | | | | | | | | | | | Conflicts: configure.exe
| * | Qt fails to build on RHEL 4 and other older Linux versions because ofKurt Korbatits2009-12-071-1/+4
| |/ | | | | | | | | | | | | | | | | old ALSA Added alsa version checking in config test, must have >= 1.0.10 to enable. Task-number:QTBUG-6493 Reviewed-by:Justin McPherson
* | Fixed calculating CRC32 on 64bit platformsDenis Dzyubenko2009-12-071-2/+2
|/ | | | | | | When compiling on a 64bit machine we should make sure that we won't overflow the 32bit CRC value because of casting signed int to unsigned long. Reviewed-by: Thiago
* Avoid XSync-related runtime crashes on HP-UX due to C++ mangling.Andreas Aardal Hanssen2009-11-101-1/+5
| | | | | | | | | | HP-UX is missing the extern "C" wrapper for its XSync function declarations. This caused applications to _build_ but not _run_ (i.e., all GUI apps crashed). Adding the wrapper should be harmless on all X11 platforms. Task-number: QTBUG-5524 Reviewed-by: Thiago