summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* cmake: Start to use ConfigExtra.cmake filesKevin Funk2019-02-121-159/+18
* cmake: Create Qt5 compat targets in config filesKevin Funk2019-02-121-5/+5
* configurejson2cmake.py: Don't emit a fixme for C++11 configAlbert Astals Cid2019-02-121-2/+1
* configurejson2cmake.py: Support for the two cases that have LIBS +=Albert Astals Cid2019-02-121-8/+6
* cmake: also write FIXME on the configure.cmake for 'use'Albert Astals Cid2019-02-121-1/+2
* Add moc dependency also to CorePrivateAlbert Astals Cid2019-02-111-0/+2
* Allow passing libraries to qt_config_compile_testAlbert Astals Cid2019-02-111-2/+12
* cmake: Make sure moc/rcc/uic are built when neededAlbert Astals Cid2019-02-071-0/+3
* cmake: glib changed name to glib2Albert Astals Cid2019-02-012-4/+4
* CMake: Introduce Q_OBJECT qdoc macroTobias Hunger2019-01-252-4/+1
* CMake: Introduce Qt::GlobalConfig to hold the global featuresTobias Hunger2019-01-171-17/+5
* CMake: Use WrapRt instead of rtMikhail Svetkin2019-01-091-2/+1
* CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-142-5/+28
* CMake: SimplifyTobias Hunger2018-12-141-0/+3
* CMake: Add support to find LTTng-ustTobias Hunger2018-11-061-1/+3
* CMake: Add FindSlog2Tobias Hunger2018-11-061-1/+3
* CMake: Improve handling of the different kinds of iconvTobias Hunger2018-11-061-4/+10
* CMake: Add FindPPS and use it in src/corelib/configure.cmakeTobias Hunger2018-11-062-2/+4
* CMake: Find librtTobias Hunger2018-11-062-1/+4
* Rerun configurejson2cmake after rebase on top of newer devTobias Hunger2018-11-011-0/+7
* Begin port of qtbase to CMakeSimon Hausmann2018-11-014-18/+1567
* doc: Remove indistinguishable declarationMartin Smith2018-10-232-20/+5
* Use std::unique_ptr for memory management in QMimeDataBasePrivateIvan Komissarov2018-10-222-15/+16
* Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-223-16/+44
* qdbuserror: Use qOffsetStringArray instead of script generated codeMikhail Svetkin2018-10-161-0/+3
* doc: Revert to documenting the actual functionsMartin Smith2018-10-162-18/+42
* Qt namespace: Remove comment about stylesheet propagationPeter Hartmann2018-10-121-1/+1
* Bump versionOswald Buddenhagen2018-10-112-2/+4
* Remove spurious Q_FALLTHROUGH()Edward Welbourne2018-10-091-4/+1
* Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-091-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0910-23/+86
|\
| * Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
| * Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
| * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-082-5/+26
| |\
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-082-5/+26
| | |\
| | | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
| | | * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* | | | QString: documentation fixesSamuel Gaist2018-10-081-15/+15
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-086-5/+47
|\| | |
| * | | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-083-2/+40
| |/ /
| * | QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+1
| * | QSFPM: setFilterRegExp and setFilterRegularExpression overloads to slotsSamuel Gaist2018-10-021-2/+2
| * | Doc: fix QRegularExpression::wildcardToRegularExpression snippetSamuel Gaist2018-10-021-1/+4
* | | qdoc: Add default include dirs to qdoc command lineMartin Smith2018-10-051-1/+1
* | | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-033-14/+21
* | | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-036-1/+79
* | | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-032-0/+81
* | | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-032-0/+22