Home
last modified time | relevance | path

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

12345678910>>...22

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpkgcheck.yml4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
13 compiler: gcc
14 cxx-compiler: g++
16 - name: Ubuntu GCC -m32
17 os: ubuntu-latest
18 compiler: gcc
[all …]
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
13 compiler: gcc
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
18 compiler: gcc
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
13 compiler: gcc
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
18 compiler: gcc
[all …]
/external/google-fruit/.github/workflows/
Dtest-on-osx.yml5 - master
10 …e tests with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
15 - cron: '13 8 1 * *'
17 macOS-12:
18 runs-on: macos-12
24 - uses: actions/checkout@v3
25 - name: install
27 - name: test
29 - name: Setup tmate session
30 uses: mxschmitt/action-tmate@v3
[all …]
/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
29 - stage: Test
32 - job: 'Linux'
35GCC 10 (GNU): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c…
36GCC 10 (ISO): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c…
37 GCC 10: { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc }
[all …]
/external/AFLplusplus/docs/
DINSTALL.md11 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with
27 sudo apt-get update
28 …udo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li…
30 sudo apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llv…
31 …t-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$…
32 sudo apt-get install -y ninja-build # for QEMU mode
39 It is recommended to install the newest available gcc, clang and llvm-dev
44 assisting tooling compiled but are not interested in binary-only targets, then
48 make source-only
[all …]
/external/libpcap/pcap/
Dfuncattrs.h1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
38 #include <pcap/compiler-tests.h>
42 * compiler-specific extensions.
108 /* XXX - does this need special treatment? */
121 * GCC 3.4 and later, or some compiler asserting compatibility with
122 * GCC 3.4 and later, or XL C 13.0 and later, so we have
155 * Yes, that's you, Apple. :-) Please define PCAP_AVAILABLE_MACOS()
158 * to run on multiple macOS versions and use new APIs when available.
159 * (Yes, such third-party software exists - Wireshark provides binary
160 * packages for macOS, for example. tcpdump doesn't count, as that's
[all …]
/external/libultrahdr/.github/workflows/
Dcmake.yml15 - name: ubuntu-latest-gcc-cmake
16 os: ubuntu-latest
17 cc: gcc
19 build-system: cmake
20 cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_INSTALL=0 -DUHDR_BUILD_FUZZERS=0'
22 - name: ubuntu-latest-gcc-cmake-deps
23 os: ubuntu-latest
24 cc: gcc
26 build-system: cmake
27 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_INSTALL=0 -DUHDR_BUILD_FUZZERS=0 -DUHDR_BUILD_DEPS…
[all …]
/external/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/sg3_utils/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/webrtc/third_party/crc32c/src/
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
3 # This file can be validated on: http://lint.travis-ci.org/
10 - gcc
11 - clang
13 - linux
14 - osx
17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug
18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug
20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
[all …]
/external/AFLplusplus/.github/workflows/
Dci.yml6 - stable
7 - dev
10 - dev # No need for stable-pull-request, as that equals dev-push
14 runs-on: "${{ matrix.os }}"
17 os: [ubuntu-22.04, ubuntu-20.04]
22 - uses: actions/checkout@v3
23 - name: update
24 run: sudo apt-get update && sudo apt-get upgrade -y
25 - name: debug
26 …run: apt-cache search plugin-dev | grep gcc-; echo; apt-cache search clang-format- | grep clang-fo…
[all …]
/external/libcups/cups/
Dversioning.h4 * Copyright © 2007-2019 by Apple Inc.
14 * This header defines several macros that add compiler-specific attributes for
17 * - _CUPS_API_major_minor[_patch]: Specifies when an API became available by
19 * - _CUPS_DEPRECATED: Function is deprecated with no replacement.
20 * - _CUPS_DEPRECATED_MSG("message"): Function is deprecated and has a
22 * - _CUPS_FORMAT(format-index, additional-args-index): Function has a
23 * printf-style format argument followed by zero or more additional
25 * - _CUPS_INTERNAL: Function is internal with no replacement API.
26 * - _CUPS_INTERNAL_MSG("msg"): Function is internal - use specified API
28 * - _CUPS_NONNULL((arg list)): Specifies the comma-separated argument indices
[all …]
/external/OpenCL-CLHPP/.github/workflows/
Dmacos.yml1 name: MacOS
6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 macos-gcc:
10 #runs-on: macos-latest
11 runs-on: macos-11 # temporary, macos-latest only supports gcc-12
16 GEN: [Xcode, Ninja Multi-Config]
20 - name: Checkout OpenCL-CLHPP
25 - name: Checkout OpenCL-Headers
28 repository: KhronosGroup/OpenCL-Headers
29 path: external/OpenCL-Headers
[all …]
/external/angle/src/common/
Dapple_platform_utils.h3 // Use of this source code is governed by a BSD-style license that can be
24 @available(macOS macVer, macCatalyst macCatalystVer, iOS iOSVer, *)
28 @available(macOS macVer, macCatalyst macCatalystVer, *)
37 # define ANGLE_APPLE_AVAILABLE_XC(macVer, macCatalystVer) @available(macOS macVer, *)
43 @available(macOS macVer, iOS iOSVer, tvOS iOSVer, *)
87 #if __has_warning("-Wdeprecated-declarations")
89 _Pragma("GCC diagnostic push") \
90 _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")
95 #if __has_warning("-Wdeprecated-declarations")
96 # define ANGLE_APPLE_ALLOW_DEPRECATED_END _Pragma("GCC diagnostic pop")
/external/e2fsprogs/.github/workflows/
Dci.yml4 DEF_CFLAGS: -O2 -g -Wall
7 gcc-build-and-test:
8 name: Build and test with gcc
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v3
12 - run: ./configure CC=gcc CFLAGS="$DEF_CFLAGS"
13 - run: make -j8 check V=1 CFLAGS_WARN="-Werror"
14 - run: make -j8 install V=1 DESTDIR=$PWD/installdir
15 - run: make -j8 uninstall V=1 DESTDIR=$PWD/installdir
17 clang-build-and-test:
[all …]
/external/flac/.github/workflows/
Daction.yml12 - name: ubuntu-latest-clang-autotools
13 os: ubuntu-latest
16 build-system: autotools
17 configure-opts: ''
19 - name: ubuntu-latest-gcc-cmake
20 os: ubuntu-latest
21 cc: gcc
23 build-system: cmake
24 configure-opts: ''
26 - name: ubuntu-latest-clang-cmake
[all …]
/external/libpcap/
D.cirrus.yml6 name: freebsd-amd64
10 - image_family: freebsd-12-3
13 - image_family: freebsd-13-1
18 MAKEFLAGS: -j 4
21 - pkg install -qy autoconf gcc12 llvm14
22 - pkg install -qy cmake git-tiny # for build_matrix.sh and build.sh
23 - ./build_matrix.sh
26 name: linux-amd64
34 MAKEFLAGS: -j 3
36 - apt-get -qy update >/dev/null
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/.github/workflows/
Dci.yml6 build-appleclang:
7 runs-on: macos-latest
9 fail-fast: false
15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98`
16 # for some reason. Also, the macOS image on GitHub Actions provides wildly
18 # we set the `-std` flag explicitly in order to vary the language version.
20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}
22 - uses: actions/checkout@v2
23 - run: make && make test
25 build-clang:
[all …]
/external/python/cpython3/Lib/test/
Dtest_platform.py22 LOGO=fedora-logo-icon
25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/"
45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
66 IN-VALID=value
85 cmd = "-c", "import platform; print(platform.architecture())"
124 ('2.4.3 (#1, Jun 21 2006, 13:54:21) \n[GCC 3.3.4 (pre 3.3.5 20040809)]',
125 … ('CPython', '2.4.3', '', '', '1', 'Jun 21 2006 13:54:21', 'GCC 3.3.4 (pre 3.3.5 20040809)')),
130 ('2.4.3 (truncation, date, t) \n[GCC]',
131 ('CPython', '2.4.3', '', '', 'truncation', 'date t', 'GCC')),
132 ('2.4.3 (truncation, date, ) \n[GCC]',
[all …]
/external/lzma/DOC/
Dreadme.txt1 7-Zip 24.05 Sources
2 -------------------
4 7-Zip is a file archiver for Windows.
6 7-Zip Copyright (C) 1999-2024 Igor Pavlov.
10 ------------
12 7-Zip is free software distributed under the GNU LGPL
14 is licensed under the "BSD 3-clause License".
23 to re-create the RAR compression algorithm, which is proprietary.
34 3) You can not use unRAR sources to re-create the RAR compression algorithm.
38 --------
[all …]
/external/python/setuptools/setuptools/_distutils/tests/
Dtest_unixccompiler.py45 darwin_rpath_flag = '-Wl,-rpath,/foo'
46 darwin_lib_flag = '-L/foo'
48 # (macOS version from syscfg, macOS version from env var) -> flag
75 msg = "macOS version = (sysconfig=%r, env=%r)" % \
119 # hp-ux
120 sys.platform = 'hp-ux'
124 self.assertEqual(self.cc.rpath_foo(), ['+s', '-L/foo'])
127 return 'gcc'
129 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo'])
134 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo'])
[all …]
/external/liblc3/.github/workflows/
Dci.yaml10 build-linux:
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v4
14 - run: gcc -v
15 - run: make
17 build-linux-meson:
18 runs-on: ubuntu-latest
20 - uses: actions/checkout@v4
21 - uses: actions/setup-python@v5
23 python-version: '3.10'
[all …]
/external/freetype/
D.gitlab-ci.yml4 - build
6 # FIXME: Use --werror once warnings are fixed.
8 MESON_ARGS: --fatal-meson-warnings --default-library=both
9 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main"
17 - 'docker'
18 - 'windows'
19 - '2022'
20 - 'gstreamer-windows'
24 # https://gitlab.freedesktop.org/freetype/docker-images/container_registry/20896
[all …]
/external/OpenCL-Headers/.github/workflows/
Dmacos.yml1 name: MacOS
5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: macos-11
17 GEN: [Xcode, Ninja Multi-Config]
21 - name: Checkout OpenCL-Headers
24 - name: Create Build Environment
27 cmake -E make_directory $GITHUB_WORKSPACE/build;
[all …]

12345678910>>...22