summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmStrCat: use character literals where possibleBen Boeckel2025-05-151-1/+1
* cmStrCat: combine neighboring arguments where possibleBen Boeckel2025-05-151-7/+11
* Merge branch 'backport-macos-curl-backend' into macos-curl-backendBrad King2025-04-291-4/+2
|\
| * macOS: Reliably apply workaround for system curl 8.{3,4,5} LibreSSL backendGregor Jasny2025-04-291-4/+2
| * Merge topic 'macos-curl-user-agent' into release-3.30Brad King2024-08-151-1/+4
| |\
* | | Source: Fix -Wformat warningsBrad King2025-04-241-1/+1
* | | file: Add more context to errors from file(DOWNLOAD)Martin Duffy2025-04-181-12/+15
* | | file(DOWNLOAD): Handle write errorsHanjiang Yu2025-03-261-8/+11
* | | Merge branch 'backport-3.31-file-MAKE_DIRECTORY-result-var'Brad King2025-03-131-1/+1
|\ \ \
| * | | file(MAKE_DIRECTORY): Clarify formatting of unexpected arguments errorBrad King2025-03-131-1/+1
| * | | file(MAKE_DIRECTORY): Do not make directories for command keywordsBrad King2025-03-131-3/+1
* | | | file(MAKE_DIRECTORY): Do not make directories for command keywordsBrad King2025-03-131-3/+1
* | | | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* | | | Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-47/+47
* | | | CMP0009: Remove support for OLD behaviorBrad King2025-01-171-39/+1
* | | | cmFileCommand.cxx: Optimize `cmStrCat()` callsAlex Turbov2024-11-191-16/+16
* | | | cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS statesBrad King2024-11-131-8/+0
* | | | cmSystemTools: Implement GetRealPath on WindowsBrad King2024-11-041-3/+1
* | | | cmSystemTools: Add GetLogicalWorkingDirectoryBrad King2024-11-031-1/+1
* | | | cmake: Explicitly look up on-disk case of input paths on WindowsBrad King2024-10-241-0/+1
* | | | cmWorkingDirectory: Unify error messagesDaniel Pfeifer2024-10-181-2/+1
|/ / /
* | | file(DOWNLOAD/UPLOAD): Require minimum TLS 1.2 by defaultBrad King2024-09-261-0/+17
* | | file(DOWNLOAD/UPLOAD): Verify TLS server certificate by defaultBrad King2024-09-241-4/+32
* | | cmFileCommand: Clarify names and logic using optional<bool>Brad King2024-09-241-36/+36
* | | Merge topic 'file-REAL_PATH-warn-non-existing'Brad King2024-09-131-0/+7
|\ \ \
| * | | file(REAL_PATH): Warn on non-existing pathsAlex Overchenko2024-09-121-0/+7
* | | | file(ARCHIVE_CREATE): add WORKING_DIRECTORY optionYuri Witte2024-09-111-1/+4
|/ / /
* | | Merge topic 'macos-curl-user-agent'Brad King2024-08-151-1/+4
|\ \ \ | | |/ | |/|
| * | file(DOWNLOAD): Fix User-Agent to use run-time curl versionBrad King2024-08-131-1/+4
* | | Merge topic 'curl-http2'Brad King2024-08-151-2/+2
|\ \ \ | | |/ | |/|
| * | curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codesBrad King2024-08-131-2/+2
| |/
* | Merge topic 'macos-curl-backend'Brad King2024-07-181-0/+2
|\ \ | |/
| * macOS: Work around bug in system curl 8.{3,4,5} LibreSSL backendBrad King2024-07-171-0/+2
* | file(MAKE_DIRECTORY): Add optional RESULT keyword to capture failure.Asit Dhal2024-06-241-9/+60
|/
* file: Add undocumented READ_MACHO subcommand on macOSRené Bertin2024-06-041-0/+2
* file(): TOUCH, TOUCH_NOCREATE and MAKE_DIRECTORY accept empty listsCraig Scott2024-05-311-8/+17
* file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERIFY environment variableBrad King2024-03-301-0/+12
* file(DOWNLOAD|UPLOAD): Avoid unnecessary CMAKE_TLS_VERIFY variable lookupBrad King2024-03-301-4/+16
* cmGlobCacheEntry: Add helper to carry CONFIGURE_DEPENDS glob cache argumentsArctic Lampyrid2024-03-191-4/+10
* file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION environment variableBrad King2024-02-281-0/+12
* file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION variableBrad King2024-02-281-0/+12
* file(DOWNLOAD|UPLOAD): Add TLS_VERSION option for https connectionsBrad King2024-02-281-0/+44
* file: `STRINGS` + `REGEX` store match resultsCristian Le2024-01-091-0/+37
* Merge topic 'cmFileCopier-error-loss'Brad King2023-12-051-6/+5
|\
| * errors: avoid constructing a stream before getting the last errorBen Boeckel2023-12-021-6/+5
* | cmFileCommand: combine string literalsBen Boeckel2023-10-201-7/+9
|/
* Source: Remove redundant FileIsSymlink checksscivision2023-09-181-2/+1
* file: Clarify CMake only drops RPATHS's it addedRobert Maynard2023-08-151-2/+4
* Merge topic 'file-GENERATE-arg-parsing'Brad King2023-08-081-1/+2
|\
| * file(GENERATE): Restore INPUT|CONTENT parse checkingEvan Wilde2023-08-071-1/+2