* Dot not build tutorials in Debug mode.
Fix script.
Limit num of parallel jobs on Windows Nighlty.
Update job matrix.
Update job matrix.
Update job matrix.
Rename jobs.
* Limit branches that triggers a CI build.
* Restore original name.
- Fixes#1229 by defaulting to static MSVC runtime on Windows.
- CMake will now fail if LIBIGL_WITH_CGAL is ON but CGAL is not found
(e.g. missing Boost or gmp/mpfr).
- Removed some duplicated template instantiations on Windows.
- Added IGL_DEBUG_OFF to disable slow unit test in Debug configuration
by default.
- Do not FORCE options given to third-party libraries.
* Update issue_template.md
* Update issue_template.md
* Update issue_template.md
* Update issue_template.md
* Better doc
* WIP: Add function to load obj with material
* Fix error with gcc
* Read material and push it to the FM vector
* Code cleaning
* Use generic function overload
* switch to std::tuple<std::string, Index, Index >> for face material association
* Change SHA1 in libigl test data
* update the URL in the CMake to point to own fork
* Update LibiglDownloadExternal.cmake