index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMachO.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-0/+3
*
modermize: replace some raw pointers w/ `unique_ptr`
Alex Turbov
2019-06-24
1
-9/+5
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
clang-tidy: Simplify boolean expressions
Regina Pfeifer
2019-01-15
1
-8/+2
*
Convert some leftover loops to C++11 range-based loop
Matthias Maennich
2017-09-28
1
-4/+3
*
Fix some occurrences of missing override keywords
Matthias Maennich
2017-09-28
1
-1/+1
*
Use C++11 nullptr (cont.)
Matthias Maennich
2017-09-19
1
-2/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
iwyu: Fix OSX specific issues
Daniel Pfeifer
2016-11-22
1
-2/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-153/+107
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-4/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Mach-O: Add Mach-O parser for OS X and iOS.
Clinton Stimpson
2014-12-22
1
-0/+419