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
/
cmcmd.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmSystemTools::RunSingleCommand: Accept std::string argument
Vitaly Stakhovsky
2019-02-06
1
-1/+1
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-5/+3
*
Merge topic 'add_consistent_verbose_build_flag'
Brad King
2019-01-29
1
-6/+6
|
\
|
*
cmake: cmcmd.cxx fix "The arguments are" comments
Florian Maushart
2019-01-25
1
-6/+6
*
|
cmake: Add --ignore-eol option to `-E compare_files` command
Taylor Braun-Jones
2019-01-28
1
-5/+16
*
|
Merge topic 'renamefile-string'
Brad King
2019-01-25
1
-1/+1
|
\
\
|
*
|
cmSystemTools::RenameFile: Accepts std::string args
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
|
/
*
|
Merge topic 'error-overloads'
Brad King
2019-01-25
1
-5/+5
|
\
\
|
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-5/+5
|
|
/
*
|
cmLocalUnixMakefileGenerator3: more methods accept std::string
Vitaly Stakhovsky
2019-01-22
1
-2/+1
|
/
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-8/+8
*
Properties: Add CMAKE_ROLE global property
Kyle Edwards
2019-01-17
1
-2/+4
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-2/+2
*
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
cpplint: only print diagnostics to console if there are errors
jasjuang
2019-01-11
1
-3/+6
*
cmake: add error message when '-E touch' fails
Isaiah Norton
2018-11-27
1
-0/+4
*
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-12/+12
*
Merge topic 'msvc-custom-rc-mt'
Brad King
2018-11-02
1
-2/+10
|
\
|
*
MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}
Mateusz Zych
2018-10-29
1
-2/+10
*
|
Fail the build if cppcheck returns a non-zero exit code
Harald Brinkmann
2018-10-11
1
-3/+7
|
/
*
cmake: Add '-E create_symlink' support on Windows
Jon Chronopoulos
2018-09-18
1
-6/+1
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-4/+4
*
MSVC: Preserve linker output encoding
Justin Goshi
2018-08-09
1
-0/+10
*
MSVC: Fix manifest resource encoding
Justin Goshi
2018-08-09
1
-0/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-7/+8
*
Fix combined use of compiler launcher with lint tools
Ilya A. Kriveshko
2018-02-27
1
-9/+17
*
Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands
Shane Parris
2018-02-15
1
-2/+0
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-6/+5
*
Make use of std::chrono throughout every component
Wouter Klouwen
2018-01-23
1
-2/+2
*
Help: Reword misleading docs for cmake -E time
Taylor Braun-Jones
2018-01-19
1
-1/+1
*
cmcmd: Fix cmake_symlink_library for inconsistent slashes
Brad King
2017-12-20
1
-3/+6
*
Update cpplint support to return 0 and mark warnings for CDash.
Bill Hoffman
2017-12-01
1
-2/+4
*
Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUic
Sebastian Holtermann
2017-11-19
1
-2/+2
*
Autogen: Introduce standalone RCC generator class
Sebastian Holtermann
2017-11-19
1
-4/+14
*
Merge topic 'windows-mt-update-quiet'
Brad King
2017-11-10
1
-1/+1
|
\
|
*
cmcmd: Fix typo in RunCommand logic
Brad King
2017-11-10
1
-1/+1
*
|
Merge topic 'windows-mt-update-quiet'
Brad King
2017-11-10
1
-14/+23
|
\
\
|
|
/
|
*
Windows: Do not report manifest tool update notification as failure
Brad King
2017-11-09
1
-14/+23
*
|
Merge branch 'backport-fix-co-compile' into fix-co-compile
Brad King
2017-10-27
1
-64/+75
|
\
\
|
|
/
|
*
cmcmd: Restore support for running multiple lint tools
Brad King
2017-10-27
1
-56/+66
|
*
cmcmd: Convert lint handlers to file-static functions
Brad King
2017-10-27
1
-11/+12
|
*
cmcmd: Rename loop iteration variable for clarity
Brad King
2017-10-27
1
-2/+2
*
|
Replace cmArray{Begin,End,Size} by their standard counterparts
Matthias Maennich
2017-10-23
1
-2/+3
|
/
*
cmcmd: let operator<< for NumberFormatter reset the stream's format flags
Matthias Maennich
2017-10-05
1
-1/+3
*
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
1
-0/+1
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-3/+3
*
Windows: Improve link-time error messages when rc or mt fail
Jonathan Marler
2017-09-22
1
-32/+62
*
Enable clang-tidy modernize-loop-convert lint
Brad King
2017-09-19
1
-5/+2
*
Merge topic 'refactor-iwyu-code'
Brad King
2017-09-15
1
-228/+279
|
\
|
*
Clean up iwyu code to not be one big if statement.
Bill Hoffman
2017-09-13
1
-228/+279
[next]