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
*
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
*
Make --help-* options available from all command-line tools
Brad King
2013-10-16
1
-7/+1
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-75/+24
*
Drop builtin property documentation
Brad King
2013-10-16
1
-1/+0
*
Drop "full" documentation output types
Brad King
2013-10-15
1
-36/+0
*
Drop CPack module documentation markup extraction
Brad King
2013-10-15
1
-21/+0
*
Fail early if no current working directory exists
Brad King
2013-02-07
1
-3/+2
*
Always use the auto_ptr from cmsys.
Stephen Kelly
2012-11-20
1
-2/+1
*
Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'
David Cole
2012-07-09
1
-3/+16
|
\
|
*
Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
Eric NOULARD
2012-07-04
1
-3/+16
*
|
CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.
Eric NOULARD
2012-07-03
1
-2/+6
|
/
*
Dynamically add documentation section specified in documented script.
Eric NOULARD
2012-02-18
1
-2/+1
*
Avoid discovering system infos for documentation. Adding some path is enough.
Eric NOULARD
2012-02-14
1
-19/+20
*
Create getDocumentedModulesListInDir which may be used in other context.
Eric NOULARD
2012-02-14
1
-55/+12
*
Make the load of script documentation more efficient and dynamic.
Eric NOULARD
2012-02-14
1
-13/+47
[next]