Commit Graph

81749 Commits

Author SHA1 Message Date
Maxime Gimeno 726a7fccc1 If the current version of the doc is not in the array, display it
anyway. To be etested.
2018-09-05 15:52:39 +02:00
Simon Giraudot 7bd670880a Fix normal orientation of soup triangulated facet 2018-09-05 15:44:47 +02:00
Sébastien Loriot 47d99c3467 replace \cond by \if 2018-09-05 13:08:14 +02:00
Sébastien Loriot db583f0b6a replace cond by if
cond was hidding the rest of the doc
2018-09-05 13:04:49 +02:00
Sébastien Loriot b289509fce update PR template 2018-09-05 10:18:53 +02:00
Guillaume Damiand 899136507a Add also the additional parameter for GMap::copy method. 2018-09-04 16:55:21 +02:00
Guillaume Damiand c9a80f75ea Return a bool in undocumented read and write off functions 2018-09-04 16:17:33 +02:00
Guillaume Damiand 542d94dcdb Add default value for update attribute parameter 2018-09-04 16:17:11 +02:00
Guillaume Damiand adfa032311 Bugfix in copy functor 2018-09-04 16:16:44 +02:00
Guillaume Damiand cceb427481 Bugfix in removal operation. 2018-09-04 16:11:35 +02:00
Guillaume Damiand 241a9f3353 Bugfix in degree and codegree 2018-09-04 16:11:22 +02:00
Guillaume Damiand 3f005bbbc4 Add a parameter to the undocumented copy method, that allows to keep an associative array between original and copied darts. 2018-09-04 16:04:20 +02:00
Efi Fogel 9293fc2437 Included the correct graph_traits class. 2018-09-04 16:09:18 +03:00
Efi Fogel e2fb25e2c0 Cleaned up comments 2018-09-04 16:08:03 +03:00
Sébastien Loriot 376bc42716 update URL and use https 2018-09-04 13:29:51 +02:00
Sébastien Loriot 196119adbc do not link to sgi.com 2018-09-04 13:17:56 +02:00
Laurent Rineau d667488292 updated crontab (automated commit) 2018-09-04 11:18:07 +02:00
Laurent Rineau 4a9cb95ba7 Merge pull request #3288 from sloriot/AS3-as_to_OFF
Add an example writing into OFF visible facets of an alpha-shape
2018-09-04 10:54:26 +02:00
Laurent Rineau b65998ea49 Merge pull request #3298 from sgiraudot/Classification-Fix_segfault_in_plugin-GF
Classification Plugin Bugfix: do not compute simple properties in parallel
2018-09-04 10:54:25 +02:00
Laurent Rineau 22bce10eb0 Merge pull request #3300 from maxGimeno/Demo-Fix_statistics-GF
Polyhedron demo: Fix statistics for facegraph items
2018-09-04 10:54:23 +02:00
Laurent Rineau 015e737f65 Merge pull request #3305 from MaelRL/CGAL-Add_metis_third_party_libraries-GF
Doc: Add METIS to the list of third party librairies
2018-09-04 10:54:22 +02:00
Sébastien Loriot e474d61fa7 handle the case of degenerate volumes in the link condition
a volume is degenerate if it consists only of twice the same face
with opposite orientation
2018-09-04 10:09:08 +02:00
Efi Fogel 7a4e740991 Fixed handling dual arrangements. Instead of including a header file several times, define some macros and call them several times. 2018-09-01 19:44:52 +03:00
Mael Rouxel-Labbé ce9adddf5e Added METIS to the list of third party libraries 2018-08-31 11:51:52 +02:00
Maxime Gimeno 9029c3e16d Fix statistics for facegrpah items 2018-08-28 11:43:13 +02:00
Sébastien Loriot 12651796a0 use a generic file with the argt class name being a macro
since several free functions needs to be defined, it seems
to be the simplest and cleanest solution
2018-08-28 10:35:46 +02:00
Simon Giraudot 8b24e5d394 Bugfix: do not compute simple properties in parallel (avoid temp references in thread) 2018-08-28 09:26:50 +02:00
Sébastien Loriot f96854a359 cleaning up + also use the mechanism for Arrangement_2 2018-08-27 15:46:12 +02:00
Sébastien Loriot b78217e7e9 fix conversion warning 2018-08-27 15:01:36 +02:00
Sébastien Loriot 8b9897c393 do not use c++11 features 2018-08-27 15:00:28 +02:00
Laurent Rineau f6aa83e09c updated crontab (automated commit) 2018-08-27 12:18:06 +02:00
Laurent Rineau 55c698e479 Merge branch 'releases/CGAL-4.12-branch' 2018-08-27 12:11:15 +02:00
Laurent Rineau a35291b63a
Merge pull request #3296 from lrineau/Installation-fix_missing_lib_in_windows_installer-GF
Ship the lib/ sub-directory with the Windows installer
2018-08-27 12:10:06 +02:00
Laurent Rineau 778c3c7363 Ship the lib/ sub-directory with the Windows installer
It contains `lib/cmake/CGAL/CGALConfig.cmake`.
2018-08-27 10:43:46 +02:00
Sébastien Loriot 348345a482 add missing specialization 2018-08-27 10:03:52 +02:00
Sébastien Loriot 085bfb0aef first try to make Dual working with Argt_with_history 2018-08-27 09:26:45 +02:00
Laurent Rineau 0bc66b4c7b updated crontab (automated commit) 2018-08-23 15:53:47 +02:00
Laurent Rineau 2c7f544162 Merge branch 'releases/CGAL-4.12-branch' 2018-08-23 15:50:46 +02:00
Laurent Rineau 531223bd11 Merge pull request #3271 from lrineau/Triangulation_2-Debug_CDT2-lrineau
Implement the check that avoids to insert a constraint twice
2018-08-23 15:50:25 +02:00
Laurent Rineau 8bd8a6235f Merge branch 'releases/CGAL-4.12-branch' 2018-08-23 15:46:02 +02:00
Laurent Rineau 2e3b680439 Merge pull request #3275 from MaelRL/Triangulation-Fix_finite_facets_iterator-GF
Triangulation: Fix finite_facets_begin()/end()
2018-08-23 15:45:36 +02:00
Laurent Rineau 645012bc8e Merge pull request #3038 from maxGimeno/Demo-Lighting_system-GF
Polyhedron demo: Make UI for Lighting Settings
2018-08-23 15:40:34 +02:00
Laurent Rineau f0129b5560 Merge pull request #3256 from maxGimeno/Demo-Fix_writing_of_inr_gz-GF
CGAL_imageIO: Fix .inr writing without zlib
2018-08-23 15:40:31 +02:00
Laurent Rineau dc9304cd24 Merge pull request #3265 from maxGimeno/Fix_selection_plugin-GF
Polyhedron demo: Fix selection plugin
2018-08-23 15:40:28 +02:00
Laurent Rineau 637ecea9bd Merge pull request #3269 from maxGimeno/Demo-Fix_picking-GF
Polyhedron demo: Fixes
2018-08-23 15:40:25 +02:00
Laurent Rineau 7c22eb11b2 Merge pull request #3271 from lrineau/Triangulation_2-Debug_CDT2-lrineau
Implement the check that avoids to insert a constraint twice
2018-08-23 15:40:22 +02:00
Laurent Rineau 395f1a8c88 Merge pull request #3275 from MaelRL/Triangulation-Fix_finite_facets_iterator-GF
Triangulation: Fix finite_facets_begin()/end()
2018-08-23 15:40:18 +02:00
Laurent Rineau d22f8d84f4 Merge pull request #3289 from sloriot/PMP-isotropic_remeshing_cst_collapse
Be more permissive for collapsing constrained edges in Isotropic remeshing
2018-08-23 15:40:14 +02:00
Laurent Rineau 39e723b849 Merge pull request #3291 from sloriot/Mesh_2-rm_README
Remove outdated file
2018-08-23 15:40:10 +02:00
Sébastien Loriot b394525171 fix warning 2018-08-23 08:44:33 +02:00