summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing CPU feature feedbackAllan Sandfeld Jensen2021-04-211-12/+6
* Add Solaris support in cmake buildNiclas Rosenvik2021-04-211-0/+4
* QObject: port to new property systemIvan Solovev2021-04-211-1/+1
* Cleanup qsimd ARM codeAllan Sandfeld Jensen2021-04-211-44/+26
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-212-3/+25
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-4/+4
* Document new InputMethodQuery enum valueVolker Hilsheimer2021-04-131-0/+1
* Add "QT_DEPRECATED_VERSION_XXX" macrosJiDe Zhang2021-04-121-0/+32
* Allow qrandom_p.h to be included by more than one .cpp in QtCoreThiago Macieira2021-04-072-3/+5
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-7/+4
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-0/+1
* Use official names for Android versionsVolker Hilsheimer2021-03-292-8/+8
* Merge integration refs/builds/qtci/dev/1616675134Qt CI Bot2021-03-251-1/+1
|\
| * CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-251-1/+1
* | QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-03-251-4/+13
|/
* Revert "qtypeinfo: make variable templates inline"Fabian Kosmale2021-03-231-19/+14
* Enforce __cplusplus >= 201703L on MSVCGiuseppe D'Angelo2021-03-221-0/+10
* qcontainerfwd.h: Do not include variant and tupleFabian Kosmale2021-03-211-0/+1
* Clenaup Q_COMPILER_THREADSAFE_STATICSFabian Kosmale2021-03-212-55/+5
* Unify QLibraryInfo settingsAlexey Edelev2021-03-172-36/+122
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-141-22/+0
* Remove now unneeded QT_BOOTSTRAPPED check from qlibraryinfo.cppJoerg Bornemann2021-03-111-2/+0
* Remove all qmake-related data from q[make]config.cppJoerg Bornemann2021-03-112-80/+34
* Read QLibraryInfo paths directly from QLibraryInfo and not from qmakeconfig.cppJoerg Bornemann2021-03-112-12/+21
* Do not write Sysroot and SysrootifyPrefix into qmakeconfig.cppJoerg Bornemann2021-03-111-2/+2
* Remove the platformsSection constant from qconfig.cpp.inJoerg Bornemann2021-03-112-4/+2
* string 16<->8 bits conversion: SIMD on arm32Nick Shaforostoff2021-03-081-0/+16
* qtypeinfo: make variable templates inlineFabian Kosmale2021-03-051-14/+19
* Fix build of Core module without regularexpression featureAlexey Edelev2021-03-042-3/+3
* Fix QT_HOST_LIBEXECS for cross-builds on WindowsJoerg Bornemann2021-03-041-0/+4
* Add the 6.2 deprecation macrosGiuseppe D'Angelo2021-03-021-0/+8
* Simplify prefix-related functionality of qmakeAlexey Edelev2021-03-011-2/+0
* Remove unused definitionsAlexey Edelev2021-03-011-4/+0
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-256-312/+85
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-182-1/+9
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-151-4/+15
* Doc: Fix warning on undocumented enum valueNico Vertriest2021-02-151-0/+1
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-121-3/+19
* QLibraryInfo: Rename Qml2ImportsPath to QmlImportsPathUlf Hermann2021-02-082-2/+3
* Fix compilation with 32-bit clangRobert Loehning2021-02-011-2/+5
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-9/+3
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-273-11/+8
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-1/+58
* Q_GLOBAL_STATIC - deal with static code analysersTimur Pocheptsov2021-01-271-0/+4
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-192-2/+5
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-192-1/+5
* Update QOperatingSystemVersion version names for AndroidAssam Boudjelthia2021-01-192-0/+40
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-152-19/+20
* Extend qIsInf() and friends to handle integral types sensiblyEdward Welbourne2021-01-151-1/+14