• Show log

    Commit

  • Hash : e1d5d8c0
    Author : Kimmo Kinnunen
    Date : 2023-01-26T16:06:14

    Include stdint.h instead of cstdint in platform.h
    
    The project seems to expect use of stdint.h, since almost none
    of uint*_t, int*_t use are prefixed with std:: namespace.
    
    It is reasonable to expect a contract that platform.h includes
    some specific files from the standard library when it establishes
    the "platform for ANGLE". It appears that the contract
    kind of already includes stdint.h types or defines.
    
    Replace <cstdint> in platform.h with <stdint.h>. The file platform.h
    is included from many files, so those files do not need to include
    the stdint.h redundantly.
    
    Remove #include <stdint.h> from Constants.h, as that file already
    includes platform.h and <stdint.h> is part of the "platform".
    
    Bug: angleproject:7977
    Change-Id: I04563eb3680bcd7470775e3a60b9f466a00b8b63
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4194174
    Commit-Queue: Kenneth Russell <kbr@chromium.org>
    Auto-Submit: Kimmo Kinnunen <kkinnunen@apple.com>
    Reviewed-by: Kenneth Russell <kbr@chromium.org>
    

  • Properties

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

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags