| Commit message (Expand) | Author | Age | Files | Lines |
| * | QMetaProperty: Introduce VIRTUAL, OVERRIDE attributes | Dmitrii Akshintsev | 12 days | 1 | -0/+2 |
| * | Document QFuture::cancelChain() limitations | Ivan Solovev | 13 days | 1 | -0/+24 |
| * | Core: Provide non-broken metacontainer iterables | Ulf Hermann | 2025-12-02 | 1 | -8/+8 |
| * | Fix corelib snippet compilation | Ivan Solovev | 2025-09-12 | 1 | -1/+0 |
| * | wasm: Fix corelib snippets | Piotr Wiercinski | 2025-09-11 | 2 | -10/+18 |
| * | Doc: Modernize QHash iterator documentation | Paul Wicking | 2025-09-09 | 1 | -2/+18 |
| * | Fix snippet compilation in corelib | Ivan Solovev | 2025-08-29 | 4 | -10/+8 |
| * | CMake: Don't use private CMake API in doc snippets | Alexandru Croitor | 2025-08-21 | 1 | -20/+28 |
| * | QDirListing: clarify that "name filters" use regular expressions | Ahmad Samir | 2025-08-10 | 1 | -0/+15 |
| * | Update of doc snippet for implicit sharing example | Oleksii Zbykovskyi | 2025-08-04 | 2 | -22/+2 |
| * | Skip doc snippets that depend on QProcess when feature is unavailable | Tor Arne Vestbø | 2025-07-30 | 1 | -2/+6 |
| * | Snippets: fix unity builds | Tim Blechmann | 2025-07-30 | 1 | -0/+4 |
| * | Make last files in code folder compilable | Oleksii Zbykovskyi | 2025-07-29 | 4 | -32/+72 |
| * | Fix of files under tools prefix | Oleksii Zbykovskyi | 2025-07-29 | 20 | -1379/+1867 |
| * | Make files under thread and time prefix compilable | Oleksii Zbykovskyi | 2025-07-29 | 12 | -901/+1233 |
| * | QCborStream code snippet: Explicitly construct qfloat16 from float | Axel Spoerl | 2025-07-29 | 1 | -2/+2 |
| * | Fix files under text prefix and add to the build system | Oleksii Zbykovskyi | 2025-07-25 | 13 | -1033/+1251 |
| * | Fix of files under serialization prefix | Oleksii Zbykovskyi | 2025-07-25 | 5 | -281/+353 |
| * | Fix of files under mimetype and plugin prefix in code folder | Oleksii Zbykovskyi | 2025-07-25 | 4 | -50/+74 |
| * | Fix files under src_corelib_kernel prefix | Oleksii Zbykovskyi | 2025-07-24 | 17 | -813/+1183 |
| * | Fix of files under src_corelib_io prefix | Oleksii Zbykovskyi | 2025-07-24 | 16 | -875/+1139 |
| * | Add snippets to the build system and fix related issues | Oleksii Zbykovskyi | 2025-07-24 | 4 | -234/+275 |
| * | QDeadlineTimer: link to cppreference.com for chrono_literals | Marc Mutz | 2025-07-18 | 1 | -9/+4 |
| * | Fix of files under src_corelib_global prefix | Oleksii Zbykovskyi | 2025-07-14 | 5 | -470/+735 |
| * | Fix of snippets under src_corelib_animation prefix plus one | Oleksii Zbykovskyi | 2025-07-11 | 5 | -84/+124 |
| * | Fix of files in code folder under doc_src_ prefix | Oleksii Zbykovskyi | 2025-07-11 | 12 | -670/+893 |
| * | Add more snippets sources from corelib to the build system | Oleksii Zbykovskyi | 2025-06-26 | 1 | -23/+0 |
| * | QMultiHash/Doc: document erase() function | Thiago Macieira | 2025-06-19 | 1 | -0/+12 |
| * | QJsonObject/QCborMap: Add asKeyValueRange() | Johannes Grunenberg | 2025-06-18 | 1 | -0/+17 |
| * | QStringConverter: Introduce finalize() | Fabian Kosmale | 2025-06-10 | 1 | -2/+10 |
| * | Doc: QLatin1StringView documentation misses string literals namespace | Alexei Cazacov | 2025-05-15 | 4 | -4/+14 |
| * | Purge dangling uses of QDateTime deprecated time-spec changes | Edward Welbourne | 2025-03-28 | 1 | -1/+1 |
| * | Doc: Fix QThread documentation snippet | Kai Köhne | 2025-03-21 | 1 | -1/+14 |
| * | Long live qEnvironmentVariableIntegerValue() returning std::optional | Thiago Macieira | 2025-02-14 | 1 | -0/+8 |
| * | Add QFuture::cancelChain() | Ivan Solovev | 2025-02-11 | 1 | -0/+24 |
| * | Replace qTerminate() with std::terminate() and mark it for removal | Thiago Macieira | 2024-12-26 | 1 | -4/+0 |
| * | Use an offset-format for the zone suffix in example log format | Edward Welbourne | 2024-11-27 | 1 | -1/+1 |
| * | Add parameter for function call in QIdentityProxyModel | Dheerendra Purohit | 2024-10-19 | 1 | -1/+2 |
| * | Remove untruth from QDateTime::fromString() documentation | Edward Welbourne | 2024-10-17 | 1 | -12/+0 |
| * | QObject: code snippets cleanup | Ahmad Samir | 2024-08-31 | 1 | -11/+3 |
| * | QObject: use Qt::TimerId in the code snippets and API docs | Ahmad Samir | 2024-08-31 | 1 | -7/+3 |
| * | QLoggingRegistry: Misc fixes | Christian Ehrlicher | 2024-08-18 | 1 | -1/+1 |
| * | wasm: fix example code correct useage of toEcmaUint8Array() | Lorn Potter | 2024-08-15 | 1 | -1/+1 |
| * | Doc: Fix typo in snippet | Kai Köhne | 2024-07-17 | 1 | -1/+1 |
| * | QDirListing: add some more API docs | Ahmad Samir | 2024-06-27 | 1 | -5/+23 |
| * | QDirListing: add flags to handle entries filtering | Ahmad Samir | 2024-06-27 | 1 | -1/+2 |
| * | Remove QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST | Giuseppe D'Angelo | 2024-06-13 | 1 | -5/+0 |
| * | QDeadlineTimer: use new comparison helper macros | Tatiana Borisova | 2024-04-18 | 1 | -6/+6 |
| * | QFileSystemEngine: make factory functions return unique_ptr<QABFE> | Ahmad Samir | 2024-03-21 | 1 | -6/+12 |
| * | QAbstractFileEngineIterator: add `bool advance()` virtual method | Ahmad Samir | 2024-03-20 | 1 | -10/+8 |