summaryrefslogtreecommitdiffstats
path: root/Source/cmBinUtilsMacOSMachOLinker.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Source: Avoid comparing pointers to nullptrVitaly Stakhovsky2024-08-271-2/+2
* file(GET_RUNTIME_DEPENDENCIES): propagate parent rpath on macOSLuis Caro Campos2024-04-151-4/+10
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-1/+0
* cmBinUtilsMacOSMachOLinker: improve performance by memoizing otool callsSeth R Johnson2021-10-121-9/+33
* file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX optionKyle Edwards2021-06-041-8/+14
* file: Update GET_RUNTIME_DEPENDENCIES for macOS 11 dylib cacheBrad King2020-07-131-1/+14
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-1/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-0/+2
* file: Add GET_RUNTIME_DEPENDENCIES modeKyle Edwards2019-06-101-0/+228