summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Empty filenames does not existSune Vuorela2018-12-191-0/+2
* configure: modernize iconv useOswald Buddenhagen2018-12-192-15/+42
* configure: enable inline tests to refer to PWDOswald Buddenhagen2018-12-191-1/+32
* Doc: mark QMetaObject::invokeMethod overloads as threadsafeThiago Macieira2018-12-181-0/+7
* Add an AVX2 code path to qustrchrThiago Macieira2018-12-181-0/+23
* Merge some code to simplify maintenanceThiago Macieira2018-12-181-40/+49
* configure: inline a few more testsOswald Buddenhagen2018-12-171-5/+29
* Remove "x" that was clearly a typoThiago Macieira2018-12-151-1/+1
* Fix QRegularExpressionMatch capture-related documentationSamuel Gaist2018-12-151-1/+12
* QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-152-3/+2
* configure: verify header presence against sourcesOswald Buddenhagen2018-12-141-11/+11
* Fix warnings building with --std=c++11 and gcc 8Allan Sandfeld Jensen2018-12-141-1/+1
* Doc: fix null pointer passing to fprintfThiago Macieira2018-12-141-5/+7
* Fix tautological compare in error checkingThiago Macieira2018-12-121-1/+1
* Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-116-19/+57
* Do not use arc4random_buf() on GNU/kFreeBSDDmitry Shachnev2018-12-091-2/+2
* Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4
* Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-071-0/+2
* Doc: update docs for the sleeping functions' accuracyThiago Macieira2018-12-071-0/+24
* Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6
* Implement mul_overflow for MSVC arm64Thomas Miller2018-11-291-48/+26
* CoreText: Use QCFType to track CoreFoundation member variablesTor Arne Vestbø2018-11-281-1/+1
* qobject_p.h: Use nullptr everywhereKevin Funk2018-11-281-1/+1
* Fix calculation of the string tab size in QElfParserThiago Macieira2018-11-281-2/+2
* Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
* Documention: Use const-ref in the snippets for qOverload()Friedemann Kleint2018-11-271-7/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-275-20/+47
|\
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-234-10/+28
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-233-9/+18
* | Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
* | Correct QT_FEATURE_settings in qconfig-bootstrapped.hLiang Qi2018-11-201-1/+0
* | Documentation: update Q_DISABLE_COPY documentationChristian Ehrlicher2018-11-191-11/+9
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-199-32/+31
|\|
| * Modernize the "settings" featureLiang Qi2018-11-159-32/+31
* | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-1/+0
* | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-3/+14
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-1619-51/+117
|\ \
| * | INTEGRITY: Fix missing uint/int 128 support for 64-bit ARMJanne Koskinen2018-11-071-0/+36
| * | Correctly document value of QThread::currentThreadId on WindowsVolker Hilsheimer2018-11-061-6/+3
| * | Doc: Tie the QScopeGuard documentation to a classTopi Reinio2018-11-061-9/+21
| * | Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-062-4/+6
| * | Doc: Document Qt::ScrollMomentumTopi Reinio2018-11-061-1/+5
| * | Doc: Fix various documentation warningsTopi Reinio2018-11-0613-31/+46
* | | Fix compile issue with gcc 9Allan Sandfeld Jensen2018-11-141-0/+1
* | | Fix ambiguous definition of atime/mtime/ctime on alphaDmitry Shachnev2018-11-121-1/+1
* | | Fix QFileSystemWatcher::removePath after move operationsFilippo Cucchetto2018-11-121-5/+16
* | | Make QThreadPool::waitForDone more atomicAllan Sandfeld Jensen2018-11-122-41/+44
* | | Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-111-1/+3