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(MAKE_DIRECTORY): Provide a more descriptive error message
Terence Noone
2022-12-08
1
-2/+4
*
file(COPY_FILE): Add option to retry on Windows if input access fails
Brad King
2022-11-17
1
-1/+7
*
file(ARCHIVE_CREATE): Allow higher compression level for Zstd
Amir Masoud Abdol
2022-11-16
1
-7/+16
*
cmGeneratorExpression: Require cmake instance
Kyle Edwards
2022-11-11
1
-2/+4
*
file(DOWNLOAD EXPECTED_HASH): better error message when download failed
Aurelien Regat-Barrel
2022-11-09
1
-5/+9
*
file(DOWNLOAD): Fix LOG with EXPECTED_HASH on download failure
Aurelien Regat-Barrel
2022-10-30
1
-5/+7
*
cmSystemTools: Provide quiet link creation methods
Brad King
2022-10-06
1
-4/+16
*
Merge topic 'parse-large-int'
Brad King
2022-09-21
1
-2/+8
|
\
|
*
file: Avoid strange istringstream crash in cmake.org binaries on Alpine Linux
Brad King
2022-09-20
1
-2/+8
*
|
file(DOWNLOAD): Fix message for existing file with matching hash
Michael Hirsch
2022-08-23
1
-1/+1
*
|
cmFileCommand: Capture list of parsed keywords via binding
Brad King
2022-07-25
1
-7/+8
*
|
cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()
Brad King
2022-07-25
1
-3/+2
*
|
cmFileCommand: Report keyword errors via argument parser results
Brad King
2022-07-22
1
-97/+67
*
|
cmFileCommand: Use cm::optional for keyword argument presence
Brad King
2022-07-20
1
-32/+18
*
|
cmArgumentParser: Model maybe-missing string with wrapper type
Brad King
2022-07-07
1
-24/+14
*
|
cmArgumentParser: Model maybe-empty and non-empty lists with wrapper types
Brad King
2022-07-07
1
-44/+28
*
|
Merge topic 'file-TIMESTAMP-relative-path'
Brad King
2022-07-07
1
-1/+5
|
\
\
|
*
|
file(TIMESTAMP): Interpret relative paths w.r.t. the source tree
TheBrokenRail
2022-07-06
1
-1/+5
*
|
|
cmFileCommand: Use cm::optional for keyword argument presence
Brad King
2022-07-05
1
-83/+61
*
|
|
cmArgumentParser: Require callers to consider unparsed arguments
Brad King
2022-07-05
1
-2/+4
*
|
|
cmArgumentParser: Avoid allocating copies of keyword strings
Brad King
2022-07-05
1
-39/+39
|
/
/
*
|
file(ARCHIVE*): Simplify acceptance of empty list arguments
Brad King
2022-06-29
1
-3/+9
*
|
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-39/+39
*
|
Merge topic 'curl-debug-callback'
Brad King
2022-05-24
1
-2/+2
|
\
\
|
*
|
cmFileCommand: Fix signature of CURLOPT_DEBUGFUNCTION callback
Brad King
2022-05-23
1
-2/+2
*
|
|
cmFileCommand: remove an unnecessary cast
Ben Boeckel
2022-05-24
1
-1/+1
*
|
|
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-05-24
1
-1/+1
|
/
/
*
|
cmake -E tar: Add --touch option
Kasper Laudrup
2022-03-23
1
-3/+8
*
|
file(DOWNLOAD): Add options to download a range
m.klimenko
2022-02-15
1
-0/+31
|
/
*
file: Fix types of the OFFSET and LIMIT arguments
Alexey Edelev
2022-01-13
1
-14/+9
*
Merge topic 'file-READ_ELF-capture-error'
Brad King
2022-01-12
1
-3/+8
|
\
|
*
file: Restore error capture in undocumented READ_ELF mode
Brad King
2022-01-11
1
-3/+8
*
|
cmFileCommand: Update for new signature of GetLineFromStream
Brad King
2022-01-11
1
-6/+4
*
|
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-3/+4
|
/
*
cmFileCommand: improve error message
Seth R Johnson
2021-10-12
1
-3/+6
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-1/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-5/+5
*
cmCurlSetCAInfo: use std::string as argument
Marc Chevrier
2021-09-19
1
-2/+2
*
cmCurl: Adopt helper to fix file:// URLs
Brad King
2021-09-15
1
-35/+2
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-2/+2
*
cmELF: Include the ELF parsing code unconditionally
Alex Richardson
2021-06-24
1
-14/+6
*
install(TARGETS): Add RUNTIME_DEPENDENCIES option
Kyle Edwards
2021-06-04
1
-3/+2
*
file: Add undocumented RPATH_SET command
Kyle Edwards
2021-06-04
1
-0/+61
*
Refactor: Modify file(RPATH_*) to use cmArgumentParser
Kyle Edwards
2021-06-04
1
-77/+61
*
file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX option
Kyle Edwards
2021-06-04
1
-0/+7
*
file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments
Kyle Edwards
2021-06-01
1
-10/+24
*
cmFileCommand: Remove unused local variable
Brad King
2021-04-28
1
-3/+0
*
file(REAL_PATH): add option EXPAND_TILDE
Marc Chevrier
2021-04-21
1
-3/+20
*
cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink
Brad King
2021-04-15
1
-2/+4
*
Update CMake code using KWSys to account for Status return values
Brad King
2021-04-14
1
-3/+6
[next]