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
...
|
*
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
|
\
\
|
*
|
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-1/+1
*
|
|
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 'revert-file-alt-httpauth'
Brad King
2019-01-25
1
-8/+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert "file: Allow DOWNLOAD/UPLOAD using alternate authentication methods"
Brad King
2019-01-24
1
-8/+0
*
|
|
cmSystemTools: Silence CreateLink and CreateSymlink errors
Tushar Maheshwari
2019-01-16
1
-15/+13
*
|
|
cmFileCommand: Add CREATE_LINK subcommand
Tushar Maheshwari
2019-01-16
1
-0/+121
|
|
/
|
/
|
*
|
Merge topic 'semi-warnings'
Brad King
2019-01-16
1
-6/+8
|
\
\
|
*
|
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-6/+8
*
|
|
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-17/+20
|
/
/
*
|
IWYU: Update CMake code for IWYU built with Clang 6
Brad King
2019-01-15
1
-0/+1
*
|
Source: Fix various compiler warnings in Visual Studio 2017
Bruno Manganelli
2019-01-09
1
-1/+1
*
|
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-7/+3
*
|
file: Fix formatting of error in SIZE sub-command
Kyle Edwards
2018-12-06
1
-1/+1
*
|
file: Add READ_SYMLINK sub-command
Kyle Edwards
2018-12-06
1
-0/+30
*
|
Merge topic 'file-size'
Brad King
2018-11-28
1
-0/+32
|
\
\
|
*
|
file: add SIZE option
Wouter Klouwen
2018-11-27
1
-0/+32
*
|
|
clang-tidy: Enable checks from bugprone set
Regina Pfeifer
2018-11-21
1
-3/+4
*
|
|
clang-tidy: fix warnings from version 7
Regina Pfeifer
2018-11-20
1
-1/+1
|
/
/
*
|
Using front() and back() instead of calculations
Cengizhan Pasaoglu
2018-11-06
1
-1/+1
|
/
*
install: Set permissions on directories created by install(DIRECTORY)
Kyle Edwards
2018-10-01
1
-18/+38
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-4/+4
*
Merge topic 'file-alt-httpauth'
Brad King
2018-08-31
1
-0/+8
|
\
|
*
file: Allow DOWNLOAD/UPLOAD using alternate authentication methods
Clinton Stimpson
2018-08-30
1
-0/+8
*
|
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-1/+1
|
/
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-4/+4
*
file(WRITE): Avoid toggling permissions between 644 and 664
David Faure
2018-08-01
1
-5/+9
*
file(STRINGS): Use isprint() to test character type
Devin Nakamura
2018-07-10
1
-2/+3
*
Merge topic 'update-kwsys'
Brad King
2018-06-25
1
-4/+4
|
\
|
*
Update use of KWSys SystemTools::SplitString for new signature
Brad King
2018-06-22
1
-4/+4
[prev]
[next]