SDL/src/stdlib
Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code
Implemented using this script:

find . -type f -exec sed -i'' -e 's,/\* *\([^*]*\)\*/ *$,// \1,' -e 's, \+$,,' {} \;
git checkout \
    core/linux/SDL_evdev_kbd_default_keymap.h \
    events/imKStoUCS.* \
    hidapi \
    joystick/controller_type.c \
    joystick/controller_type.h \
    joystick/hidapi/steam/controller_constants.h \
    joystick/hidapi/steam/controller_structs.h \
    joystick/SDL_gamepad_db.h \
    libm \
    render/*/*Shader*.h \
    render/vitagxm/SDL_render_vita_gxm_shaders.h \
    render/metal/SDL_shaders_metal_*.h \
    stdlib/SDL_malloc.c \
    stdlib/SDL_qsort.c \
    stdlib/SDL_strtokr.c \
    test/ \
    video/directx/SDL_d3d12_xbox_cmacros.h \
    video/directx/d3d12.h \
    video/directx/d3d12sdklayers.h \
    video/khronos \
    video/x11/edid-parse.c \
    video/x11/xsettings-client.* \
    video/yuv2rgb
sed -i'' -e 's,/\* *\([^*]*\)\*/ *$,// \1,' -e 's, \+$,,' hidapi/SDL_hidapi.c
2024-08-22 13:30:02 -07:00
..
SDL_casefolding.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_crc16.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_crc32.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_getenv.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_getenv_c.h Fixed Android warnings 2024-06-04 16:38:32 -07:00
SDL_iconv.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_malloc.c emscripten: Make sure SDL_malloc and friends are marked KEEPALIVE. 2024-08-19 23:50:52 -04:00
SDL_memcpy.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_memmove.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_memset.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_mslibc.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_mslibc_x64.masm Rename SDL_mslibc_x64.asm -> SDL_mslibc_x64.masm 2024-01-04 17:46:07 +01:00
SDL_qsort.c Update qsort implementation 2024-06-19 05:40:01 +03:00
SDL_random.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_stdlib.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_string.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_strtokr.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_sysstdlib.h stdinc: Drastically improve SDL_StepUTF8() and make it a public API. 2024-06-27 17:36:09 -04:00
SDL_vacopy.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00