Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 129) sorted by relevance

123456

/civetweb-2.7.6/
Dappveyor.yml26 compiler: msvc-19-seh
38 compiler: msvc-19-seh
51 compiler: msvc-19-seh
63 compiler: msvc-19-seh
76 compiler: msvc-19-seh
88 compiler: msvc-19-seh
101 compiler: msvc-19-seh
113 compiler: msvc-19-seh
126 compiler: msvc-19-seh
138 compiler: msvc-19-seh
[all …]
D.travis.yml59 apt-cache search gcc | grep "GNU C compiler";
60 apt-cache search clang | grep compiler;
169 compiler: clang
203 compiler: clang
238 compiler: clang
272 compiler: clang
307 compiler: gcc
339 compiler: gcc
364 compiler: clang
390 compiler: clang
[all …]
Dmingw.cmd232 :: %1 - The return variable name for the compiler path
379 :resolve_version - Gets the version of the MinGW compiler
382 :: %3 - The architecture of the compiler
420 :resolve_threading - Gets the threading model of the MinGW compiler
423 :: %3 - The architecture of the compiler
424 :: %4 - The version of the compiler
461 :resolve_exceptions - Gets the exception model of the MinGW compiler
464 :: %3 - The architecture of the compiler
465 :: %4 - The version of the compiler
466 :: %4 - The threading model of the compiler
[all …]
DCMakeLists.txt271 "The C standard to use; auto determines the latest supported by the compiler")
274 "The C++ standard to use; auto determines the latest supported by the compiler")
289 # Configure the C compiler
290 message(STATUS "Configuring C Compiler")
326 "Flags used by the C compiler during coverage builds."
346 # Configure the C++ compiler
348 message(STATUS "Configuring C++ Compiler")
396 "Flags used by the C++ compiler during coverage builds."
413 add_c_compiler_flag(-Wno-padded) # padding in structures by compiler
DRELEASE_NOTES.md104 - Allow to compile civetweb.c with a C++ compiler
159 - Allow some additional compiler checks (higher warning level)
264 - Fix compiler warnings
276 - Fix compiler warnings and warnings from static code analysis (Danny Al-Gaaf, jmc-, Thomas, bel, .…
359 - Dealt with compiler warnings and some static analysis hits.
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dgenconfig.py5 # - duk_config.h with specific or autodetected platform, compiler, and
132 # Compiler files must provide at least these (additional checks
136 # filled in with defaults (which are mostly compiler independent), so
324 # XXX: support compiler specific warning mechanisms
645 raise Exception('Compiler %s is missing %s' % (filename, req))
1020 # Generate a duk_config.h where platform, architecture, and compiler are
1031 # compiler defines which have a reasonable portable default. This reduces
1032 # e.g. compiler-specific define count because there are a lot compiler
1074 if opts.compiler is not None:
1075 ret.line(' * Compiler: ' + opts.compiler)
[all …]
Dduk_config.h-modular-dll50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
Dduk_config.h-modular-static50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dgenconfig.py5 # - duk_config.h with specific or autodetected platform, compiler, and
132 # Compiler files must provide at least these (additional checks
136 # filled in with defaults (which are mostly compiler independent), so
324 # XXX: support compiler specific warning mechanisms
645 raise Exception('Compiler %s is missing %s' % (filename, req))
1020 # Generate a duk_config.h where platform, architecture, and compiler are
1031 # compiler defines which have a reasonable portable default. This reduces
1032 # e.g. compiler-specific define count because there are a lot compiler
1074 if opts.compiler is not None:
1075 ret.line(' * Compiler: ' + opts.compiler)
[all …]
Dduk_config.h-modular-dll50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DINSTALL73 building Lua depend on the compiler you use. You'll need to create
74 projects (or whatever your compiler uses) for building the library,
75 the interpreter, and the compiler, as follows:
85 compiler: library, luac.c print.c
94 create and use libraries with your compiler.
/civetweb-2.7.6/cmake/
DAddCCompilerFlag.cmake1 # - Adds a compiler flag if it is supported by the compiler
3 # This function checks that the supplied compiler flag is supported and then
4 # adds it to the corresponding compiler flags
DAddCXXCompilerFlag.cmake1 # - Adds a compiler flag if it is supported by the compiler
3 # This function checks that the supplied compiler flag is supported and then
4 # adds it to the corresponding compiler flags
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/
Dreadme.html86 platforms that have an ANSI C compiler.
131 luac (the compiler),
218 building Lua depend on the compiler you use. You'll need to create
219 projects (or whatever your compiler uses) for building the library,
220 the interpreter, and the compiler, as follows:
236 compiler:
243 create and use libraries with your compiler. Moreover, to dynamically load
251 In all cases, the compiler luac should be linked statically.
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/
Dreadme.html88 platforms that have an ANSI C compiler.
134 luac (the compiler),
227 building Lua depend on the compiler you use. You'll need to create
228 projects (or whatever your compiler uses) for building the library,
229 the interpreter, and the compiler, as follows:
245 compiler:
252 create and use libraries with your compiler. Moreover, to dynamically load
260 In all cases, the compiler luac should be linked statically.
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_compiler.h2 * Ecmascript compiler.
8 /* ecmascript compiler limits */
18 * Compiler intermediate values
80 * Compiler state
Dduk_strings.c62 /* Compiler */
105 DUK_INTERNAL const char *duk_str_compiler_recursion_limit = "compiler recursion limit";
111 DUK_INTERNAL const char *duk_str_regexp_compiler_recursion_limit = "regexp compiler recursion limit…
Dduk_config.h50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_compiler.h2 * Ecmascript compiler.
8 /* ecmascript compiler limits */
18 * Compiler intermediate values
80 * Compiler state
Dduk_strings.c62 /* Compiler */
105 DUK_INTERNAL const char *duk_str_compiler_recursion_limit = "compiler recursion limit";
111 DUK_INTERNAL const char *duk_str_regexp_compiler_recursion_limit = "regexp compiler recursion limit…
Dduk_config.h50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h50 * - Bruce's C compiler
160 /* BCC (Bruce's C compiler): this is a "torture target" for compilation */
314 * BOOST_MSVC_FULL_VER in http://www.boost.org/doc/libs/1_52_0/boost/config/compiler/visualc.hpp
866 * Compiler autodetection
1145 * https://blogs.msdn.microsoft.com/vcblog/2015/07/01/c-compiler-front-end-fixes-in-vs2015/
1297 /* --- Bruce's C compiler --- */
1348 #endif /* autodetect compiler */
1575 * the compiler has a 64-bit type and the compiler/system headers provide an
1912 * Fill-ins for platform, architecture, and compiler
2130 * regardless of compiler.
[all …]

123456