summaryrefslogtreecommitdiff
path: root/Source/cmMachO.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'warnings-cleanup'Brad King2021-10-271-1/+2
|\
| * Source: fix only -Wshorten-64-to-32 warning with explicit castSean McBride2021-10-251-1/+2
* | Source: Simplify some boolean expressionsRose2021-10-231-2/+3
|/
* Modernize memory managementMarc Chevrier2020-02-271-16/+15
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* 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-231-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