SDL/src/stdlib
Ozkan Sezer 17e62abb6d revise iconv detection:
- check libiconv with a linkage test with iconv.h included
- check libc iconv with a linkage test with iconv.h included
  and LIBICONV_PLUG defined (in case libiconv header is in
  include path)
- add new configuration option to prefer iconv from libiconv,
  if available, over the libc version, defaults to disabled:
  SDL_LIBICONV for cmake, --enable-libiconv for autotools.
- change FreeBSD specific LIBICONV_PLUG define in SDL_iconv.c
  to configuration result.
2023-11-22 23:29:00 +03:00
..
SDL_crc16.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_crc32.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_getenv.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_iconv.c revise iconv detection: 2023-11-22 23:29:00 +03:00
SDL_malloc.c cmake: fix uses of undefined macro identifiers (-Wundef) 2023-11-17 03:06:26 +00:00
SDL_mslibc.c Implement _intel_fast_(memcpy|memset) 2023-03-27 06:13:28 +00:00
SDL_qsort.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_stdlib.c Updated source to match SDL function prototype style 2023-05-23 10:59:03 -07:00
SDL_string.c [SDL2] pointer boolean (#8523) 2023-11-10 06:30:56 -08:00
SDL_strtokr.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_vacopy.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00