summaryrefslogtreecommitdiffstats
path: root/Source/cmMachO.cxx
Commit message (Expand)AuthorAgeFilesLines
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-0/+3
* modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-241-9/+5
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Simplify boolean expressionsRegina Pfeifer2019-01-151-8/+2
* Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-281-4/+3
* Fix some occurrences of missing override keywordsMatthias Maennich2017-09-281-1/+1
* Use C++11 nullptr (cont.)Matthias Maennich2017-09-191-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-2/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-153/+107
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Mach-O: Add Mach-O parser for OS X and iOS.Clinton Stimpson2014-12-221-0/+419