index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
QtDialog
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake-gui: do not set search filter if regex is invalid
Kyle Edwards
2022-12-16
6
-18/+56
*
cmDocumentationEntry: Drop all user provided ctors for C++ >= 14
Alex Turbov
2022-11-17
1
-2/+3
*
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
Alex Turbov
2022-11-17
1
-15/+13
*
CMakeSetup.cxx: Use anonymous namespace instead of `static`
Alex Turbov
2022-11-17
1
-5/+9
*
ctest.cxx: Eliminate redundand trenary operator
Alex Turbov
2022-11-17
1
-1/+1
*
Merge topic 'cmake-gui-restore-version-info'
Brad King
2022-11-10
1
-3/+8
|
\
|
*
cmake-gui: Restore embedded version information in Windows binary
Brad King
2022-11-09
1
-3/+8
*
|
cmake: Honor CMAKE_GENERATOR env var in --help output
Juan Ramos
2022-10-21
1
-1/+1
|
/
*
Source: Fix regression causing CMakeLib sources to be compiled repeatedly
Brad King
2022-10-05
1
-1/+1
*
Build: Eliminate one time used variable
Alex Turbov
2022-09-22
1
-3/+1
*
Build: Link w/ `OBJECT` library is OK since 3.12
Alex Turbov
2022-09-22
1
-3/+8
*
Build: Introduce `ManifestLib` interface library
Alex Turbov
2022-09-22
1
-2/+2
*
Build: `add_definitions()` → `add_compile_definitions()`
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Do not use variables for sources lists
Alex Turbov
2022-09-22
1
-11/+20
*
Build: Simplify `configure_file()` calls
Alex Turbov
2022-09-22
1
-2/+1
*
CMakeLists: Remove redundant spaces around CMake command calls
Alex Turbov
2022-09-22
1
-10/+10
*
Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`
Alex Turbov
2022-09-22
1
-4/+4
*
cmake-gui: Fix selected item mismatched CMAKE_GENERATOR_PLATFORM env
dou fu
2022-09-01
1
-1/+2
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-3/+3
*
cmake-gui: Support non-ASCII chars on Windows with Qt6
Mehdi Chinoune
2022-06-10
5
-105/+81
*
Merge topic 'cmake-gui-locale'
Brad King
2022-05-31
1
-0/+14
|
\
|
*
cmake-gui: Restore support for internationalization with Qt5 on Windows
Brad King
2022-05-27
1
-0/+14
*
|
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-05-24
1
-2/+2
*
|
clang-tidy: address `modernize-use-default-member-init` lints
Ben Boeckel
2022-05-24
1
-2/+1
*
|
cmake-gui: avoid undefined font in recent macOS
Carlo Marcelo Arenas Belón
2022-04-15
1
-1/+2
*
|
cmake-gui: Add "Building" category to freedesktop menu spec
Reinaldo Deprera
2022-04-04
1
-1/+1
*
|
Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph
Kyle Edwards
2022-01-06
5
-21/+21
*
|
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-8/+8
*
|
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-3/+3
*
|
Fix -Wpessimizing-move warnings in QCMake::loadPresets()
Alex Richardson
2021-06-22
1
-9/+6
*
|
cmMessenger: Pass title inside a metadata structure
Marius Messerschmidt
2021-05-19
1
-2/+3
*
|
cmake-gui: Address deprecation warnings with Qt6
Craig Scott
2021-05-08
3
-5/+17
*
|
cmake-presets: Make generator and binaryDir fields optional
friendlyanon
2021-04-06
1
-1/+1
*
|
CMakePresets.json: Add the ability to conditionally disable presets
Kyle Edwards
2021-03-22
1
-1/+1
|
/
*
cmake-gui: Restore search bar case insensitivity
Brad King
2021-03-04
2
-4/+4
*
cmake-gui: Restore search bar for cache view and environment dialog
Sankhesh Jhaveri
2021-02-22
2
-0/+10
*
cmake-presets: Add build and test presets
Sam Freed
2021-02-01
1
-6/+7
*
CMake GUI: Fix rendering issue
Matthew Woehlke
2021-01-15
1
-4/+1
*
CMake GUI: Use system icons when available
Matthew Woehlke
2021-01-15
2
-4/+4
*
CMake GUI: Don't use QToolButton
Matthew Woehlke
2021-01-15
3
-17/+4
*
CMake GUI: Improve signal specification
Matthew Woehlke
2021-01-15
3
-13/+15
*
Merge branch 'master' into cmake-gui-qrc-fix
Kyle Edwards
2021-01-11
5
-33/+151
|
\
|
*
cmake-gui: Fix macOS styling for binaries distributed with Qt 5.10+
Brad King
2021-01-07
1
-0/+3
|
*
cmake-gui: Restore minimal plugin installation for Qt5
Brad King
2021-01-07
1
-2/+12
|
*
cmake-gui: Restore exclusion of static plugin installation
Brad King
2021-01-07
1
-1/+2
|
*
cmake-gui: Restore installation of Qt plugin dependencies
Brad King
2021-01-07
1
-1/+1
|
*
cmake-gui: Remove outdated FIXME comment about plugin installation
Brad King
2021-01-07
1
-2/+0
|
*
cmake-gui: Fix CMake_QT_MAJOR_VERSION string comparison
Brad King
2021-01-07
1
-1/+1
|
*
cmake-gui: Add a Qt version control variable
Sankhesh Jhaveri
2021-01-05
1
-8/+20
|
*
cmake-gui: Conditionally switch between QDirModel and QFileSystemModel
Sankhesh Jhaveri
2021-01-05
1
-1/+36
[next]