-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1634 from glotzerlab/test-gcc13-py312
Test gcc 13 and Python 3.12.
- Loading branch information
Showing
10 changed files
with
51 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule quickhull
updated
15 files
+1 −0 | .gitignore | |
+16 −20 | ConvexHull.hpp | |
+0 −8 | HalfEdgeMesh.hpp | |
+76 −70 | QuickHull.cpp | |
+52 −45 | QuickHull.hpp | |
+5 −3 | README.md | |
+34 −35 | Structs/Mesh.hpp | |
+0 −7 | Structs/Plane.hpp | |
+0 −8 | Structs/Pool.hpp | |
+0 −8 | Structs/VertexDataSource.hpp | |
+11 −0 | Tests/CMakeLists.txt | |
+65 −39 | Tests/QuickHullTests.cpp | |
+0 −8 | Tests/QuickHullTests.hpp | |
+9 −0 | Tests/main.cpp | |
+0 −10 | Types.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters