/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | __availability | 20 // library on macOS, iOS and other Apple platforms. In order for users to be 31 // For example, the filesystem library was introduced in the dylib in macOS 10.15. 32 // If a user compiles on a macOS 10.15 host but targets macOS 10.13 with their 35 // the symbols when actually trying to launch the program on macOS 10.13. To 167 __attribute__((availability(macos,strict,introduced=10.12))) \ 180 // macOS and iOS versions, so the version mismatch between macOS and others 183 __attribute__((availability(macos,strict,introduced=10.13))) \ 193 __attribute__((availability(macos,strict,introduced=10.12))) \ 199 __attribute__((availability(macos,strict,introduced=10.12))) \ 208 __attribute__((availability(macos,strict,introduced=10.9))) \ [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
H A D | MM_MacOS.pm | 10 die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; 15 ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic 24 Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this 26 Since there's little chance of it being repaired, MacOS Classic is fading
|
/openbsd-src/gnu/llvm/libcxx/utils/ci/ |
H A D | run-buildbot | 31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download 459 echo "--- Downloading previous macOS dylibs" 461 OSX_ROOTS="${BUILD_DIR}/macos-roots" 471 cp "${OSX_ROOTS}/macOS/libc++abi/${DEPLOYMENT_TARGET}/libc++abi.dylib" \ 472 "${OSX_ROOTS}/macOS/libc++abi/${DEPLOYMENT_TARGET}/libc++abi.1.dylib" 473 cp "${OSX_ROOTS}/macOS/libunwind/${DEPLOYMENT_TARGET}/libunwind.dylib" \ 474 "${OSX_ROOTS}/macOS/libunwind/${DEPLOYMENT_TARGET}/libunwind.1.dylib" 478 PARAMS+=";cxx_runtime_root=${OSX_ROOTS}/macOS/libc++/${DEPLOYMENT_TARGET}" 479 PARAMS+=";abi_runtime_root=${OSX_ROOTS}/macOS/libc++abi/${DEPLOYMENT_TARGET}" 480 PARAMS+=";unwind_runtime_root=${OSX_ROOTS}/macOS/libunwind/${DEPLOYMENT_TARGET}" [all …]
|
H A D | macos-ci-setup | 3 # This simple script can be used to set up a CI node running MacOS. 11 …url -fsSl https://raw.githubusercontent.com/llvm/llvm-project/main/libcxx/utils/ci/macos-ci-setup)" 85 echo "Installing CI dependencies for macOS" 113 tags="queue=libcxx-builders,arch=${arch},os=macos,os=macos${version}"
|
H A D | buildkite-pipeline.yml | 742 - label: "MacOS x86_64" 749 os: "macos" 757 - label: "MacOS arm64" 764 os: "macos" 780 os: "macos" 796 os: "macos" 797 …arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't su… 811 os: "macos" 812 …arch: "x86_64" # We need to use x86_64 for back-deployment CI on this target since macOS didn't su… 826 os: "macos" [all …]
|
/openbsd-src/gnu/llvm/lldb/docs/resources/ |
H A D | caveats.rst | 25 For example, on macOS, if you build and link against Python from 36 LLDB in Xcode on macOS 39 Users of lldb in Xcode on macOS commonly run into these issues when they 71 versions of macOS will not include Python 2.7.
|
H A D | build.rst | 133 macOS section in Preliminaries 136 * To use the in-tree debug server on macOS, lldb needs to be code signed. For 139 libc++, which is a required for testing on macOS. 321 macOS subsection 324 On macOS the LLDB test suite requires libc++. Either add 350 Common configurations on macOS argument 362 -C /path/to/llvm-project/lldb/cmake/caches/Apple-lldb-macOS.cmake \ 595 Code Signing on macOS 598 To use the in-tree debug server on macOS, lldb needs to be code signed. The 604 * ``scripts/macos-setup-codesign.sh`` [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/ |
H A D | Tutorial.pod | 277 '18990505T232323' => # before the MacOS epoch 402 if $^O eq 'MacOS'; 417 A little bit of magic happens here. When running on anything but MacOS, all 418 the tests run normally. But when on MacOS, C<skip()> causes the entire 425 ok 2 # skip epoch to ICal not working on MacOS 426 ok 3 # skip epoch to ICal not working on MacOS 427 ok 4 # skip epoch to ICal not working on MacOS 428 ok 5 # skip epoch to ICal not working on MacOS 429 ok 6 # skip epoch to ICal not working on MacOS 430 ok 7 # skip epoch to ICal not working on MacOS [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/ |
H A D | Constant.pm | 14 require Time::Local if $^O eq "MacOS"; 64 use constant TIME_OFFSET => ($^O eq "MacOS") ? Time::Local::timelocal(0,0,0,1,0,1970) : 0; 97 use constant CAN_CHOWN => sub { ($> == 0 and $^O ne "MacOS" and $^O ne "MSWin32") }; 99 use constant ON_UNIX => ($^O ne 'MSWin32' and $^O ne 'MacOS' and $^O ne 'VMS');
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
H A D | pyproject.toml | 18 "Operating System :: MacOS :: MacOS X",
|
/openbsd-src/gnu/llvm/lldb/docs/ |
H A D | index.rst | 12 LLDB is the default debugger in Xcode on macOS and supports debugging C, 55 On macOS the shared library is exposed as a framework named LLDB.framework, 72 * macOS debugging for i386, x86_64 and AArch64 98 * on macOS with a :ref:`generated Xcode project <CMakeGeneratedXcodeProject>`
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DarwinSDKInfo.h | 48 /// macOS -> Mac Catalyst version mapping. 55 /// Mac Catalyst -> macOS version mapping. 84 /// e.g. "macOS_iOSMac":{"10.15":"13.1"} is an example of a macOS -> Mac 137 // "macOS_iOSMac" mapping as it maps the macOS versions to the Mac Catalyst
|
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
H A D | Platform.cpp | 68 return "macOS"; in getPlatformName() 93 .Case("macos", PLATFORM_MACOS) in getPlatformFromName() 112 return "macos" + Version; in getOSAndEnvironmentName()
|
/openbsd-src/etc/ |
H A D | pf.os | 196 # AIX is first because its signatures are close to NetBSD, MacOS X and 279 32768:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.8-4.11::FreeBSD 4.8-5.1 (or MacOS X) 280 32768:64:1:60:M*,N,W0,N,N,T: FreeBSD:5.0-5.1::FreeBSD 4.8-5.1 (or MacOS X) 281 65535:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.8-4.11::FreeBSD 4.8-5.2 (or MacOS X) 282 65535:64:1:60:M*,N,W0,N,N,T: FreeBSD:5.0-5.2::FreeBSD 4.8-5.2 (or MacOS X) 360 # ----------------- MacOS ------------------- 363 # S2:255:1:48:M*,W0,E:.:MacOS:8.6 classic 366 16616:255:1:48:M*,W0: MacOS:7.3-7.6:OTTCP:MacOS 7.3-8.6 (OTTCP) 367 16616:255:1:48:M*,W0: MacOS:8.0-8.6:OTTCP:MacOS 7.3-8.6 (OTTCP) 368 16616:255:1:48:M*,N,N,N: MacOS:8.1-8.6:OTTCP:MacOS 8.1-8.6 (OTTCP) [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | mpw-config.in | 27 If "{target_canonical}" =~ /m68k-apple-macos/ 32 Else If "{target_canonical}" =~ /powerpc-apple-macos/ 35 Set em macos
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/ |
H A D | BUILD.gn | 38 # FIXME: rpath/install_name stuff on macOS for framework on macOS
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | CMakeLists.txt | 23 "See 'Code Signing on macOS' in the documentation." 91 #warning Building for macOS 93 #error Not building for macOS 114 …"Identity override for debugserver; see 'Code Signing on macOS' in the documentation (Darwin only)…
|
/openbsd-src/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
H A D | filter-util.pl | 54 $Inc = "-I::lib" if $^O eq 'MacOS'; 59 $Perl = "$Perl -MMac::err=unix" if $^O eq 'MacOS';
|
/openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
H A D | io_dup.t | 43 $cmd = sprintf $echo, 5 if $^O eq 'MacOS'; 53 elsif ($^O eq 'MacOS') { system 'Catenate Io.dup' }
|
/openbsd-src/gnu/usr.bin/binutils/ld/ |
H A D | mpw-config.in | 3 If "{target_canonical}" =~ /m68k-apple-macos/ 8 Else If "{target_canonical}" =~ /powerpc-apple-macos/
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 299 MacOS, enumerator 451 return TargetPlatform == MacOS; in isTargetMacOS() 456 return TargetPlatform == MacOS || isTargetMacCatalyst(); in isTargetMacOSBased() 468 /// program will run, e.g. MacCatalyst code runs on a macOS target, but its 481 /// Returns true if the minimum supported macOS version for the slice that's 483 /// supported macOS version, the deployment target version is compared to the 492 llvm::Triple(getTriple().getArchName(), "apple", "macos")
|
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/ |
H A D | setup.py | 55 'Operating System :: MacOS :: MacOS X',
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Availability.h | 25 /// @available(macos 10.10, *) 28 /// Here, 'macos 10.10' and '*' both map to an instance of this type.
|
/openbsd-src/gnu/usr.bin/perl/lib/File/ |
H A D | Basename.t | 86 ### Testing MacOS 88 is(fileparse_set_fstype('MacOS'), 'MSDOS', 'set fstype to MacOS');
|
/openbsd-src/gnu/llvm/lldb/docs/status/ |
H A D | status.rst | 17 macOS chapter 20 LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and 23 through a macOS framework which is used by Xcode and the `lldb` 47 | Feature | FreeBSD | Linux | macOS | NetBSD…
|