summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-0/+3
|\
| * Blacklist and skip failing tests for Boot2Qt / 64 bit armSami Nurmenniemi2017-10-211-0/+3
* | QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-1/+49
* | Clean dynamic function resolving done for XP in QFileInfo testsOrgad Shaneh2017-10-191-39/+15
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-172-3/+78
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-162-3/+78
| |\|
| | * QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-3/+14
| | * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-0/+64
* | | configure: make C++11 <random> a required functionalityThiago Macieira2017-10-161-23/+3
|/ /
* | Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-151-1/+10
* | Autotest: use _exit() instead of exit() to simulate an unclean exitThiago Macieira2017-10-082-5/+11
* | Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-061-2/+2
* | Ensure result of all QTest::qWaitFor are verifiedTor Arne Vestbø2017-10-051-2/+2
* | qmake: Allow non-bundle apps and libs to have an Info.plistTor Arne Vestbø2017-09-291-1/+1
* | Clean up OS version checks for Apple platformsJake Petroules2017-09-292-3/+3
* | Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-6/+31
* | QRandomGenerator: update API to better nameThiago Macieira2017-09-221-28/+28
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-202-3/+4
|\|
| * Remove unnecessary VxWorks ifdefJake Petroules2017-09-181-2/+0
| * Exclude QSystemSemaphore test with -no-feature-systemsemaphoreJake Petroules2017-09-181-0/+3
| * Exclude tst_QDir::mkdirOnSymlink on Unix platforms without symlinksJake Petroules2017-09-151-1/+1
* | QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-131-0/+44
* | macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-083-0/+116
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-062-3/+12
|\|
| * Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-3/+9
| * tst_QMutex: produce less noise with MSVCThiago Macieira2017-09-011-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+7
|\|
| * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-0/+7
* | Introduce QIODevice::skip()Alex Trotsenko2017-08-271-0/+91
* | QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-231-5/+76
* | Remove timer checks from testQuitLockMorten Johan Sørvig2017-08-221-13/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-3/+6
|\|
| * Autotest: Fix test when running on a non-Unicode-capable localeThiago Macieira2017-08-121-3/+6
* | Autotest: fix blacklisted test about position on non-regular filesThiago Macieira2017-08-082-10/+23
* | QFileInfo: harmonize QFileInfo() and QFileInfo("")Thiago Macieira2017-08-081-48/+81
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-2/+3
|\|
| * unbreak tst_qresourceengine for prefix buildsOswald Buddenhagen2017-08-031-2/+3
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-053-110/+116
* | Introduce QFileInfo::birthTime and metadataChangeTimeThiago Macieira2017-08-051-7/+20
* | Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-041-0/+76
* | Support Alternate Data Streams in QSaveFileThiago Macieira2017-08-041-0/+60
* | Long live QTemporaryFileName!Thiago Macieira2017-08-041-15/+17
* | Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-0/+14
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-0/+3
* | QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-041-2/+18
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-041-3/+64
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-028-41/+100
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-028-41/+100
| |\|
| | * Refactor tst_qdir::entryList()Friedemann Kleint2017-07-291-30/+69
| | * Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-1/+0