summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap: remove unused sourcesThiago Macieira2024-03-131-10/+2
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira2024-03-131-1/+0
* Bootstrap: remove QDirListing/QDirIteratorThiago Macieira2024-03-131-1/+0
* Bootstrap: remove QTemporaryFileThiago Macieira2024-03-131-1/+0
* Bootstrap: remove QRandomGeneratorThiago Macieira2024-03-131-1/+0
* Bootstrap: remove QVariantThiago Macieira2024-03-131-1/+0
* Bootstrap: remove QDataStreamThiago Macieira2024-03-131-1/+0
* Move qAbort from qglobal.cpp to qassert.cppThiago Macieira2024-03-061-1/+0
* Port to QDirListingAhmad Samir2024-03-031-1/+1
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-191-0/+1
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-0/+6
* Bootstrap: remove QBitArrayMarc Mutz2024-01-311-1/+0
* Utilize NO_UNITY_BUILD arguments instead of manual exclusionAmir Masoud Abdol2023-03-141-1/+2
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-1/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-27/+11
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-0/+1
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-081-0/+1
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-301-1/+1
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-0/+4
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* QCoreGlobalData: removeMarc Mutz2022-08-211-1/+0
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-0/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-0/+1
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-201-0/+1
* Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPYJoerg Bornemann2022-05-091-115/+69
* Fix unresolved include in bootstraplib when using source copiesJoerg Bornemann2022-04-211-0/+4
* Avoid rebuilds when changing sources belonging to bootstraplibJoerg Bornemann2022-04-131-69/+111
* Remove qipaddress from boostrap libFabian Kosmale2022-03-231-1/+0
* Remove QTemporary(file|dir) from boostrap libFabian Kosmale2022-03-231-2/+0
* Remove QUrl* from boostrap libFabian Kosmale2022-03-231-4/+0
* Bootstrap: Make compiler warnings fatalKai Köhne2022-03-021-0/+3
* Remove QXml* from bootstrap libJoerg Bornemann2022-02-091-3/+0
* Remove QLine, QPoint, QRect, and QSize from bootstrap libJoerg Bornemann2022-02-091-4/+0
* Remove QDom from bootstrap libJoerg Bornemann2022-02-091-2/+0
* Remove QSystemSemaphore from bootstrap libJoerg Bornemann2022-02-091-5/+0
* Remove QSharedMemory from the bootstrap libraryJoerg Bornemann2022-01-271-5/+0
* Remove zlib from bootstrap libraryJoerg Bornemann2021-10-161-26/+0
* Avoid to call _qt_internal_set_up_static_runtime_library() twiceLi Xinwei2021-08-031-1/+1
* Enable QT_TYPESAFE_FLAGS for bootstrap and QtCoreGiuseppe D'Angelo2021-06-231-0/+1
* Skip building debug bootstrap lib for CMake 3.20 and multi-config buildLi Xinwei2021-05-231-0/+5
* Revert "Include qsimd.cpp in bootstrap build"Thiago Macieira2021-05-011-1/+0
* Include qsimd.cpp in bootstrap buildTor Arne Vestbø2021-04-271-0/+1
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-1/+1
* Move static PCRE2 defines to non-system PCRE2 sectionAlexey Edelev2021-02-011-4/+8
* Use system PCRE2 for Bootstrap libraryAlexey Edelev2021-01-251-33/+44
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-091-0/+1
* CMake: Avoid MSVC C4996 warningsLi Xinwei2020-12-041-0/+5