summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QFuture::d privateSona Kurazyan2020-03-231-2/+10
* Clean-up the duplicate code in QFuture and QFutureWatcherSona Kurazyan2020-03-233-135/+69
* CMake: Fix metatype file generation not to happen in the source dirAlexandru Croitor2020-03-231-0/+7
* Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-193-11/+11
* Fix warnings when building with MSVC2017Mitch Curtis2020-03-192-3/+4
* Add documentation for QTaggedPointerSimon Hausmann2020-03-192-8/+214
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-195-81/+73
* Add support for explicitly marking a property as dirtySimon Hausmann2020-03-192-0/+9
* Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-194-13/+68
* CMake: Regenerate projects after harfbuzz-ng macOS adjustmentAlexandru Croitor2020-03-181-1/+1
* Remove garbageLars Knoll2020-03-181-1/+1
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-182-9/+29
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-182-9/+29
| |\
| | * Update Unicode license for CLDR and UCDEdward Welbourne2020-03-171-2/+17
| | * Fix memory leak on new QThreadPool::tryStart versionAllan Sandfeld Jensen2020-03-171-7/+12
* | | Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-184-1/+20
* | | Add a way to filter only rows or columns in QSortFilterProxyModelGiulio Camuffo2020-03-182-16/+75
|/ /
* | Make it possible to use QTaggedPointer within classesSimon Hausmann2020-03-171-12/+10
* | Property binding system: Fix developer build with MSVC 2019 (16.4.1)Friedemann Kleint2020-03-172-2/+4
* | Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-175-0/+220
* | Introduce always constexpr variants of qNextPowerOfTwoFabian Kosmale2020-03-171-18/+35
* | CMake: Regenerate projects and adjust after old harfbuzz removalAlexandru Croitor2020-03-171-11/+0
* | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-174-3/+24
* | Remove QRegExpValidatorLars Knoll2020-03-171-1/+1
* | Remove the old harfbuzz library and integration codeLars Knoll2020-03-174-490/+0
* | Remove harfbuzz dependency from qunicodetoolsLars Knoll2020-03-172-39/+1494
* | Change signature of initScripts to take out pointer to a QVLA<ScriptItem>Lars Knoll2020-03-173-22/+9
* | Re-generate various CMake projects and configure after mergeSimon Hausmann2020-03-162-4/+2
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1620-6604/+6994
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1620-6604/+6994
| |\|
| | * Update the latest public suffix listEdward Welbourne2020-03-162-13783/+13887
| | * Update UCD to Revision 26Edward Welbourne2020-03-145-6342/+6750
| | * QStringBuilder: make the nested ConvertTo typedef publicMarc Mutz2020-03-121-1/+1
| | * QStringView: adapt to C++20 constexpr std::basic_stringMarc Mutz2020-03-121-1/+1
| | * macOS: Merge qcore_mac cpp and mm filesTor Arne Vestbø2020-03-123-169/+123
| | * Fix minor errors in QDeadlineTimer docsEdward Welbourne2020-03-111-5/+5
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-119-86/+115
| | |\
| | | * QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
| | | * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-062-2/+4
| | | * QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
| | | * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
| | | * QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
* | | | Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-169-2/+1742
* | | | cmake: Regenerate projectsAlexandru Croitor2020-03-162-16/+22
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-163-21/+21
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-16/+16
|/ / /
* | | Introduce always constexpr variants of qCountTrailingZeroBitsFabian Kosmale2020-03-161-19/+46
* | | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-143-171/+170
* | | Use qsizetype for size related methods in QMapLars Knoll2020-03-142-47/+47
* | | Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-142-38/+38