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
*
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
*
|
file: Drop error cases added by CMake 3.12.0-rc1 to avoid regressions
Brad King
2018-06-22
1
-17/+11
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-16/+21
*
file(WRITE): Report errors during write operation
Ruslan Baratov
2018-05-16
1
-0/+8
*
file(INSTALL): Preserve file time when writing NTFS alternate stream
Yves Frederix
2018-04-23
1
-0/+12
*
Add `CONFIGURE_DEPENDS` flag support to cmFileCommand::HandleGlobCommand
Shane Parris
2018-03-29
1
-0/+38
*
file(GLOB): Ensure entire file list is sorted
Shane Parris
2018-03-07
1
-12/+7
*
Refactor HandleGlobCommand
Shane Parris
2018-02-28
1
-71/+78
*
Adds file(TOUCH) and file(TOUCH_NOCREATE) sub-commands
Shane Parris
2018-02-15
1
-0/+38
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-23/+21
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+2
*
Move file/dir permissions code to common file.
Domen Vrankar
2017-11-08
1
-49/+3
*
CMake: enable setting default dir creation permissions
Domen Vrankar
2017-11-08
1
-1/+22
*
file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption
Shane Parris
2017-10-18
1
-0/+58
*
Fix left-over occurrences of else-after-return
Matthias Maennich
2017-09-28
1
-3/+2
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-12/+11
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-7/+7
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-7/+7
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-9/+9
|
/
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-28/+21
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-10/+12
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-21/+21
[next]