summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qlibraryinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* qtconf: Add comment to clarify code handling env varsFabian Kosmale12 days1-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
* 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-111-0/+29
* Read QLibraryInfo paths directly from QLibraryInfo and not from qmakeconfig.cppJoerg Bornemann2021-03-111-11/+20
* Remove the platformsSection constant from qconfig.cpp.inJoerg Bornemann2021-03-111-2/+2
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-259/+12
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-181-1/+8
* Doc: Fix warning on undocumented enum valueNico Vertriest2021-02-151-0/+1
* QLibraryInfo: Rename Qml2ImportsPath to QmlImportsPathUlf Hermann2021-02-081-1/+1
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-9/+3
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-141-1/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+2
* Fix qdoc warning from QLibraryInfo after API changeVolker Hilsheimer2020-09-241-18/+23