summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qresource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when trying to register .rcc from resource systemJoni Poikelin2025-10-091-3/+3
* Move all Q_DECL_(PURE|CONST)_FUNCTION markers to the frontMårten Nordheim2025-09-191-1/+1
* Add security scores to qresource* filesMatthias Rauter2025-06-261-0/+1
* QResource: try to survive being created during application shut downThiago Macieira2025-02-141-0/+2
* QAbstractFileEngine: remove beginEntryList(QDir::Filters)Ahmad Samir2024-09-201-7/+0
* QAFileEngine: let Private take charge of setting its own q_ptrEdward Welbourne2024-07-151-1/+4
* QDirListing: add flags to handle entries filteringAhmad Samir2024-06-271-0/+7
* QResource: add support for duplicating mapped memory on macOSThiago Macieira2024-05-061-0/+22
* QResource: add support for duplicating mapped memory on LinuxThiago Macieira2024-05-061-3/+117
* QResource: add support for memory mapping on WindowsThiago Macieira2024-05-021-0/+16
* QResource: re-factor the memory-mapping code into two helper functionsThiago Macieira2024-05-021-41/+47
* QResource: move the internal classes to unnamed namespacesThiago Macieira2024-05-021-1/+6
* QResource: obey the MapPrivateOption option to provide RW memoryThiago Macieira2024-05-021-1/+16
* QResource: simplify map() to rely on the uncompressed data being thereThiago Macieira2024-05-021-7/+8
* QResource: use qint64 for lastModifiedThiago Macieira2024-04-261-4/+4
* QResource: remove unnecessary mutable markersThiago Macieira2024-04-261-4/+4
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-2/+2
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-171-2/+3
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-171-4/+3
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-031-7/+0
* QDataStream & QResource: document their lack of security-hardeningThiago Macieira2023-12-211-0/+13
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-1/+1
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-1/+1
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-4/+4
* Remove QResourceGlobalData::resourceSearchPathsEdward Welbourne2023-01-301-14/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-26/+28
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-1/+4
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-031-65/+0
* Doc: Fix broken formattingIvan Tkachenko2021-10-291-1/+1
* Avoid warnings when compiling bootstrap library without zstdUlf Hermann2021-10-211-0/+4
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-5/+6
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-041-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-201-153/+152
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Fix qdoc warnings from references to removed APIsVolker Hilsheimer2020-09-261-1/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-67/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-1/+1
* QResource: Use some qUtf16Printable() instead of toLocal8Bit().data()hjk2020-06-081-6/+6
* QResource: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-7/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-1/+1
|\
| * Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-62/+154
|\|
| * QResource: Add API to get the decompressed contentThiago Macieira2020-01-151-62/+154