summaryrefslogtreecommitdiffstats
path: root/cmake/QtHeadersClean.cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove the headersclean featureAlexey Edelev2024-04-171-0/+4
* Consider INSTALL_LIBDIR when calculating various cmake pathsAlexey Edelev2024-03-271-4/+1
* headersclean: Re-add zero-as-null-pointer-constant warningKai Köhne2023-12-081-1/+2
* headersclean: Remove unneeded exceptionsKai Köhne2023-12-051-1/+0
* headersclean: Simplify logic for gcc only optionsKai Köhne2023-12-041-7/+1
* headersclean: Refactor order of compiler argumentsKai Köhne2023-12-041-11/+8
* Make Qt headers work with MSVC /W4Kai Köhne2023-07-181-1/+1
* Explain why we can't use -Za in MSVC headersclean checkMichal Klocek2023-07-121-0/+3
* Enable QT_NO_CONTEXTLESS_CONNECT in headerscleanGiuseppe D'Angelo2023-07-121-0/+1
* Fix headers clean for newer msvcMichal Klocek2023-06-281-1/+1
* Add NOMINMAX to PlatformCommonInternalAmir Masoud Abdol2023-05-311-0/+4
* Require only module-specific sync_headers for header_check targetAlexey Edelev2023-05-231-1/+1
* headerscheck: enable exceptions for MSVCThiago Macieira2023-05-051-1/+1
* headersclean: Check fno-operator-namesFabian Kosmale2023-01-261-0/+1
* Enforce strict standards behavior in MSVC headersclean checkKai Köhne2023-01-031-3/+1
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-291-8/+3
* Avoid converting paths to relative for headersclean comment if they are relativeAlexey Edelev2022-11-281-1/+7
* Add NO_HEADERSCLEAN_CHECK flag to qt_internal_add_moduleAlexey Edelev2022-10-271-2/+2
* Fix issues in qt_internal_add_headersclean_targetAlexey Edelev2022-10-251-4/+4
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-72/+108
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add the common headersclean_check targetAlexey Edelev2022-08-091-7/+16
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-0/+4
* headerclean: remove dead codeMarc Mutz2022-06-221-4/+0
* Enable QT_TYPESAFE_FLAGS in headerscleanGiuseppe D'Angelo2022-03-121-0/+1
* CMake: fix running of headersclean targets when CMAKE_CXX_FLAGS is setThiago Macieira2022-01-311-1/+1
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-32/+18
* CMake: add support for Intel's LLVM-based compilerThiago Macieira2021-10-131-1/+1
* Add missing framework paths to header check targetsAlexey Edelev2021-09-201-0/+15
* headersclean: Compile with -std=c++latest, -Zc:__cplusplus on MSVCKai Köhne2021-03-041-1/+1
* Run headers_clean check with C++20 (gcc, clang)Kai Köhne2021-02-151-2/+2
* Fix output files of the *_header_check targetsJoerg Bornemann2021-01-271-1/+3
* Fix framework path for *_header_check targetsJoerg Bornemann2021-01-191-1/+1
* CMake: Fix headersclean interaction with header only modulesAlexandru Croitor2020-11-251-12/+31
* CMake: Fix headersclean to build with proper flagsAlexandru Croitor2020-10-231-11/+74
* CMake: Use compiler launcher for headerclean rulesAlexandru Croitor2020-10-231-2/+8
* CMake: Fix headersclean to work on macOSAlexandru Croitor2020-10-231-1/+7
* headersclean: Fix include paths for dependent modulesKai Koehne2020-09-211-2/+4
* headersclean: Check for all-W3 MSVC warningsKai Koehne2020-08-261-6/+1
* Port headersclean check to CMakeKai Koehne2020-08-251-0/+139