summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-212-2/+2
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-177-7/+3
* Remove the timestamp info in genarated filesLiang Qi2012-12-15102-206/+103
* qmake: Test recursive function callsKonstantin Ritt2012-11-261-0/+14
* Proper macro replacment and branch evaluationLars Knoll2012-11-232-3/+38
* uic - fix to handle QTreeWidget with empty header(s)Thorbjørn Lund Martsum2012-11-212-0/+159
* Fix qmake's pro file cache to interact correctly with write_fileSimon Hausmann2012-10-252-0/+26
* moc: parse properly the gcc extension for variadic macroOlivier Goffart2012-10-142-0/+18
* Fix moc preprocessor-only mode with input that contains seemingly invalid ide...Simon Hausmann2012-10-132-0/+63
* Use jom in tst_qmake.Friedemann Kleint2012-10-081-1/+7
* Increase tst_qmake more time on Windows.Friedemann Kleint2012-10-081-0/+2
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-012-1/+59
* Test case for moc handling definesLars Knoll2012-09-253-0/+161
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22154-3750/+3750
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-1/+1
* test: Remove QSKIP from tst_uic::stdOut()Sergio Ahumada2012-09-101-3/+0
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-105-0/+22
* Auto test for 'qmake -project' use case.Rafael Roquetto2012-09-047-4/+205
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-032-0/+77
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-0/+6
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-0/+234
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-0/+172
* moc: test slots marked final/override in various waysMarc Mutz2012-08-263-0/+297
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-263-3/+167
* Remove relic QT_VERSION from qmake testRafael Roquetto2012-08-141-1/+1
* uic-Autotest: Remove SRCDIR-define, add stdout-test.Friedemann Kleint2012-08-023-74/+86
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0134-1/+35
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-281-4/+12
* Add some tests to note that private signals can't be overloads.Stephen Kelly2012-07-131-0/+88
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-0/+370
* test behavior of $${absolute,relative}_path() with empty 1st argumentOswald Buddenhagen2012-07-121-0/+2
* Update the moc no-keywords test for the signals replacement.Stephen Kelly2012-07-091-1/+1
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-152/+0
* do not unnecessarily mess with CONFIGOswald Buddenhagen2012-06-273-26/+26
* fix somewhat common edge case in $$shadowed()Oswald Buddenhagen2012-06-261-0/+1
* Change *-clang mkspec globs to *-clang*Bradley T. Hughes2012-06-201-1/+1
* Fix unused parameter warnings in moc test.Mitch Curtis2012-06-201-3/+3
* add $$reverse() functionOswald Buddenhagen2012-06-191-0/+2
* add $$shell_quote() functionOswald Buddenhagen2012-06-191-0/+8
* add $$absolute_path() and $$relative_path()Oswald Buddenhagen2012-06-191-0/+5
* add $$native_path() functionOswald Buddenhagen2012-06-191-0/+2
* add $$clean_path() functionOswald Buddenhagen2012-06-191-0/+2
* add $$format_number() functionOswald Buddenhagen2012-06-191-0/+14
* add $$shadowed() functionOswald Buddenhagen2012-06-192-1/+3
* add $$val_escape() functionOswald Buddenhagen2012-06-191-0/+9
* add mkpath() functionOswald Buddenhagen2012-06-191-0/+4
* add write_file() functionOswald Buddenhagen2012-06-191-1/+15
* Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcessRohan McGovern2012-06-053-3/+3
* Marked tst_qmake as parallel-safeRohan McGovern2012-05-291-0/+1