Commit Graph
9 Commits
Author SHA1 Message Date
Andrew Udvare bbdfbe032e .vscode/settings: fix include path 2020-10-09 02:01:53 -04:00
Andrew Udvare 53f6c6f8e9 .vscode/c_cpp_properties: add Linux configuration 2020-10-09 02:01:46 -04:00
Andrew Udvare 9250b36431 vscode: add macOS configurations 2020-10-08 23:19:55 -04:00
Andrew Udvare 324f84750b vscode: Linux: add release configurations 2020-10-08 23:14:37 -04:00
Andrew Udvare 5454456cb3 VS Code settings for code and debugging (Linux x64 only) 2020-10-05 04:57:21 -04:00
Andrew Udvare f6bc2b654c CdStreamPosix: fix type issues 2020-10-01 20:45:38 -04:00
Andrew Udvare 34579ae9c3 premake5: Place macosx-amd64 after arm64
Fixes xcode4 project from Premake getting the wrong target (for now).
2020-10-01 20:44:33 -04:00
Andrew Udvare bbb578c5b1 core/CdStreamPosix: switch to named semaphores to support macOS
macOS does not support unnamed semaphores. The functions return ENOSYS.
2020-10-01 03:21:06 -04:00
Andrew Udvare 01ea7801fd macOS support; thanks to @MrYadro
This should support ARM64 and x86-64.
-target flag based on information from
https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary#3618377.
2020-09-30 15:40:28 -04:00