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
/
cmakemain.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Merge topic 'consistent-empty-method'
Brad King
2015-01-19
1
-1/+1
|
\
\
|
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
|
|
/
*
|
cmakemain: Initialize vector content with iterators directly.
Stephen Kelly
2015-01-18
1
-5/+1
*
|
cmakemain: Use member insert in command line handling code.
Stephen Kelly
2015-01-18
1
-4/+2
|
/
*
Merge topic 'cmake-no-args-output'
Brad King
2014-06-16
1
-0/+16
|
\
|
*
cmake,ccmake: Produce shorter output on no arguments (#14973)
Adam Strzelecki
2014-06-13
1
-0/+16
*
|
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
*
cmSystemTools: Rename ErrorCallback to MessageCallback
Brad King
2014-05-15
1
-3/+3
*
Use Encoding::CommandLineArguments for main() functions.
Clinton Stimpson
2014-01-04
1
-6/+12
*
Use new cmHasLiteralPrefix function
Stephen Kelly
2013-11-21
1
-3/+2
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-2/+1
*
Merge topic 'cmake--build-pipes'
Brad King
2013-10-22
1
-7/+3
|
\
|
*
cmake: Always pass through stdout/stderr in --build mode
Brad King
2013-10-18
1
-7/+3
*
|
cmake: Drop support for "-i" wizard mode
Brad King
2013-10-18
1
-9/+5
|
/
*
cmake: Simplify -E command line processing
Brad King
2013-10-17
1
-25/+31
*
Make --help-* options available from all command-line tools
Brad King
2013-10-16
1
-21/+0
*
Drop the 'Full' field from cmDocumentationEntry
Brad King
2013-10-16
1
-170/+41
*
Drop "full" documentation output types
Brad King
2013-10-15
1
-77/+2
*
cmake: Add --help-policy-list option
Brad King
2013-10-15
1
-0/+6
*
cmake: Split -E command implementation into separate source file
Brad King
2013-10-03
1
-1/+2
*
Merge topic 'passthru'
Brad King
2013-07-31
1
-2/+5
|
\
|
*
Add option to use stdout/stderr of original terminal in cmake --build
Patrick Gansterer
2013-07-29
1
-2/+5
*
|
Add documentation for the --graphviz support
Alex Neundorf
2013-07-26
1
-2/+4
|
/
*
Fix spelling and typos (affecting binary data / module messages)
Andreas Mohr
2013-05-07
1
-3/+3
*
Fail early if no current working directory exists
Brad King
2013-02-07
1
-5/+3
*
documentation: preparation for making the man section configurable
Alex Neundorf
2012-06-21
1
-1/+1
*
-remove trailing whitespace
Alex Neundorf
2012-06-21
1
-21/+21
*
CPack begin the implementation of --help-command* and --help-variables*
Eric NOULARD
2012-01-22
1
-0/+1
*
CMake: Remove documentation for -E build (#12446)
Matt McCormick
2011-09-06
1
-1/+1
*
Merge topic 'UsingCMakeLikePkgConfig2'
David Cole
2011-08-25
1
-3/+14
|
\
|
*
Improve documentation for --find-package mode
Alex Neundorf
2011-08-11
1
-1/+3
|
*
Replace cmake::GetScriptMode() with GetWorkingMode()
Alex Neundorf
2011-08-09
1
-6/+4
|
*
Add find-package mode, which does nothing yet
Alex Neundorf
2011-07-02
1
-1/+12
*
|
RunSingleCommand: Add a OUTPUT_NORMAL flag.
Johan Björk
2011-07-28
1
-1/+7
|
/
*
CMake: Clarify the --debug-trycompile help text
David Cole
2011-04-12
1
-1/+2
*
Documentation: Sync two differing copies of -E docs (#10446)
David Cole
2011-02-04
1
-5/+5
*
Documentation: document platform specific -E commands (#10446)
Kovarththanan Rajaratnam
2011-02-04
1
-2/+4
*
Fix line lengths to be no more than 78
Ben Boeckel
2010-09-16
1
-4/+6
*
Add documentation for check-system-vars
Ben Boeckel
2010-09-02
1
-0/+3
*
Fix the spelling of the flag for warn-unused-vars
Ben Boeckel
2010-09-02
1
-1/+1
*
Change logic of flag to turn off cli unused checks
Ben Boeckel
2010-09-02
1
-2/+2
*
Rename flags again and use variablewatch for cli
Ben Boeckel
2010-09-01
1
-3/+3
*
Rename find-unused to warn-unused
Ben Boeckel
2010-09-01
1
-2/+2
*
Rename strict-mode to warn-uninitialized
Ben Boeckel
2010-09-01
1
-3/+2
*
Add flags to detect unused variables
Ben Boeckel
2010-09-01
1
-0/+4
*
Make --strict-mode option, and integrate with cmake-gui
Bill Hoffman
2010-09-01
1
-0/+3
*
Fix for bug #9965 -i was not passed to -E commands.
Bill Hoffman
2009-11-25
1
-1/+1
[next]