Home
last modified time | relevance | path

Searched +full:8 +full:- +full:linux +full:- +full:minimal +full:- +full:debug (Results 1 – 7 of 7) sorted by relevance

/civetweb-2.7.6/
D.travis.yml10 - $HOME/third-party
17 - cmake
18 - openssl
19 - libssl-dev
21 - kubuntu-backports
25 - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
28 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 …]
/civetweb-2.7.6/unittest/
Dpublic_server.c1 /* Copyright (c) 2015-2018 the Civetweb developers
62 #pragma GCC diagnostic ignored "-Wunused-result"
135 #pragma GCC diagnostic ignored "-Wunreachable-code" in wait_not_null()
136 #pragma GCC diagnostic ignored "-Wunreachable-code-return" in wait_not_null()
164 wd[sizeof(wd) - 1] = 0; in START_TEST()
167 wd[sizeof(wd) - 1] = 0; in START_TEST()
187 exit(1); /* some path is not correct --> test will not work */ in START_TEST()
194 (void)system("cmd /c copy C:\\OpenSSL-Win64\\libeay32.dll libeay32.dll"); in START_TEST()
195 (void)system("cmd /c copy C:\\OpenSSL-Win64\\libssl32.dll libssl32.dll"); in START_TEST()
196 (void)system("cmd /c copy C:\\OpenSSL-Win64\\ssleay32.dll ssleay32.dll"); in START_TEST()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c5 * Git branch v1.8-maintenance.
19 * Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)
55 * Please include an e-mail address, a link to your GitHub profile, or something
65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com>
107 * * https://github.com/chris-y
111 * If you are accidentally missing from this list, send me an e-mail
116 * Top-level include file to be used for all (internal) source files.
130 * C types which is quite platform/compiler specific especially for a non-C99
363 * There are two packed type alternatives: an 8-byte representation
364 * based on an IEEE double (preferred for compactness), and a 12-byte
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c5 * Git branch v1.8-maintenance.
19 * Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)
55 * Please include an e-mail address, a link to your GitHub profile, or something
65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com>
107 * * https://github.com/chris-y
111 * If you are accidentally missing from this list, send me an e-mail
115 * Top-level include file to be used for all (internal) source files.
129 * C types which is quite platform/compiler specific especially for a non-C99
357 * There are two packed type alternatives: an 8-byte representation
358 * based on an IEEE double (preferred for compactness), and a 12-byte
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c19 * Copyright (c) 2013-2016 by Duktape authors (see AUTHORS.rst)
55 * Please include an e-mail address, a link to your GitHub profile, or something
65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com>
107 * * https://github.com/chris-y
111 * If you are accidentally missing from this list, send me an e-mail
115 * Top-level include file to be used for all (internal) source files.
129 * C types which is quite platform/compiler specific especially for a non-C99
357 * There are two packed type alternatives: an 8-byte representation
358 * based on an IEEE double (preferred for compactness), and a 12-byte
360 * 64-bit environments (it usually pads to 16 bytes per value).
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c19 * Copyright (c) 2013-2016 by Duktape authors (see AUTHORS.rst)
55 * Please include an e-mail address, a link to your GitHub profile, or something
65 * * L\u00e1szl\u00f3 Lang\u00f3 <llango.u-szeged@partner.samsung.com>
107 * * https://github.com/chris-y
111 * If you are accidentally missing from this list, send me an e-mail
116 * Top-level include file to be used for all (internal) source files.
130 * C types which is quite platform/compiler specific especially for a non-C99
363 * There are two packed type alternatives: an 8-byte representation
364 * based on an IEEE double (preferred for compactness), and a 12-byte
366 * 64-bit environments (it usually pads to 16 bytes per value).
[all …]
/civetweb-2.7.6/src/third_party/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
46 ** autoconf-based build
59 ** 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 usually
99 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
103 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
105 "COMPILER=gcc-" __VERSION__,
111 "DEBUG",
[all …]