Searched +full:precise +full:- +full:clang +full:- +full:linux +full:- +full:default (Results 1 – 3 of 3) sorted by relevance
10 - $HOME/third-party17 - cmake18 - openssl19 - libssl-dev21 - kubuntu-backports25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate;29 chmod +x cmake-3.7.2-Linux-x86_64.sh;30 ./cmake-3.7.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license;32 - cmake --version[all …]
1 /* Copyright (c) 2013-2018 the Civetweb developers2 * Copyright (c) 2004-2013 Sergey Lyubka33 /* Disable unused macros warnings - not all defines are required35 #pragma GCC diagnostic ignored "-Wunused-macros"37 #pragma GCC diagnostic ignored "-Wpadded"45 #pragma GCC diagnostic ignored "-Wreserved-id-macro"52 #if !defined(_WIN32_WINNT) /* defined for tdm-gcc so we can use getnameinfo */60 #define _XOPEN_SOURCE 600 /* For flockfile() on Linux */70 #define _FILE_OFFSET_BITS 64 /* Use 64-bit file offsets by default */88 /* Enable reserved-id-macro warning again. */[all …]
17 ** language. The code for the "sqlite3" command-line shell is also in a38 ** This file implements routines used to report what compile-time options46 ** autoconf-based build59 ** An array of names of all compile-time options. This array should 60 ** be sorted A-Z.63 ** only a handful of compile-time options, so most times this array is usually99 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."103 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),105 "COMPILER=gcc-" __VERSION__,800 ** NO_TEST - The branches on this line are not[all …]