summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* moc: Cache header lookups to reduce number of file stat'sThomas Sondergaard2016-11-032-8/+22
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-0/+4
|\
| * Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-182-0/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-19/+33
|\|
| * 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-292-6/+36
|\| | |
| * | | moc: support nested q_namespacesBogDan Vatra2016-09-281-6/+32
| * | | qdbusxmlparser: Enabled error outputAndreas Wilhelm2016-09-271-0/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-264-4/+7
|\| | |
| * | | Enable building of qlalr with QT_NO_CAST_FROM/TO_ASCIILars Knoll2016-09-254-4/+7
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-3/+3
|\| | |
| * | | moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-161-3/+3
* | | | Long live QOperatingSystemVersion!Jake Petroules2016-09-181-1/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-153-5/+16
|\| | |
| * | | 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: use a real ordered setMarc Mutz2016-09-122-13/+15
|/ / /
* | | 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