• Show log

    Commit

  • Hash : e0daa2a5
    Author : Simon McVittie
    Date : 2022-05-03T13:08:38

    Deprecate SDL_COMPILEDVERSION and SDL_VERSIONNUM, to be removed in 3.x
    
    The encoding used in SDL_VERSIONNUM (e.g. 2.0.22 -> 2022) cannot
    represent 2-digit minor versions without overflowing from the hundreds
    digit into the thousands digit, which produces confusing version
    numbers that will compare incorrectly when the major version is increased
    to 3.
    
    However, we can sidestep this problem by declaring that SDL_VERSIONNUM
    will no longer be present in SDL 3, which means it only needs to be able
    to represent SDL 2 version numbers losslessly.
    
    Signed-off-by: Simon McVittie <smcv@collabora.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags