• Show log

    Commit

  • Hash : df2322d7
    Author : Ran Benita
    Date : 2025-02-05T14:41:21

    Replace include guards by `#pragma once`
    
    We currently have a mix of include headers, pragma once and some
    missing.
    
    pragma once is not standard but is widely supported, and we already use
    it with no issues, so I'd say it's not a problem.
    
    Let's convert all headers to pragma once to avoid the annoying include
    guards.
    
    The public headers are *not* converted.
    
    Signed-off-by: Ran Benita <ran@unusedvar.com>
    

  • Properties

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

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags