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

filter_embree #1437

Merged
merged 58 commits into from
Oct 25, 2023
Merged

filter_embree #1437

merged 58 commits into from
Oct 25, 2023

Commits on Aug 7, 2022

  1. small chnge

    github-actions[bot] authored and PFasano99 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    35669be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9c33e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Update filter_embree.cpp

    added filter class
    cignoni committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2ed13f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Oct 3, 2022

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

Commits on Oct 5, 2022

  1. removed build folder

    PFasano99 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    cd85f48 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. update vcg

    alemuntoni committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0709030 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. update vcg

    alemuntoni committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1d259cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c0c7f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    3744caf View commit details
    Browse the repository at this point in the history
  2. fix try embree on windows

    alemuntoni committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ade2491 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    39bbc6e View commit details
    Browse the repository at this point in the history
  2. link mpfr on linux

    alemuntoni committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b5088c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d3671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7fec12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f195cc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    672b039 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    3b45b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9a9a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cbc62f View commit details
    Browse the repository at this point in the history
  4. fix linux and macos

    alemuntoni committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d6a0e8a View commit details
    Browse the repository at this point in the history
  5. install llvm mac

    alemuntoni committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8c373f7 View commit details
    Browse the repository at this point in the history
  6. force use brew llvm on mac

    alemuntoni committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c664eed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    681986c View commit details
    Browse the repository at this point in the history
  8. installing embree lib

    alemuntoni committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8d87f65 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge remote-tracking branch 'origin/devel' into devel-PFasano99

    # Conflicts:
    #	.github/workflows/MacOS.yml
    #	scripts/macOS/1_build.sh
    alemuntoni committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    699d0e1 View commit details
    Browse the repository at this point in the history
  2. restore vcg submodule

    alemuntoni committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3c9fd74 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Nov 4, 2022

  1. Merge branch 'devel' into devel-PFasano99

    # Conflicts:
    #	.github/workflows/Linux.yml
    #	.gitignore
    #	scripts/Linux/0_setup_env_ubuntu.sh
    #	scripts/Windows/0_download_ext.ps1
    #	scripts/Windows/0_download_ext.sh
    #	src/external/cgal.cmake
    #	src/external/xerces.cmake
    alemuntoni committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c62a4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7116319 View commit details
    Browse the repository at this point in the history
  3. fix embree download link

    alemuntoni committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8a4167e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Merge branch 'devel' into devel-PFasano99

    # Conflicts:
    #	.github/workflows/CreateRelease.yml
    #	.github/workflows/Linux.yml
    #	.github/workflows/MacOS.yml
    #	scripts/Linux/0_setup_env.sh
    alemuntoni committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9413358 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    d79352c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c6bff View commit details
    Browse the repository at this point in the history
  3. fixed formatting error

    PFasano99 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    45a3a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3879b5 View commit details
    Browse the repository at this point in the history
  5. update vcg submodule

    alemuntoni committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6b8acee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2939100 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

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

Commits on Jan 23, 2023

  1. fixed minor errors

    PFasano99 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3bb55d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Mar 30, 2023

  1. updated submodle

    PFasano99 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f6fb22a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 13, 2023

  1. Merge branch 'devel' into devel-PFasano99

    # Conflicts:
    #	.github/workflows/BuildMeshLab.yml
    #	src/vcglib
    alemuntoni committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    554027e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge branch 'devel' into devel-PFasano99

    # Conflicts:
    #	src/vcglib
    alemuntoni committed May 31, 2023
    Configuration menu
    Copy the full SHA
    64ecf43 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    66221f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef3fd4 View commit details
    Browse the repository at this point in the history
  3. update vcg

    alemuntoni committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e5595b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1444ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30c83fa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge branch 'devel' into devel-PFasano99

    # Conflicts:
    #	.github/workflows/BuildMeshLab.yml
    #	src/vcglib
    alemuntoni committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8724db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1f868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    666198d View commit details
    Browse the repository at this point in the history
  4. update vcg

    alemuntoni committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e1118ef View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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