summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* moc: force the Microsoft compiler not to define _MSC_EXTENSIONSThiago Macieira2016-12-081-3/+0
* moc: disable deprecated warnings in generated codeThiago Macieira2016-11-271-0/+5
* Remove last traces of MeeGoLars Knoll2016-11-231-6/+0
* Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-4/+43
* QStandardPaths: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-081-1/+4
* Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-182-0/+4
* Clean up building of bootstrap lib and toolsLars Knoll2016-10-111-13/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-6/+32
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-6/+32
| |\
| | * Fix signal code generationAlbert Astals Cid2016-10-031-6/+32
* | | moc: support nested q_namespacesBogDan Vatra2016-09-281-6/+32
* | | qdbusxmlparser: Enabled error outputAndreas Wilhelm2016-09-271-0/+4
* | | Enable building of qlalr with QT_NO_CAST_FROM/TO_ASCIILars Knoll2016-09-254-4/+7
* | | moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-161-3/+3
* | | Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-151-3/+1
* | | Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+12
* | | Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+1
| |\|
| | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-031-1/+1
* | | uic: prune unused includesOswald Buddenhagen2016-08-302-2/+0
* | | uic: use QStringList::removeDuplicates()Marc Mutz2016-08-302-9/+1
* | | QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-301-1/+2
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-262-0/+6
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-229-353/+376
|\ \ \
| * | | Say hello to Q_NAMESPACEBogDan Vatra2016-08-195-200/+285
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
| * | | make bootstrapped build work entirely without generated headersOswald Buddenhagen2016-08-191-0/+4
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+5
| | |\|
| | | * Always generate size hint for spacer itemsJarek Kobus2016-08-081-1/+5
| * | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-132-22/+7
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-129/+74
| |\| |
| | * | qdbusxml2cpp: Ported to QCommandLineParserAndreas Wilhelm2016-08-051-129/+74
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-193-10/+10
* | | | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-08-181-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-0/+5
| |\|
| | * moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+5
* | | moc: Add warnings when resolving and opening includes failsFriedemann Kleint2016-07-291-5/+16
* | | Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-1/+6
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-223-53/+42
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-53/+42
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
| | |\|
| | | * moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-4/+4
| | * | Optimize string usageAnton Kudryavtsev2016-07-151-43/+35
| | * | Tools: replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-052-6/+3
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+29
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-203-26/+50
|/ / /
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-5/+2