index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
QtFlagHandlingHelpers.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Improve error reporting for failed linker no undefined flag
Alexandru Croitor
2025-06-04
1
-3
/
+8
*
QtFlagHandlingHelpers.cmake: account for GCC when producing error
Mitch Curtis
2025-05-31
1
-1
/
+1
*
Add `qt_internal_add_compiler_dependent_flags` helper
Cristian Le
2025-03-03
1
-0
/
+350
*
CMake: Add quotes around QT_DEBUG_OPTIMIZATION_FLAGS compiler flags
Alexandru Croitor
2025-02-25
1
-4
/
+4
*
cmake: Skip warnings-are-errors when using Xcode generator
Tor Arne Vestbø
2024-09-24
1
-1
/
+4
*
Make per-repos WARNINGS_ARE_ERRORS work
Alexey Edelev
2024-09-12
1
-4
/
+14
*
Don't mark Q{Explicitly.}SharedDataPointer as Qt_6_PRIVATE_API
Thiago Macieira
2024-09-07
1
-0
/
+6
*
Add the 'exceptions' feature
Alexey Edelev
2024-08-12
1
-28
/
+8
*
CMake: Allow opting out of Intel CET hardening
Alexandru Croitor
2024-07-24
1
-0
/
+27
*
Move QT_DISABLE_DEPRECATED_UP_TO and QT_WARN_DEPRECATED_UP_TO to header
Alexey Edelev
2024-05-22
1
-23
/
+0
*
CMake: Fix a misplaced > in pkg-config files
Martin Storsjö
2024-04-11
1
-1
/
+1
*
CMake/ELF: allow using Qt's full version number in the private tags
Thiago Macieira
2024-03-21
1
-1
/
+5
*
Remove --no-undefined for VxWorks Qt shared libs
Michał Łoś
2023-10-13
1
-0
/
+6
*
Remove Qt_6_PRIVATE_API ELF version from a symbol used by QFuture::then()
Thiago Macieira
2023-10-11
1
-2
/
+31
*
cmake: simplify exceptions handling code
Yuhang Zhao
2023-10-11
1
-8
/
+4
*
cmake: add some note of MSVC undocumented flag
Yuhang Zhao
2023-10-08
1
-0
/
+4
*
CMake/ELF: replace 'extern "C++"' with exhaustive mangled expansions
Thiago Macieira
2023-09-19
1
-4
/
+30
*
cmake: Don't pass -undefined,error to Apple linker
Tor Arne Vestbø
2023-09-12
1
-0
/
+5
*
CMake/ELF: hide all Standard Library symbols
Thiago Macieira
2023-08-30
1
-1
/
+4
*
CMake: Fix gc_sections genex evaluation in pkgconfig file creation
Alexandru Croitor
2023-07-14
1
-0
/
+7
*
Wrap the GNU/Clang compiler-dependent flags with genex conditions
Alexey Edelev
2023-06-13
1
-3
/
+21
*
Replace list(FIND with simplified IN_LIST check
Alexey Edelev
2023-06-13
1
-4
/
+2
*
Remove debug symbols from Android's release build
Amir Masoud Abdol
2023-06-08
1
-0
/
+20
*
Set CMAKE_<LANG>_FLAGS in PARENT_SCOPE as well
Amir Masoud Abdol
2023-06-01
1
-3
/
+11
*
Make CONFIGS arguments of qt_internal_remove_compiler_flags optional
Amir Masoud Abdol
2023-05-26
1
-8
/
+15
*
Make sure that -utf-8 flag only apply to MSVC
Alexey Edelev
2023-05-16
1
-1
/
+1
*
Make sure that -Zc:__cplusplus, and -permissive- only apply to MSVC
Amir Masoud Abdol
2023-05-11
1
-1
/
+2
*
CMake: Fix linkage with lld 16.0
Bernhard Rosenkränzer
2023-04-11
1
-14
/
+7
*
Retire the qt_parse_all_arguments
Amir Masoud Abdol
2023-01-18
1
-40
/
+25
*
Remove perl related functionality from CMake files
Alexey Edelev
2022-11-29
1
-26
/
+12
*
wasm: add support for building Qt as shared libraries
Morten Sørvig
2022-08-30
1
-1
/
+5
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add -disable-deprecated-up-to parameter to configure script
Ivan Solovev
2022-08-19
1
-6
/
+10
*
Rename QT_DEPRECATED_WARNINGS_SINCE -> QT_WARN_DEPRECATED_UP_TO
Ivan Solovev
2022-08-19
1
-4
/
+4
*
Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TO
Ivan Solovev
2022-08-19
1
-3
/
+3
*
Add "content file" mode for the qt_internal_add_linker_version_script
Alexey Edelev
2022-08-09
1
-15
/
+50
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
CMake: Mark chosen C++ standard as required for building Qt
Yuhang Zhao
2022-06-19
1
-0
/
+1
*
CMake: up the minimum C version to C11
Thiago Macieira
2022-06-11
1
-5
/
+2
*
C++23/c++2b support
Allan Sandfeld Jensen
2022-06-08
1
-1
/
+3
*
Avoid using add_custom_command with PRE_LINK for version script
Alexey Edelev
2022-05-19
1
-6
/
+19
*
Bump QT_DEPRECATED_WARNINGS_SINCE
Mårten Nordheim
2022-03-18
1
-1
/
+7
*
Add VERBATIM option to add_custom_command calls
Alexey Edelev
2022-03-17
1
-1
/
+1
*
Fix build with clang-cl
Yuhang Zhao
2022-01-25
1
-1
/
+1
*
CMake: Add C/C++ compiler options to C/C++ sources only
Joerg Bornemann
2022-01-08
1
-2
/
+7
*
MSVC: Use dubbed FH4 to make C++ exception handling smaller
Yuhang Zhao
2021-12-04
1
-2
/
+5
*
CMake: remove support for building Qt with the old Intel compiler
Thiago Macieira
2021-10-13
1
-5
/
+1
*
CMake: add support for Intel's LLVM-based compiler
Thiago Macieira
2021-10-13
1
-3
/
+1
*
Disable forced full optimization if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS=ON
Alexey Edelev
2021-06-24
1
-0
/
+5
*
Fix the win32-clang-msvc target
Allan Sandfeld Jensen
2021-06-15
1
-1
/
+1
[next]