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

Updates for GeometryBasics refactor #4319

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

Commits on Sep 4, 2024

  1. get Makie to compile

    ffreyer committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d7d704f View commit details
    Browse the repository at this point in the history
  2. get GLMakie to compile

    ffreyer committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    256822b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3819a34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9fc885 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    2ff3b65 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix more tests

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    97b17bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0db10 View commit details
    Browse the repository at this point in the history
  3. fix voronoiplot clipping

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cef70e4 View commit details
    Browse the repository at this point in the history
  4. update CairoMakie

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    decdc83 View commit details
    Browse the repository at this point in the history
  5. update RPRMakie

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    78fff6c View commit details
    Browse the repository at this point in the history
  6. prepare WGLMakie

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1b72110 View commit details
    Browse the repository at this point in the history
  7. Update CI to use the GeometryBasics refactor branch (#4326)

    * Update ci.yml
    
    * Update Docs.yml
    
    * Update reference_tests.yml
    
    * add MeshIO branch
    
    ---------
    
    Co-authored-by: ffreyer <frederic481994@hotmail.de>
    asinghvi17 and ffreyer authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    26ff1d3 View commit details
    Browse the repository at this point in the history
  8. update _faces

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    74e5801 View commit details
    Browse the repository at this point in the history
  9. normals -> normal

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2bd82bc View commit details
    Browse the repository at this point in the history
  10. add ShaderAbstractions to ci

    ffreyer committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6ee1726 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    8a33cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e2042 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix branch names

    ffreyer authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8d87754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b646de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c218c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bfad9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898a04b View commit details
    Browse the repository at this point in the history
  6. fix another two "normals"

    ffreyer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    24f38b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff76818 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    1179da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. update for FaceViews

    ffreyer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    378e006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2454cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    9d01754 View commit details
    Browse the repository at this point in the history
  2. improve typing

    ffreyer committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6509e21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31aa47d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    a8a6120 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. try to fix benchmarks

    SimonDanisch committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4f44333 View commit details
    Browse the repository at this point in the history
  2. add to correct env

    SimonDanisch committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9e784ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9cd8f0 View commit details
    Browse the repository at this point in the history
  4. fix docs

    SimonDanisch committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9631841 View commit details
    Browse the repository at this point in the history
  5. fix Rect decomposition

    ffreyer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    11fb653 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8ec1be View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix poly converts

    ffreyer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b1180d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9657e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix typo

    ffreyer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4c7ba89 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f9871d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    0f7bddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac306e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9003123 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    dfac11c View commit details
    Browse the repository at this point in the history
  2. fix old syntax

    ffreyer committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a3eb7a5 View commit details
    Browse the repository at this point in the history
  3. fix ambient light

    ffreyer committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d8be6c7 View commit details
    Browse the repository at this point in the history