summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-13/+2
* Introduce std::string conversion to QByteArrayAllan Sandfeld Jensen2014-06-254-3/+34
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-054-15/+10
|\
| * qfreelist: fix data race on v[at].nextDavid Faure2014-06-051-5/+5
| * remove HSTRING instancesMaurice Kalinowski2014-06-031-3/+3
| * Remove unused QMapNode{,Base}::minimumNodeThiago Macieira2014-05-281-6/+0
| * Fix typos in comments (qfreelist and qmutex)David Faure2014-05-261-1/+1
| * WinRT: Fix compile warningsMaurice Kalinowski2014-05-261-0/+1
* | Make QWeakPointer's ctor constexprGiuseppe D'Angelo2014-05-291-1/+1
* | Add support for single-file multi-target intrinsics in QtThiago Macieira2014-05-272-19/+105
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-224-7/+12
|\|
| * Disable hash seeding for bootstrapped toolsThiago Macieira2014-05-211-4/+4
| * Fix minor coding style issues in new code in QtCoreThiago Macieira2014-05-192-2/+4
| * Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-1/+1
| |\
| | * Fix an off-by-4 error in qHash with CRC32Thiago Macieira2014-05-131-1/+1
* | | Improve a few string operations with AVX2Thiago Macieira2014-05-211-2/+23
* | | qscopedvaluerollback: add convenience constructorRichard Moe Gustavsen2014-05-212-2/+18
* | | Stop using setSharable in the Java-style mutable iteratorsThiago Macieira2014-05-183-34/+6
* | | Optimize QVector::midJędrzej Nowacki2014-05-161-5/+7
* | | Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-168-60/+114
* | | Do not build or link to PCRE if QRegularExpression is disabledGiuseppe D'Angelo2014-05-151-6/+9
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-7/+14
|\| |
| * | QDateTime: Fix sign handling in the timezone offset writerDaniel Seither2014-05-081-1/+1
| * | QDateTime: Fix sign handling in the timezone offset parserDaniel Seither2014-05-081-6/+13
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-131-7/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-7/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-031-7/+1
| | |\|
| | | * Fix more double release in QTimeZone on MacJean-Philippe Proulx2014-05-021-6/+0
| | | * Fix double release in QTimeZone on MacJean-Philippe Proulx2014-04-281-1/+1
* | | | Document behavioral dependencies to ICU in QLocaleKai Koehne2014-05-131-0/+14
* | | | QRegularExpression: allow users to skip the UTF-16 check of the subject stringGiuseppe D'Angelo2014-05-122-3/+14
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-0620-42/+113
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0112-33/+56
| |\|
| | * Deprecate setSharable in Qt containersThiago Macieira2014-04-2411-13/+52
| | * Document QString's UTF-8 conversion behaviorsThiago Macieira2014-04-241-20/+4
| * | Allow building against static ICU libs also on UnixKai Koehne2014-04-291-2/+2
| * | Doc: QSize::isValid does >= 0 instead of > 0 comparisonsThiago Macieira2014-04-291-1/+1
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-234-4/+47
| |\|
| | * Fix warning with -Wswitch-enumKonstantin Ritt2014-04-232-0/+6
| | * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-4/+34
| | * Doc: document QTimeZone::swap()Marc Mutz2014-04-101-0/+7
| * | QCollator: Add note about ICU dependency.Friedemann Kleint2014-04-161-0/+5
| * | Fix documentation of QRegExpjkobus2014-04-141-2/+2
| |/
* | QRegularExpression: remove a boolean trap in private APIGiuseppe D'Angelo2014-05-061-6/+12
* | QRegularExpression: lock a mutex only if there's actual work to doGiuseppe D'Angelo2014-05-061-2/+2
* | QRegularExpression: add an option to prevent automatic optimizationGiuseppe D'Angelo2014-05-062-8/+27
* | QRegularExpression: add ways to force an immediate optimizationGiuseppe D'Angelo2014-05-062-5/+51
* | QRegularExpression: update the error strings to the ones in PCRE 8.35Giuseppe D'Angelo2014-04-281-1/+10
* | QRegularExpression: enable JIT study for partial matching tooGiuseppe D'Angelo2014-04-281-1/+1