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
Mode
Name
Size
-rw-r--r--
.clang-format
551
log
stats
plain
-rw-r--r--
.clang-tidy
986
log
stats
plain
-rw-r--r--
.gitattributes
1123
log
stats
plain
d---------
.github
52
log
stats
plain
-rw-r--r--
.gitignore
132
log
stats
plain
-rw-r--r--
.hooks-config
418
log
stats
plain
d---------
Auxiliary
191
log
stats
plain
-rw-r--r--
CMakeCPack.cmake
9911
log
stats
plain
-rw-r--r--
CMakeCPackOptions.cmake.in
12192
log
stats
plain
-rw-r--r--
CMakeGraphVizOptions.cmake
153
log
stats
plain
-rw-r--r--
CMakeLists.txt
31887
plain
-rw-r--r--
CMakeLogo.gif
4481
/// completer class that returns native cmake paths
class
QCMakeFileCompleter
:
public
QCompleter
{
Q_OBJECT
public
:
QCMakeFileCompleter
(
QObject
*
o
,
bool
dirs
);
virtual
QString
pathFromIndex
(
const
QModelIndex
&
idx
)
const
;
};
// editor for strings
class
QCMakeComboBox
:
public
QComboBox
{
Q_OBJECT
Q_PROPERTY
(
QString value READ currentText WRITE setValue USER
true
);
public
:
QCMakeComboBox
(
QWidget
*
p
,
QStringList strings
)
:
QComboBox
(
p
)
{
this
->
addItems
(
strings
);
void
setValue
(
int
-rw-r--r--
CompileFlags.cmake
4118
log
stats
plain
-rw-r--r--
generated by
cgit v0.12
at 2025-09-04 23:42:10 (GMT)