Searched +full:make +full:- +full:test +full:- +full:osx (Results 1 – 25 of 346) sorted by relevance
12345678910>>...14
| /external/libsrtp2/ |
| D | .travis.yml | 7 …- 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.yml | 2 - 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/ |
| D | make.sh | 4 # 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 …]
|
| D | COMPILE.TXT | 2 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/jemalloc_new/scripts/ |
| D | gen_travis.py | 13 - 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/cronet/third_party/protobuf/ |
| D | tests.sh | 5 # 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 12 if [ -f src/protoc ]; then 18 git submodule update --init --recursive 21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 29 cd conformance && make test_cpp && cd .. 34 ./configure LIBS=-ltcmalloc && make clean && make \ 35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ [all …]
|
| /external/protobuf/ |
| D | tests.sh | 5 # need to make sure the required compilers/tools are available. 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 25 cd conformance && make test_cpp && cd .. 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test [all …]
|
| /external/llvm/test/CodeGen/PowerPC/ |
| D | private.ll | 1 ; 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/ |
| D | ChangeLog | 1 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 …]
|
| D | whatsnew-2.1.txt | 27 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.yml | 5 - /^[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/flatbuffers/ |
| D | .travis.yml | 4 - 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-linux-master: &conan-linux-master [all …]
|
| /external/libcxx/utils/google-benchmark/ |
| D | .travis.yml | 7 - /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/compiler-rt/test/ |
| D | lit.common.cfg | 1 # -*- 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/vulkan-validation-layers/ |
| D | BUILD.md | 8 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/protobuf/kokoro/release/ruby/macos/ruby/ |
| D | ruby_build_environment.sh | 3 set -ex 6 sudo chown -R $(whoami) $HOME/.rvm/ 7 sudo chown -R $(whoami) /Library/Ruby/ 11 curl -sSL https://rvm.io/mpapis.asc | gpg --import - 12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - 17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste… 20 set -e # rvm commands are very verbose 23 gem install rake-compiler --no-document 24 gem install bundler --no-document 27 gem install rake-compiler --no-document [all …]
|
| /external/cronet/third_party/protobuf/kokoro/release/ruby/macos/ruby/ |
| D | ruby_build_environment.sh | 3 set -ex 6 sudo chown -R $(whoami) $HOME/.rvm/ 7 sudo chown -R $(whoami) /Library/Ruby/ 11 curl -sSL https://rvm.io/mpapis.asc | gpg --import - 12 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import - 17 curl -sSL https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer | bash -s maste… 20 set -e # rvm commands are very verbose 23 gem install rake-compiler --no-document 24 gem install bundler --no-document 27 gem install rake-compiler --no-document [all …]
|
| /external/cronet/third_party/icu/source/tools/gencolusb/ |
| D | Makefile | 10 ## 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/icu/icu4c/source/tools/gencolusb/ |
| D | Makefile | 10 ## 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/libyuv/docs/ |
| D | deprecated_builds.md | 5 ## 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/ |
| D | clang_darwin.mk | 20 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/aws-crt-java/ |
| D | README.md | 13 * [OSX](#osx) 16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/) 18 * [Platform-Specific JARs](#platform-specific-jars) 19 * [System Properties](#system-properties) 20 * [TLS Behavior](#tls-behavior) 36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y` 37 2) `git clone https://github.com/awslabs/aws-crt-java.git` 38 3) `cd aws-crt-java` 39 4) `git submodule update --init --recursive` 42 ### OSX subsection [all …]
|
| /external/sdv/vsomeip/third_party/boost/predef/include/boost/predef/os/ |
| D | bsd.h | 2 Copyright Rene Rivera 2008-2015 11 /* Special case: OSX will define BSD predefs if the sys/param.h 13 * detect OSX first. Hence we will force include OSX detection 19 #include <boost/predef/make.h> 101 #include <boost/predef/detail/test.h>
|
| /external/libwebsockets/scripts/ |
| D | travis_control.sh | 3 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 …]
|
| /external/libffi/ |
| D | README.md | 4 [](https://travis-ci.org/libf… 7 libffi-3.3 was released on November 23, 2019. Check the libffi web 24 told at run-time about the number and types of arguments used to call 51 | --------------- | ---------------- | ----------------------- | 64 | IA-64 | Linux | GCC | 78 | PowerPC 32-bit | AIX | IBM XL C | 79 | PowerPC 64-bit | AIX | IBM XL C | 82 | PowerPC | Mac OSX | GCC | 84 | PowerPC 64-bit | FreeBSD | GCC | 85 | PowerPC 64-bit | Linux ELFv1 | GCC | [all …]
|
12345678910>>...14