Home
last modified time | relevance | path

Searched +full:make +full:- +full:test +full:- +full:osx (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
27 - make runtest-valgrind
[all …]
/external/parameter-framework/upstream/
D.travis.yml2 - linux
3 - osx
6 # Use a recent OSX image
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
[all …]
/external/capstone/
Dmake.sh4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015
6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
9 [ ${MAKE_JOBS} -lt 1 ] && \
14 if [ -z "$NDK" ]; then
19 HOSTOS=$(uname -s | tr 'LD' 'ld')
20 HOSTARCH=$(uname -m)
27 [ -n "$APILEVEL" ] || APILEVEL="android-14" # default to ICS
28 CROSS=arm-linux-androideabi
31 [ -n "$APILEVEL" ] || APILEVEL="android-21" # first with arm64
32 CROSS=aarch64-linux-android
[all …]
DCOMPILE.TXT2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
12 *-*-*-*-*-*
27 pass the desired options on the commandline to ./make.sh. Currently,
30 - CAPSTONE_ARCHS: specify list of architectures to compiled in.
31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
32 - CAPSTONE_DIET: use this to make the output binaries more compact.
33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86.
35 - CAPSTONE_STATIC: build static library.
36 - CAPSTONE_SHARED: build dynamic (shared) library.
[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-xenial-5.0
13 - llvm-toolchain-xenial-6.0
19 - os: linux
24 packages: ['clang-3.5']
25 env: COMPILER='clang++-3.5'
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
D.travis.yml5 - os: linux
10 - ubuntu-toolchain-r-test
12 - g++-4.8
14 - MATRIX_EVAL="CC=gcc-4.8 CXX=g++-4.8"
15 - os: linux
20 - ubuntu-toolchain-r-test
22 - g++-4.9
24 - MATRIX_EVAL="CC=gcc-4.9 CXX=g++-4.9"
25 - os: linux
30 - ubuntu-toolchain-r-test
[all …]
/external/jemalloc_new/scripts/
Dgen_travis.py13 - autoconf
14 - ./configure ${COMPILER_FLAGS:+ \
18 - make -j3
19 - make -j3 tests
22 - make check
26 # flags. We also test with clang, -m32, --enable-debug, --enable-prof,
27 # --disable-stats, and --with-malloc-conf=tcache:false. To avoid abusing
28 # travis though, we don't test all 2**7 = 128 possible combinations of these;
29 # instead, we only test combinations of up to 2 'unusual' settings, under the
35 os_unusual = 'osx'
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dprivate.ll1 ; Test to make sure that the 'private' is used correctly.
3 ; RUN: llc < %s -mtriple=powerpc-unknown-linux-gnu | \
4 ; RUN: FileCheck --check-prefix=LINUX %s
6 ; RUN: llc < %s -mtriple=powerpc-apple-darwin | \
7 ; RUN: FileCheck --check-prefix=OSX %s
10 ; OSX: l_foo:
17 ; OSX: bl{{.*}}l_foo
21 ; OSX: lis{{.*}}l_baz
27 ; OSX: l_baz:
/external/libevent/
DChangeLog1 Changes in version 2.1.12-stable (05 Jul 2020)
18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper)
21 test:
23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin)
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin)
32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov)
33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin)
56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji)
[all …]
Dwhatsnew-2.1.txt27 There is a work-in-progress book with reference manual at
28 http://www.wangafu.net/~nickm/libevent-book/ .
31 on the mailing list at libevent-users@freehaven.net. The mailing list
32 is subscribers-only, so you will need to subscribe before you post.
36 Our source-compatibility policy is that correct code (that is to say,
44 probably need to be recompiled against Libevent 2.1.4-alpha if you
52 We now provide an --enable-gcc-hardening configure option to turn on
55 There is also an --enable-silent-rules configure option to make
58 You no longer need to use the --enable-gcc-warnings option to turn on
66 There is now an alternative cmake-based build process; cmake users
[all …]
/external/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer"
23 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
/external/protobuf/kokoro/release/ruby/macos/ruby/
Druby_build_environment.sh3 set -ex
7 set -e # rvm commands are very verbose
9 rvm use 2.5.0 --default
10 gem install rake-compiler --no-ri --no-doc
11 gem install bundler --no-ri --no-doc
12 rvm osx-ssl-certs status all
13 rvm osx-ssl-certs update all
14 set -ex
16 rm -rf ~/.rake-compiler
20 curl https://raw.githubusercontent.com/rake-compiler/rake-compiler/v1.0.3/tasks/bin/cross-ruby.rake…
[all …]
/external/protobuf/
Dtests.sh5 # will need to make sure the required compilers/tools are available.
7 # For when some other test needs the C++ main build, including protoc and
10 if [ -f src/protoc ]; then
16 git submodule update --init --recursive
19 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test.
21 make -j$(nproc)
26 make check -j$(nproc) || (cat src/test-suite.log; false)
27 cd conformance && make test_cpp && cd ..
29 # The benchmark code depends on cmake, so test if it is installed before
33 cd benchmarks && make cpp-benchmark && cd ..
[all …]
/external/libcxx/utils/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/vulkan-validation-layers/
DBUILD.md8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
33 - *install_dir*`/lib` : The Vulkan validation layer libraries
34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer
40 ## Repository Set-Up
[all …]
/external/compiler-rt/test/
Dlit.common.cfg1 # -*- Python -*-
3 # Configuration file for 'lit' test runner.
4 # This file contains common rules for various compiler-rt testsuites.
14 # Setup test format. Use bash on Unix and the lit shell on Windows.
28 config.cxx_mode_flags = ["--driver-mode=g++"]
33 config.debug_info_flags = ["-gline-tables-only"]
35 config.debug_info_flags.append("-gcodeview")
37 config.cxx_mode_flags = ["-x c++"]
38 config.debug_info_flags = ["-g"]
71 # Make sure we only try to use it when targetting Windows.
[all …]
/external/google-benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
15 - compiler: gcc
17 - compiler: gcc
21 - g++-multilib
22 - libc6:i386
24 - COMPILER=g++
25 - C_COMPILER=gcc
26 - BUILD_TYPE=Debug
[all …]
/external/Reactive-Extensions/RxCpp/
DREADME.md1 … for values-distributed-in-time. The [__Range-v3__](https://github.com/ericniebler/range-v3) libra…
4 ----------- | :------------ |
5 …shields.io/appveyor/ci/kirkshoop/RxCpp-446.svg?style=flat-square)](https://ci.appveyor.com/project…
6 Linux & OSX | [![Linux & Osx Status](http://img.shields.io/travis/ReactiveX/RxCpp.svg?style=flat-sq…
9 ------------- | :--------------- |
10-square)](https://github.com/ReactiveX/RxCpp) <br/> [![GitHub release](https://img.shields.io/gith…
11 …room/Reactive-Extensions/RxCpp.svg?style=flat-square)](https://gitter.im/ReactiveX/RxCpp?utm_sourc…
12 ….svg?style=flat-square)](http://www.nuget.org/packages/RxCpp/) [![vcpkg port](https://img.shields.…
13-latest-brightgreen.svg?style=flat-square)](http://reactivex.github.io/RxCpp) <br/> [![reactivex i…
17 __RxCpp__ is a header-only C++ library that only depends on the standard library. The CMake build g…
[all …]
/external/libyuv/files/docs/
Ddeprecated_builds.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
32 For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.`
65 …ld files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This ge…
77 call python gyp_libyuv -fninja -G msvs_version=2013
78 ninja -j7 -C out\Release
79 ninja -j7 -C out\Debug
82 call python gyp_libyuv -fninja -G msvs_version=2013
83 ninja -C out\Debug_x64
84 ninja -C out\Release_x64
[all …]
/external/compiler-rt/make/platform/
Dclang_darwin.mk20 if $(LD) -v 2>&1 | grep "configured to support" \
22 if $(CC) -arch $$arch \
23 -integrated-as \
24 $(ProjSrcRoot)/make/platform/clang_darwin_test_input.c \
25 -isysroot $(3) \
26 -o /dev/null > /dev/null 2> /dev/null; then \
44 result=`xcrun -find $(1) 2> /dev/null`; \
50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \
52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \
59 LD := $(shell $(CC) -print-prog-name=ld)
[all …]
/external/lz4/
DMakefile2 # LZ4 - Makefile
3 # Copyright (C) Yann Collet 2011-present
29 # - LZ4 source repository : https://github.com/lz4/lz4
30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
42 default: lib-release lz4-release
50 .PHONY: lib lib-release liblz4.a
52 lib lib-release liblz4.a:
53 @$(MAKE) -C $(LZ4DIR) $@
55 .PHONY: lz4 lz4-release
57 lz4-release : lib-release
[all …]
/external/zstd/
D.travis.yml1 # Travis CI is used to test platforms that github-actions currently doesn't support
2 # without either self-hosting or some finnicky work-around. Also, some tests
11 - dev
12 - release
13 - master
14 - travisTest
22 - FUZZERTEST=-T1mn
23 ZSTREAM_TESTTIME=-T1mn
24 DECODECORPUS_TESTTIME=-T1mn
29 - name: S390X (big endian) + Fuzz test
[all …]
/external/icu/icu4c/source/tools/gencolusb/
DMakefile10 ## BUILD_ROOT=/home/user/icu-build (location of 'config.status' etc.)
11 ## PATH_VAR=DYLD_LIBRARY_PATH (if on OSX etc)
14 ## 1. make 'reset-icu' will reset ICU to 'bootstrap' state, zeroing out source/i18n/collunsafe.h
15 ## 2. make 'gen-file' will generate and test source/i18n/collunsafe.h
23 TEST=verify_uset macro
26 -include Makefile.local
29 BUILD_OPTS=-I$(SOURCE_ROOT)/common -I$(SOURCE_ROOT)/i18n -L$(BUILD_ROOT)/lib -licuuc -licui18n -lic…
32 reset-icu:
34 $(MAKE) -C $(BUILD_ROOT)/i18n
36 gen-file: reset-icu
[all …]
/external/protobuf/ruby/
Dtravis-test.sh4 set -e
10 if [[ $(uname -s) == Linux ]]
13 elif [[ $(uname -s) == Darwin ]]
19 if [ "$version" == "jruby-1.7" ] ; then
20 # No conformance tests yet -- JRuby is too broken to run them.
21 bash --login -c \
24 git clean -f && \
26 rake test"
27 elif [ "$version" == "ruby-2.6.0" ] ; then
28 bash --login -c \
[all …]
/external/libwebsockets/scripts/
Dtravis_control.sh3 if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$TRAVIS_OS_NAME" = "osx" ]; then
4 if [ "$LWS_METHOD" != "mbedtls" -a "$LWS_METHOD" != "ss+mbedtls" ] ; then
6 cmake -DOPENSSL_ROOT_DIR="/usr/local/opt/openssl" $CMAKE_ARGS .. &&
7 cmake --build .
10 if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$TRAVIS_OS_NAME" = "linux" ]; then
13 cmake -DLWS_OPENSSL_LIBRARIES="/usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so" \
14 -DLWS_OPENSSL_INCLUDE_DIRS="/usr/local/include/openssl" $CMAKE_ARGS .. &&
15 cmake --build . &&
16 sudo make install &&
17 ../minimal-examples/selftests.sh &&
[all …]

12345678910>>...13