• Show log

    Commit

  • Hash : 2ce60b52
    Author : Peter Kasting
    Date : 2022-05-05T08:23:07

    Fixes for C++20 support.
    
    * The compiler grew smart enough to warn about value changes due to
      casting to float inside floatToNormalized().  Make it smart enough to
      realize this isn't a problem by using constexpr if.
    * Types on both sides of a comparison operator should be the same.
    * Structs with user-declared constructors are no longer aggregates.
      Provide a constructor and call it.
    * std::result_of<F(x)> is gone, use std::invoke_result<F, x> instead.
    
    Bug: chromium:1284275
    Change-Id: I6487bb18c65837a6d7d2661f65e097dc6a7605b6
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3630478
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Auto-Submit: Peter Kasting <pkasting@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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags