1 file changed
+1
-1
lines changed- .github/workflows/build_wheels.yml+1-1
- .github/workflows/deploy.yml+1-1
- .github/workflows/manifold.yml+58-8
- .vscode/launch.json+2-2
- .vscode/settings.json+6-1
- CMakeLists.txt+17-4
- README.md+15-4
- bindings/c/box.cpp+1-1
- bindings/c/conv.cpp+4-1
- bindings/c/cross.cpp+1-1
- bindings/c/include/manifold/types.h+1
- bindings/c/manifoldc.cpp+1-1
- bindings/c/meshIOc.cpp+1-1
- bindings/c/rect.cpp+1-1
- bindings/python/CMakeLists.txt+12-1
- bindings/python/README.md+3-4
- bindings/python/examples/all_apis.py+2-1
- bindings/python/manifold3d.cpp+27-15
- bindings/python/stub_pattern.txt+3-3
- bindings/python/stub_postbuild.py+13
- bindings/wasm/README.md+2-2
- bindings/wasm/bindings.cpp+4-5
- bindings/wasm/bindings.js+16-16
- bindings/wasm/examples/worker.ts+1
- bindings/wasm/helpers.cpp+33-1
- bindings/wasm/manifold-encapsulated-types.d.ts+53-34
- bindings/wasm/manifold-global-types.d.ts+5
- bindings/wasm/package.json+2-2
- cmake/info.cmake+1
- cmake/manifoldConfig.cmake.in+2
- cmake/manifoldDeps.cmake+5-4
- flake.lock+3-3
- flake.nix+1-1
- include/manifold/common.h+12-107
- include/manifold/cross_section.h+13-3
- include/manifold/linalg.h+40
- include/manifold/manifold.h+7-5
- pyproject.toml+1-1
- samples/src/condensed_matter.cpp-4
- scripts/test-cmake.sh+2-2
- scripts/test-pkgconfig.sh+1-1
- src/CMakeLists.txt+1
- src/boolean3.cpp+79-30
- src/boolean3.h+1-2
- src/boolean_result.cpp+21-27
- src/collider.h+21-8
- src/constructors.cpp+42-21
- src/cross_section/cross_section.cpp+15-3
- src/csg_tree.cpp+30-45
- src/csg_tree.h+1-1
- src/disjoint_sets.h+121
- src/edge_op.cpp+107-86
- src/face_op.cpp+66-187
- src/hashtable.h+2-2
- src/impl.cpp+174-85
- src/impl.h+84-73
- src/manifold.cpp+125-73
- src/mesh_fixes.h+1-1
- src/parallel.h+1-1
- src/polygon.cpp+5-4
- src/properties.cpp+41-61
- src/quickhull.cpp+4-2
- src/quickhull.h+2-2
- src/sdf.cpp+6-5
- src/shared.h+13-9
- src/smoothing.cpp+152-162
- src/sort.cpp+46-67
- src/subdivision.cpp+70-72
- src/tree2d.cpp+7-5
- src/tree2d.h+1-1
- src/utils.h+2-60
- src/vec.h+29-11
- test/CMakeLists.txt+1-2
- test/boolean_complex_test.cpp+4-2
- test/boolean_test.cpp+62-4
- test/cross_section_test.cpp+42
- test/hull_test.cpp+2-3
- test/manifold_fuzz.cpp+6-8
- test/manifold_test.cpp+48-6
- test/polygon_fuzz.cpp+5-9
- test/properties_test.cpp+37-5
- test/sdf_test.cpp+1-2
- test/smooth_test.cpp+3-3
- test/test_main.cpp+1-2
0 commit comments