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
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
fix include order of windows.h
Daniel Pfeifer
2017-03-14
1
-7/+6
*
Windows: Use UTF-8 for pipes in CMake, CTest and CPack
Dāvis Mosāns
2016-11-29
1
-0/+2
*
VS: Teach `cmake --build` to reconfigure if needed before building
Yves Frederix
2016-11-17
1
-0/+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+1
*
Enable Unicode output to Windows consoles
Dāvis Mosāns
2016-10-26
1
-0/+8
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-3/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+9
*
cmake: Add trivial usage of libuv
Brad King
2016-08-31
1
-0/+7
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-4/+5
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-2/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-12/+13
*
cmake: Add an option to control what files needs to be traced
Alex Turbov
2016-06-17
1
-0/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-209/+139
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-5/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+4
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-7/+7
*
Drop Visual Studio 6 generator
Brad King
2016-03-09
1
-7/+0
*
cmake: Teach --build to reject multiple --target options
Sebastian Schuberth
2016-02-05
1
-1/+13
*
cmake: add --trace-expand option
Ben Boeckel
2015-07-23
1
-0/+1
*
cmake: Fix --build <relative-dir> for VS generators (#15609)
Brad King
2015-06-11
1
-1/+1
*
cmake: Replace CurrentLocalGenerator concept with CurrentMakefile.
Stephen Kelly
2015-06-04
1
-6/+1
*
cmMakefile: Rename method to something more appropriate.
Stephen Kelly
2015-05-19
1
-1/+1
*
cmState: Compute and store directory components.
Stephen Kelly
2015-05-16
1
-0/+6
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-8/+5
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-5/+6
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-10/+16
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-16/+10
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-10/+16
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
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
|
/
[next]