Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove _member_access from geometry #1910

Merged
merged 5 commits into from
May 13, 2024
Merged

Remove _member_access from geometry #1910

merged 5 commits into from
May 13, 2024

Commits on May 13, 2024

  1. Remove _member_access from geometry.

    It was difficult ensuring temporary `this` was correct when combined
    with composition.
    
    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c33e601 View commit details
    Browse the repository at this point in the history
  2. Fix wayland build

    Add some convenience setters.
    
    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed May 13, 2024
    Configuration menu
    Copy the full SHA
    052c7c0 View commit details
    Browse the repository at this point in the history
  3. Disable unknown-warning-option lint

    This allows source pragmas for future warnings which are in a newer
    version of the compiler but not implemented in an older one.
    
    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed May 13, 2024
    Configuration menu
    Copy the full SHA
    90b0923 View commit details
    Browse the repository at this point in the history
  4. Fix "specified bound depends on the length of the source argument"

    strncat that concatenates to a buffer whose length was determined from
    source strlen can be replaced by strcat - if the buffer is invalid
    (unterminated), using strlen will result in same behavior.
    
    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed May 13, 2024
    Configuration menu
    Copy the full SHA
    205a4ef View commit details
    Browse the repository at this point in the history
  5. Revert CMake formatter changes

    Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
    Caellian committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9bb3061 View commit details
    Browse the repository at this point in the history