Domen Vrankar
|
b58de9fe2b
CPack: allow packaging of empty directories
|
10 years ago |
Stephen Kelly
|
ff8ac8ee6a
cmLocalGenerator: Create from already-constructed cmMakefile.
|
10 years ago |
Stephen Kelly
|
92041eec49
cmGlobalGenerator: Remove MakeLocalGenerator method.
|
10 years ago |
Stephen Kelly
|
acb006229d
cmGlobalGenerator: Require a snapshot to create a local generator.
|
10 years ago |
Stephen Kelly
|
c7b79aa16a
cmGlobalGenerator: Require a cmake instance in ctor.
|
10 years ago |
Brad King
|
be248ab435
Merge topic 'refactor-cmLocalGenerator'
|
10 years ago |
Stephen Kelly
|
57bdc1a2f7
cmState: Compute and store directory components.
|
10 years ago |
Stephen Kelly
|
b659d161da
cmGlobalGenerator: Add NVI wrapper to create local generator.
|
10 years ago |
Brad King
|
356c26ebdf
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
|
10 years ago |
Stephen Kelly
|
6e23a4bddd
cmMakefile: Remove always-null first parameter to ReadListFile.
|
10 years ago |
Stephen Kelly
|
fc7ab8874b
CPack: Read the config listfile in the normal way.
|
10 years ago |
Raffi Enficiaud
|
ed0b063085
CPack: Fix single component packaging
|
10 years ago |
Domen Vrankar
|
0ffd35340e
CPack single component packaging
|
10 years ago |
Brad King
|
93a3ec8b77
CPack: Fix make tool selection during preinstall (#15483)
|
10 years ago |
Gregor Jasny
|
ce935ebe50
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
|
10 years ago |
Stephen Kelly
|
af65da0aa9
cmStandardIncludes: Remove list include.
|
10 years ago |
Bill Hoffman
|
81221b80e2
CPack: Fix packaging of source tarballs with symbolic links
|
10 years ago |
Stephen Kelly
|
f09fde2d21
Replace 'foo.length() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Domen Vrankar
|
f89e41c3e7
CPack invalid CMake generator
|
10 years ago |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Bill Hoffman
|
2cac483e64
Fix used value warning.
|
11 years ago |
Brad King
|
3bae343f62
cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAM
|
11 years ago |
Nils Gladitz
|
15a8af21e8
Add an "installed file" property scope
|
11 years ago |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
191f25e2bd
stringapi: Prevent a NULL dereference in WiX
|
11 years ago |
Ben Boeckel
|
b3bf31a548
stringapi: Miscellaneous char* parameters
|
11 years ago |