summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * Use #define before including SHA-2 3rdparty codeBradley T. Hughes2012-03-071-17/+15
| * QRegularExpression: const correctness fixesGiuseppe D'Angelo2012-03-061-9/+9
| * QRegularExpression: add captureCount()Giuseppe D'Angelo2012-03-062-0/+15
| * QRegularExpression: do not use JIT in debug buildsGiuseppe D'Angelo2012-03-061-1/+41
| * QRegularExpression: improve operator==, add dedicated autotestGiuseppe D'Angelo2012-03-061-1/+2
| * QRegularExpression: QDebug support for pattern optionsGiuseppe D'Angelo2012-03-062-0/+38
| * QRegularExpression: add QRegularExpression* set of classesGiuseppe D'Angelo2012-03-063-0/+2275
| * Make cache of opentype tables in Harfbuzz face lazyEskil Abrahamsen Blomfeldt2012-03-062-1/+7
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-0412-48/+75
| |\
| | * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+16
| | * QCryptographicHash: make constructor explicitMarc Mutz2012-02-291-1/+1
| | * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
| | * Make qlocale.h not depend on qvariant.h.Stephen Kelly2012-02-292-2/+1
| | * QScopedValueRollback: make constructor explicitMarc Mutz2012-02-291-1/+1
| | * Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
| | * Merge master -> api_changesRohan McGovern2012-02-2913-207/+154
| | |\
| | * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-272-25/+31
| | * | QStringMatcher: make constructor explicitMarc Mutz2012-02-261-1/+1
| | * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-264-12/+10
| | * | QString: add from{Ascii,Latin1,Utf8,Local8Bit() overloads for QByteArrayMarc Mutz2012-02-231-0/+4
| * | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0219-507/+507
| * | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-012-44/+4
| * | | QRegExp: fix \i \I \c \C \p \P escape sequencesGiuseppe D'Angelo2012-03-011-13/+26
| * | | SHA-2 code does not compile on FreeBSDHolger Hans Peter Freyther2012-03-011-0/+9
| * | | QRingBuffer: make constructor explicitMarc Mutz2012-02-291-1/+1
| * | | QPair: don't copy-initialise 'first'/'second' in the default ctorMarc Mutz2012-02-291-1/+1
| * | | QPair: remove user-defined copy assignment operatorMarc Mutz2012-02-291-3/+1
| | |/ | |/|
* | | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-052-6/+33
* | | QList: have operator= defer to copy-ctor and swapJoão Abecasis2012-02-291-7/+2
* | | QVector: fix initializer_list constructor implementationMarc Mutz2012-02-291-3/+11
* | | Add AllocationOption::GrowJoão Abecasis2012-02-292-5/+13
* | | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2924-847/+808
|\| |
| * | Compile SHA-2 code on systems without stdint.hBradley T. Hughes2012-02-281-2/+13
| * | Rename remaining references to QInputPanelPekka Vuorela2012-02-281-2/+2
| * | Add SHA-224, SHA-256, SHA-384, and SHA-512 support to QCryptographicHashBradley T. Hughes2012-02-272-3/+98
| * | QRegExp: fix crashGiuseppe D'Angelo2012-02-271-0/+2
| * | Fix a crash in QSystemLocalePrivate::uiLanguages().Friedemann Kleint2012-02-251-1/+1
| * | Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-232-4/+4
| * | Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QListAndy Shaw2012-02-231-1/+1
| * | Remove unneeded code to convert to ASCII/Latin1.Robin Burchell2012-02-222-45/+0
| * | QEasingCurve: fix a missing */Marc Mutz2012-02-221-0/+1
| * | Remove custom text codec for C strings.Robin Burchell2012-02-226-154/+37
| |/
| * QtCore: add constexpr to geometric classesMarc Mutz2012-02-225-363/+331
| * QElapsedTimer/Win: Fix 64-bit integer overflowJonathan Liu2012-02-221-1/+3
| * regenerate unicode tables after rittk's patchesOswald Buddenhagen2012-02-211-196/+196
| * optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+3
| * optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-211-8/+8
| * optimize QString::toCaseFolded()Konstantin Ritt2012-02-211-16/+36
| * optimize handling of surrogate pairs in toLower()/toUpper()Konstantin Ritt2012-02-211-33/+51
| * replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-212-3/+3