Home
last modified time | relevance | path

Searched +full:build +full:- +full:macos (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/netbsd-src/external/bsd/libfido2/dist/
H A DREADME.adoc3 image:https://github.com/yubico/libfido2/workflows/linux/badge.svg["Linux Build Status (github acti…
4 image:https://github.com/yubico/libfido2/workflows/macos/badge.svg["macOS Build Status (github acti…
5 image:https://github.com/yubico/libfido2/workflows/windows/badge.svg["Windows Build Status (github …
7 …oss-fuzz-build-logs.storage.googleapis.com/badges/libfido2.svg["Fuzz Status (oss-fuzz)", link="htt…
9 *libfido2* provides library functionality and command-line tools to
19 *libfido2* is licensed under the BSD 2-clause license. See the LICENSE
24 *libfido2* is known to work on Linux, macOS, Windows, OpenBSD, and FreeBSD.
35 * Go: https://github.com/keys-pub/go-libfido2[go-libfido2]
36 * Perl: https://github.com/jacquesg/p5-FIDO-Raw[p5-FIDO-Raw]
57 $ sudo dnf install libfido2 libfido2-devel fido2-tools
[all …]
H A DNEWS1 * Version 1.13.0 (2023-02-20)
4 - fido_assert_empty_allow_list;
5 - fido_cred_empty_exclude_list.
6 ** fido2-token: fix issue when listing large blobs.
9 * Version 1.12.0 (2022-09-22)
14 - es384_pk_free;
15 - es384_pk_from_EC_KEY;
16 - es384_pk_from_EVP_PKEY;
17 - es384_pk_from_ptr;
18 - es384_pk_new;
[all …]
/netbsd-src/tools/compat/
H A DREADME3 Special notes for cross-hosting a NetBSD build on certain platforms.
4 Only those platforms which have been tested to complete a "build.sh" run
17 -------
19 build.sh was recently tested on:
26 -----
28 build.sh has been tested on:
37 development packages (glibc-devel, etc.). The g++ package is sometimes
38 called gcc-c++.
40 * The ncurses-devel package must be installed (for nbinfo).
42 * The zlib and zlib-devel packages must be installed (these are
[all …]
/netbsd-src/external/mit/libuv/dist/.github/workflows/
H A DCI-unix.yml1 name: CI-unix
6 - '**'
7 - '!docs/**'
8 - '!src/win/**'
9 - '!.**'
10 - '.github/workflows/CI-unix.yml'
13 - v[0-9].*
14 - master
17 build-android:
18 runs-on: ubuntu-latest
[all …]
H A DCI-sample.yml1 name: ci-sample
6 - '**'
7 - '!docs/**'
8 - '!.**'
9 - '.github/workflows/CI-sample.yml'
12 - v[0-9].*
13 - master
16 build:
18 fail-fast: false
20 os: [macos-latest, ubuntu-latest, windows-latest]
[all …]
/netbsd-src/external/mit/libuv/dist/
H A DSUPPORTED_PLATFORMS.md4 |---|---|---|---|
6 | macOS | Tier 1 | macOS >= 10.15 | Current and previous macOS release |
13 | Android | Tier 3 | NDK >= r15b | Android 7.0, `-DANDROID_PLATFORM=android-24` |
14 | MinGW | Tier 3 | MinGW32 and MinGW-w64 | |
42 new include file in ``include/`` with the name ``uv-theplatform.h`` and add
49 Two build systems are supported: autotools and cmake. Ideally both need to be
66 autotools based build system or use version checking macros.
H A DChangeLog7 * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili)
9 * build: make CI a bit noisier (Jameson Nash)
15 * build: AC_SUBST for AM_CFLAGS (Claes Nästén)
17 * ibmi: Implement UDP disconnect (V-for-Vasili)
21 * build: fix kFreeBSD build (James McCoy)
23 * build: remove Windows 2016 workflows (Darshan Sen)
29 * build: filter CI by paths and branches (Jameson Nash)
31 * build: add iOS to macos CI (Jameson Nash)
33 * build: re-enable CI for windows changes (Jameson Nash)
35 * process,iOS: fix build breakage in process.c (Denny C. Dai)
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/
H A Drun-buildbot2 #===----------------------------------------------------------------------===##
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
10 set -ex
11 set -o pipefail
23 [-h|--help] Display this help and exit.
25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try
28 --build-dir <DIR> The directory to use for building the library. By default,
29 this is '<llvm-root>/build/<builder>'.
31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
[all …]
H A Dbuildkite-pipeline.yml1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
10 # This file describes the various pre-commit CI bots used to test libc++.
12 # This file should never contain logic -- all the logic must be offloaded
22 # Light pre-commit tests for things like formatting or when people forget
25 - label: "Format"
26 command: "libcxx/utils/ci/run-buildbot check-format"
28 - "**/clang-format.patch"
30 queue: "libcxx-builders"
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/
H A DBUILD.gn2 import("//llvm/utils/gn/build/mac_sdk.gni")
3 import("//llvm/utils/gn/build/toolchain/compiler.gni")
5 # In the GN build, compiler-rt is always built by just-built clang and lld.
6 # FIXME: For macOS and iOS builds, depend on lib in all needed target arch
9 supported_toolchains = [ "//llvm/utils/gn/build/toolchain:stage2_win" ]
11 supported_toolchains = [ "//llvm/utils/gn/build/toolchain:stage2_unix" ]
15 "//llvm/utils/gn/build/toolchain:stage2_android_aarch64",
16 "//llvm/utils/gn/build/toolchain:stage2_android_arm",
19 group("compiler-rt") {
22 deps += [ "//compiler-rt/lib($toolchain)" ]
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAddressSanitizer.rst12 instrumentation module and a run-time library. The tool can detect the
15 * Out-of-bounds accesses to heap, stack and globals
16 * Use-after-free
17 * Use-after-return (runtime flag `ASAN_OPTIONS=detect_stack_use_after_return=1`)
18 * Use-after-scope (clang flag `-fsanitize-address-use-after-scope`)
19 * Double-free, invalid free
24 How to build
27 Build LLVM/Clang with `CMake <https://llvm.org/docs/CMake.html>`_.
32 Simply compile and link your program with ``-fsanitize=address`` flag. The
33 AddressSanitizer run-time library should be linked to the final executable, so
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn2 import("//llvm/utils/gn/build/write_cmake_config.gni")
8 # to 'include' in the root build dir, so that it's the same for all toolchains.
9 # Maybe we want to make this per-toolchain eventually (and then use root_out_dir
10 # in libcxx_generated_include_dir) -- e.g. for cross-builds that for example
11 # use for-linux-configured libc++ for the host build but for-windows-configured
12 # libc++ for the target build.
282 # On macOS, libcxx/CMakeLists.txt sets LIBCXX_CXX_ABI_SYSTEM to 1, which
284 # don't get copied on macOS due to that.
/netbsd-src/external/mpl/dhcp/dist/doc/devel/
H A Datf.dox29 @section testsAtf ATF unit-tests
37 1) Install pre-Kyua release (0.19 or earlier) of ATF
46 2) Install post-Kyua release of ATF (0.20 or later) and Kyua
54 @subsection preKyuaATF Using pre-Kyua ATF
56 This section describes how to install and use pre-Kyua ATF release to run
61 downloaded here: https://github.com/jmmv/atf/releases/tag/atf-0.19
64 it, build it, and then install it. Note you'll need to include the
65 "--enable-tools" option when configuring ATF. The following would build
66 and install it to /opt/atf/atf-0.19/local:
71 $ tar -xvf $HOME/Downloads/atf-0.19.tar.gz
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/
H A DBUILD.gn1 import("//llvm/utils/gn/build/symlink_or_copy.gni")
2 import("//llvm/utils/gn/build/write_cmake_config.gni")
6 # Since GN has some native support for macOS bundles, it's more natural
30 public_deps = [ "//clang-tools-extra/clangd/tool:clangd" ]
41 bundle_executable_dir = "$bundle_contents_dir/MacOS"
65 deps = [ "//clang-tools-extra/clangd/tool:clangd" ]
82 # - ./ClangdXPC -> Versions/Current/ClangdXPC
83 # - ./Resources -> Versions/Current/Resources
84 # - ./XPCServices -> Versions/Current/XPCServices
85 # - ./Versions/Current -> Versions/A
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.LLVM2 ----------
11 * Bazel BUILD files are removed from the library
17 is applied to fix 32-bit build failure on macOS
24 * Disabled CMake get_git_version as it is meaningless for this in-tree build,
27 is applied on top of v1.4.1 to add RISC-V timer support.
29 is applied on top of v1.4.1 to fix cross-build from linux to windows via MinGW.
33 are applied on top of the previous cherrypick to fix timestamp-related inline
34 asm issues and 32-bit RISC-V build failures. The second cherrypicked commit
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/test/
H A DBUILD.gn4 import("//llvm/utils/gn/build/buildflags.gni")
5 import("//llvm/utils/gn/build/libs/pthread/enable.gni")
6 import("//llvm/utils/gn/build/libs/xar/enable.gni")
7 import("//llvm/utils/gn/build/libs/xml/enable.gni")
8 import("//llvm/utils/gn/build/libs/zlib/enable.gni")
9 import("//llvm/utils/gn/build/write_cmake_config.gni")
10 import("//llvm/utils/llvm-lit/lit_path_function.gni")
28 # See comment for Windows solink in llvm/utils/gn/build/toolchain/BUILD.gn
45 # asan and the host OS is macOS. The GN build currently never uses
46 # LLVM_USE_SANITIZER. (See also CMAKE_CXX_COMPILER in clang/test/BUILD.gn.)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn1 import("//llvm/utils/gn/build/symlink_or_copy.gni")
2 import("//llvm/utils/gn/build/write_cmake_config.gni")
12 "clang-cl",
13 "clang-cl",
16 "clang-cpp",
17 "clang-cpp",
28 # //:clang depends on this symlink target, see comment in //BUILD.gn.
50 configs += [ "//llvm/utils/gn/build:clang_code" ]
59 "//clang/tools/clang-offload-bundler",
60 "//clang/tools/clang-offload-wrapper",
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/
H A DCODE_OWNERS.TXT2 particular part of compiler-rt are reviewed, either by themself or by
3 someone else. They are also the gatekeepers for their part of compiler-rt, with
7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
17 D: Makefile build
33 D: MacOS/iOS port of sanitizers
37 D: CMake build, test suite
44 E: richard-llvm@metafoo.co.uk
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dbuild.inc.rst3 .. SPDX-License-Identifier: MPL-2.0
15 -------
176 macOS global() chapter
[all...]
/netbsd-src/external/bsd/tmux/dist/
H A DREADME7 This release runs on OpenBSD, FreeBSD, NetBSD, Linux, macOS and Solaris.
17 https://invisible-mirror.net/archives/ncurses/
19 To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a
24 To build and install tmux from a release tarball, use:
29 tmux can use the utempter library to update utmp(5), if it is installed - run
30 configure with --enable-utempter to enable this.
32 To get and build the latest from version control - note that this requires
33 autoconf, automake and pkg-config:
45 tmux-users@googlegroups.com
54 $ nroff -mdoc tmux.1|less
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A DREADME.TXT6 `generate-cxx-abilist` CMake target.
8 We do not keep an up-to-date ABI list for all the build configurations of libc++.
9 Currently, only the default configuration on MacOS and Linux are supported.
/netbsd-src/crypto/external/bsd/heimdal/dist/packages/
H A DChangeLog1 2007-12-04 Love Hörnquist Åstrand <lha@it.su.se>
5 * mac/mac.sh: Adapt to macos 10.5 packagemaker
11 2007-12-03 Love Hörnquist Åstrand <lha@it.su.se>
15 2007-10-23 Love Hörnquist Åstrand <lha@it.su.se>
21 2006-11-15 Love Hörnquist Åstrand <lha@it.su.se>
25 * mac/mac.sh: how to build a mac package
/netbsd-src/external/mpl/dhcp/dist/client/
H A DMakefile.am1 # We want to build this directory first, before descending into tests subdir.
7 AM_CPPFLAGS = -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"'
8 AM_CPPFLAGS += -DLOCALSTATEDIR='"$(localstatedir)"'
13 scripts/bsdos scripts/freebsd scripts/linux scripts/macos \
21 man_MANS = dhclient.8 dhclient-script.8 dhclient.conf.5 dhclient.leases.5
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-ANDROID.md5 -------------------
8 NDK. It's available for Linux, macOS and Windows, but only Linux
9 version was actually tested. There is no reason to believe that macOS
15 -------------
17 Android is a cross-compiled target and you can't rely on `./Configure`
19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`,
20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no
23 Do not pass --cross-compile-prefix (as you might be tempted), as it
30 to point at the `NDK` directory. If you're using a side-by-side NDK the path
31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.ANDROID6 -------------------
9 NDK. It's available for Linux, macOS and Windows, but only Linux
10 version was actually tested. There is no reason to believe that macOS
16 -------------
18 Android is a naturally cross-compiled target and you can't use ./config.
20 android-arm, android-arm64, android-mips, android-mip64, android-x86
21 and android-x86_64 (*MIPS targets are no longer supported with NDK R20+).
22 Do not pass --cross-compile-prefix (as you might be tempted), as it will
28 NDK directory. If you're using a side-by-side NDK the path will look
29 something like /some/where/android-sdk/ndk/<ver>, and for a standalone
[all …]

12345678910>>...16