Jane Tournois
88121fa3ef
fix namespace not precise enough for some compilers
2020-10-27 09:42:55 +01:00
Laurent Rineau
27d585438b
Support non-header-only
2020-10-27 09:16:53 +01:00
Maxime Gimeno
3f6207e311
Changes after review
2020-10-27 08:43:55 +01:00
Sébastien Loriot
ae0067fa24
use SVG
2020-10-26 18:49:58 +01:00
Sébastien Loriot
3caa542096
add resource files for 1.8.19 + cmake update for version number
2020-10-26 18:39:06 +01:00
Sebastien Loriot
2f67a4a958
dot outside backticks
2020-10-26 18:03:09 +01:00
Sébastien Loriot
1e6bf0c2f3
fix warnings
2020-10-26 17:00:21 +01:00
Sébastien Loriot
3542b64fb3
do not modify input range
2020-10-26 16:39:59 +01:00
Sébastien Loriot
24324fe4a9
avoid copy when possible
2020-10-26 16:24:37 +01:00
Maxime Gimeno
902284e45d
Same for doc removal
2020-10-26 15:27:09 +01:00
Maxime Gimeno
2ad4c16b6e
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-26 15:00:53 +01:00
Sébastien Loriot
1da8e2b0e0
update test
2020-10-26 14:37:04 +01:00
Maxime Gimeno
95a09c8a3d
commit amend and force push to keep history as small as possible
2020-10-26 14:30:02 +01:00
Sébastien Loriot
6c966df862
fix return type
2020-10-26 14:29:21 +01:00
Maxime Gimeno
07f955f286
Finish selection update system.
2020-10-26 14:14:43 +01:00
Laurent Rineau
14f27a2b41
Fix CTest issues with CGAL_Qt5
...
Add a target `compilation_of__CGAL_Qt5_moc_and_resources`, and a
corresponding CTest test, so that `CGAL_Qt5_moc_and_resources` is
always compiled first, when needed. That will fix CTest
race-conditions, where `CGAL_Qt5_moc_and_resources` was being compiled
by several CTest test at the same time.
2020-10-26 13:52:33 +01:00
Laurent Rineau
d08d6ca552
Merge branch '5.1.x-branch'
2020-10-23 16:06:55 +02:00
Laurent Rineau
a7cd94f82f
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' into 5.1.x-branch
2020-10-23 16:06:46 +02:00
Laurent Rineau
8375ef1c11
Merge pull request #4924 from sgiraudot/Surface_sweep-Indexed_segment_init-GF
...
Surface Sweep + Arr Overlay: Init with indexed edges
2020-10-23 16:05:56 +02:00
Laurent Rineau
705c22414c
Merge pull request #4626 from sgiraudot/Classification-Simpler_IO_for_ETHZ_Random_forest-GF
...
[Small Feature] Modernize Classification Package
2020-10-23 15:57:20 +02:00
Laurent Rineau
7dbb8f1411
Merge pull request #5077 from FabienPean/patch-1
...
Add const qualifier for getters in MCF skeletonization
2020-10-23 15:57:18 +02:00
Laurent Rineau
cb390e23ee
Merge pull request #5082 from maxGimeno/Doc-fix_three_warning-maxGimeno
...
Three_documentation: Fix warning
2020-10-23 15:57:14 +02:00
Laurent Rineau
649c8faa33
Merge pull request #5095 from barcode/fix_dirent_define_clash
...
Fix define clashes with dirent.h which is included by some boost headers
2020-10-23 15:57:13 +02:00
Laurent Rineau
c0b108abf1
Merge pull request #5105 from maxGimeno/Demo-Update_key_bindings_doc-maxGimeno
...
Polyhedron demo: Update Mouse and Key Bindings
2020-10-23 15:57:11 +02:00
Maxime Gimeno
9160932f72
WIP integrate visitor based garbage collection
2020-10-23 15:51:43 +02:00
Jane Tournois
caf1d4e24e
fix compilation after update of branch
2020-10-23 15:41:35 +02:00
Maxime Gimeno
3319fdf8e9
WIP filtering
2020-10-23 15:28:17 +02:00
Jane Tournois
6668f61924
reset num_vertices (resp. facets, vertices) to trick itemChanged()
...
the following connection :
connect(poly_item, &Scene_surface_mesh_item::itemChanged, this, [this](){
clears selection if number of simplices has changed since last update
resetting numbers of simplices tricks it and prevents the selection to be emptied
2020-10-23 15:20:14 +02:00
Laurent Rineau
def457e261
Use systematically the non-linear growth of balls in the 3D demo
2020-10-23 13:53:03 +02:00
Laurent Rineau
19fa64fdca
Mesh_3: Fix Polyhedral_mesh_domain_with_features_3::add_features
...
This patch, allows to mesh a polyhedron in a 3D demo, while
specifying a polylines item for the sharp features.
2020-10-23 13:52:54 +02:00
Jane Tournois
1e45dda169
use the visitor in Surface_mesh->collect_garbage(visitor) to keep selection valid
2020-10-23 12:43:29 +02:00
Ahmed Essam
2dcdea9b05
Macro definitions is not passed to moc compiler
2020-10-23 11:29:56 +02:00
Laurent Rineau
b86a5018c7
Merge pull request #5106 from maxGimeno/CI-Better_message_for_doc-maxGimeno
...
CI : Message for the doc
2020-10-22 16:23:24 +02:00
Maxime Gimeno
0219519a70
Specify that the doc takes some time before being available
2020-10-22 14:58:04 +02:00
Maxime Gimeno
08469076fc
Remove false key binding
2020-10-22 14:06:09 +02:00
Maxime Gimeno
1efe80f8a5
Fixes some mouse bindings description
2020-10-22 13:53:40 +02:00
Simon Giraudot
6b991a95ad
Update code with changes in Compact container
2020-10-22 09:45:31 +02:00
Simon Giraudot
c8449b29c1
Add Circulator new dependency to Surface_sweep
2020-10-22 08:59:49 +02:00
Simon Giraudot
739a8b66e8
Use named constructor to resolve ambiguity
2020-10-22 08:59:49 +02:00
Simon Giraudot
2d1afb8895
Use Compact Container to store/allocate events
2020-10-22 08:59:48 +02:00
Simon Giraudot
8710690817
Use CC allocation for multiset in surface sweep
2020-10-22 08:59:48 +02:00
Simon Giraudot
9d21b57013
Test multiset with CC allocation
2020-10-22 08:59:48 +02:00
Simon Giraudot
781f367580
Add option to use CC for allocation in multiset
2020-10-22 08:59:48 +02:00
Simon Giraudot
b31b6ba980
Construct iterator from pointer
2020-10-22 08:59:47 +02:00
Michael Hemmer
09974cf643
Update Refine_edges_with_clusters.h
...
Use CGAL_NTS macro instead of CGAL::to_double
2020-10-21 15:27:28 +02:00
Simon Giraudot
c02ffb762b
Use 2 booleans instead of an enum
2020-10-21 13:31:21 +02:00
albert-github
a2c624902e
Missing search glass in search box of the documenttaion
...
Due to the change for the doxygen fix https://github.com/doxygen/doxygen/pull/7888 the file `mag_sel.png` is replaced by `mag_sel.svg`, as a result the search glass in the search box was not present anymore.
(Note this is only valid for versions 1.8.19 and newer).
2020-10-21 13:31:18 +02:00
Sébastien Loriot
88967b928d
really clear the mesh
2020-10-21 10:51:12 +02:00
Sébastien Loriot
1dee2c3704
Merge remote-tracking branch 'cgal/5.1.x-branch' into master
2020-10-21 10:27:52 +02:00
Simon Giraudot
adef28b496
Add assertions and fix bug
2020-10-21 10:12:51 +02:00