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
/
cmFileCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-4/+4
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-51/+40
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-1/+3
*
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-2/+1
|
\
|
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
*
|
Merge topic 'cmCryptoHash_string_view'
Brad King
2019-08-19
1
-2/+2
|
\
\
|
*
|
cmCryptoHash: Accept cm::string_view input
Sebastian Holtermann
2019-08-18
1
-2/+2
|
|
/
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-3/+3
|
/
*
Merge topic 'cmStringAlgorithms_ulong'
Kyle Edwards
2019-08-16
1
-2/+1
|
\
|
*
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-2/+1
*
|
Merge topic 'retry-directory-delete'
Kyle Edwards
2019-08-13
1
-1/+1
|
\
\
|
*
|
Retry removing directories on Windows
Kasper Laudrup
2019-08-08
1
-1/+1
*
|
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-6/+6
|
|
/
|
/
|
*
|
cmFileCommand: Use cmSubcommandTable
Regina Pfeifer
2019-08-06
1
-116/+119
*
|
cmFileCommand: turn into free function
Regina Pfeifer
2019-08-06
1
-2/+2
*
|
cmFileCommand: put subcommands in unnamed namespace
Daniel Pfeifer
2019-08-06
1
-199/+190
*
|
cmFileCommand: port to cmExecutionStatus
Daniel Pfeifer
2019-08-06
1
-283/+306
|
/
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
Merge topic 'remove_compiler_rpath'
Kyle Edwards
2019-07-26
1
-1/+6
|
\
|
*
Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property
Jiang Yue
2019-07-25
1
-1/+6
*
|
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-29/+26
|
/
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
file: Add GET_RUNTIME_DEPENDENCIES mode
Kyle Edwards
2019-06-10
1
-0/+175
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-8/+7
*
Merge topic 'cmFileTimes'
Brad King
2019-05-23
1
-14/+5
|
\
|
*
Use cmFileTimes instead of cmSystemToolsFileTime interface
Sebastian Holtermann
2019-05-22
1
-14/+5
*
|
Merge topic 'file-remove-no-empty'
Craig Scott
2019-05-22
1
-0/+6
|
\
\
|
|
/
|
/
|
|
*
file: Change REMOVE to ignore empty names
Brad King
2019-05-21
1
-0/+6
*
|
Source: change parameters to std::string
Vitaly Stakhovsky
2019-05-19
1
-2/+1
|
/
*
cmFileCommand: Port to cmArgumentParser
Regina Pfeifer
2019-04-04
1
-81/+74
*
cmFileCommand: Factor out cmFileCopier and cmFileInstaller
Bryon Bean
2019-03-13
1
-1080/+2
*
cmFileCommand: Refactor HandleCMakePathCommand
Artur Ryt
2019-02-26
1
-24/+23
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-0/+1
*
Merge topic 'delete_copy_assign'
Brad King
2019-02-18
1
-0/+3
|
\
|
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+3
*
|
cmSystemTools: Remove redundant cmCopyFile() and Split()
Vitaly Stakhovsky
2019-02-15
1
-1/+1
|
/
*
Merge topic 'systools-stdstring2'
Brad King
2019-02-13
1
-41/+43
|
\
|
*
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
1
-41/+43
*
|
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-5/+5
|
/
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-20/+16
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-3/+3
*
Merge topic 'copyfile-stdstring'
Brad King
2019-01-30
1
-2/+1
|
\
|
*
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-2/+1
*
|
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-2/+1
|
\
\
|
|
/
|
/
|
|
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-1/+0
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-2/+2
*
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-1/+1
|
\
\
[next]