summaryrefslogtreecommitdiff
path: root/Source/cmMachO.h
Commit message (Expand)AuthorAgeFilesLines
* cmMachO: Add missing header for std::unique_ptrCraig Scott2022-01-021-0/+1
* Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSERBrad King2021-02-031-2/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-1/+1
* Mark operator bool explicitRegina Pfeifer2018-11-191-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-231-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+1
* Mach-O: Add Mach-O parser for OS X and iOS.Clinton Stimpson2014-12-221-0/+51