Andreas Fabri
26de0fbb05
hash_value is not defined inside an #ifdef OM_HAS_HASH
2016-08-29 23:25:06 +02:00
Laurent Rineau
9257b803a2
Merge pull request #1354 from afabri/BGL_fix_input-GF
...
All examples now read from a file
2016-08-29 13:02:29 +02:00
Laurent Rineau
44b4199878
Merge pull request #1366 from lrineau/CGAL-remove_support_for_LEDA_5_and_before-GF
...
Remove all usage of CGAL_LEDA_VERSION
2016-08-29 12:32:24 +02:00
Laurent Rineau
a3ffae35bd
Merge pull request #1364 from sloriot/CGAL-replace_assert
...
Replace assert by CGAL_assertion in CGAL code
2016-08-29 12:32:01 +02:00
Andreas Fabri
0c817cdbc5
chmod -x points.xy
2016-08-29 12:31:26 +02:00
Laurent Rineau
bae707b4b6
Merge pull request #1363 from sloriot/Algebraic_foundations-to_double_doc_determinism
...
Document that to_double might not always return the same value
2016-08-29 12:31:07 +02:00
Laurent Rineau
1898b16c37
Merge pull request #1328 from lrineau/Mesh_3-polylines_to_protect-GF
...
Mesh_3: add a function that allows to specify and process a given set of polylines to protect
2016-08-29 12:30:38 +02:00
Laurent Rineau
c8ad04550e
Merge pull request #1325 from sgiraudot/Spatial_searching-Fix_misleading_examples-GF
...
Spatial searching: fix misleading typedef in examples
2016-08-29 12:30:04 +02:00
Laurent Rineau
53c4718361
Merge pull request #1322 from cjamin/OTR2-bug_fixes-cjamin
...
2 bug fixes for Optimal_transportation_reconstruction_2
2016-08-29 12:29:37 +02:00
Laurent Rineau
541827cbd8
Fix permission issue
...
... detected by our script `Scripts/developer_scripts/detect_wrong_permissions`.
2016-08-29 12:22:17 +02:00
Laurent Rineau
3481352110
Merge pull request #1361 from sloriot/AOS_2-fix_for_polycurve_traits from 'cgal/releases/CGAL-4.8-branch'
2016-08-29 12:13:31 +02:00
Laurent Rineau
dabbedb3ce
Merge pull request #1361 from sloriot/AOS_2-fix_for_polycurve_traits
...
Fix Compare_y_at_x_2 for polycurve traits
2016-08-29 10:29:14 +02:00
Laurent Rineau
3d97b32480
Merge pull request #1339 from janetournois/Spatial_searching-improve_doc-GF
...
Spatial_searching doc : Update Search_traits_3 requirements
2016-08-29 10:28:19 +02:00
Sebastien Loriot
3c13cf2ded
Add travis button
2016-08-26 13:05:07 +02:00
Sebastien Loriot
17600306cd
Merge pull request #1365 from sloriot/Travis-use_boost_1.55
...
try using boost 1.55 instead of 1.48
2016-08-26 11:13:45 +02:00
Sébastien Loriot
0208edcd19
add some words about to_double in Lazy_exact_nt
2016-08-26 11:00:44 +02:00
Sébastien Loriot
27d605d636
add missing include directives
2016-08-26 09:28:35 +02:00
Sébastien Loriot
d3595692a3
due to time constraints build only examples
2016-08-25 18:25:49 +02:00
Sébastien Loriot
937e04092a
add demos to the test
2016-08-25 18:24:50 +02:00
Laurent Rineau
0c690014b7
Remove all usage of CGAL_LEDA_VERSION
...
Now, LEDA version >= 6.0 is required if `CGAL_USE_LEDA` is toggled.
2016-08-25 14:38:16 +02:00
Sébastien Loriot
f8718bac23
try using boost 1.55 instead of 1.48
2016-08-25 11:30:18 +02:00
Sébastien Loriot
ff1b240a37
replace assert by CGAL_assertion in CGAL code
2016-08-25 11:12:17 +02:00
Laurent Rineau
32b9750321
updated crontab (automated commit)
2016-08-25 10:49:55 +02:00
Sébastien Loriot
2a9bfda2e3
add travis file provided by @bo0ts
2016-08-25 09:51:31 +02:00
Sébastien Loriot
2507f819b0
document that to_double might not always return the same value
2016-08-24 15:42:22 +02:00
Sébastien Loriot
6987c417b2
fix Compare_y_at_x_2 of traits based on Arr_polycurve_basic_traits_2
...
this fix an issue when an xmonotone curve is vertical and not
oriented from left-to-right, as the xmonotone curve was assumed
to be oriented from left-to-right.
Note that in the case of a vertical curve, oriented from left-to-right
means from down-to-up
2016-08-24 11:27:20 +02:00
Sébastien Loriot
43bba7d980
add missing this-> when CGAL_ALWAYS_LEFT_TO_RIGHT is defined
2016-08-24 11:26:42 +02:00
Jane Tournois
47a5606eea
this commit fixes the following issue :
...
<<The AABB_tree<AT> internally use the spatial searching and in particular instantiates Search_traits_3 with AT. This implies according to that page that the concept AABBTraits must be a Kernel.
A clean solution is adding a new concept in Spatial searching that describes requirements of the template parameter of Search_traits_3. Then we can say that AABBTraits refines this concept. For consistency, we do the same for the template parameter of Search_traits_2.
>>
2016-08-23 16:28:50 +02:00
Sebastien Loriot
6776246089
Merge pull request #1321 from maxGimeno/Polyhedron_demo-Fix_WaitCursor-GF
...
Polyhedron_demo : fix the WaitCursor in the Mesh_3 script
2016-08-23 14:57:51 +02:00
Laurent Rineau
5521b5e58f
Merge pull request #1355 from maxGimeno/Polyhedron_demo-Typo_fix-GF
...
Polyhedron_demo : Typo fix.
2016-08-23 11:43:53 +02:00
Sebastien Loriot
8c62895f14
Merge pull request #1356 from CGAL/revert-1340-AABB_tree-fix_doc_closest_point-GF
...
Revert "AABB_tree : fix doc vs code inconsistency"
2016-08-23 11:43:21 +02:00
Maxime Gimeno
f3b15e3026
Fix the Clibboard typo.
2016-08-23 11:32:52 +02:00
Laurent Rineau
e218b6daf7
Merge pull request #1346 from afabri/Triangulation_2-Fix_simplify_when_u_equals_w-GF
...
Actually, this merge merges a branch
'Triangulation_2-Fix_simplify_when_u_equals_w-GF-4.8' into
'releases/CGAL-4.8-branch'. The branch
'Triangulation_2-Fix_simplify_when_u_equals_w-GF-4.8' is a rebase of the
initial PR onto the release branch for 4.8.
2016-08-23 11:31:23 +02:00
Simon Giraudot
a04ade1a69
Add new test for bugfix of polyline simplification with duplicate points
2016-08-23 11:30:22 +02:00
Andreas Fabri
791c385a3a
fix polyline simplification
2016-08-23 11:30:21 +02:00
Sebastien Loriot
62d06a2b88
Revert "AABB_tree : fix doc vs code inconsistency"
2016-08-23 11:12:33 +02:00
Sébastien Loriot
e2ed53ec63
fix backtick issue
2016-08-22 14:43:30 +02:00
Andreas Fabri
4897008e43
All examples now read from a file
2016-08-20 20:11:36 +02:00
Simon Giraudot
124c65065a
Merge pull request #1351 from sgiraudot/OTR-Bugfix_loose_bbox_computation-GF
...
OT reconstruction: fix: loose bbox length computation
2016-08-19 08:17:41 +02:00
Simon Giraudot
f93e84ab28
Merge pull request #1347 from sgiraudot/OTR-Improve_verbosity-GF
...
OT reconstruction: improve verbosity
2016-08-19 08:16:55 +02:00
Simon Giraudot
41d549d211
Merge pull request #1346 from afabri/Triangulation_2-Fix_simplify_when_u_equals_w-GF
...
fix polyline simplification
2016-08-19 08:16:05 +02:00
Simon Giraudot
32fb8ce9dd
Bugfix: loose bbox length was badly computed
2016-08-18 11:29:02 +02:00
Simon Giraudot
27341e688e
Add new test for bugfix of polyline simplification with duplicate points
2016-08-17 14:27:51 +02:00
Jane Tournois
022e698b31
Merge pull request #1340 from janetournois/AABB_tree-fix_doc_closest_point-GF
...
AABB_tree : fix doc vs code inconsistency
2016-08-17 09:23:24 +02:00
Simon Giraudot
eeebf10c15
Merge pull request #1343 from maxGimeno/Polyhedron_demo-Snapshot_to_clipboard-GF
...
Polyhedron_demo: Snapshot to clipboard
2016-08-17 08:06:53 +02:00
Simon Giraudot
fa7493fdf7
Prevent verbosity level of 1 to display messages at every iteration
2016-08-16 09:42:03 +02:00
Andreas Fabri
784c1b82f3
fix polyline simplification
2016-08-14 17:20:56 +02:00
Maxime Gimeno
141517fbc8
Set the 'Recenter Scene' shortcut to Ctrl+R.
2016-08-12 14:40:15 +02:00
Maxime Gimeno
d9e7a4c46a
Fix the shortcuts for saveSnapshot() and sendSnapshotToClipBoard.
2016-08-11 15:46:27 +02:00
Maxime Gimeno
8af1edec81
Implement a snapshot to clipboard. Bind it to Ctrl+Print Screen.
2016-08-11 15:45:31 +02:00