You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive xmake configuration testing and benchmarks
✅ Configuration Testing Complete:
- --with-testing=[y|n]: Python test suite integration (39 tests pass)
- --with-benchmarks=[y|n]: C++ benchmark suite with Google Benchmark
- --with-visualization=[y|n]: Placeholder implementation for future OpenGL features
- --openmp=[y|n]: Parallel processing support
📦 New Features Added:
- benchmarks/bench_quadtree.cpp: QuadTree performance benchmarks
- benchmarks/bench_geometry.cpp: Geometry operations benchmarks
- src/visualization_placeholder.cpp: Visualization system placeholder
- Improved .gitignore with build artifacts exclusions
🔧 Dependencies Management:
- Conditional package loading (only when features enabled)
- MSVC 2012 compatibility maintained (M_PI fallback definitions)
- Removed redundant C++ test dependencies (using Python tests only)
✨ All 8 configuration combinations tested and working on Windows 10 + MSVC!
0 commit comments