summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
* Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-052-2/+2
* Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
* Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
* QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-123-10/+10
* QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
* QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
* QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
* QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
* Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
* QVector: fix crash on reserve(0)David Faure2016-07-281-1/+5
* Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-242-8/+8
* QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
* QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
* QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
* QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
* QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1
* QStringBuilderCommon: drop const from resolved() result typeMarc Mutz2016-07-111-1/+1
* QString: fix incomplete doc of chop()Anton Kudryavtsev2016-07-081-1/+1
* QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
* QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
* Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-025-86/+10
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-255-86/+10
* | Compile fix: add OpenBSD define for ffsll usageRalf Nolden2016-06-011-1/+1
* | Use the code we already have for parsing the transition time tooThiago Macieira2016-05-241-28/+40
* | Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-56/+120
* | Compile fix: add NetBSD define for ffsll usageRalf Nolden2016-05-231-1/+1
* | Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* | Compile fix: undefine types before defining themRalf Nolden2016-05-232-0/+40
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-0/+1
|\|
| * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1211-19/+19
| |\
| * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
* | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
* | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
* | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
| |/ |/|
* | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0811-19/+19
|/
* Fix QArrayData::allocate() to guard against integer overflowsThiago Macieira2016-04-281-3/+10
* QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-263-5/+6
* QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3
* Work around Clang false-positive warning on returning default parametersThiago Macieira2016-04-131-0/+4