Home
last modified time | relevance | path

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

1234567891011

/external/brotli/
D.travis.yml5 - master
9 ## Linux builds using various versions of GCC.
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
[all …]
/external/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac
17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code
21 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
23 libjpeg-turbo, then YASM must be used when building libjpeg-turbo.
34 ARCH=`uname -m`
[all …]
/external/harfbuzz_ng/.circleci/
Dconfig.yml5 macos-10.12.6-aat-fonts:
9 - checkout
10- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
12 - run: make -j4
13 - run: make check || .ci/fail.sh
15 macos-10.13.6-aat-fonts:
19 - checkout
20- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo
[all …]
/external/catch2/
D.travis.yml5 - /dev-appveyor.*/
8 - ubuntu-toolchain-r-test
9 - llvm-toolchain-trusty
10 - llvm-toolchain-trusty-3.9
11 - llvm-toolchain-trusty-4.0
12 - llvm-toolchain-trusty-5.0
13 - llvm-toolchain-trusty-6.0
19 - os: linux
24 packages: ['clang-3.5']
25 env: COMPILER='clang++-3.5'
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToCrossCompileLLVM.rst2 How To Cross-Compile Clang/LLVM using Clang/LLVM
11 For more information on how to use Clang as a cross-compiler,
16 Cross-Compiling from x86_64 to ARM
19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux
20 system, cross-compiling from an x86_64 host (most Intel and AMD chips
21 nowadays) to a hard-float ARM target (most ARM targets nowadays).
25 * ``cmake``
26 * ``ninja-build`` (from backports in Ubuntu)
27 * ``gcc-4.7-arm-linux-gnueabihf``
28 * ``gcc-4.7-multilib-arm-linux-gnueabihf``
[all …]
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/lld/trunk lld``
69 * ``cd where-you-want-llvm-to-live``
71 * ``svn co http://llvm.org/svn/llvm-project/polly/trunk polly``
[all …]
DHowToCrossCompileBuiltinsOnArm.rst2 How to Cross Compile Compiler-rt Builtins For Arm
9 of compiler-rt for an Arm target, from an x86_64 Linux machine.
12 apply to other targets supported by compiler-rt. Further contributions for other
22 In this use case we'll be using CMake on a Debian-based Linux system,
23 cross-compiling from an x86_64 host to a hard-float Armv7-A target. We'll be
27 * ``A build of LLVM/clang for the llvm-tools and llvm-config``
28 * ``The qemu-arm user mode emulator``
29 * ``An arm-linux-gnueabihf sysroot``
31 See https://compiler-rt.llvm.org/ for more information about the dependencies
34 ``qemu-arm`` should be available as a package for your Linux distribution.
[all …]
/external/llvm/docs/
DHowToCrossCompileLLVM.rst2 How To Cross-Compile Clang/LLVM using Clang/LLVM
11 For more information on how to use Clang as a cross-compiler,
16 Cross-Compiling from x86_64 to ARM
19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux
20 system, cross-compiling from an x86_64 host (most Intel and AMD chips
21 nowadays) to a hard-float ARM target (most ARM targets nowadays).
25 * ``cmake``
26 * ``ninja-build`` (from backports in Ubuntu)
27 * ``gcc-4.7-arm-linux-gnueabihf``
28 * ``gcc-4.7-multilib-arm-linux-gnueabihf``
[all …]
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
55 #. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp``
69 * ``cd where-you-want-llvm-to-live``
[all …]
/external/libaom/libaom/
DREADME.md4 1. [Building the lib and applications](#building-the-library-and-applications)
5 - [Prerequisites](#prerequisites)
6 - [Get the code](#get-the-code)
7 - [Basics](#basic-build)
8 - [Configuration options](#configuration-options)
9 - [Dylib builds](#dylib-builds)
10 - [Debugging](#debugging)
11 - [Cross compiling](#cross-compiling)
12 - [Sanitizer support](#sanitizers)
13 - [MSVC builds](#microsoft-visual-studio-builds)
[all …]
/external/parameter-framework/upstream/
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt2 --------------------------------------
12 Building PCRE2 on Windows with CMake
25 configure/make (autotools) build system, as found in many Unix-like
29 There is also support for CMake, which some users prefer, especially in Windows
30 environments, though it can also be run in Unix-like environments. See the
31 section entitled "Building PCRE2 on Windows with CMake" below.
35 provided for those who build PCRE2 without using "configure" or CMake. If you
36 use "configure" or CMake, the .generic versions are not used.
42 hand". If you are going to use CMake, this section does not apply to you; you
43 can skip ahead to the CMake section.
[all …]
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD2 --------------------------------------
12 Building PCRE2 on Windows with CMake
25 configure/make (autotools) build system, as found in many Unix-like
29 There is also support for CMake, which some users prefer, especially in Windows
30 environments, though it can also be run in Unix-like environments. See the
31 section entitled "Building PCRE2 on Windows with CMake" below.
35 provided for those who build PCRE2 without using "configure" or CMake. If you
36 use "configure" or CMake, the .generic versions are not used.
42 hand". If you are going to use CMake, this section does not apply to you; you
43 can skip ahead to the CMake section.
[all …]
/external/libaom/
Dgenerate_config.sh4 # Use of this source code is governed by a BSD-style license that can be
16 # - cmake3
17 # - yasm or nasm
19 # - gcc-arm-linux-gnueabihf
20 # - g++-arm-linux-gnueabihf
22 # - gcc-aarch64-linux-gnu
23 # - g++-aarch64-linux-gnu
24 # 32bit build environment for cmake. Including but potentially not limited to:
25 # - lib32gcc-7-dev
26 # - lib32stdc++-7-dev
[all …]
/external/Microsoft-GSL/
DREADME.md1 … Support Library [![Build Status](https://travis-ci.org/Microsoft/GSL.svg?branch=master)](https://…
31 * Windows using GCC 5.1
33 * GNU/Linux using Clang/LLVM 3.6-3.9
38 * GNU/Linux using GCC 5.1
40 * OS X Yosemite using GCC-5.2.0
41 * OS X Sierra 10.12.4 using Apple LLVM version 8.1.0 (Clang-802.0.42)
43 * OS X High Sierra 10.13.2 (17C88) using Apple LLVM version 9.0.0 (clang-900.0.39.2)
49 …sup> For `gsl::byte` to work correctly with Clang and GCC you might have to use the ` -fno-strict-
54 * [CMake](http://cmake.org), version 3.1.3 or later to be installed and in your PATH.
58 …tain the build outputs for a particular architecture (we name it c:\GSL\build-x86 in this example).
[all …]
D.travis.yml14 - ${TRAVIS_BUILD_DIR}/deps
26 - env: COMPILER=clang++ BUILD_TYPE=Debug GSL_CXX_STANDARD=14
31 - env: COMPILER=clang++ BUILD_TYPE=Release GSL_CXX_STANDARD=14
37 - env: COMPILER=clang++ BUILD_TYPE=Debug GSL_CXX_STANDARD=14
42 - env: COMPILER=clang++ BUILD_TYPE=Release GSL_CXX_STANDARD=14
52 - env: COMPILER=clang++-3.6 BUILD_TYPE=Debug GSL_CXX_STANDARD=14
56 - clang-3.6
57 - g++-5
59 - ubuntu-toolchain-r-test
60 - llvm-toolchain-precise-3.6
[all …]
/external/clang/www/
Dget_started.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
5 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6 <title>Clang - Getting Started</title>
12 <!--#include virtual="menu.html.incl"-->
31 <h3 id="buildNix">On Unix-like Systems</h3>
41 Getting Started with the LLVM System - Requirements</a>.</li>
45 <li>Standard build process uses CMake. Get it at:
46 <a href="http://www.cmake.org/download">
47 http://www.cmake.org/download</a></li>
53 <li><tt>svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm</tt></li>
[all …]
/external/libdivsufsort/
DCMakeLists.txt1 ### cmake file for building libdivsufsort Package ###
10 set(PROJECT_URL "https://github.com/y-256/libdivsufsort")
12 include(VERSION.cmake)
64 append_c_compiler_flags("-w" "BCC" CMAKE_C_FLAGS)
65 append_c_compiler_flags("-Oi;-Og;-Os;-Ov;-Ox" "BCC" CMAKE_C_FLAGS_RELEASE)
68 append_c_compiler_flags("-Wall" "GCC" CMAKE_C_FLAGS)
69 append_c_compiler_flags("-fomit-frame-pointer" "GCC" CMAKE_C_FLAGS_RELEASE)
71 append_c_compiler_flags("-fopenmp" "GCC" CMAKE_C_FLAGS)
74 append_c_compiler_flags("-Wall" "UNKNOWN" CMAKE_C_FLAGS)
75 append_c_compiler_flags("-fomit-frame-pointer" "UNKNOWN" CMAKE_C_FLAGS_RELEASE)
[all …]
/external/boringssl/src/
DCMakeLists.txt4 # https://cmake.org/cmake/help/v3.0/policy/CMP0025.html
13 # On Windows, prefer cl over gcc if both are available. By default most of
14 # the CMake generators prefer gcc, even on Windows.
18 include(sources.cmake)
23 # This is a dummy target which all other targets depend on (manually - see other
29 # Android-NDK CMake files reconfigure the path and so Go and Perl won't be
45 pkg_check_modules(LIBUNWIND libunwind-generic)
47 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND)
65 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME)
70 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DNDEBUG")
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Ubuntu](#ubuntu---binary)
6 - [Fedora](#fedora---binary)
7 - [Arch](#arch---aur)
8 - [Gentoo](#gentoo---portage)
9 - [openSUSE](#opensuse---binary)
10 - [RHEL](#redhat---binary)
12 - [Debian](#debian---source)
13 - [Ubuntu](#ubuntu---source)
14 - [Fedora](#fedora---source)
[all …]
/external/deqp-deps/glslang/
D.travis.yml6 - linux
7 - osx
15- secure: aGFrgzyKp+84hKrGkxVWg8cHV61uqrKEHT38gfSQK6+WS4GfLOyH83p7WnsEBb7AMhzU7LMNFdvOFr6+NaMpVnqR…
17 - GLSLANG_BUILD_TYPE=Release
18 - GLSLANG_BUILD_TYPE=Debug
21 - clang
22 - gcc
27 # Skip GCC builds on Mac OS X.
28 - os: osx
29 compiler: gcc
[all …]
/external/flatbuffers/
D.travis.yml4 - GCC_VERSION="4.9"
6 - UBSAN_OPTIONS=halt_on_error=1
7 - ASAN_OPTIONS=halt_on_error=1
9 - JOBS=2
10 - MAKEFLAGS="-j 2"
12 conan-linux: &conan-linux
18 - docker
20 - ./conan/travis/install.sh
22 - ./conan/travis/build.sh
25 conan-osx: &conan-osx
[all …]
/external/google-fruit/extras/scripts/
Dtravis_ci_install_osx.sh1 #!/bin/bash -x
3 set -e
6 if brew list -1 | grep -q "^$1\$"; then
12 time (brew install "$@" || brew link --overwrite gcc49)
28 which cmake &>/dev/null || install_brew_package cmake
31 gcc-4.9) install_brew_package gcc@4.9 ;;
32 gcc-5) install_brew_package gcc@5 ;;
33 gcc-6) install_brew_package gcc@6 ;;
34 clang-default) ;;
35 clang-3.7) install_brew_package llvm@3.7 --with-clang --with-libcxx;;
[all …]
/external/google-fruit/
DCONTRIBUTING.md7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually).
15 Fruit supports two build systems: CMake (configured in `CMakeLists.txt` files) and
24 Example commands to build a development version of Fruit using CMake (with all assertions enabled) …
28 mkdir build-debug
29 cd build-debug
30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Werror -DFRUIT_DEBUG=1 -DFRUIT_EXTRA_DEBUG=1
31 make -j 16
33 py.test-3 -n auto
39 [here](https://travis-ci.org/google/fruit/builds). The CI configuration is defined in
55 * Using GCC or Clang
[all …]
/external/gflags/
DChangeLog.txt1 * Sun Nov 11 2018 - Andreas Schuh <andreas.schuh.84@gmail.com>
3 - gflags: version 2.2.2
4 Fixed 267: Support build with GCC option "-fvisibility=hidden".
8 Fixed 233/234/235: Move CMake defines that are unused by Bazel to separate header; makes config.h p…
11 Merged 266: Various PVS Studio and GCC warnings.
15 Merged 247: CMake "project" VERSION; no enable_testing(); "gflags::" import target prefix.
16 Merged 246: Add Bazel-on-Windows support.
18 Merged 237: Removed unused functions; fixes compilation with -Werror compiler option.
23 * Tue Jul 11 2017 - Andreas Schuh <andreas.schuh.84@gmail.com>
25 - gflags: version 2.2.1
[all …]

1234567891011