summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLibraryInfo/Win: use the ActiveQt-overridden handle for the main moduleThiago Macieira2025-02-261-1/+4
* Short live QCoreApplication::instanceExists()Thiago Macieira2025-02-261-5/+5
* QLibraryInfo: Consider resource paths as absoluteUlf Hermann2025-02-131-6/+18
* QLibraryInfo: use fewer QFileInfo in finding qt.confThiago Macieira2025-02-121-9/+16
* QLibraryInfo: speed up checking if ":/qt/etc/qt.conf" resource existsThiago Macieira2025-02-031-1/+2
* QLibraryInfo: de-pessimize prefixFromAppDirHelper()Marc Mutz2024-12-311-6/+2
* QLibraryInfo: port from manual memory management to unique_ptrMarc Mutz2024-12-291-14/+14
* Docs: Specify deprecation version for QLibraryInfo::LibraryLocationIvan Solovev2024-10-281-1/+1
* Fix compilation issues when configuration features are disabledJari Helaakoski2024-06-031-12/+11
* qt.conf: add private "merge_qt_conf" optionFabian Kosmale2024-05-281-4/+20
* QLibraryInfo: Introduce pathsFabian Kosmale2024-05-271-22/+53
* QLibraryInfo: Refactor in preparation of multiple entries [2/2]Fabian Kosmale2024-05-221-16/+25
* QLibraryInfo: Refactor in preparation of multiple entries (1/2)Fabian Kosmale2024-05-221-27/+30
* qtconf: Add comment to clarify code handling env varsFabian Kosmale2024-04-301-0/+4
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-281-4/+11
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-2/+3
* Mark potentially unused variable as maybe_unusedMårten Nordheim2023-10-041-0/+1
* wasm: Don't assert on empty getRelocatablePrefix()Morten Sørvig2023-10-021-0/+5
* Fix reported QtCore copyright yearAlexandru Croitor2023-09-211-1/+1
* QLibraryInfo: fix GCC ubsan buildMarc Mutz2023-09-081-3/+1
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-3/+3
* Move qVersion() into it's own headerMarc Mutz2022-12-081-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Move QT_VERSION_STR docs to qlibraryinfo.cppSona Kurazyan2022-09-221-0/+12
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+15
* QLibraryInfo: Add isSharedBuild() function and deprecate qSharedBuild()Yuhang Zhao2022-08-291-5/+18
* Move qSharedBuild() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-291-0/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QLibraryInfo: Use __VERSION__ with Clang tooThiago Macieira2022-05-111-5/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-31/+1
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-091-9/+31
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-19/+18
* QLibraryInfo: remove load-time variableThiago Macieira2022-02-051-3/+3
* QLibraryInfo: de-duplicate QT_BUILD_STRMarc Mutz2022-02-051-3/+7
* QLibraryInfo: mark isDebugBuild() noexcept and CONSTMarc Mutz2022-02-051-1/+1
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-191-17/+23
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* Document QLibraryInfo::Qml2ImportsPath as deprecatedUlf Hermann2021-11-151-1/+5
* Fix not respected qt.conf settingsMichal Klocek2021-11-111-6/+13
* qlibrary.cpp: avoid the +12 constant in too many placesThiago Macieira2021-11-031-1/+1
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-37/+35
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-291-10/+10
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-211-0/+30
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-2/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Unify QLibraryInfo settingsAlexey Edelev2021-03-171-36/+44