Searched +full:third +full:- +full:party (Results 1 – 7 of 7) sorted by relevance
7 …-alone executable. It can deliver static files and offers built-in server side Lua, JavaScript and…11 ------25 - HTTP server API26 - include/civetweb.h27 - C implementation28 - src/civetweb.c29 - src/md5.inl (MD5 calculation)30 - src/sha1.inl (SHA calculation)31 - src/handle\_form.inl (HTML form handling functions)32 - src/timer.inl (optional timer support)[all …]
45 string(REGEX MATCH "([0-9]+)\\.([0-9]+)\\.([0-9]+)" CIVETWEB_VERSION_MATCH "${CIVETWEB_VERSION}")57 message(STATUS "Enabling tests in the build - ${CIVETWEB_BUILD_TESTING}")60 option(CIVETWEB_ENABLE_THIRD_PARTY_OUTPUT "Shows the output of third party dependency processing" O…66 message(STATUS "Thread Stack Size - ${CIVETWEB_THREAD_STACK_SIZE}")69 message(STATUS "Enabling server executable - ${CIVETWEB_ENABLE_SERVER_EXECUTABLE}")73 message(STATUS "Serve no static files - ${CIVETWEB_SERVE_NO_FILES}")77 message(STATUS "Disable CGI support - ${CIVETWEB_DISABLE_CGI}")81 message(STATUS "Disable caching support - ${CIVETWEB_DISABLE_CACHING}")85 message(STATUS "C++ wrappers - ${CIVETWEB_ENABLE_CXX}")89 message(STATUS "IP Version 6 - ${CIVETWEB_ENABLE_IPV6}")[all …]
14 - '**/*.md'25 - id: Default-x8626 compiler: msvc-19-seh37 - id: Default-x6438 compiler: msvc-19-seh50 - id: Full-x8651 compiler: msvc-19-seh62 - id: Full-x6463 compiler: msvc-19-seh75 - id: Full-x86-Debug[all …]
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 …]
6 -------8 - Support for flawed CGI interpreters returning only <LF> instead of <CR><LF>9 - Add NO_FILESYSTEM flag for (embedded) system without any file system10 - Several fixes for server side Lua scripts11 - Disable SSL renegotiation for new OpenSSL version12 - Allow to force TLSv1.3 (disable TLSv1.2)13 - Prefer pre-compressed *.gz file, if it already exists14 - Fix some #include statements for various compilers / OS / SDK versions15 - Support for Linux Standard Base (LSB)16 - Fixes to mg_get_*_info() API functions[all …]
2 ** 2001-09-1513 ** presents to client programs. If a C-function, structure, datatype,24 ** The official C-language API documentation for SQLite is derived71 ** These no-op macros are used in front of interfaces to mark those73 ** should not use deprecated interfaces - they are supported for backwards97 ** CAPI3REF: Compile-Time Library Version Numbers113 ** <a href="http://www.fossil-scm.org/">Fossil configuration management115 ** a string which identifies a particular check-in of SQLite117 ** string contains the date and time of the check-in (UTC) and a SHA1118 ** or SHA3-256 hash of the entire source tree.[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 …]