summaryrefslogtreecommitdiffstats
path: root/darwin/PlatformHelpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid VLA on Darwin when reading CPU brandBenny Baumann2023-07-281-3/+2
|
* Use strict function prototypes also for defintionsChristian Göttsche2023-02-041-2/+2
| | | | | | | freebsd/Platform.c:151:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] int Platform_getUptime() { ^ void
* Reformat code baseBenny Baumann2022-10-241-2/+3
| | | | | | | | | | | | | | This includes: - Wrap function implementations - Pointer alignment for function signatures - Pointer alignment for variable declarations - Whitespace after keywords - Whitespace after comma - Whitespace around initializers - Whitespace around operators - Code indentation - Line break for single line statements - Misleading alignment
* Workaround for Rosetta 2 on DarwinAlexander Momchilov2021-09-261-4/+58
| | | | | | rdar://FB9546856 https://openradar.appspot.com/radar?id=5055988478509056
* Refactor Platform_CompareKernelVersion APIAlexander Momchilov2021-09-261-20/+21
|
* Extract Darwin "PlatformHelpers"Alexander Momchilov2021-09-261-0/+70

© 2014-2024 Faster IT GmbH | imprint | privacy policy