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
/
Tests
/
RunCMake
/
CommandLine
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge topic 'correct_arg_parsing'
Brad King
2021-03-29
3
-0/+6
|
\
\
|
|
/
|
*
cmCommandLineArgument: correctly compute next parse index
Robert Maynard
2021-03-26
3
-0/+6
*
|
fileapi: Add a "directory" object to codemodel-v2
Brad King
2021-03-16
1
-1/+1
*
|
cmake: configure preset add support for --install-prefix mapping
Robert Maynard
2021-03-09
2
-0/+2
*
|
cmake: add support for --install-prefix command argument
Robert Maynard
2021-03-04
1
-0/+3
|
/
*
Tests: Update RunCMake/CommandLine BuildDir
Sam Freed
2021-02-04
11
-11/+11
*
Merge topic 'fileapi-toolchains'
Brad King
2021-01-14
1
-1/+1
|
\
|
*
Tests: Add toolchains kind to capabilities test
Ben McMorran
2021-01-12
1
-1/+1
*
|
Merge topic 'trace_expand_bracket'
Brad King
2021-01-12
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Don't expand bracket arguments in --trace-expand
Raul Tambre
2021-01-11
1
-0/+1
*
|
cmDepends: merge dependers of depend makefile
Kai Wang
2021-01-05
1
-2/+3
*
|
cmake: Error out on unknown arguments starting with `-`.
Robert Maynard
2020-12-01
5
-0/+8
*
|
cmake: redesign command-line argument parsing
Robert Maynard
2020-11-19
6
-6/+6
*
|
cmake: Fix processing of -Wno-error= flags
Brad King
2020-11-17
1
-0/+4
*
|
Merge topic 'llvm-rc-CMAKE_RC_FLAGS'
Brad King
2020-10-29
1
-1/+1
|
\
\
|
*
|
llvm_rc: add llvm_rc option filter to correctly pick up all options
Thomas Bernard
2020-10-28
1
-1/+1
*
|
|
Merge topic 'xcode_build_jobs'
Brad King
2020-10-28
1
-2/+2
|
\
\
\
|
*
|
|
XCode: Use -j build option when job capacity is specified by user
Fred Baksik
2020-10-26
1
-2/+2
|
|
/
/
*
|
|
Merge topic 'cmake-presets-path-arg'
Craig Scott
2020-10-27
1
-1/+0
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
CMakePresets.json: Rework how --preset argument is handled
Kyle Edwards
2020-10-26
1
-1/+0
|
*
Merge topic 'cmake-E-cat-binary' into release-3.19
Brad King
2020-10-15
4
-0/+5
|
|
\
*
|
\
Merge topic 'remove-server-mode'
Brad King
2020-10-15
7
-6/+3
|
\
\
\
|
*
|
|
server: remove deprecated 'cmake -E server' mode
Brad King
2020-10-14
7
-6/+3
|
|
/
/
*
|
|
Merge topic 'cmake-E-cat-binary'
Brad King
2020-10-15
4
-0/+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cmake: Fix '-E cat' command for binary files on Windows
Johnny Jazeix
2020-10-14
4
-0/+5
*
|
CMake: Add presets functionality
Kyle Edwards
2020-10-05
1
-0/+1
*
|
cmake_language: Add signature to DEFER calls to later times
Brad King
2020-09-29
1
-1/+1
*
|
Tests: Update RunCMake.CommandLine to avoid duplicate custom commands
Brad King
2020-09-01
2
-10/+32
*
|
cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflict
Thomas Bernard
2020-08-07
1
-4/+4
*
|
cmake: Add -E create_hardlink
Sibi Siddharthan
2020-07-15
10
-0/+49
*
|
Merge topic 'profiling-case-insensitive-command-names'
Brad King
2020-07-14
2
-1/+18
|
\
\
|
|
/
|
*
cmake: Store lowercase command names in profiling output
Craig Scott
2020-07-13
2
-1/+18
*
|
Merge topic 'fileApiAddLanguageStandardBacktrace'
Brad King
2020-06-29
1
-1/+1
|
\
\
|
*
|
fileapi: Extend codemodel targets with language standard
Justin Goshi
2020-06-26
1
-1/+1
*
|
|
cmake-install: implement default directory permissions
Asit Dhal
2020-06-25
20
-0/+47
|
/
/
*
|
cmake: add dedicated error for -E compare_files invalid arguments
Asit Dhal
2020-06-15
3
-0/+3
*
|
Tests: Add case for cmake --build with a failing target
Brad King
2020-06-12
4
-0/+5
*
|
cmake: remove -E compare_files error message if files differ
Asit Dhal
2020-06-10
2
-2/+0
|
/
*
Merge topic 'fileApiAddPrecompileHeadersBacktrace'
Brad King
2020-05-25
1
-1/+1
|
\
|
*
fileapi: Extend codemodel targets with PRECOMPILE_HEADERS
Justin Goshi
2020-05-22
1
-1/+1
*
|
Merge topic 'third-parties-layout'
Brad King
2020-05-08
1
-0/+0
|
\
\
|
*
|
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-0/+0
|
|
/
*
|
cmake: Allow arbitrary args passed to CMake script
Alex Turbov
2020-05-06
2
-0/+4
|
/
*
cmake -E: add cat command.
Johnny Jazeix
2020-04-15
10
-0/+49
*
Merge topic 'llvm-rc-include-path'
Brad King
2020-04-07
1
-8/+8
|
\
|
*
llvm-rc: Restore include path for data after explicit preprocessing
Thomas Bernard
2020-04-06
1
-8/+8
*
|
Merge topic 'llvm-rc-stderr'
Brad King
2020-03-27
3
-3/+4
|
\
\
|
|
/
|
*
llvm-rc: Print stderr output when calling tools through cmake_llvm_rc
Thomas Bernard
2020-03-26
3
-3/+4
*
|
cmake: add command line options to output script profiling data
Wouter Klouwen
2020-03-07
11
-0/+49
|
/
*
Add -E cmake_llvm_rc to preprocess files for llvm-rc
Thomas Bernard
2020-02-04
9
-0/+38
[prev]
[next]