curl/tests/server
Viktor Szakats 554dfa5568
build: drop Windows CE / CeGCC support
Windows CE support was limited to successful builds with ming32ce
(a toolchain that hasn't seen an update since 2009, using an ancient gcc
version and "old mingw"-style SDK headers, that curl deprecated earlier).
Builds with MSVC were broken for a long time. mingw32ce builds were never
actually tested and runtime and unlikely to work due to missing stubs.
Windows CE toolchains also miss to comply with C89. Paired with lack of
demand and support for the platform, curl deprecated it earlier.

This patch removes support from the codebase to ease maintaining Windows
codepaths.

Follow-up to f98c0ba834 #17924
Follow-up to 8491e6574c #17379
Follow-up to 2a292c3984 #15975

Closes #17927
2025-11-15 15:35:23 +01:00
..
.checksrc REUSE: move copyright headers to .checksrc 2025-10-13 11:54:22 +02:00
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
CMakeLists.txt build: tidy up compiler definition for tests 2025-07-28 12:43:01 +02:00
dnsd.c tests/server: replace atoi() and atol() with curlx_str_number() 2025-11-13 14:09:03 +01:00
first.c tests: make individual test sources compile cleanly 2025-06-22 15:58:15 +02:00
first.h build: drop Windows CE / CeGCC support 2025-11-15 15:35:23 +01:00
getpart.c GHA/checksrc: expand spellcheck, fix issues found 2025-07-21 16:09:01 +02:00
Makefile.am build: tidy up compiler definition for tests 2025-07-28 12:43:01 +02:00
Makefile.inc tests/server: drop pointless memory allocation overrides 2025-10-08 12:53:49 +02:00
mqttd.c sws: repair --port, and accept any port 2025-11-13 17:20:41 +01:00
resolve.c tidy-up: prefer ifdef/ifndef for single checks 2025-07-27 22:35:17 +02:00
rtspd.c tests/server: replace atoi() and atol() with curlx_str_number() 2025-11-13 14:09:03 +01:00
sockfilt.c build: drop Windows CE / CeGCC support 2025-11-15 15:35:23 +01:00
socksd.c tests/server: replace atoi() and atol() with curlx_str_number() 2025-11-13 14:09:03 +01:00
sws.c sws: repair --port, and accept any port 2025-11-13 17:20:41 +01:00
tftpd.c tests/server: replace atoi() and atol() with curlx_str_number() 2025-11-13 14:09:03 +01:00
util.c build: drop Windows CE / CeGCC support 2025-11-15 15:35:23 +01:00