Evan Barentin
2b05343e0d
Normalize all the line endings ( #2288 )
2023-09-22 12:39:53 -04:00
Alexander Sulfrian
97fb89c955
Source code should not be marked as executable ( #2231 ) [ci skip]
...
The executable file flag should only be used for binaries and scripts
with a shebang specifying the interpreter of the script.
2023-08-18 11:04:36 -04:00
b0fd49d598
CMake refactor ( #1805 )
...
* Start CMake refactoring.
* WIP on instlal().
* Handle install + hunter setup.
* Handle module options + igl_include helper.
* Build all tutorials again.
* Update CMake for unit tests.
* Update triangle lib.
* Update Hunter integration.
* Fix for header-only mode.
* Fix Windows compilation + add GMP/MPFR find_package + set VS folders.
* Fix CGAL build.
* Add copy dll for Windows + improve find gmp/mpfr.
* Update Github Actions.
* Update README.
* Fixes for CMake 3.18
* Fix include option.
* Rename libigl_imgui_front to avoid conflicts.
* Fix when disabling unit tests.
* Build imguizmo with C++11.
* Update CMake option comments.
* Rename nonfree -> restricted.
* Update triangle and tetgen versions.
* Fix compilation issue.
* Update continuous.yml
* remove cork
* finding matlab with default
* mosek module compiles; default detected; osx dylib hack
* Reduce build parallelism.
* Fix find GMP/MPFR on Windows + cleanup CGAL changes.
* Update readme.
Co-authored-by: Alec Jacobson <alecjacobson@adobe.com >
Co-authored-by: Alec Jacobson <alecjacobson@gmail.com >
2022-02-09 18:58:40 -08:00
8c95d1044e
Added improved .msh reader/writer + tests + example ( #1578 )
...
* Added improved .msh reader/writer + tests + example,
with fixes proposed by @qnzhou
put append_mat_to_vec into igl::internal
* Update tutorial number.
* Changed tutorial code to use example from https://github.com/libigl/libigl-tutorial-data/pull/1 and flat shading
* Remove commented code.
* Rename tutorial number + update tutorial data.
Co-authored-by: Jérémie Dumas <jdumas@users.noreply.github.com >
Co-authored-by: Jérémie Dumas <jeremie.dumas@ens-lyon.org >
2020-09-27 10:40:29 -07:00