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

avoid recursion in csg tree #1086

Merged
merged 14 commits into from
Dec 3, 2024
Merged

avoid recursion in csg tree #1086

merged 14 commits into from
Dec 3, 2024

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    03b4394 View commit details
    Browse the repository at this point in the history
  2. fix cache transform

    pca006132 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    a23619c View commit details
    Browse the repository at this point in the history
  3. fix compiler error

    pca006132 committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    73ce437 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. cleanup

    pca006132 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    3cd5421 View commit details
    Browse the repository at this point in the history
  2. fixed simple bug

    pca006132 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2ca3180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07bf04 View commit details
    Browse the repository at this point in the history
  4. disable properly

    pca006132 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    cbca524 View commit details
    Browse the repository at this point in the history
  5. documentation and cleanup

    pca006132 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c99eb63 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. address some comments

    pca006132 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    dc6bf07 View commit details
    Browse the repository at this point in the history
  2. make finalize explicit

    pca006132 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    fca96c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d65b2 View commit details
    Browse the repository at this point in the history
  4. some simplification

    pca006132 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e0fbd6f View commit details
    Browse the repository at this point in the history
  5. added recursive pseudocode

    pca006132 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c9443e7 View commit details
    Browse the repository at this point in the history
  6. simplify

    pca006132 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    a87c439 View commit details
    Browse the repository at this point in the history