Home
last modified time | relevance | path

Searched +full:asmjs +full:- +full:unknown +full:- +full:emscripten (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Demscripten-buildbot.sh5 if [ ! -f "$ENVSCRIPT" ]; then
6 echo "ERROR: This script expects the Emscripten SDK to be in '$SDKDIR'." 1>&2
11 if [ -z $1 ]; then
12 TARBALL=sdl-emscripten.tar.xz
19 if [ -z "$MAKE" ]; then
20 OSTYPE=`uname -s`
22 NCPU=`cat /proc/cpuinfo |grep vendor_id |wc -l`
25 NCPU=`sysctl -n hw.ncpu`
27 NCPU=`/usr/sbin/psrinfo |wc -l |sed -e 's/^ *//g;s/ *$//g'`
32 if [ -z "$NCPU" ]; then
[all …]
/third_party/rust/crates/libc/libc-test/semver/
DTODO-unix.txt2 # * asmjs-unknown-emscripten
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-emscripten.md1 Emscripten chapter
8 … emconfigure ../configure --host=asmjs-unknown-emscripten --disable-assembly --disable-threads --e…
21 …$ emcc -O2 --js-opts 0 -g4 testdraw2.c -I../include ../build/.libs/libSDL2.a ../build/libSDL2_test…
25 tests: https://dl.dropboxusercontent.com/u/17360362/SDL2-em/index.html
34 SDL_gfx (http://cms.ferzkopp.net/index.php/software/13-sdl-gfx):
36 $ EMCONFIGURE_JS=1 emconfigure ../configure --disable-mmx
/third_party/rust/crates/serde/serde/
Dbuild.rs5 // The rustc-cfg strings below are *not* public API. Please let us know by
15 let emscripten = target == "asmjs-unknown-emscripten" || target == "wasm32-unknown-emscripten"; in main() localVariable
19 // https://doc.rust-lang.org/core/ops/enum.Bound.html in main()
21 println!("cargo:rustc-cfg=no_ops_bound"); in main()
23 println!("cargo:rustc-cfg=no_collections_bound"); in main()
28 // https://doc.rust-lang.org/stable/core/cmp/struct.Reverse.html in main()
30 println!("cargo:rustc-cfg=no_core_reverse"); in main()
34 // https://doc.rust-lang.org/std/ffi/struct.CString.html#method.into_boxed_c_str in main()
35 // https://doc.rust-lang.org/std/path/struct.PathBuf.html#method.into_boxed_path in main()
37 println!("cargo:rustc-cfg=no_de_boxed_c_str"); in main()
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml9 RUSTFLAGS: -Dwarnings
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - uses: dtolnay/rust-toolchain@nightly
18 - run: cd test_suite && cargo test --features unstable
22 runs-on: windows-latest
24 - uses: actions/checkout@v2
25 - uses: dtolnay/rust-toolchain@nightly
26 - run: cd test_suite && cargo test --features unstable -- --skip ui --exact
30 runs-on: ubuntu-latest
[all …]
/third_party/rust/crates/signal-hook/.github/workflows/
Dtest.yaml14 fail-fast: false
17 - ubuntu-latest
18 - macos-latest
19 - windows-latest
21 - stable
22 - beta
23 - nightly
25 - 1.36.0
27 - 1.40.0
29 runs-on: ${{ matrix.os }}
[all …]
/third_party/rust/crates/libc/.github/workflows/
Dbors.yml6 - auto-libc
7 - try
13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
17 runs-on: ubuntu-22.04
19 fail-fast: true
22 i686-unknown-linux-gnu,
23 x86_64-unknown-linux-gnu,
26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
29 - uses: actions/checkout@v3
30 - name: Setup Rust toolchain
[all …]
/third_party/freetype/builds/unix/
Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-patches@gnu.org>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/third_party/python/
Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
7 timestamp='2021-08-14'
30 # Please send patches to <config-patches@gnu.org>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]