summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-214-46/+147
* Mark bswap and related methods constexprAllan Sandfeld Jensen2017-06-201-81/+33
* QDate::shortMonthName: remove faulty month testThiago Macieira2017-06-201-28/+20
* Doc: add a note about QRandomGenerator returning the sign bit setThiago Macieira2017-06-201-0/+18
* QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-203-3/+30
* QWindowsPipeWriter: remove inefficient memberAlex Trotsenko2017-06-202-7/+2
* Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-202-8/+5
* QDateTimeParser: partial break-up of long method to eliminate gotoEdward Welbourne2017-06-202-284/+290
* Eliminate out-parameters from QDateTimeParser::parseSection()Edward Welbourne2017-06-202-107/+91
* QDateTimeParser: consolidate #if-ery around QT_NO_DATESTRINGEdward Welbourne2017-06-202-14/+8
* QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-203-31/+187
* Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-3/+4
* Update CLDR to v31.0.1Edward Welbourne2017-06-202-4568/+4614
* Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-202-0/+86
* Doc: Document the setters QProcess::startDetached supportsJoerg Bornemann2017-06-201-0/+14
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-203-33/+28
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-2026-138/+176
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1926-138/+176
| |\
| | * Fix reading qle_signedbitfield as intAllan Sandfeld Jensen2017-06-181-1/+1
| | * rename qglobalstatic.cpp -> qglobalstatic.qdocOswald Buddenhagen2017-06-172-3/+0
| | * rework detection and use of clock_gettime()/librtOswald Buddenhagen2017-06-172-8/+12
| | * Add warning about missing but required CPU featuresThiago Macieira2017-06-131-0/+8
| | * QLogging: Fix unused static function warningOrgad Shaneh2017-06-131-1/+1
| | * Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-133-23/+20
| | * Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-135-30/+30
| | * macOS/iOS: Correctly ignore punctuation in QCollatorAndy Shaw2017-06-132-2/+2
| | * qsimd_p.h: Don't set the __xxx__ variables with Clang and GCCThiago Macieira2017-06-121-3/+3
| | * JSON doc: update the RFC we link toThiago Macieira2017-06-121-1/+1
| | * Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
| | * Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
| | * Update for the newest Darwin-family operating systemsJake Petroules2017-06-073-0/+11
| | * Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-073-33/+38
| | * Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
| | * Android: Fix deadlock when calling requestPermissionBogDan Vatra2017-06-072-9/+14
* | | Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-06-202-9/+9
|/ /
* | Support standard channel redirection in QProcess::startDetachedJoerg Bornemann2017-06-132-19/+69
* | Add byte-based units to CLDR dataEdward Welbourne2017-06-132-555/+610
* | QTimeZone: make UTC offset range available for other code to reuseEdward Welbourne2017-06-133-5/+12
* | Tidy implementation and use of QDateTimeParser::setDigit()Edward Welbourne2017-06-131-11/+11
* | QRandomGenerator: mix the Linux AT_RANDOM random bytes in the fallbackThiago Macieira2017-06-121-3/+26
* | QRandomGenerator: improve the fallback seeding in emergenciesThiago Macieira2017-06-121-1/+31
* | QRandomGenerator: use arc4random as fallback on BSDs (including Darwin)Thiago Macieira2017-06-121-0/+7
* | QRandomGenerator: add support for hardware-based random generatorsThiago Macieira2017-06-121-2/+46
* | Add proper detection of x86 RDRAND instructionThiago Macieira2017-06-121-5/+3
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-123-126/+13
* | QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-2/+5
* | Use QtPrivate::FunctionPointer to get the type of srand's first argThiago Macieira2017-06-121-7/+2
* | Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-122-136/+140
* | Long live QRandomGeneratorThiago Macieira2017-06-125-4/+968
* | Reduce code duplication in writing of string data for localesEdward Welbourne2017-06-091-1/+2