Home
last modified time | relevance | path

Searched +full:apple +full:- +full:cross +full:- +full:compile (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
13 package. This document describes how to compile, build and install curl and
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
[all …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[all …]
/third_party/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[all …]
/third_party/libsnd/docs/
DFAQ.md1 ---
4 ---
11 4. [When trying to compile libsndfile on Solaris I get a "bad substitution" error during linking. W…
12 5. [Why doesn't libsndfile do interleaving/de-interleaving?](#Q005)
18 11. [I'm having problems with u-law encoded WAV files generated by libsndfile in Winamp. Why?](#Q01…
30 23. [I'm cross compiling libsndfile for another platform. How can I run the test suite?](#Q023)
32 -----
52 - pcmbitwidth makes little sense on compressed or floating point formats
53 - with the new API you really don't need to know it
55 As documented [here](api.md#note-1) there is now a well defined behaviour which
[all …]
/third_party/skia/site/docs/user/
Dbuild.md1 ---
6 ---
14 ## `is_official_build` and Third-party Dependencies
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
27 Skia offers several features that make use of third-party libraries, like
28 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset
29 fonts. All these third-party dependencies are optional and can be controlled by
40 While Skia should compile with GCC, MSVC, and other compilers, a number of
[all …]
/third_party/skia/third_party/externals/freetype/builds/mac/
DREADME3 * Makefile skeletons for Apple MPW (Macintosh's Programmer's Workshop)
9 ------------------------------------------------------------
12 ---------------
25 --------------
27 You can use MPW: a free-charged developer environment
28 by Apple, or CodeWarrior: a commercial developer
33 2-1. Apple MPW
34 --------------
38 m68k target: Apple SC 8.9.0d3e1
39 ppc target: Apple MrC 5.0.0d3c1
[all …]
/third_party/toybox/www/
Dfaq.html2 <!--#include file="header.html" -->
26 <!-- get binaries -->
28 <li><h2><a href="#cross">How do I cross compile toybox?</h2></li>
37 and <a href=http://landley.net/notes-2006.html#28-09-2006>started over from
39 <a href=http://lists.busybox.net/pipermail/busybox/2006-September/058617.html>protracted licensing …
42 <a href=http://landley.net/notes-2011.html#13-11-2011>relaunched</a>
44 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a>.
48 after a lot of thinking <a href=http://landley.net/talks/ohio-2013.txt>about
49 licenses</a> and <a href=http://landley.net/notes-2011.html#21-03-2011>the
53 <a href=http://landley.net/talks/celf-2013.txt>strategy</a>
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/cmake/
Dlite_options.cmake9 set(MSLITE_REGISTRY_DEVICE "off" CACHE STRING "Compile Mindspore Lite that supports specific device…
12 currently supported : cortex-m7/auto")
16 option(MSLITE_ENABLE_COREML "enable coreML, only apple ios devices support" off)
33 option(MSLITE_ENABLE_FP16 "Whether to compile Fp16 operator" off)
34 option(MSLITE_ENABLE_INT8 "Whether to compile Int8 operator" on)
60 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=armv8-a+fp16")
61 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=armv8-a+fp16")
217 elseif(TOOLCHAIN_NAME STREQUAL "ohos-lite")
270 #set for cross - compiling toolchain
278 if(NOT APPLE)
[all …]
/third_party/skia/third_party/externals/dawn/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
17 # When upgrading to CMake 3.11 we can remove DAWN_DUMMY_FILE because source-less add_library
74 # Default values for the backend-enabling options
89 elseif(APPLE)
120 option_if_not_defined(DAWN_ENABLE_PIC "Build with Position-Independent-Code enabled" OFF)
122 …_PARTY_DIR "${Dawn_SOURCE_DIR}/third_party" "Directory in which to find third-party dependencies.")
127 set_if_not_defined(DAWN_ABSEIL_DIR "${DAWN_THIRD_PARTY_DIR}/abseil-cpp" "Directory in which to find…
131 …IRV_CROSS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-deps/spirv-cross/src" "Directory in which to find SP…
132 …IRV_HEADERS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-deps/spirv-headers/src" "Directory in which to fin…
133 …_SPIRV_TOOLS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-deps/spirv-tools/src" "Directory in which to find…
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
34 os: ubuntu-latest
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-integration.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
15 Android, Qt, or application-specific widget libraries.
19 text-rendering pipeline, and will discuss the APIs available to
33 (namely, direction, language, and script, but also higher-level
43 objects. HarfBuzz can use FreeType's built-in functions for
52 for working with key components of GNOME's higher-level libraries
59 gets Unicode data about the input-buffer code points.
66 types of information can change with different variation-axis
76 <section id="integration-glib">
[all …]
/third_party/python/Lib/
D_osx_support.py15 # like "-arch" or "-isdkroot", that may need customization for
74 return fp.read().decode('utf-8').strip() if not os.system(cmd) else None
80 or _read_output("/usr/bin/xcrun -find %s" % (toolname,))
99 f = open('/System/Library/CoreServices/SystemVersion.plist', encoding="utf-8")
138 # This is needed for higher-level cross-platform tests of get_platform.
160 contents = _read_output('%s -c -E -v - </dev/null' % (cc,), True)
172 _cache_default_sysroot = line[:-12]
182 # builds, in particular -isysroot and -arch arguments to the compiler. This
203 # (or rather Xcode) releases. With older releases (up-to 10.5)
209 # Xcode releases. Up to Xcode 4 it was possible to use 'gcc-4.2'
[all …]
/third_party/libexif/
DNEWS1 libexif-0.6.24 (2021-11-25):
10 libexif-0.6.23 (2021-09-12):
14 - EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY
15 - EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX
16 - EXIF_TAG_ISO_SPEED
17 - EXIF_TAG_ISO_SPEEDLatitudeYYY
18 - EXIF_TAG_ISO_SPEEDLatitudeZZZ
19 - EXIF_TAG_OFFSET_TIME
20 - EXIF_TAG_OFFSET_TIME_ORIGINAL
21 - EXIF_TAG_OFFSET_TIME_DIGITIZED
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/
DCMakeLists.txt14 set(MSLITE_REGISTRY_DEVICE "off" CACHE STRING "Compile Mindspore Lite that supports specific device…
17 currently supported : cortex-m7/cortex-m4/cortex-m33/auto")
21 option(MSLITE_ENABLE_COREML "enable coreML, only apple ios devices support" off)
39 option(MSLITE_ENABLE_FP16 "Whether to compile Fp16 operator" off)
40 option(MSLITE_ENABLE_INT8 "Whether to compile Int8 operator" on)
60 option(MSLITE_ENABLE_MODEL_PRE_INFERENCE "enable model do pre-inference when Build interface is cal…
71 add_definitions(-DVERSION_STR=\"${VERSION_STR}\")
76 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=armv8-a+fp16")
77 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=armv8-a+fp16")
324 elseif(TOOLCHAIN_NAME STREQUAL "ohos-lite")
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h1 //===- DWARFLinkerCompileUnit.h ---------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
44 return I->getDIEInteger().getValue(); in get()
48 /// Stores all information relating to a compile unit, be it in its original
163 /// \p Ctxt if it is non-null.
193 /// in the string table at \p Offset. \p Name must be an Objective-C
243 /// Set the fully resolved path for the line-table's file \a FileNum
271 /// cloning because for cross-cu forward references the target DIE's offset
301 /// sections and the apple* ones.
/third_party/gptfdisk/
DNEWS2 -------------------
4 - Fixed problem that caused sgdisk to crash with errors about being unable
6 (commit 740, which is pre-release as I type; presumably version 1.19 and
9 - Updated guid.cc to deal with minor change in libuuid.
11 - Fixed potential NULL derefernce bug in sgdisk. Thanks to Damian Kurek
14 - The partition number of "0" can now be used to reference newly-created
15 partitions when the --largest-new=0 option to sgdisk is used. Thanks to
18 - Make explicit casts in gptcurses.cc to eliminate compiler warnings about
19 mis-matched types in printw() statements.
21 - Minor code cleanup based on valgrind analysis.
[all …]
/third_party/libffi/
DChangeLog3 Date: Mon Jun 28 21:10:49 2021 -0400
9 Date: Mon Jun 28 19:50:29 2021 -0400
15 Date: Mon Jun 28 18:50:31 2021 -0400
21 Date: Mon Jun 28 18:45:11 2021 -0400
27 Date: Mon Jun 28 14:59:07 2021 -0400
33 Date: Mon Jun 28 11:51:35 2021 -0700
39 Date: Mon Jun 28 07:24:19 2021 -0700
41 Fix the assertions in cls-24byte (#652)
43 * Fix the assertions in cls-24byte
49 Date: Mon Jun 28 09:53:01 2021 -0400
[all …]
/third_party/skia/third_party/externals/swiftshader/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
34 set(CMAKE_CXX_FLAGS "-DANDROID_NDK_BUILD")
36 elseif(APPLE)
38 # NOTE: Building for Fuchsia requires a Fuchsia CMake-based SDK.
39 # See https://fuchsia-review.googlesource.com/c/fuchsia/+/379673
71 # Cross compiling on macOS. The cross compiling architecture should override
72 # auto-detected system architecture settings.
91 "default, even for 64-bit targets. This can result in linker "
92 "instability and out of memory errors. To use the 64-bit "
93 "host compiler, pass -Thost=x64 on the CMake command line.")
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
38 runs-on: ${{matrix.os}}
43 os: [ ubuntu-20.04, ubuntu-22.04 ]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1 //===- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
91 DisableDebugInfoPrinting("disable-debug-info-print", cl::Hidden,
95 "use-dwarf-ranges-base-address-specifier", cl::Hidden,
98 static cl::opt<bool> GenerateARangeSection("generate-arange-section",
104 GenerateDwarfTypeUnits("generate-type-units", cl::Hidden,
109 "split-dwarf-cross-cu-references", cl::Hidden,
110 cl::desc("Enable cross-cu references in DWO files"), cl::init(false));
[all …]
/third_party/curl/m4/
Dcurl-compilers.m421 # SPDX-License-Identifier: curl
30 dnl -------------------------------------------------
52 mips-sgi-irix*)
71 *** mailing list: https://lists.haxx.selistinfo/curl-library/
79 dnl -------------------------------------------------
91 dnl IBM's almost-compatible clang version
99 fullclangver=`$CC -v 2>&1 | grep version`
100 if echo $fullclangver | grep 'Apple' >/dev/null; then
105 …clangver | grep "based on LLVM " | "$SED" 's/.*(based on LLVM \(@<:@0-9@:>@*\.@<:@0-9@:>@*\).*)/\1…
106 if test -z "$clangver"; then
[all …]
/third_party/gn/src/gn/
Dfunction_toolchain.cc2 // Use of this source code is governed by a BSD-style license that can be
35 // toolchain -------------------------------------------------------------------
42 A toolchain is a set of commands and build flags used to compile the source
50 parameters of each target (or which targets exist) on a per-toolchain basis.
69 2. Re-runs the master build configuration file, applying the arguments
74 The toolchain configuration is two-way. In the default toolchain (i.e. the
80 toolchain definition specifies the arguments to re-invoke the build.
94 configuration file is re-interpreted in the context of that toolchain.
117 When true, configs (public and all-dependent) will cross the boundary out
146 use_doom_melon = true # Doom melon always required for 32-bit builds.
[all …]
/third_party/zlib/
DChangeLog5 - Reject overflows of zip header fields in minizip
6 - Fix bug in inflateSync() for data held in bit buffer
7 - Add LIT_MEM define to use more memory for a small deflate speedup
8 - Fix decision on the emission of Zip64 end records in minizip
9 - Add bounds checking to ERR_MSG() macro, used by zError()
10 - Neutralize zip file traversal attacks in miniunz
11 - Fix a bug in ZLIB_DEBUG compiles in check_match()
12 - Various portability and appearance improvements
15 - Remove K&R function definitions and zlib2ansi
16 - Fix bug in deflateBound() for level 0 and memLevel 9
[all …]

12345