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
*
Refactor: Use anonymous namespace instead of `static`s
Alex Turbov
2019-07-09
1
-61/+55
*
Refactor: Remove one-time used macros
Alex Turbov
2019-07-09
1
-31/+30
*
Refactor: Optimize some stream output operations
Alex Turbov
2019-07-09
1
-3/+1
*
Help: Use consistent levels for cmake --loglevel and message()
Craig Scott
2019-07-08
1
-1/+1
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-1/+1
*
Merge topic 'std-pipes-always'
Brad King
2019-05-03
1
-0/+1
|
\
|
*
Ensure stdin, stdout, and stderr pipes are always open
Brad King
2019-05-02
1
-0/+1
*
|
Merge topic 'jobs-positive-value'
Brad King
2019-05-03
1
-3/+21
|
\
\
|
|
/
|
/
|
|
*
cmake: --build -j <jobs> should not accept 0.
Fred Baksik
2019-05-01
1
-3/+21
*
|
message(): Add support for log levels
Alex Turbov
2019-04-28
1
-0/+2
|
/
*
Merge topic 'cmake--install'
Kyle Edwards
2019-03-19
1
-0/+125
|
\
|
*
cmake: add '--install <dir>' option
Jiang Yi
2019-03-16
1
-0/+125
*
|
cmake: add short version of '--target <tgt>...' option
Bartosz Kosiorek
2019-03-12
1
-3/+5
*
|
cmake: Reformat '--parallel' and '--verbose' options in help
Bartosz Kosiorek
2019-03-12
1
-5/+5
|
/
*
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-16/+28
*
cmakemain: Remove ignored --use-stderr option from command line help
Bartosz Kosiorek
2019-03-04
1
-1/+0
*
Merge branch 'master' into cmake_role-vs-fix
Kyle Edwards
2019-02-26
1
-17/+21
|
\
|
*
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-6/+7
|
*
cmSystemTools: MessageCallback and Message() accept std::string argument
Vitaly Stakhovsky
2019-02-07
1
-11/+14
*
|
CMAKE_ROLE: Fix value in --build for Visual Studio generators
Kyle Edwards
2019-02-26
1
-1/+1
|
/
*
MessageCallback: Remove unused bool& argument
Regina Pfeifer
2019-01-29
1
-13/+10
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-17/+29
*
cmake: Add options for verbose output to --build mode
Florian Maushart
2019-01-28
1
-1/+8
*
Merge topic 'cmake_build_jobs_supports_no_space'
Brad King
2019-01-23
1
-19/+36
|
\
|
*
cmake: --build supports '-jN'
Robert Maynard
2019-01-22
1
-19/+36
*
|
Merge topic 'help-mark-default-generator'
Brad King
2019-01-22
1
-4/+2
|
\
\
|
|
/
|
/
|
|
*
cmake: Return generator docs directly
Artur Ryt
2019-01-18
1
-4/+2
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-6/+6
|
/
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-5/+17
*
cmake: Stop processing if -P option lacks file name
Craig Scott
2019-01-13
1
-5/+5
*
cmake: -S and -B can be used to specify source and build directories
Robert Maynard
2018-09-15
1
-1/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-30/+37
*
cmake: Add options for parallel builds to --build mode
Florian Maushart
2018-05-25
1
-1/+49
*
Extend libuv file translate mode workaround to all executables
Brad King
2018-01-23
1
-16/+1
*
cmake: Add --open option for IDE generators
Gregor Jasny
2017-10-13
1
-0/+43
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-2/+2
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-2/+2
*
|
bootstrap: Make libuv available during bootstrap
Brad King
2017-09-17
1
-3/+4
|
/
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-8/+6
*
use static_cast<> for casts from void*
Rolf Eike Beer
2017-09-01
1
-1/+1
*
Merge topic 'fix-find-package-mode'
Brad King
2017-08-30
1
-1/+1
|
\
|
*
cmake: Fix --find-package mode with imported targets
Brad King
2017-08-29
1
-1/+1
*
|
Merge topic 'cstyle-casts'
Daniel Pfeifer
2017-08-30
1
-5/+5
|
\
\
|
*
|
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-5/+5
*
|
|
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-2/+1
|
/
/
*
|
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-13/+12
*
|
Make libuv available to all parts of CMake
Brad King
2017-08-08
1
-11/+6
|
/
*
cmake: Fix default file translate mode when using libuv
Brad King
2017-06-14
1
-0/+16
*
cmakemain: use script role for -P
Daniel Pfeifer
2017-05-11
1
-1/+3
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-4/+4
[next]