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
*
cmake: `--build` and `--install` error out when encountering bad flags
Robert Maynard
2021-05-13
1
-2/+24
*
cmake: Add support for '--build --prefix=<prefix>' form of the argument
Brad King
2021-02-23
1
-1/+2
*
cmake: Document '--preset <preset>' form of the argument
Brad King
2021-02-23
1
-1/+1
*
cmake-presets: Add build and test presets
Sam Freed
2021-02-01
1
-8/+41
*
cmake: --install now uses cmCommandLineArgument
Robert Maynard
2021-01-06
1
-54/+51
*
cmake: --build now uses cmCommandLineArgument
Robert Maynard
2021-01-06
1
-83/+95
*
cmake: Use shared parsing code for all cmake argv parsing
Robert Maynard
2021-01-06
1
-43/+98
*
ccmake: Don't list --preset in --help
Kyle Edwards
2020-10-27
1
-0/+2
*
CMakePresets.json: Rework how --preset argument is handled
Kyle Edwards
2020-10-26
1
-2/+1
*
Merge topic 'cmake-E-cat-binary' into release-3.19
Brad King
2020-10-15
1
-12/+11
|
\
|
*
cmake: Fix '-E cat' command for binary files on Windows
Johnny Jazeix
2020-10-14
1
-5/+8
|
*
cmConsoleBuf: Factor out cout/cerr console buffer management
Brad King
2020-10-14
1
-9/+5
*
|
CMake: Add presets functionality
Kyle Edwards
2020-10-05
1
-1/+6
*
|
cmake: Update --help output to discourage use of --find-package mode
Brad King
2020-08-04
1
-1/+1
*
|
Merge topic 'supported-profiling-formats'
Brad King
2020-07-13
1
-1/+3
|
\
\
|
|
/
|
*
cmake: Show supported formats in --help output for --profiling-format
Craig Scott
2020-07-11
1
-1/+3
*
|
Merge topic 'uv-check-return'
Brad King
2020-07-02
1
-1/+3
|
\
\
|
|
/
|
*
cmake: Tolerate nullptr from uv_default_loop
Brad King
2020-07-01
1
-1/+3
*
|
cmake: Remove broken '--warn-unused-vars' option
Brad King
2020-06-29
1
-1/+0
*
|
cmake-install: implement default directory permissions
Asit Dhal
2020-06-25
1
-0/+139
|
/
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-2/+4
*
Fix build warnings for unused functions
Wouter Klouwen
2020-05-01
1
-0/+2
*
cmState::GetCacheEntryProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-4/+4
*
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
1
-1/+1
*
cmake: add command line options to output script profiling data
Wouter Klouwen
2020-03-07
1
-0/+6
*
Refactor: Allow generators to decide default configuration for build
Kyle Edwards
2020-02-04
1
-1/+1
*
Merge topic 'traceJSON'
Kyle Edwards
2019-12-27
1
-0/+1
|
\
|
*
trace: Add JSON output format
Daniel Mensinger
2019-12-23
1
-0/+1
*
|
Merge topic 'add_find_call_debugging'
Kyle Edwards
2019-12-20
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
find_*: Add debug logging infrastructure
Robert Maynard
2019-12-19
1
-0/+1
*
|
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-10/+11
|
/
*
Windows: Restore suppression of error report popups in CI builds
Brad King
2019-11-15
1
-1/+0
*
message: Support logging a context with each message
Alex Turbov
2019-10-12
1
-0/+1
*
CLI: Rename --loglevel to --log-level for naming consistency
Craig Scott
2019-10-10
1
-2/+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-2/+2
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-4/+2
*
Merge topic 'trace-redirect'
Brad King
2019-08-20
1
-0/+2
|
\
|
*
Add --trace-redirect parameter to redirect trace output to a file
Igor Ivanov
2019-08-10
1
-0/+2
*
|
Merge topic 'cmStringAlgorithms_ulong'
Kyle Edwards
2019-08-16
1
-2/+2
|
\
\
|
*
|
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-2/+2
|
|
/
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-9/+9
|
/
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
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
|
\
[next]