Sébastien Loriot
|
c8a3fdaff6
|
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
[Small Feature] Reworked CGAL::Color
|
2019-04-12 15:54:30 +02:00 |
Sebastien Loriot
|
fd273fe850
|
Merge pull request #3779 from afabri/Polyhedron-read_off-GF
Polyhedron: read_OFF() must not set the badbit if there are 0 vertices
|
2019-04-12 15:27:24 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Simon Giraudot
|
d314711eaf
|
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
|
2019-04-09 15:00:56 +02:00 |
Laurent Rineau
|
04bef2b071
|
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
Update for cpp14
|
2019-04-08 15:59:28 +02:00 |
Laurent Rineau
|
c14308f300
|
Merge pull request #3788 from maxGimeno/VTU_output-Add-attribute-GF
Mesh_3: New Attributes Type for VTU Output
|
2019-04-08 15:58:40 +02:00 |
Laurent Rineau
|
68f321c58d
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-04-08 15:58:27 +02:00 |
Laurent Rineau
|
65ebf7d386
|
Merge branch 'Mesh_3-fix_output_to_vtu-GF' into VTU_output-Add-attribute-GF
|
2019-04-03 19:57:36 +02:00 |
Laurent Rineau
|
eb769f13fd
|
Fix the error message
|
2019-04-03 14:10:57 +02:00 |
Laurent Rineau
|
bba76c20f3
|
Fix that find_path in case of cross-compilation
|
2019-04-03 14:10:42 +02:00 |
Laurent Rineau
|
aed5a55354
|
Fix the syntax of find_path
|
2019-04-03 14:10:27 +02:00 |
Simon Giraudot
|
7518d5642a
|
Remove CGAL::Classification::RGB_Color and HSV_Color and just use CGAL::Color everywhere
|
2019-04-03 11:51:29 +02:00 |
Simon Giraudot
|
2c1ca1e893
|
Replace old color API using global const variable with new one using functions
|
2019-04-03 11:51:29 +02:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +01:00 |
Sébastien Loriot
|
0ce7fc09b5
|
turns iterator pairs into iterable ranges
|
2019-03-29 13:28:22 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
e6cdf9f62b
|
remove condition for cpp11 to be present in face graph related packages
|
2019-03-29 10:41:50 +01:00 |
Laurent Rineau
|
d27c222e54
|
Merge pull request #3799 from maxGimeno/Demo-Select_only_in_clipped_zone-GF
Polyhedron Demo: Only Select in the clipped zone
|
2019-03-27 18:05:12 +01:00 |
Simon Giraudot
|
71dc567566
|
Integrate clipping test in selection functor
|
2019-03-27 10:18:02 +01:00 |
Maxime Gimeno
|
38709a737e
|
Fix c3t3 reload
|
2019-03-27 09:49:46 +01:00 |
Maxime Gimeno
|
1bd785ae44
|
Don't select clipped points
|
2019-03-26 15:30:34 +01:00 |
Maxime Gimeno
|
2a261c1d2f
|
Fix event filter problems
|
2019-03-26 15:24:28 +01:00 |
Maxime Gimeno
|
49a109fa36
|
Add a button to enable clipping 2D to avoid conflict with selection
|
2019-03-26 15:06:40 +01:00 |
Maxime Gimeno
|
9f9bd9b1fd
|
Set the initial transformation to Translation to get the maximum length and set the box horizontal policy to fixed. Also move a button to gain space.
|
2019-03-25 09:12:28 +01:00 |
Andreas Fabri
|
5d58bde7f2
|
Polyhedron: Fix Issue #3108
|
2019-03-19 17:39:04 +01:00 |
Maxime Gimeno
|
c787e40ca7
|
Use boost variant for attributes to be able to send `double`s, `uint_8`s and `std::size_t`s
|
2019-03-18 13:14:00 +01:00 |
Maxime Gimeno
|
3760964322
|
Also fix the initial state of the clipping_box widget
|
2019-03-15 16:05:39 +01:00 |
Maxime Gimeno
|
38c671f4b7
|
Don't forget the offset in the tooltip()
|
2019-03-15 16:00:50 +01:00 |
Maxime Gimeno
|
1d04ad4d90
|
Merge pull request #3761 from maxGimeno/Demo-Fix_visualization-GF
Polyhedron_Demo: Fix warning
|
2019-03-12 17:04:21 +01:00 |
Maxime Gimeno
|
324f4e9b4a
|
Fix warning
|
2019-03-12 15:00:41 +01:00 |
Laurent Rineau
|
c668f3095b
|
Merge pull request #3732 from maxGimeno/Demo-Stats_for_selection-GF
Polyhedron_demo: Add stats to the selection_item
|
2019-03-11 17:26:21 +01:00 |
Laurent Rineau
|
6f67752ba5
|
Merge pull request #3738 from sgiraudot/Polyhedron_demo-Fix_point_set_selection_speed-GF
Polyhedron demo: Fix point set selection speed
|
2019-03-11 17:26:18 +01:00 |
Maxime Gimeno
|
5c433eab01
|
Fix show/hide
|
2019-03-08 11:32:50 +01:00 |
Maxime Gimeno
|
93d665e01f
|
Fix clipping box plugin
|
2019-03-08 11:04:46 +01:00 |
Maxime Gimeno
|
d7baf67a43
|
Add initialization
|
2019-03-07 12:54:12 +01:00 |
Maxime Gimeno
|
8d6c35f1b5
|
Fix warning
|
2019-03-06 15:53:06 +01:00 |
Simon Giraudot
|
ae5a828dc7
|
Fix point set selection speed
|
2019-03-06 14:22:18 +01:00 |
Maxime Gimeno
|
bd8b39d162
|
Add stats to the selection_item
|
2019-03-04 17:21:51 +01:00 |
Maxime Gimeno
|
2fd1a984af
|
Fix blending order so that the edges with antialiasing blend with the triangles and not with the background
|
2019-03-04 10:35:14 +01:00 |
Laurent Rineau
|
b3b513c20d
|
Merge pull request #3708 from aboudev/VSA-lingjie
Surface mesh approximation: handle degenerate cases
|
2019-02-28 20:54:40 +01:00 |
Laurent Rineau
|
669dfc67bd
|
Merge pull request #3699 from maxGimeno/Demo-Fix_Mesh_3_surface-GF
Polyhedron_Demo: fix mesh_3_plugin
|
2019-02-28 20:54:37 +01:00 |
Laurent Rineau
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Maxime Gimeno
|
3dc5ee1513
|
Remove unused capture in lambda
|
2019-02-28 15:55:46 +01:00 |
Lingjie Zhu
|
b34eadc7fd
|
fix approximate_sqrt for EPICK
|
2019-02-28 20:18:30 +08:00 |
Lingjie Zhu
|
91be8fbcf5
|
typo
|
2019-02-26 23:30:56 +08:00 |
Lingjie Zhu
|
24e83fc944
|
std::sqrt -> CGAL::approximate_sqrt
|
2019-02-26 22:55:52 +08:00 |
Lingjie Zhu
|
31247193d0
|
replace invalid planes in rendering
CGAL::linear_least_squares_fitting_3 may return invalid plane
|
2019-02-26 16:55:14 +08:00 |