Searched full:gcc (Results 1 – 25 of 90) sorted by relevance
1234
/civetweb-2.7.6/ |
D | appveyor.yml | 150 - id: Full-GCC-x64 151 compiler: gcc-5.1.0-posix 244 - id: Ubuntu1604-GCC-x64 245 compiler: gcc-5.1.0-posix 257 - id: Ubuntu1804-GCC-x64 258 compiler: gcc-5.1.0-posix 290 - if "%compiler_name%"=="gcc" (@set "mingw_output_folder=C:\mingw-builds") 291 - if "%compiler_name%"=="gcc" ( 300 - if "%compiler_name%"=="gcc" (@set "mingw_log_folder=%mingw_output_folder%\logs") 327 - if "%compiler_name%"=="gcc" (set "generator=MinGW Makefiles") [all …]
|
D | .travis.yml | 59 apt-cache search gcc | grep "GNU C compiler"; 65 - gcc unittest/cgi_test.c -o output/cgi_test.cgi 307 compiler: gcc 317 MATRIX_EVAL="CC=gcc-5 && CXX=g++-5" 339 compiler: gcc 575 compiler: gcc 599 compiler: gcc 623 compiler: gcc 647 compiler: gcc 731 compiler: gcc
|
D | CMakeLists.txt | 122 # Builds for GCC 4.6 and clang 3.4 are free from warnings. 123 # However, GCC introduced a couple of new, partially idiotic warnings, 125 # It seems unreasonable to have all GCC versions warning free, but only 132 …TAL_ERROR "Cannot compile with warning as errors, until this GCC bug is solved: https://gcc.gnu.or… 279 find_program(GCC_AR gcc-ar) 283 find_program(GCC_RANLIB gcc-ranlib)
|
D | build.cmd | 177 @call :find_in_path gcc_executable gcc.exe 180 @call :log 0 "Failed to find gcc.exe" 598 @call :find_in_path gcc_executable gcc.exe 622 @call :log 0 "Found MinGW: %compiler_path%gcc.exe"
|
/civetweb-2.7.6/unittest/ |
D | civetweb_check.h | 26 // FIXME: check uses GCC specific variadic macros that are non-standard 31 #pragma GCC diagnostic push 32 #pragma GCC diagnostic ignored "-Wall" 37 #pragma GCC diagnostic ignored "-Wunknown-pragmas" 38 #pragma GCC diagnostic ignored "-Wno-variadic-macros" 39 #pragma GCC diagnostic ignored "-Wreserved-id-macro" 76 #pragma GCC diagnostic pop
|
D | timertest.c | 33 #pragma GCC diagnostic push 34 #pragma GCC diagnostic ignored "-Wunused-function"
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/ |
D | Makefile.hello | 13 # Compiler options are quite flexible. GCC versions have a significant impact 14 # on the size of -Os code, e.g. gcc-4.6 is much worse than gcc-4.5. 16 CC = gcc
|
D | Makefile.sharedlibrary | 47 gcc -shared -fPIC -Wall -Wextra -Os -Wl,-soname,libduktape.so.$(SONAME_VERSION) \ 51 gcc -shared -fPIC -g -Wall -Wextra -Os -Wl,-soname,libduktaped.so.$(SONAME_VERSION) \ 71 gcc $(CCOPTS) -Wall -Wextra -Os -o $@ ./examples/cmdline/duk_cmdline.c -lduktape -lm
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/ |
D | Makefile.hello | 13 # Compiler options are quite flexible. GCC versions have a significant impact 14 # on the size of -Os code, e.g. gcc-4.6 is much worse than gcc-4.5. 16 CC = gcc
|
D | Makefile.sharedlibrary | 47 gcc -shared -fPIC -Wall -Wextra -Os -Wl,-soname,libduktape.so.$(SONAME_VERSION) \ 51 gcc -shared -fPIC -g -Wall -Wextra -Os -Wl,-soname,libduktaped.so.$(SONAME_VERSION) \ 71 gcc $(CCOPTS) -Wall -Wextra -Os -o $@ ./examples/cmdline/duk_cmdline.c -lduktape -lm
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duk_config.h | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_config.h | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
D | duk_debug_heap.c | 186 #pragma GCC diagnostic push 187 #pragma GCC diagnostic ignored "-pedantic" 198 #pragma GCC diagnostic pop
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duk_config.h | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | duk_config.h-modular-dll | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
D | duk_config.h-modular-static | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duk_config.h | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_config.h | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
D | duk_debug_heap.c | 186 #pragma GCC diagnostic push 187 #pragma GCC diagnostic ignored "-pedantic" 198 #pragma GCC diagnostic pop
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | duk_config.h-modular-dll | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
D | duk_config.h-modular-static | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duk_config.h | 45 * - GCC 294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */ 298 /* Convenience, e.g. gcc 4.5.1 == 40501; http://stackoverflow.com/questions/6031819/emulating-gccs-… 301 #error cannot figure out gcc version 305 /* MinGW. Also GCC flags (DUK_F_GCC) are enabled now. */ 922 /* Minimize warnings for unused internal functions with GCC >= 3.1.1 and 971 /* --- GCC --- */ 976 /* GCC: assume we have __va_copy() in non-C99 mode. */ 981 /* since gcc-2.5 */ 986 /* since gcc-4.5 */ [all …]
|
/civetweb-2.7.6/resources/ |
D | mingw.bat | 12 @rem make CC=gcc CFLAGS=-w CFLAGS+=-Iinclude/ CFLAGS+=-lws2_32 CFLAGS+=-liphlpapi 13 @rem gcc src\civetweb.c src\main.c -Iinclude\ -lws2_32 -lpthread -lcomdlg32 -w 15 make build CC=gcc WITH_LUA=1 WITH_WEBSOCKET=1
|
/civetweb-2.7.6/docs/ |
D | Building.md | 25 #### Using MinGW-w64 or TDM-GCC 26 In the start menu locate and run the "Run terminal" batch file. For TDM-GCC this is named "MinGW Co… 29 mingw32-make CC=gcc 182 make CC=arm-none-linux-gnueabi-gcc COPT="-march=armv7-a -mfpu=vfp -mfloat-abi=softfp" TARGET_OS=FR…
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 27 /* gcc diagnostic pragmas available */ 35 #pragma GCC diagnostic ignored "-Wunused-macros" 37 #pragma GCC diagnostic ignored "-Wpadded" 40 #if defined(__clang__) /* GCC does not (yet) support this pragma */ 44 #pragma GCC diagnostic push 45 #pragma GCC diagnostic ignored "-Wreserved-id-macro" 52 #if !defined(_WIN32_WINNT) /* defined for tdm-gcc so we can use getnameinfo */ 89 #pragma GCC diagnostic pop 274 /* GCC unused function attribute seems fundamentally broken. 282 * #pragma GCC diagnostic ignored "-Wused-but-marked-unused" [all …]
|
1234