Commit Graph

86062 Commits

Author SHA1 Message Date
Andreas Fabri 4724e3a358 Remove deprecated function 2019-04-30 12:21:03 +02:00
Simon Giraudot 258179a707 Prevent construction of line with NaN coordinates 2019-04-30 11:23:47 +02:00
Laurent Rineau e7d60760b9 Minimized the diff
Minimized the diff between:
  - `examples/Classification/CMakeLists.txt`, and
  - `test/Classification/CMakeLists.txt`.
2019-04-30 11:22:52 +02:00
Laurent Rineau 02dd93fc27 Boost Iostreams: link with ZLIB, if not Windows
If Boost static libraries are used, then ZLIB must be linked with
manually. With Boost shared libraries, the shared library
`boost_iostreams` itself is linked with ZLIB.
2019-04-30 11:21:47 +02:00
Andreas Fabri 7dabb4c47b Move variable in the ifdef/endif scope 2019-04-30 10:12:58 +02:00
Sébastien Loriot 1fe5100239 fix dynamic map with index in the special case of bool 2019-04-30 09:43:32 +02:00
Mael Rouxel-Labbé c21a47d329 Change some unordered sets to dynamic pmaps in non-manifold related functions 2019-04-30 08:54:13 +02:00
Mael Rouxel-Labbé b65d91fda8 Minor test improvements 2019-04-30 08:53:59 +02:00
Andreas Fabri 1c72c40b65 Try to fix warning 2019-04-30 08:39:01 +02:00
Sebastien Loriot 056cd0c781
Simplify code to access the actual number of vertices in the mesh
Co-Authored-By: MaelRL <mael.rouxel.labbe@geometryfactory.com>
2019-04-30 07:56:59 +02:00
Sébastien Loriot c92996cd5a remove link to old Qt3 demos 2019-04-29 17:27:04 +02:00
Laurent Rineau bf5247af8c
Merge pull request #3856 from maxGimeno/Maintenance-Update_script_zipped_demos-GF
Maintenance: Update the script for the zipped demos
2019-04-29 18:55:22 +04:00
Laurent Rineau 7812d1b810 Boost: link with imported targets, if they exist 2019-04-29 16:36:04 +02:00
Laurent Rineau 62b346bee5
Fix typos 2019-04-29 16:03:13 +02:00
Maxime Gimeno 61a9c78036 Rename scripts 2019-04-29 15:38:44 +02:00
Laurent Rineau 3cb372be34 Do not search for Boost thread when not needed 2019-04-29 15:24:51 +02:00
Laurent Rineau 5b9766c946 Add VERBOSE=1 to Travis 'make' commands 2019-04-29 15:24:51 +02:00
Sebastien Loriot c27e27d8ea
Merge pull request #3853 from afabri/CGAL-cleanup_CMakeLists-GF
CMakeLists.txt: Remove unnecessary include directories
2019-04-29 14:30:13 +02:00
Laurent Rineau 5e65027d46 I did not know clang defines __GNUC__
The patch now uses `BOOST_GCC`, to avoid including clang in the
conditional.
2019-04-29 09:52:14 +02:00
Laurent Rineau af52b353d2 Boost 1.70 uses the CMake Config mode, now 2019-04-26 17:12:54 +02:00
Laurent Rineau a9fd0a3729 Bug-fix: Boost Thread is a dependency of CGAL_Core only for GNU/g++
Previously, it was documented to g++ only, but the code was just
checking "not MSVC", and thus clang was in the set.
2019-04-26 17:12:01 +02:00
Laurent Rineau 6615d1d12d Change the default value of CGAL_Boost_USE_STATIC_LIBS
It is now related to `BUILD_SHARED_LIBS`.
2019-04-26 17:11:24 +02:00
Laurent Rineau 36dba385a0 Add a bunch of new Boost versions 2019-04-26 17:10:49 +02:00
Laurent Rineau f3bc713103 Typo in a comment 2019-04-26 17:10:35 +02:00
Simon Giraudot 9e85313b44 Fix yet another round of warnings 2019-04-26 15:52:21 +02:00
Simon Giraudot 3dce5ec8b0 Remove useless relates 2019-04-26 13:28:45 +02:00
Sébastien Loriot c14ef91134 add missing include directive 2019-04-26 11:28:05 +02:00
Andreas Fabri 88606e4110 Fix documentation 2019-04-26 11:18:26 +02:00
Sébastien Loriot 2b226592b1 add comments 2019-04-26 11:16:44 +02:00
Sébastien Loriot 4bf4732abf fix the test
not all null-edges can be removed in case the genius is preserved
2019-04-26 11:08:57 +02:00
Sébastien Loriot 35a932be2c add an option to preserve the genius while removing null-edges 2019-04-26 11:08:33 +02:00
Maxime Gimeno 6b9e918cc1 Filter "incomplete" so it is not considered as a package 2019-04-26 10:38:24 +02:00
Sébastien Loriot b00342765b do not expand as soon as we reach a border edge
this would imply a merge of boundary cycles
2019-04-26 10:33:36 +02:00
Mael Rouxel-Labbé c3c5fea4a2 Test FFG more thoroughly 2019-04-26 09:23:54 +02:00
Mael Rouxel-Labbé ccf98605ab Fix Face_filtered_graph::is_selection_valid() (master) 2019-04-26 09:20:36 +02:00
Mael Rouxel-Labbé dd35fd115f Only sanitize the face range if we are considering the full mesh 2019-04-26 08:58:56 +02:00
Mael Rouxel-Labbé f13e055be9 Reorganize parameter order + Use correct edge range 2019-04-26 08:58:38 +02:00
Maxime Gimeno 007f999feb Make a function for generating colors and use it in color_map_generation 2019-04-25 16:04:47 +02:00
Maxime Gimeno fedc3eabef lower the highlighting of selected SM_items and change the color system in VSA. 2019-04-25 15:00:26 +02:00
Maxime Gimeno 7beb5018e4 Don't use interpolation to recenter scene. That fixes the buggy camera. 2019-04-25 13:27:18 +02:00
Maxime Gimeno 5b03adfbb7 also add it to the "r" reports 2019-04-25 11:04:27 +02:00
Maxime Gimeno 00c0e4e85a Add scm-branch content to reports. 2019-04-25 10:30:18 +02:00
Simon Giraudot ec3984eba2 Fix wrong assertion 2019-04-25 09:58:29 +02:00
Sébastien Loriot 5a7576524c change return type to avoid raising a precondition
also add an extra (optional) parameter to read it in a calling function
2019-04-24 16:06:49 +02:00
Michael Hemmer 16714b185b Fix in CGAL package Generator
GitOrigin-RevId: a24f22bd01
2019-04-24 15:40:08 +02:00
Maxime Gimeno 14ec0d325b Fix OBJ reading. 2019-04-24 15:38:28 +02:00
Michael Hemmer f758ab354c Fix in CGAL package Polygon
GitOrigin-RevId: a24f22bd01
2019-04-24 15:30:34 +02:00
Maxime Gimeno 6db417c378 Fix highlighting on not active viewers 2019-04-24 15:22:27 +02:00
Michael Hemmer 6415f3cddb Fix in CGAL package Mesh_2
GitOrigin-RevId: a24f22bd01
2019-04-24 15:18:32 +02:00
Sébastien Loriot 7a5ffd043e avoid unused variable warnings 2019-04-24 15:16:52 +02:00