summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-6/+6
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-1/+2
|\
| * Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-181-1/+2
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-122-88/+11
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-073-0/+5
|\|
| * QtCore: include mocsThiago Macieira2017-05-053-0/+5
* | QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-202-62/+96
* | QUuid: de-duplicate uuid → string formattingMarc Mutz2017-04-191-28/+31
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-2014-67/+52
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2014-67/+52
| |\|
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1314-67/+52
| | |\
| | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-0614-67/+52
| | | * streamline libdl detection and linkingOswald Buddenhagen2017-02-271-1/+1
* | | | Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
|/ / /
* / / QFactoryLoader: use QStringLiteral more judiciouslyAnton Kudryavtsev2017-03-191-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-14/+13
|\|
| * Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-224-14/+13
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-171-21/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-21/+9
| |\|
| | * Eliminate QT_NO_DYNAMIC_LIBRARYUlf Hermann2017-02-161-21/+9
* | | Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
|/ /
* | Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+2
* | QElfParser: Fix plural form in error messageFriedemann Kleint2017-02-151-4/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-21/+13
|\|
| * Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-121-21/+13
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+2
|\|
| * Fix race condition in QFactoryLoader: lock the mutex we already haveThiago Macieira2016-12-171-0/+2
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-122-27/+27
|/
* Merge dev into 5.8Oswald Buddenhagen2016-08-222-5/+5
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-5/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-5/+5
| | |\
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-5/+5
* | | | QFactoryLoader: clean up #ifdefsMarc Mutz2016-08-151-64/+0
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-2/+7
|\| |
| * | Update QLibrary's debug output when loading failedThiago Macieira2016-07-201-2/+7
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-2/+2
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-4/+4
* | | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-254-3/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-1/+1
| |\|
| | * make plugin meta data load failure error message less crypticOswald Buddenhagen2016-06-221-1/+1
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-2/+2
|\| |
| * | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-2/+2
* | | Remove obsolete a.out code after QT_AOUT_UNDERSCORE is goneRalf Nolden2016-06-061-12/+1
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-3/+0
* | | Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-311-1/+1
* | | Fix unimplemented Mach-O parsing for ARM64 platforms in QPluginLoader.Jake Petroules2016-05-301-0/+3
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-192-108/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-124-32/+25
|\| |