2 Commits

Author SHA1 Message Date
faangbait
6fd9846df1 Update Eigen SHA
Some checks failed
Build flatpak asan / build_flatpak_asan (push) Failing after 1s
Build osx / build_osx (push) Failing after 0s
Build osx asan / build_osx_asan (push) Failing after 0s
Build windows / build_win (push) Failing after 1s
Build flatpak / build_flatpak (push) Failing after 1s
Run static analysis / static_analysis_dev (push) Failing after 0s
v2.9.2 build fails due to an invalid Eigen hash. Recommend cherry-picking this into the latest release.
2025-05-20 21:03:54 +02:00
Martin Šach
21116995d7 Refactor CMake and improve #includes.
* 1. Remove all global include_directories.
* 2. Move 3d party dependencies from src to budled deps if possible.
* Unify and enforce one way of including headers:
    e.g. #include "libslic3r/GCode.hpp" vs #include "GCode.hpp"
    (always use the "libslic3r/GCode.hpp" option).
* Make all dependencies (also header only) a cmake target.
2024-07-08 15:36:46 +02:00