/netbsd-src/external/bsd/unbound/dist/ |
H A D | README-Travis.md | 3 …atforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and OS X on… 5 …es build and install OpenSSL and Expat, and then builds Unbound. The testing is tailored for Andro… 7 iOS is tested for iPhoneOS, WatchOS, AppleTVOS, iPhoneSimulator, AppleTVSimulator and WatchSimulato… 9 The Unbound Travis configuration file `.travis.yml` does not use top-level keys like `os:` and `com… 13 …des AMD64, Aarch64, PowerPC and s390x. PowerPC is a little-endian platform, and s390x is a big-end… 16 - os: linux 21 - os: linux 37 - os: linux 43 - os: linux 55 export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=undefined -fno-sanitize-recover" [all …]
|
/netbsd-src/external/mit/libuv/dist/.github/workflows/ |
H A D | CI-unix.yml | 1 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
H A D | BUILD.gn | 1 import("//llvm/utils/gn/build/buildflags.gni") 2 import("//llvm/utils/gn/build/mac_sdk.gni") 3 import("//llvm/utils/gn/build/sysroot.gni") 4 import("//llvm/utils/gn/build/toolchain/compiler.gni") 5 import("//llvm/utils/gn/build/toolchain/target_flags.gni") 8 # Whether to build everything with coverage information. 10 # llvm/utils/prepare-code-coverage-artifact.py \ 11 # .../llvm-profdata .../llvm-cov out/gn/profiles/ report/ \ 12 # out/gn/bin/llvm-undname ...` 17 # Makes the build output independent of the build directory, but makes [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/dist-build/ |
H A D | ios.sh | 7 # Make for iOS and iOS simulator 12 export PREFIX="$(pwd)/libsodium-ios" 18 export XCODEDIR=$(xcode-select -p) 20 xcode_major=$(xcodebuild -version|egrep '^Xcode '|cut -d' ' -f2|cut -d. -f1) 21 if [ $xcode_major -ge 8 ]; then 22 export IOS_SIMULATOR_VERSION_MIN=${IOS_SIMULATOR_VERSION_MIN-"6.0.0"} 23 export IOS_VERSION_MIN=${IOS_VERSION_MIN-"6.0.0"} 25 export IOS_SIMULATOR_VERSION_MIN=${IOS_SIMULATOR_VERSION_MIN-"5.1.1"} 26 export IOS_VERSION_MIN=${IOS_VERSION_MIN-"5.1.1"} 29 mkdir -p $SIMULATOR32_PREFIX $SIMULATOR64_PREFIX $IOS32_PREFIX $IOS32s_PREFIX $IOS64_PREFIX || exit… [all …]
|
H A D | Makefile.am | 3 android-build.sh \ 4 android-arm.sh \ 5 android-armv7-a.sh \ 6 android-armv8-a.sh \ 7 android-mips32.sh \ 8 android-mips64.sh \ 9 android-x86.sh \ 10 android-x86_64.sh \ 12 ios.sh \ 13 msys2-win32.sh \ [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
H A D | BUILD.gn | 1 import("//llvm/utils/gn/build/toolchain/compiler.gni") 7 goma_dir = "C:/src/goma/goma-win64" 18 # https://groups.google.com/a/chromium.org/d/msg/gn-dev/F_lv5T-tNDM 40 …command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflags… 48 …command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflag… 56 …command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{asmfla… 63 if (current_os == "ios" || current_os == "mac") { 64 … command = "libtool -D -static -no_warning_for_no_symbols {{arflags}} -o {{output}} {{inputs}}" 69 "rm -f {{output}} && $ar rcsD {{arflags}} {{output}} {{inputs}}" 77 if (current_os == "ios" || current_os == "mac") { [all …]
|
H A D | target_flags.gni | 2 import("//llvm/utils/gn/build/toolchain/compiler.gni") 5 # compiler-rt at build time (via normal gn cflags/ldflags), as well as to the 6 # compiler building compiler-rt test programs at test time (via 14 "--target=$llvm_current_triple", 15 "--sysroot=$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64/sysroot", 16 "--gcc-toolchain=$android_ndk_path/toolchains/llvm/prebuilt/linux-x86_64", 19 target_flags += [ "-rtlib=libgcc" ] 21 target_ldflags += [ "-static-libstdc++" ] 23 target_flags += [ "-march=armv7-a" ] 25 } else if (current_os == "ios") { [all …]
|
/netbsd-src/external/bsd/unbound/dist/contrib/ios/ |
H A D | install_openssl.sh | 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz; 11 rm -rf ./openssl-1.1.1d 12 if ! tar -xf openssl-1.1.1d.tar.gz; 18 cd openssl-1.1.1d || exit 1 20 if ! cp ../contrib/ios/15-ios.conf Configurations/; then 21 echo "Failed to copy OpenSSL ios config" 28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then 34 if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \ 35 --prefix="$IOS_PREFIX" --openssldir="$IOS_PREFIX"; then 42 echo "Failed to build OpenSSL"
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/src/ |
H A D | BUILD.gn | 3 import("//llvm/utils/gn/build/symlink_or_copy.gni") 6 # Whether to support libc++ opt-in debug mode via _LIBCPP_DEBUG. 9 # Build libc++ with definitions for operator new/delete. 12 # Build libc++ as a shared library. 15 # Build libc++ as a static library. 18 # Build filesystem as part of libc++fs.a. 21 # Build libc++experimental.a. 24 # Use compiler-rt builtins. 43 "-Wall", 44 "-Wextra", [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/ |
H A D | BUILD.gn | 2 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/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | dirent.d | 4 * Copyright: Copyright Sean Kelly 2005 - 2009. 11 /* Copyright Sean Kelly 2005 - 2009. 23 else version (iOS) 60 // only meaningful type for other OS X/Darwin variants (e.g. iOS). 138 char[256] d_name = 0; /* name, NUL-terminated */ 167 // NOTE: The following constants are non-standard Linux definitions 217 // OS X maintains backwards compatibility with older binaries using 32-bit 218 // inode functions by appending $INODE64 to newer 64-bit inode functions. 219 // Other Darwin variants (iOS, TVOS, WatchOS) only support 64-bit inodes, 401 // NOTE: The following constants are non-standard Linux definitions [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/builtins/ |
H A D | BUILD.gn | 1 import("//compiler-rt/target.gni") 2 import("//llvm/utils/gn/build/buildflags.gni") 16 } else if (current_os == "ios" && current_cpu == "arm64") { 17 output_name = "clang_rt.ios" 18 } else if (current_os == "ios" && current_cpu == "x64") { 25 configs -= [ "//llvm/utils/gn/build:thin_archive" ] 28 "-fPIC", 29 "-fno-builtin", 32 cflags += [ "-fvisibility=hidden" ] 35 cflags += [ "-fomit-frame-pointer" ] [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | README.markdown | 1 [](https://travis-ci.org… 2 [](ht… 3 [](https://scan.cov… 8 Sodium is a new, easy-to-use software library for encryption, 11 It is a portable, cross-compilable, installable, packageable 15 Its goal is to provide all of the core operations needed to build 16 higher-level cryptographic tools. 19 including Windows (with MingW or Visual Studio, x86 and x64), iOS, Android, 26 * [libsodium documentation](https://download.libsodium.org/doc/) - 34 …n the [installation](https://download.libsodium.org/doc/installation/index.html#integrity-checking) [all …]
|
H A D | ChangeLog | 3 - Signatures computations and verifications are now way faster on 4 64-bit platforms with compilers supporting 128-bit arithmetic (gcc, 6 - New low-level APIs for computations over edwards25519: 11 - `crypto_sign_open()`, `crypto_sign_verify_detached() and 13 non-canonical form in addition to low-order points. 14 - The library can be built with `ED25519_NONDETERMINISTIC` defined in 16 - Webassembly: `crypto_pwhash_*()` functions are now included in 17 non-sumo builds. 18 - `sodium_stackzero()` was added to wipe content off the stack. 19 - Android: support new SDKs where unified headers have become the [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
H A D | Apple-stage2.cmake | 1 # This file sets up a CMakeCache for Apple-style stage2 bootstrap. It is 2 # specified by the stage1 build. 22 set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "Build Compiler-RT with just-built clang") 23 set(COMPILER_RT_ENABLE_IOS ON CACHE BOOL "Build iOS Compiler-RT libraries") 31 set(CMAKE_C_FLAGS "-fno-stack-protector -fno-common -Wno-profile-instr-unprofiled" CACHE STRING "") 32 set(CMAKE_CXX_FLAGS "-fno-stack-protector -fno-common -Wno-profile-instr-unprofiled" CACHE STRING "… 34 set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRING "") 35 set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRING "") 45 # Generating Xcode toolchains is useful for developers wanting to build and use 53 llvm-cov [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/ |
H A D | CODE_OWNERS.TXT | 2 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/apache2/llvm/dist/llvm/docs/ |
H A D | TestSuiteGuide.md | 1 test-suite Guide 5 ---------- 8 from an LLVM build: 11 % <path to llvm build>/bin/llvm-lit --version 22 % pip install svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit 23 % lit --version 27 2. Check out the `test-suite` module with: 30 % git clone https://github.com/llvm/llvm-test-suite.git test-suite 33 3. Create a build directory and use CMake to configure the suite. Use the 35 to choose a typical build configuration: [all …]
|
H A D | GettingStarted.rst | 19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This 21 -- and from there into object files, using LLVM. 34 This is an example workflow and configuration to get and build the LLVM source: 38 * ``git clone https://github.com/llvm/llvm-project.git`` 39 * Or, on windows, ``git clone --config core.autocrlf=false 40 https://github.com/llvm/llvm-project.git`` 41 * To save storage and speed-up the checkout time, you may want to do a 42 …`shallow clone <https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt>`_… 44 ``git clone --depth 1 https://github.com/llvm/llvm-project.git`` 46 #. Configure and build LLVM and Clang: [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | CMakeLists.txt | 68 ios.cpp 69 ios.instantiations.cpp 109 # provided by compiler-rt. So we need to disable it to avoid having multiple 161 … message(FATAL_ERROR "Cannot find compiler-rt directory on OS X required for LLVM_USE_SANITIZER") 165 message(STATUS "Manually linking compiler-rt library: ${LIBCXX_SANITIZER_LIBRARY}") 167 add_link_flags("-Wl,-rpath,${LIBDIR}") 188 # Build the shared library. 191 target_link_libraries(cxx_shared PUBLIC cxx-headers 219 target_link_libraries(cxx_shared PRIVATE "-Wl,-force_load" "${LIBCXX_CXX_STATIC_ABI_LIBRARY}") 221 …_libraries(cxx_shared PRIVATE "-Wl,--whole-archive,-Bstatic" "${LIBCXX_CXX_STATIC_ABI_LIBRARY}" "-… [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/libcxx/include/ |
H A D | BUILD.gn | 2 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. 214 "ios",
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Darwin.cpp | 1 //===--- Darwin.cpp - Darwin Tool and ToolChain Implementations -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 38 // See arch(3) and llvm-gcc's driver-driver.c. We don't implement support for in getArchTypeForMachOArchName() 43 // historically the driver driver accepts this and also ties its -march= in getArchTypeForMachOArchName() 100 while (SourceAction->getKind() != Action::InputClass) { in ConstructJob() 101 assert(!SourceAction->getInputs().empty() && "unexpected root action!"); in ConstructJob() 102 SourceAction = SourceAction->getInputs()[0]; in ConstructJob() 105 // If -fno-integrated-as is used add -Q to the darwin assembler driver to make in ConstructJob() 107 // Applicable to darwin11+ and Xcode 4+. darwin<10 lacked integrated-as. in ConstructJob() [all …]
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | ChangeLog | 7 * 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/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-1999 | 1 1999-12-26 Phil Edwards <pme@sourceware.cygnus.com> 7 1999-12-26 Phil Edwards <pme@sourceware.cygnus.com> 9 * docs/faq/index.html: Turn README and RELEASE-NOTES into links 13 1999-12-23 Phil Edwards <pme@sourceware.cygnus.com> 18 1999-12-22 Phil Edwards <pme@sourceware.cygnus.com> 31 1999-12-21 Benjamin Kosnik <bkoz@decepticon.cygnus.com> 37 * config/irix/ctype.cc: Add irix-6.5 info. Not tested. 41 * config/aix/ctype.cc: Add aix-4.2 info. Not tested. 44 1999-12-21 Philip Martin <pm@corris.dircon.co.uk> 51 1999-12-21 Benjamin Kosnik <bkoz@decepticon.cygnus.com> [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 1 //==--- DiagnosticDriverKinds.td - libdriver diagnostics ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 "-E or -x required when input is from standard input">; 34 "link standard libraries, please pass -mmcu=<mcu name>">, 37 "no avr-gcc installation can be found on the system, " 41 "no avr-libc installation can be found on the system, " 57 "cannot find CUDA installation. Provide its path via --cuda-path, or pass " 58 "-nocudainc to build without CUDA includes.">; 61 "via --cuda-path, or pass -nocudalib to build without linking with libdevice.">; [all …]
|
/netbsd-src/crypto/dist/ipsec-tools/ |
H A D | NEWS | 2 ---------------- 7 0.8.2 - 27 February 2014 8 o Fix admin port establish-sa for tunnel mode SAs (Alexander Sbitnev) 11 o Additional compliance and build fixes 13 0.8.1 - 08 January 2013 14 o Improved X.509 subject name comparation (Götz Babin-Ebell) 15 o Relax DPD cookie check for Cisco IOS compatibility (Roman Antink) 19 o Multiple memory allocation and use-after-free fixes 21 0.8 - 18 March 2011 28 o Handle RESPONDER-LIFETIME in quick mode [all …]
|