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
/
CPack
/
cpack.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
Windows: Use UTF-8 for pipes in CMake, CTest and CPack
Dāvis Mosāns
2016-11-29
1
-0/+2
*
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
1
-14/+15
*
Enable Unicode output to Windows consoles
Dāvis Mosāns
2016-10-26
1
-0/+8
*
Remove cmObject.h and cmTypeMacro.h
Daniel Pfeifer
2016-10-24
1
-1/+0
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
Do not define cout/cerr preprocessor symbols
Brad King
2016-10-04
1
-2/+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CPack: include what you use
Daniel Pfeifer
2016-09-06
1
-6/+14
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-6/+6
*
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-5/+1
*
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
1
-2/+2
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-213/+165
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-7/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-5/+5
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
1
-0/+1
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
CPack: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-2/+0
*
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-4/+5
*
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1/+1
*
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1/+2
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-2/+1
*
Merge topic 'refactor-cmLocalGenerator'
Brad King
2015-05-19
1
-0/+2
|
\
|
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+2
*
|
cmGlobalGenerator: Add NVI wrapper to create local generator.
Stephen Kelly
2015-05-16
1
-1/+1
|
/
*
CPack: Don't copy cmMakefile. Just push a scope instead.
Stephen Kelly
2015-04-20
1
-2/+2
*
cmMakefile: Remove always-null first parameter to ReadListFile.
Stephen Kelly
2015-04-18
1
-3/+3
*
Port cmCommand consumers to cmState.
Stephen Kelly
2015-04-15
1
-1/+1
*
cpack: Disable CMake Cygwin legacy warning while packaging
Brad King
2015-04-01
1
-0/+3
*
Merge branch 'backport-no-global-setlocale' into no-global-setlocale
Brad King
2015-02-06
1
-2/+0
|
\
|
*
Do not call setlocale() globally in CMake applications (#15377)
Brad King
2015-02-06
1
-2/+0
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
|
/
*
Fix scan-build warning parsed is never read after being set.
Bill Hoffman
2014-08-04
1
-1/+0
*
Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive.
Clinton Stimpson
2014-06-12
1
-1/+1
*
Encoding: Add setlocale() to applications.
Clinton Stimpson
2014-06-04
1
-0/+2
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-4/+5
*
Workaround Sun C++ 5.9 compiler crash
Brad King
2014-03-12
1
-2/+2
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-5/+5
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
Use Encoding::CommandLineArguments for main() functions.
Clinton Stimpson
2014-01-04
1
-1/+7
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-2/+1
*
cmSystemTools: Drop old RunCommand method
Brad King
2013-10-19
1
-5/+0
[next]