[mshr] branch master updated (43ce923 -> 2f6f7ca)

Johannes Ring johannr-guest at moszumanska.debian.org
Mon Jul 4 12:20:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

johannr-guest pushed a change to branch master
in repository mshr.

      from  43ce923   upload 1.6.0-1 to unstable
       new  e3d6e5c   Imported Upstream version 2016.1.0
       new  d178722   Merge tag 'upstream/2016.1.0'
       new  2f6f7ca   Update for 2016.1 release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 3rdparty/CGAL-4.6/CHANGES                          |   4043 -
 3rdparty/CGAL-4.6/CMakeLists.txt                   |   1060 -
 3rdparty/CGAL-4.6/INSTALL.md                       |    215 -
 3rdparty/CGAL-4.6/LICENSE                          |     42 -
 3rdparty/CGAL-4.6/VERSION                          |      1 -
 .../CGAL-4.6/auxiliary/cgal_create_cmake_script.1  |     42 -
 .../modules/2.6.2-to-2.8.1/FindQt4-Copyright.txt   |     50 -
 .../cmake/modules/2.6.2-to-2.8.1/FindQt4.cmake     |   1188 -
 .../Qt4ConfigDependentSettings.cmake               |    373 -
 .../cmake/modules/2.6.2-to-2.8.1/Qt4Macros.cmake   |    399 -
 .../cmake/modules/2.6.2-to-2.8.1/UseQt4.cmake      |     93 -
 .../cmake/modules/CGALConfig_binary.cmake.in       |    141 -
 .../cmake/modules/CGALConfig_install.cmake.in      |    140 -
 3rdparty/CGAL-4.6/cmake/modules/CGAL_Common.cmake  |     60 -
 .../modules/CGAL_GeneratorSpecificSettings.cmake   |     53 -
 3rdparty/CGAL-4.6/cmake/modules/CGAL_Macros.cmake  |    734 -
 .../CGAL-4.6/cmake/modules/CGAL_SetupBoost.cmake   |     38 -
 .../cmake/modules/CGAL_SetupDependencies.cmake     |     85 -
 .../CGAL-4.6/cmake/modules/CGAL_VersionUtils.cmake |    230 -
 3rdparty/CGAL-4.6/cmake/modules/FindCGAL.cmake     |     91 -
 .../CGAL-4.6/cmake/modules/FindQGLViewer.cmake     |     61 -
 .../CGAL-4.6/cmake/modules/FindQt3-patched.cmake   |    318 -
 3rdparty/CGAL-4.6/cmake/modules/FindTBB.cmake      |    422 -
 .../CGAL-4.6/cmake/modules/Qt3Macros-patched.cmake |    169 -
 3rdparty/CGAL-4.6/cmake/modules/UseCGAL.cmake      |     66 -
 .../CGAL-4.6/config/support/print_QT4_version.cpp  |     27 -
 .../CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG.cpp      |     30 -
 3rdparty/CGAL-4.6/demo/AABB_tree/AABB_demo.cpp     |     65 -
 3rdparty/CGAL-4.6/demo/AABB_tree/CMakeLists.txt    |     98 -
 3rdparty/CGAL-4.6/demo/AABB_tree/MainWindow.cpp    |    425 -
 3rdparty/CGAL-4.6/demo/AABB_tree/Scene.cpp         |    899 -
 3rdparty/CGAL-4.6/demo/AABB_tree/Scene.h           |    195 -
 3rdparty/CGAL-4.6/demo/AABB_tree/Viewer.cpp        |     63 -
 3rdparty/CGAL-4.6/demo/AABB_tree/Viewer.h          |     31 -
 .../demo/Alpha_shapes_2/Alpha_shapes_2.cpp         |    309 -
 .../CGAL-4.6/demo/Alpha_shapes_2/CMakeLists.txt    |     57 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/Wshape  |     28 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/Wshape2 |     44 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/brain_1 |    339 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/brain_2 |    230 -
 .../CGAL-4.6/demo/Alpha_shapes_2/data/degenere.pts |      4 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/dipper  |      8 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/dixie   |   3374 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/fout    |    174 -
 .../CGAL-4.6/demo/Alpha_shapes_2/data/kleeblatt    |     76 -
 .../CGAL-4.6/demo/Alpha_shapes_2/data/m30f.jpg     |    Bin 87958 -> 0 bytes
 .../CGAL-4.6/demo/Alpha_shapes_2/data/noisy_circle |     74 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/torus   |    128 -
 .../CGAL-4.6/demo/Alpha_shapes_2/data/usa-outline  |    207 -
 .../CGAL-4.6/demo/Alpha_shapes_3/Alpha_shape_3.cpp |     26 -
 .../CGAL-4.6/demo/Alpha_shapes_3/CMakeLists.txt    |     52 -
 .../CGAL-4.6/demo/Alpha_shapes_3/MainWindow.cpp    |    111 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/MainWindow.h |     40 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/Viewer.cpp   |    138 -
 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/Viewer.h     |     39 -
 .../demo/Apollonius_graph_2/Apollonius_graph_2.cpp |    293 -
 .../demo/Apollonius_graph_2/CMakeLists.txt         |     55 -
 .../CGAL-4.6/demo/Apollonius_graph_2/data/algo.dat |      9 -
 .../demo/Apollonius_graph_2/data/hierarchy.dat     |    500 -
 .../ArrangementDemoPropertiesDialog.cpp            |    230 -
 .../ArrangementDemoWindow.cpp                      |   1216 -
 .../ArrangementDemoWindow.h                        |    147 -
 .../ArrangementGraphicsItem.h                      |   1309 -
 .../ArrangementPainterOstream.h                    |   1009 -
 .../Arrangement_on_surface_2/ArrangementTypes.h    |    330 -
 .../demo/Arrangement_on_surface_2/CMakeLists.txt   |     84 -
 .../Arrangement_on_surface_2/ColorItemEditor.cpp   |     71 -
 .../DeleteCurveModeItemEditor.cpp                  |     50 -
 .../Arrangement_on_surface_2/OverlayDialog.cpp     |    294 -
 .../PropertyValueDelegate.cpp                      |    138 -
 .../PropertyValueDelegate.h                        |     55 -
 .../CGAL-4.6/demo/Arrangement_on_surface_2/Utils.h |   1630 -
 .../old_demo/CMakeLists.txt                        |     50 -
 .../old_demo/Conic_reader.h                        |    218 -
 .../old_demo/MyWindow_files.cpp                    |    691 -
 .../old_demo/MyWindow_operations.cpp               |    785 -
 .../old_demo/MyWindow_overlay.cpp                  |    296 -
 .../old_demo/arrangement_2.cpp                     |    474 -
 .../old_demo/arrangement_2.h                       |    291 -
 .../Arrangement_on_surface_2/old_demo/cgal_types.h |    292 -
 .../Arrangement_on_surface_2/old_demo/demo_tab.cpp |     24 -
 .../Arrangement_on_surface_2/old_demo/demo_tab.h   |   3056 -
 .../Arrangement_on_surface_2/old_demo/forms.cpp    |    519 -
 .../demo/Arrangement_on_surface_2/old_demo/forms.h |    290 -
 .../old_demo/overlay_functor.h                     |     82 -
 .../Arrangement_on_surface_2/old_demo/qt_layer.cpp |     82 -
 .../Arrangement_on_surface_2/old_demo/qt_layer.h   |     44 -
 .../demo/Boolean_set_operations_2/CMakeLists.txt   |     43 -
 .../Qt_widget_X_monotone_circle_segment_2.h        |     95 -
 .../Qt_widget_circ_polygon.h                       |     92 -
 .../Qt_widget_circle_segment_2.h                   |     94 -
 .../Qt_widget_get_circ_polygon.h                   |    636 -
 .../Qt_widget_locate_layer.cpp                     |     87 -
 .../Qt_widget_locate_layer.h                       |     69 -
 .../boolean_operations_2.cpp                       |   1178 -
 .../boolean_operations_2.h                         |    180 -
 .../boolean_operations_2_toolbar.cpp               |    117 -
 .../boolean_operations_2_toolbar.h                 |     86 -
 .../demo/Boolean_set_operations_2/data/vlsi_1.dxf  | 135404 ------------------
 .../demo/Boolean_set_operations_2/help/index.html  |    248 -
 .../demo/Boolean_set_operations_2/icons/comp_P.bmp |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/comp_P.xpm |     54 -
 .../demo/Boolean_set_operations_2/icons/comp_Q.bmp |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/comp_Q.xpm |     55 -
 .../demo/Boolean_set_operations_2/icons/del_P.bmp  |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/del_P.xpm  |     47 -
 .../demo/Boolean_set_operations_2/icons/del_Q.bmp  |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/del_Q.xpm  |     56 -
 .../Boolean_set_operations_2/icons/diff_PQ.bmp     |    Bin 3126 -> 0 bytes
 .../Boolean_set_operations_2/icons/diff_PQ.xpm     |     66 -
 .../Boolean_set_operations_2/icons/diff_QP.bmp     |    Bin 3126 -> 0 bytes
 .../Boolean_set_operations_2/icons/diff_QP.xpm     |     66 -
 .../icons/insert_circle.bmp                        |    Bin 3126 -> 0 bytes
 .../icons/insert_circle.xpm                        |     46 -
 .../icons/insert_polygon.bmp                       |    Bin 3126 -> 0 bytes
 .../icons/insert_polygon.xpm                       |     45 -
 .../icons/intersection.bmp                         |    Bin 3126 -> 0 bytes
 .../icons/intersection.xpm                         |     66 -
 .../demo/Boolean_set_operations_2/icons/locate.bmp |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/locate.xpm |     54 -
 .../demo/Boolean_set_operations_2/icons/make_P.bmp |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/make_P.xpm |     54 -
 .../demo/Boolean_set_operations_2/icons/make_Q.bmp |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/make_Q.xpm |     57 -
 .../Boolean_set_operations_2/icons/mink_sum.bmp    |    Bin 3126 -> 0 bytes
 .../Boolean_set_operations_2/icons/mink_sum.xpm    |     66 -
 .../Boolean_set_operations_2/icons/refresh.bmp     |    Bin 3126 -> 0 bytes
 .../Boolean_set_operations_2/icons/refresh.xpm     |     73 -
 .../Boolean_set_operations_2/icons/symm_diff.bmp   |    Bin 3126 -> 0 bytes
 .../Boolean_set_operations_2/icons/symm_diff.xpm   |     66 -
 .../demo/Boolean_set_operations_2/icons/union.bmp  |    Bin 3126 -> 0 bytes
 .../demo/Boolean_set_operations_2/icons/union.xpm  |     66 -
 .../demo/Boolean_set_operations_2/typedefs.h       |     73 -
 .../demo/Bounding_volumes/Bounding_volumes.cpp     |    549 -
 .../CGAL-4.6/demo/Bounding_volumes/CMakeLists.txt  |     59 -
 3rdparty/CGAL-4.6/demo/CGAL_ipelets/CMakeLists.txt |    142 -
 3rdparty/CGAL-4.6/demo/CGAL_ipelets/distance.cpp   |    104 -
 3rdparty/CGAL-4.6/demo/CGAL_ipelets/hyperbolic.cpp |    241 -
 3rdparty/CGAL-4.6/demo/CMakeLists.txt              |     42 -
 .../CGAL-4.6/demo/Circular_kernel_2/CMakeLists.txt |     57 -
 .../demo/Circular_kernel_2/Circular_kernel_2.cpp   |    297 -
 .../CGAL-4.6/demo/Circular_kernel_3/CMakeLists.txt |     41 -
 .../demo/Circular_kernel_3/Circular_kernel_3.cpp   |     24 -
 .../CGAL-4.6/demo/Circular_kernel_3/Viewer.cpp     |    155 -
 3rdparty/CGAL-4.6/demo/Circular_kernel_3/Viewer.h  |     18 -
 .../CGAL-4.6/demo/Convex_hull_3/CMakeLists.txt     |     29 -
 3rdparty/CGAL-4.6/demo/Envelope_3/CMakeLists.txt   |     55 -
 .../demo/Envelope_3/data/planes/plane1.txt         |    501 -
 .../demo/Envelope_3/data/planes/plane2.txt         |      5 -
 .../demo/Envelope_3/data/planes/plane3.txt         |    209 -
 .../demo/Envelope_3/data/planes/plane4.txt         |      4 -
 .../demo/Envelope_3/data/planes/plane5.txt         |    861 -
 .../demo/Envelope_3/data/planes/plane6.txt         |    361 -
 .../demo/Envelope_3/data/planes/plane7.txt         |     22 -
 .../demo/Envelope_3/data/planes/plane8.txt         |    227 -
 .../demo/Envelope_3/data/spheres/sphere1.txt       |      5 -
 .../demo/Envelope_3/data/spheres/sphere2.txt       |      3 -
 .../demo/Envelope_3/data/spheres/sphere3.txt       |      6 -
 .../demo/Envelope_3/data/triangles/triangle1.txt   |     51 -
 .../demo/Envelope_3/data/triangles/triangle2.txt   |      9 -
 .../demo/Envelope_3/data/triangles/triangle3.txt   |      9 -
 .../demo/Envelope_3/data/triangles/triangle4.txt   |     12 -
 .../demo/Envelope_3/data/triangles/triangle5.txt   |    865 -
 .../demo/Envelope_3/data/triangles/triangle6.txt   |  12482 --
 3rdparty/CGAL-4.6/demo/Envelope_3/envelope_3.cpp   |    316 -
 3rdparty/CGAL-4.6/demo/Envelope_3/envelope_3.h     |    214 -
 3rdparty/CGAL-4.6/demo/Envelope_3/help/index.html  |    107 -
 3rdparty/CGAL-4.6/demo/Envelope_3/icons/edges.bmp  |    Bin 3126 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Envelope_3/icons/edges.xpm  |     42 -
 3rdparty/CGAL-4.6/demo/Envelope_3/icons/faces.bmp  |    Bin 3126 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Envelope_3/icons/faces.xpm  |     43 -
 .../CGAL-4.6/demo/Envelope_3/icons/vertices.bmp    |    Bin 3126 -> 0 bytes
 .../CGAL-4.6/demo/Envelope_3/icons/vertices.xpm    |     42 -
 3rdparty/CGAL-4.6/demo/Envelope_3/typedefs.h       |    431 -
 3rdparty/CGAL-4.6/demo/Generator/CMakeLists.txt    |     55 -
 3rdparty/CGAL-4.6/demo/Generator/Generator_2.cpp   |    347 -
 3rdparty/CGAL-4.6/demo/Geomview/CMakeLists.txt     |     31 -
 3rdparty/CGAL-4.6/demo/GraphicsView/CMakeLists.txt |     42 -
 3rdparty/CGAL-4.6/demo/GraphicsView/min.cpp        |     28 -
 .../CGAL-4.6/demo/Interpolation/CMakeLists.txt     |     32 -
 .../demo/Kinetic_data_structures/CMakeLists.txt    |     61 -
 .../KDS_Delaunay_triangulation_2.cpp               |    135 -
 .../KDS_Delaunay_triangulation_stable_subset_2.cpp |    105 -
 .../Kinetic_data_structures/KDS_generate_data.cpp  |     85 -
 .../demo/Kinetic_data_structures/KDS_gui_2.cpp     |     41 -
 .../demo/Kinetic_data_structures/data/after002     |     20 -
 .../demo/Kinetic_data_structures/data/after010     |     95 -
 .../demo/Kinetic_data_structures/data/after088     |   1156 -
 .../demo/Kinetic_data_structures/data/after103     |   1313 -
 .../demo/Kinetic_data_structures/data/after106     |   1323 -
 .../demo/Kinetic_data_structures/data/before002    |     20 -
 .../demo/Kinetic_data_structures/data/before010    |     95 -
 .../demo/Kinetic_data_structures/data/before088    |   1156 -
 .../demo/Kinetic_data_structures/data/before103    |   1313 -
 .../demo/Kinetic_data_structures/data/before106    |   1323 -
 .../demo/Kinetic_data_structures/data/before107    |   1041 -
 .../include/Qt_Delaunay_stable_subset_2.h          |    146 -
 .../include/SoQt_examiner_viewer.h                 |     88 -
 .../Kinetic_data_structures/include/SoQt_handle.h  |     59 -
 .../include/SoQt_moving_points_3.h                 |    465 -
 .../include/SoQt_moving_weighted_points_3.h        |    454 -
 .../include/SoQt_triangulation_3.h                 |    427 -
 .../include/SoQt_widget_3.h                        |    181 -
 .../Kinetic_data_structures/include/control_coin.h |      1 -
 .../demo/L1_Voronoi_diagram_2/CMakeLists.txt       |     58 -
 .../L1_Voronoi_diagram_2/L1_voronoi_diagram_2.cpp  |    395 -
 .../include/CGAL/L1_voronoi_traits_2.h             |    343 -
 .../include/CGAL/Qt/ArrangementPointInput.h        |     78 -
 .../demo/Largest_empty_rect_2/CMakeLists.txt       |     55 -
 .../Largest_empty_rectangle_2.cpp                  |    287 -
 .../demo/Linear_cell_complex/CMakeLists.txt        |     78 -
 .../Linear_cell_complex_3_demo.cpp                 |     48 -
 .../Linear_cell_complex_3_subdivision.cpp          |    202 -
 .../Linear_cell_complex_pqq_subdivision.cpp        |    327 -
 .../demo/Linear_cell_complex/MainWindow.cpp        |   2991 -
 .../CGAL-4.6/demo/Linear_cell_complex/MainWindow.h |    269 -
 .../demo/Linear_cell_complex/MainWindow.ui         |    234 -
 .../CGAL-4.6/demo/Linear_cell_complex/Viewer.cpp   |    370 -
 .../CGAL-4.6/demo/Linear_cell_complex/Viewer.h     |     86 -
 .../CGAL-4.6/demo/Linear_cell_complex/typedefs.h   |    131 -
 3rdparty/CGAL-4.6/demo/Mesh_2/CMakeLists.txt       |     38 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/CMakeLists.txt   |     43 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Debug_layer.h    |     47 -
 .../demo/Mesh_2/Qt3/Qt_layer_show_circles.h        |    159 -
 .../demo/Mesh_2/Qt3/Qt_layer_show_triangulation.h  |     76 -
 .../Qt3/Qt_layer_show_triangulation_constraints.h  |     83 -
 .../demo/Mesh_2/Qt3/Qt_widget_style_editor-aux.h   |    144 -
 .../demo/Mesh_2/Qt3/Qt_widget_style_editor.cpp     |    127 -
 .../demo/Mesh_2/Qt3/Qt_widget_style_editor.h       |     55 -
 .../demo/Mesh_2/Qt3/Qt_widget_styled_layer.cpp     |    125 -
 .../demo/Mesh_2/Qt3/Qt_widget_styled_layer.h       |     95 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_clusters.h  |    213 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_points.cpp  |     69 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_points.h    |    129 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_segments.h  |     97 -
 .../demo/Mesh_2/Qt3/Show_segments_base.cpp         |     61 -
 .../CGAL-4.6/demo/Mesh_2/Qt3/Show_segments_base.h  |     53 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/contraints.xpm   |     37 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/icons.cpp        |     32 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/icons.h          |     28 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/marked.xpm       |     39 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/mesh_2_demo.cpp  |   1531 -
 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/seeds.xpm        |     39 -
 3rdparty/CGAL-4.6/demo/Mesh_2/README.txt           |      5 -
 3rdparty/CGAL-4.6/demo/Mesh_3/C3t3_type.h          |     60 -
 3rdparty/CGAL-4.6/demo/Mesh_3/CMakeLists.txt       |    411 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Io_c3t3_plugin.cpp   |     69 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Io_image_plugin.cpp  |     94 -
 .../demo/Mesh_3/Io_implicit_function_plugin.cpp    |    203 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Io_off_plugin.cpp    |     94 -
 3rdparty/CGAL-4.6/demo/Mesh_3/MainWindow.cpp       |    601 -
 3rdparty/CGAL-4.6/demo/Mesh_3/MainWindow.h         |    108 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_3.cpp           |     43 -
 .../demo/Mesh_3/Mesh_3_optimization_plugin.cpp     |    623 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_3_plugin.cpp    |    431 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_function.h      |    279 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Meshing_thread.cpp   |     91 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Meshing_thread.h     |     96 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Optimizer_thread.cpp |     84 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Optimizer_thread.h   |    101 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_c3t3_item.cpp  |    619 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_c3t3_item.h    |    140 -
 .../CGAL-4.6/demo/Mesh_3/Scene_c3t3_item_config.h  |     10 -
 .../demo/Mesh_3/Scene_implicit_function_item.cpp   |    257 -
 .../demo/Mesh_3/Scene_implicit_function_item.h     |     72 -
 .../CGAL-4.6/demo/Mesh_3/Scene_polygon_soup.cpp    |    406 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_polygon_soup.h |     44 -
 .../CGAL-4.6/demo/Mesh_3/Scene_polyhedron_item.cpp |    106 -
 .../CGAL-4.6/demo/Mesh_3/Scene_polyhedron_item.h   |     48 -
 .../demo/Mesh_3/Scene_segmented_image_item.cpp     |    692 -
 .../demo/Mesh_3/Scene_segmented_image_item.h       |     59 -
 3rdparty/CGAL-4.6/demo/Mesh_3/StdAfx.h             |    346 -
 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_plane.h       |    401 -
 .../CGAL-4.6/demo/Mesh_3/Volume_plane_interface.h  |     51 -
 .../demo/Mesh_3/Volume_plane_intersection.cpp      |     62 -
 .../demo/Mesh_3/Volume_plane_intersection.h        |     52 -
 .../CGAL-4.6/demo/Mesh_3/Volume_plane_thread.h     |    128 -
 .../CGAL-4.6/demo/Mesh_3/Volume_planes_plugin.cpp  |    381 -
 .../demo/Mesh_3/cmake/modules/FindGLEW.cmake       |    108 -
 .../demo/Mesh_3/implicit_functions/CMakeLists.txt  |     81 -
 .../implicit_functions/Klein_implicit_function.cpp |     55 -
 .../Sphere_implicit_function.cpp                   |     57 -
 .../Tanglecube_implicit_function.cpp               |     59 -
 .../demo/Mesh_3/include/CGAL/compute_normal.h      |     44 -
 .../CGAL-4.6/demo/Mesh_3/include/CGAL/gl_render.h  |     80 -
 .../Mesh_3/include/CGAL_demo/Io_plugin_interface.h |     26 -
 .../CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Scene.h |    140 -
 .../include/CGAL_demo/Scene_draw_interface.h       |     12 -
 .../demo/Mesh_3/include/CGAL_demo/Scene_item.h     |     95 -
 .../CGAL_demo/Scene_item_with_display_list.h       |     36 -
 .../demo/Mesh_3/include/CGAL_demo/Viewer.h         |     49 -
 .../demo/Mesh_3/src/CGAL_demo/Plugin_helper.cpp    |    109 -
 .../CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Scene.cpp   |    592 -
 .../demo/Mesh_3/src/CGAL_demo/Scene_item.cpp       |     31 -
 .../src/CGAL_demo/Scene_item_with_display_list.cpp |     72 -
 .../CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Viewer.cpp  |    167 -
 3rdparty/CGAL-4.6/demo/Nef_2/CMakeLists.txt        |     42 -
 3rdparty/CGAL-4.6/demo/Nef_2/Qt_widget_toolbar.cpp |     89 -
 3rdparty/CGAL-4.6/demo/Nef_2/Qt_widget_toolbar.h   |     59 -
 3rdparty/CGAL-4.6/demo/Nef_2/cgal_types.h          |     55 -
 .../Nef_2/filtered_homogeneous_data/complex.nef    |    422 -
 .../Nef_2/filtered_homogeneous_data/symmdif.nef    |    116 -
 3rdparty/CGAL-4.6/demo/Nef_2/help/index.html       |    392 -
 .../demo/Nef_2/homogeneous_data/box_and_line.nef   |    130 -
 .../CGAL-4.6/demo/Nef_2/homogeneous_data/cake.nef  |     38 -
 .../demo/Nef_2/homogeneous_data/dangling.nef       |     55 -
 .../CGAL-4.6/demo/Nef_2/homogeneous_data/disk.nef  |     59 -
 .../demo/Nef_2/homogeneous_data/line_cross.nef     |    106 -
 .../CGAL-4.6/demo/Nef_2/homogeneous_data/mpii.nef  |    202 -
 .../CGAL-4.6/demo/Nef_2/homogeneous_data/star.nef  |    160 -
 .../demo/Nef_2/homogeneous_data/symmdiff.nef       |     52 -
 .../demo/Nef_2/homogeneous_data/triangle.nef       |     40 -
 3rdparty/CGAL-4.6/demo/Nef_2/nef_2.cpp             |    792 -
 3rdparty/CGAL-4.6/demo/Nef_2/nef_2.h               |    451 -
 3rdparty/CGAL-4.6/demo/Nef_2/nef_2_layers.h        |     53 -
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/basic.gif        |    Bin 257 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/basic.pcx        |    Bin 1419 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/basic2.pcx       |    Bin 854 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/boundary.pcx     |    Bin 1344 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/boundary.xpm     |    Bin 7313 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/closure.pcx      |    Bin 1344 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/closure.xpm      |    Bin 7312 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/complement.pcx   |    Bin 1274 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/complement.xpm   |    Bin 7345 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/diff.pcx         |    Bin 1836 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/diff.xpm         |    Bin 7414 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/exor.pcx         |    Bin 1830 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/exor.xpm         |    Bin 7414 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/interior.pcx     |    Bin 1274 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/interior.xpm     |    Bin 7343 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/intersection.pcx |    Bin 1839 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/intersection.xpm |     55 -
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/nef.xpm          |    425 -
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/newclosed.pcx    |    Bin 941 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/newopen.pcx      |    Bin 941 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/newpoly.pcx      |    Bin 941 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/union.pcx        |    Bin 1830 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_2/xpms/union.xpm        |    Bin 7415 -> 0 bytes
 3rdparty/CGAL-4.6/demo/Nef_3/CMakeLists.txt        |     72 -
 3rdparty/CGAL-4.6/demo/Nef_3/README                |     62 -
 3rdparty/CGAL-4.6/demo/Nef_3/cube.off              |     18 -
 .../demo/Nef_3/include/CGAL/Nef_3/demo_stack.h     |    601 -
 .../Nef_3/include/CGAL/Nef_3/visual_hull_creator.h |    295 -
 3rdparty/CGAL-4.6/demo/Nef_3/mpi.vsh               |     48 -
 3rdparty/CGAL-4.6/demo/Nef_3/nef_3_extended.cpp    |     53 -
 3rdparty/CGAL-4.6/demo/Nef_3/nef_3_filtered.cpp    |     43 -
 3rdparty/CGAL-4.6/demo/Nef_3/nef_3_homogeneous.cpp |     54 -
 3rdparty/CGAL-4.6/demo/Nef_3/visual_hull.cpp       |    161 -
 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SM.cin  |    207 -
 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SM.cpp  |     51 -
 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SNC.cin |    207 -
 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SNC.cpp |     42 -
 3rdparty/CGAL-4.6/demo/Nef_S2/CMakeLists.txt       |     37 -
 .../include/CGAL/Nef_S2/create_random_Nef_S2.h     |     64 -
 3rdparty/CGAL-4.6/demo/Nef_S2/nef_S2.cpp           |     45 -
 .../demo/Periodic_2_triangulation_2/CMakeLists.txt |     65 -
 .../Periodic_2_Delaunay_triangulation_2.cpp        |    457 -
 .../TriangulationConflictZone.h                    |    162 -
 .../TriangulationMovingPoint.h                     |    149 -
 .../TriangulationPointInputAndConflictZone.h       |    122 -
 .../TriangulationRemoveVertex.h                    |     79 -
 .../CGAL/Qt/PeriodicTriangulationGraphicsItem.h    |    402 -
 .../demo/Periodic_3_triangulation_3/CMakeLists.txt |    102 -
 .../demo/Periodic_3_triangulation_3/MainWindow.h   |    160 -
 .../demo/Periodic_3_triangulation_3/MainWindow.ui  |    610 -
 .../demo/Periodic_3_triangulation_3/Scene.cpp      |   1400 -
 .../demo/Periodic_3_triangulation_3/Scene.h        |    262 -
 .../demo/Periodic_3_triangulation_3/Scene_utils.h  |    151 -
 .../periodic_3_triangulation_3_demo.cpp            |     17 -
 .../CGAL-4.6/demo/Periodic_Lloyd_3/CMakeLists.txt  |     93 -
 .../CGAL-4.6/demo/Periodic_Lloyd_3/MainWindow.cpp  |    226 -
 .../CGAL-4.6/demo/Periodic_Lloyd_3/MainWindow.h    |     52 -
 .../demo/Periodic_Lloyd_3/Periodic_Lloyd_3.cpp     |     22 -
 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/Viewer.cpp |    200 -
 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/Viewer.h   |     49 -
 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/typedefs.h |     69 -
 3rdparty/CGAL-4.6/demo/Polygon/CMakeLists.txt      |     63 -
 3rdparty/CGAL-4.6/demo/Polygon/Polygon_2.cpp       |    582 -
 .../demo/Polyhedron/CGAL_demo/Scene_interface.h    |    112 -
 .../CGAL_demo/Scene_item_with_display_list.h       |     49 -
 .../demo/Polyhedron/CGAL_demo/Viewer_interface.h   |     50 -
 3rdparty/CGAL-4.6/demo/Polyhedron/CMakeLists.txt   |    507 -
 .../demo/Polyhedron/Camera_positions_list.cpp      |    138 -
 .../demo/Polyhedron/Camera_positions_list.h        |     41 -
 .../demo/Polyhedron/Camera_positions_list.ui       |    114 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Color_map.h      |     26 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Color_ramp.cpp   |    126 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Deform_mesh.ui   |    353 -
 .../CGAL-4.6/demo/Polyhedron/FileLoaderDialog.ui   |    121 -
 .../demo/Polyhedron/GlSplat/CMakeLists.txt         |     35 -
 .../CGAL-4.6/demo/Polyhedron/GlSplat/GlSplat.cpp   |    514 -
 .../CGAL-4.6/demo/Polyhedron/GlSplat/GlSplat.h     |    144 -
 .../CGAL-4.6/demo/Polyhedron/GlSplat/Shader.cpp    |    136 -
 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/Shader.h |    148 -
 .../demo/Polyhedron/GlSplat/cmake/FindGLEW.cmake   |    105 -
 .../Polyhedron/GlSplat/shaders/Finalization.glsl   |    106 -
 .../Polyhedron/Io_implicit_function_plugin.cpp     |    215 -
 3rdparty/CGAL-4.6/demo/Polyhedron/MainWindow.cpp   |   1433 -
 3rdparty/CGAL-4.6/demo/Polyhedron/MainWindow.h     |    190 -
 3rdparty/CGAL-4.6/demo/Polyhedron/MainWindow.ui    |    661 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Mesher_base.cpp  |      3 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Mesher_base.h    |     27 -
 .../CGAL-4.6/demo/Polyhedron/Meshing_dialog.ui     |    362 -
 .../Polyhedron/Point_inside_polyhedron_widget.ui   |     67 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_3.cpp |     86 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_3.qrc |     19 -
 .../Polyhedron_demo_camera_positions_plugin.cpp    |     49 -
 .../Polyhedron_demo_convex_hull_plugin.cpp         |    123 -
 .../Polyhedron_demo_corefinement_plugin.cpp        |    179 -
 .../demo/Polyhedron/Polyhedron_demo_cut_plugin.cpp |    375 -
 .../Polyhedron_demo_edit_polyhedron_plugin.cpp     |    397 -
 .../Polyhedron/Polyhedron_demo_gocad_plugin.cpp    |    110 -
 .../Polyhedron_demo_inside_out_plugin.cpp          |     71 -
 .../Polyhedron_demo_intersection_plugin.cpp        |    218 -
 .../Polyhedron/Polyhedron_demo_io_nef_plugin.cpp   |     78 -
 .../Polyhedron_demo_io_plugin_interface.h          |     27 -
 .../Polyhedron_demo_jet_fitting_plugin.cpp         |    131 -
 ...hedron_demo_join_and_split_polyhedra_plugin.cpp |    134 -
 .../Polyhedron/Polyhedron_demo_kernel_plugin.cpp   |    138 -
 .../Polyhedron/Polyhedron_demo_mesh_3_plugin.cpp   |    189 -
 .../Polyhedron_demo_mesh_3_plugin_cgal_code.cpp    |    407 -
 .../Polyhedron_demo_mesh_segmentation_plugin.cpp   |    353 -
 .../Polyhedron_demo_mesh_simplification_plugin.cpp |     84 -
 .../demo/Polyhedron/Polyhedron_demo_nef_plugin.cpp |    293 -
 .../Polyhedron_demo_normal_estimation_plugin.cpp   |    219 -
 .../Polyhedron_demo_normal_estimation_plugin.ui    |    132 -
 .../demo/Polyhedron/Polyhedron_demo_off_plugin.cpp |     88 -
 .../Polyhedron_demo_off_to_nef_plugin.cpp          |     58 -
 .../Polyhedron_demo_off_to_xyz_plugin.cpp          |     70 -
 .../Polyhedron_demo_orient_soup_plugin.cpp         |    170 -
 .../Polyhedron_demo_parameterization_plugin.cpp    |    150 -
 .../demo/Polyhedron/Polyhedron_demo_pca_plugin.cpp |    212 -
 .../Polyhedron/Polyhedron_demo_plugin_helper.cpp   |    128 -
 .../Polyhedron/Polyhedron_demo_plugin_helper.h     |     62 -
 .../Polyhedron/Polyhedron_demo_plugin_interface.h  |     36 -
 ...yhedron_demo_point_inside_polyhedron_plugin.cpp |    232 -
 ...edron_demo_point_set_average_spacing_plugin.cpp |    109 -
 ...dron_demo_point_set_outliers_removal_plugin.cpp |    117 -
 ...edron_demo_point_set_outliers_removal_plugin.ui |    109 -
 ...hedron_demo_point_set_simplification_plugin.cpp |    143 -
 ...yhedron_demo_point_set_simplification_plugin.ui |    142 -
 .../Polyhedron_demo_point_set_smoothing_plugin.cpp |     84 -
 .../Polyhedron/Polyhedron_demo_poisson_plugin.cpp  |    129 -
 .../Polyhedron/Polyhedron_demo_poisson_plugin.ui   |    163 -
 .../Polyhedron_demo_poisson_plugin_impl.cpp        |    213 -
 .../Polyhedron_demo_polyhedron_slicer_plugin.cpp   |    363 -
 ...Polyhedron_demo_polyhedron_stitching_plugin.cpp |    157 -
 .../Polyhedron_demo_polylines_io_plugin.cpp        |    124 -
 .../Polyhedron_demo_remeshing_plugin.cpp           |    141 -
 .../Polyhedron_demo_remeshing_plugin_cgal_code.cpp |    371 -
 ...dron_demo_scale_space_reconstruction_plugin.cpp |    163 -
 ...edron_demo_scale_space_reconstruction_plugin.ui |    128 -
 .../Polyhedron_demo_selection_io_plugin.cpp        |     42 -
 .../Polyhedron_demo_selection_plugin.cpp           |    283 -
 .../Polyhedron_demo_self_intersection_plugin.cpp   |     93 -
 .../demo/Polyhedron/Polyhedron_demo_stl_plugin.cpp |     92 -
 .../Polyhedron_demo_subdivision_methods_plugin.cpp |     96 -
 ...Polyhedron_demo_transform_polyhedron_plugin.cpp |    144 -
 .../Polyhedron_demo_triangulate_facets_plugin.cpp  |    142 -
 .../Polyhedron/Polyhedron_demo_trivial_plugin.cpp  |    151 -
 .../demo/Polyhedron/Polyhedron_demo_xyz_plugin.cpp |     80 -
 .../demo/Polyhedron/Polyhedron_slicer_widget.ui    |    121 -
 .../CGAL-4.6/demo/Polyhedron/Polyhedron_type.h     |    186 -
 .../CGAL-4.6/demo/Polyhedron/Polyhedron_type_fwd.h |     62 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Scene.cpp        |    873 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Scene.h          |    182 -
 .../CGAL-4.6/demo/Polyhedron/Scene_c2t3_item.cpp   |      3 -
 .../CGAL-4.6/demo/Polyhedron/Scene_c2t3_item.h     |    119 -
 .../Polyhedron/Scene_combinatorial_map_item.cpp    |    400 -
 .../demo/Polyhedron/Scene_combinatorial_map_item.h |     82 -
 .../demo/Polyhedron/Scene_display_list_item.h      |     13 -
 .../demo/Polyhedron/Scene_draw_interface.h         |     18 -
 .../demo/Polyhedron/Scene_edit_polyhedron_item.cpp |    395 -
 .../demo/Polyhedron/Scene_edit_polyhedron_item.h   |    671 -
 .../CGAL-4.6/demo/Polyhedron/Scene_find_items.h    |    121 -
 .../Polyhedron/Scene_implicit_function_item.cpp    |    309 -
 .../demo/Polyhedron/Scene_implicit_function_item.h |     82 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_item.cpp   |    111 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_item.h     |    159 -
 .../CGAL-4.6/demo/Polyhedron/Scene_item_config.h   |     16 -
 .../Polyhedron/Scene_item_with_display_list.cpp    |     86 -
 .../demo/Polyhedron/Scene_nef_polyhedron_item.cpp  |    323 -
 .../demo/Polyhedron/Scene_nef_polyhedron_item.h    |     70 -
 .../demo/Polyhedron/Scene_nef_rendering.cpp        |    216 -
 .../CGAL-4.6/demo/Polyhedron/Scene_nef_rendering.h |      5 -
 .../CGAL-4.6/demo/Polyhedron/Scene_plane_item.cpp  |      3 -
 .../CGAL-4.6/demo/Polyhedron/Scene_plane_item.h    |    170 -
 .../Polyhedron/Scene_points_with_normal_item.cpp   |    352 -
 .../Polyhedron/Scene_points_with_normal_item.h     |     94 -
 .../demo/Polyhedron/Scene_polygon_soup_item.cpp    |    327 -
 .../demo/Polyhedron/Scene_polygon_soup_item.h      |    166 -
 .../demo/Polyhedron/Scene_polyhedron_item.cpp      |    453 -
 .../demo/Polyhedron/Scene_polyhedron_item.h        |    100 -
 .../Polyhedron/Scene_polyhedron_item_decorator.cpp |    102 -
 .../Polyhedron/Scene_polyhedron_item_decorator.h   |     65 -
 .../Scene_polyhedron_item_k_ring_selection.cpp     |      2 -
 .../Scene_polyhedron_item_k_ring_selection.h       |    199 -
 .../Polyhedron/Scene_polyhedron_selection_item.cpp |      2 -
 .../Polyhedron/Scene_polyhedron_selection_item.h   |    740 -
 .../Polyhedron/Scene_polyhedron_transform_item.cpp |     67 -
 .../Polyhedron/Scene_polyhedron_transform_item.h   |     49 -
 .../demo/Polyhedron/Scene_polylines_item.cpp       |    475 -
 .../demo/Polyhedron/Scene_polylines_item.h         |     93 -
 .../Polyhedron/Scene_textured_polyhedron_item.cpp  |    126 -
 .../Polyhedron/Scene_textured_polyhedron_item.h    |     50 -
 .../CGAL-4.6/demo/Polyhedron/Selection_widget.ui   |    268 -
 .../CGAL-4.6/demo/Polyhedron/Show_point_dialog.cpp |     91 -
 .../CGAL-4.6/demo/Polyhedron/Show_point_dialog.h   |     35 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Viewer.cpp       |    290 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Viewer.h         |     55 -
 3rdparty/CGAL-4.6/demo/Polyhedron/Viewer_config.h  |     16 -
 .../Polyhedron/implicit_functions/CMakeLists.txt   |     81 -
 .../Implicit_function_interface.h                  |     58 -
 .../implicit_functions/Klein_implicit_function.cpp |     55 -
 .../Sphere_implicit_function.cpp                   |     57 -
 .../Tanglecube_implicit_function.cpp               |     59 -
 .../demo/Polyhedron/include/CGAL/check_gl_error.h  |     46 -
 .../demo/Polyhedron/include/CGAL/gl_render.h       |    103 -
 .../Polyhedron/include/CGAL/textured_polyhedron.h  |    252 -
 .../CGAL-4.6/demo/Polyhedron/include/Point_set_3.h |    376 -
 .../CGAL-4.6/demo/Polyhedron/include/UI_point_3.h  |    140 -
 3rdparty/CGAL-4.6/demo/Polyhedron/opengl_tools.h   |     68 -
 .../demo/Polyhedron/polyhedron_demo_macros.cmake   |     41 -
 3rdparty/CGAL-4.6/demo/Polyhedron/texture.cpp      |   1100 -
 .../CGAL-4.6/demo/Polyhedron_IO/CMakeLists.txt     |     30 -
 .../demo/Polyline_simplification_2/CMakeLists.txt  |     55 -
 .../Polyline_simplification_2.cpp                  |    554 -
 .../about_Polyline_simplification_2.html           |     10 -
 .../Principal_component_analysis/CMakeLists.txt    |     94 -
 .../Principal_component_analysis/MainWindow.cpp    |    208 -
 .../demo/Principal_component_analysis/PCA_demo.cpp |     63 -
 .../demo/Principal_component_analysis/Viewer.cpp   |     30 -
 .../demo/Principal_component_analysis/cleanup.bat  |      1 -
 .../Principal_component_analysis/render_edges.h    |     30 -
 .../demo/Segment_Delaunay_graph_2/CMakeLists.txt   |     59 -
 .../Segment_Delaunay_graph_2/Segment_voronoi_2.cpp |    385 -
 .../Segment_Delaunay_graph_2/Segment_voronoi_2.ui  |    249 -
 .../about_Segment_voronoi_2.html                   |     10 -
 .../CGAL-4.6/demo/Snap_rounding_2/CMakeLists.txt   |     56 -
 .../demo/Snap_rounding_2/Snap_rounding_2.cpp       |    318 -
 .../demo/Spatial_searching_2/CMakeLists.txt        |     56 -
 .../Spatial_searching_2/Spatial_searching_2.cpp    |    300 -
 .../demo/Straight_skeleton_2/CMakeLists.txt        |     50 -
 .../CGAL-4.6/demo/Straight_skeleton_2/cgal_types.h |     57 -
 .../demo/Straight_skeleton_2/data/complex_0.poly   |      2 -
 .../demo/Straight_skeleton_2/data/complex_1.poly   |      2 -
 .../demo/Straight_skeleton_2/data/complex_2.poly   |      2 -
 .../demo/Straight_skeleton_2/data/complex_3.poly   |      2 -
 .../demo/Straight_skeleton_2/data/complex_4.poly   |      2 -
 .../demo/Straight_skeleton_2/data/complex_5.poly   |      2 -
 .../demo/Straight_skeleton_2/data/large_1.poly     |   1788 -
 .../demo/Straight_skeleton_2/data/large_2.poly     |   1037 -
 .../demo/Straight_skeleton_2/data/large_3.poly     |    995 -
 .../demo/Straight_skeleton_2/data/large_4.poly     |    643 -
 .../demo/Straight_skeleton_2/help/index.html       |    231 -
 .../CGAL-4.6/demo/Straight_skeleton_2/ss_types.h   |    202 -
 .../Straight_skeleton_2/straight_skeleton_2.cpp    |    568 -
 .../straight_skeleton_2_layers.h                   |    241 -
 .../straight_skeleton_2_toolbar.cpp                |     72 -
 .../straight_skeleton_2_toolbar.h                  |     51 -
 .../straight_skeleton_2_toolbar_layers.cpp         |    112 -
 .../straight_skeleton_2_toolbar_layers.h           |     65 -
 .../CGAL-4.6/demo/Stream_lines_2/CMakeLists.txt    |     55 -
 .../demo/Stream_lines_2/Stream_lines_2.cpp         |    250 -
 .../CGAL-4.6/demo/Surface_mesher/CMakeLists.txt    |    108 -
 .../demo/Surface_mesher/Raw_image_dialog.cpp       |     29 -
 .../demo/Surface_mesher/Raw_image_dialog.h         |     19 -
 .../demo/Surface_mesher/Surface_mesher.cpp         |     22 -
 .../CGAL-4.6/demo/Surface_mesher/binary_image.h    |    193 -
 .../demo/Surface_mesher/colorlisteditor.cpp        |     68 -
 .../CGAL-4.6/demo/Surface_mesher/mainwindow.cpp    |    156 -
 3rdparty/CGAL-4.6/demo/Surface_mesher/mainwindow.h |     38 -
 .../demo/Surface_mesher/polyhedral_surface.cpp     |    494 -
 .../demo/Surface_mesher/polyhedral_surface.h       |    103 -
 3rdparty/CGAL-4.6/demo/Surface_mesher/surface.h    |     36 -
 .../CGAL-4.6/demo/Surface_mesher/ui/mainwindow.ui  |    797 -
 .../demo/Surface_mesher/ui/optionsdialog.ui        |    128 -
 .../CGAL-4.6/demo/Surface_mesher/ui/raw_image.ui   |    454 -
 .../CGAL-4.6/demo/Surface_mesher/values_list.cpp   |    271 -
 .../CGAL-4.6/demo/Surface_mesher/values_list.h     |     79 -
 3rdparty/CGAL-4.6/demo/Surface_mesher/viewer.cpp   |     69 -
 3rdparty/CGAL-4.6/demo/Surface_mesher/viewer.h     |     29 -
 3rdparty/CGAL-4.6/demo/Surface_mesher/volume.cpp   |   1521 -
 3rdparty/CGAL-4.6/demo/Surface_mesher/volume.h     |    367 -
 .../CGAL-4.6/demo/Surface_modeling/CMakeLists.txt  |     38 -
 .../deform_mesh_for_botsch08_format.cpp            |     96 -
 .../CGAL-4.6/demo/Triangulation_2/CMakeLists.txt   |    105 -
 .../Constrained_Delaunay_triangulation_2.cpp       |    734 -
 .../Constrained_Delaunay_triangulation_2.ui        |    334 -
 .../Triangulation_2/Delaunay_triangulation_2.cpp   |    400 -
 .../RegularTriangulationRemoveVertex.h             |     80 -
 .../Triangulation_2/Regular_triangulation_2.cpp    |    312 -
 .../Triangulation_2/TriangulationMovingPoint.h     |    147 -
 .../TriangulationPointInputAndConflictZone.h       |    120 -
 .../Triangulation_2/TriangulationRemoveVertex.h    |     81 -
 .../include/CGAL/Lipschitz_sizing_field_2.h        |    250 -
 .../CGAL/Lipschitz_sizing_field_criteria_2.h       |    204 -
 .../Triangulation_2/include/CGAL/Sizing_field_2.h  |     30 -
 .../CGAL-4.6/demo/Triangulation_3/CMakeLists.txt   |    104 -
 .../CGAL-4.6/demo/Triangulation_3/MainWindow.cpp   |    243 -
 .../CGAL-4.6/demo/Triangulation_3/MainWindow.h     |     55 -
 .../demo/Triangulation_3/PreferenceDlg.cpp         |    399 -
 .../CGAL-4.6/demo/Triangulation_3/PreferenceDlg.h  |     70 -
 3rdparty/CGAL-4.6/demo/Triangulation_3/T3_demo.cpp |     38 -
 3rdparty/CGAL-4.6/demo/Triangulation_3/Viewer.cpp  |   1294 -
 3rdparty/CGAL-4.6/demo/Triangulation_3/Viewer.h    |    290 -
 .../Triangulation_3_Geomview_demos/CMakeLists.txt  |     32 -
 3rdparty/CGAL-4.6/doc_html/index.html              |     58 -
 .../CGAL-4.6/examples/AABB_tree/CMakeLists.txt     |     44 -
 .../examples/Algebraic_foundations/CMakeLists.txt  |     37 -
 .../examples/Algebraic_kernel_d/CMakeLists.txt     |     35 -
 .../examples/Alpha_shapes_2/CMakeLists.txt         |     34 -
 3rdparty/CGAL-4.6/examples/Alpha_shapes_2/data/fin |    207 -
 .../Alpha_shapes_2/ex_weighted_alpha_shapes_2.cpp  |     99 -
 .../examples/Alpha_shapes_3/CMakeLists.txt         |     38 -
 .../Alpha_shapes_3/ex_periodic_alpha_shapes_3.cpp  |     64 -
 .../examples/Apollonius_graph_2/CMakeLists.txt     |     36 -
 .../Apollonius_graph_2/ag2_exact_traits_sqrt.cpp   |     77 -
 .../Approximate_min_ellipsoid_d/CMakeLists.txt     |     34 -
 .../Arrangement_on_surface_2/CMakeLists.txt        |     81 -
 .../Arrangement_on_surface_2/arr_rational_nt.h     |     23 -
 .../Arrangement_on_surface_2/bgl_dual_adapter.cpp  |     85 -
 .../bgl_primal_adapter.cpp                         |    144 -
 .../examples/Arrangement_on_surface_2/circles.cpp  |     60 -
 .../Arrangement_on_surface_2/circular_arcs.cpp     |     93 -
 .../consolidated_curve_data.cpp                    |    113 -
 .../Arrangement_on_surface_2/curve_history.cpp     |     74 -
 .../Arrangement_on_surface_2/dcel_extension.cpp    |     97 -
 .../Arrangement_on_surface_2/dcel_extension_io.cpp |    137 -
 .../Arrangement_on_surface_2/dual_lines.cpp        |    112 -
 .../Arrangement_on_surface_2/dual_with_data.cpp    |     82 -
 .../edge_manipulation_curve_history.cpp            |     86 -
 .../Arrangement_on_surface_2/face_extension.cpp    |     88 -
 .../face_extension_overlay.cpp                     |     89 -
 .../generic_curve_data.cpp                         |     71 -
 .../examples/Arrangement_on_surface_2/io.cpp       |     48 -
 .../Arrangement_on_surface_2/io_curve_history.cpp  |     57 -
 .../Arrangement_on_surface_2/io_unbounded.cpp      |     68 -
 .../examples/Arrangement_on_surface_2/overlay.cpp  |     59 -
 .../examples/BGL_arrangement_2/CMakeLists.txt      |     34 -
 .../examples/BGL_polyhedron_3/CMakeLists.txt       |     39 -
 .../CGAL-4.6/examples/BGL_polyhedron_3/range.cpp   |     68 -
 .../examples/BGL_surface_mesh/CMakeLists.txt       |     34 -
 .../examples/BGL_triangulation_2/CMakeLists.txt    |     36 -
 .../Barycentric_coordinates_2/CMakeLists.txt       |     39 -
 .../Boolean_set_operations_2/CMakeLists.txt        |     43 -
 .../examples/Box_intersection_d/CMakeLists.txt     |     39 -
 .../CGAL-4.6/examples/CGAL_ipelets/CMakeLists.txt  |     33 -
 .../CGAL-4.6/examples/CGALimageIO/CMakeLists.txt   |     23 -
 3rdparty/CGAL-4.6/examples/CMakeLists.txt          |     42 -
 .../examples/Circular_kernel_2/CMakeLists.txt      |     34 -
 .../examples/Circular_kernel_3/CMakeLists.txt      |     35 -
 .../CGAL-4.6/examples/Circulator/CMakeLists.txt    |     35 -
 .../examples/Combinatorial_map/CMakeLists.txt      |     39 -
 .../examples/Combinatorial_map/map_3_marks.cpp     |     53 -
 .../examples/Convex_decomposition_3/CMakeLists.txt |     33 -
 .../CGAL-4.6/examples/Convex_hull_2/CMakeLists.txt |     41 -
 .../CGAL-4.6/examples/Convex_hull_3/CMakeLists.txt |     35 -
 .../Convex_hull_3/halfspace_intersection_3.cpp     |     46 -
 3rdparty/CGAL-4.6/examples/Core/CMakeLists.txt     |     57 -
 .../CGAL-4.6/examples/Envelope_2/CMakeLists.txt    |     35 -
 .../CGAL-4.6/examples/Envelope_3/CMakeLists.txt    |     35 -
 .../examples/Filtered_kernel/CMakeLists.txt        |     33 -
 .../CGAL-4.6/examples/Generator/CMakeLists.txt     |     46 -
 .../Generator/random_degenerate_point_set.cpp      |     53 -
 .../CGAL-4.6/examples/Generator/random_polygon.cpp |     56 -
 .../CGAL-4.6/examples/HalfedgeDS/CMakeLists.txt    |     41 -
 .../examples/Inscribed_areas/CMakeLists.txt        |     35 -
 .../CGAL-4.6/examples/Interpolation/CMakeLists.txt |     39 -
 .../examples/Interval_skip_list/CMakeLists.txt     |     34 -
 .../CGAL-4.6/examples/Jet_fitting_3/CMakeLists.txt |     60 -
 .../examples/Jet_fitting_3/Mesh_estimation.cpp     |    304 -
 .../CGAL-4.6/examples/Kernel_23/CMakeLists.txt     |     38 -
 .../CGAL-4.6/examples/Kernel_23/intersections.cpp  |     70 -
 .../Kinetic_data_structures/CMakeLists.txt         |     38 -
 .../examples/Kinetic_framework/CMakeLists.txt      |     38 -
 .../Linear_cell_complex/CMakeLCCViewerQt.inc       |     33 -
 .../Linear_cell_complex/CMakeLCCViewerVtk.inc      |     40 -
 .../examples/Linear_cell_complex/CMakeLists.txt    |     66 -
 .../examples/Linear_cell_complex/README.txt        |     34 -
 .../linear_cell_complex_3_triangulation.cpp        |    272 -
 .../linear_cell_complex_3_viewer_qt.h              |    446 -
 .../linear_cell_complex_3_viewer_vtk.h             |    245 -
 .../examples/Linear_cell_complex/voronoi_2.cpp     |    179 -
 .../examples/Linear_cell_complex/voronoi_3.cpp     |    178 -
 .../CGAL-4.6/examples/Matrix_search/CMakeLists.txt |     33 -
 3rdparty/CGAL-4.6/examples/Mesh_2/CMakeLists.txt   |     36 -
 3rdparty/CGAL-4.6/examples/Mesh_3/CMakeLists.txt   |     91 -
 .../CGAL-4.6/examples/Mesh_3/mesh_3D_image.cpp     |     54 -
 .../Mesh_3/mesh_3D_image_variable_size.cpp         |     66 -
 .../examples/Mesh_3/mesh_optimization_example.cpp  |     64 -
 .../Mesh_3/mesh_optimization_lloyd_example.cpp     |     65 -
 .../examples/Mesh_3/mesh_polyhedral_domain.cpp     |     70 -
 .../mesh_polyhedral_domain_with_features.cpp       |     52 -
 .../CGAL-4.6/examples/Min_annulus_d/CMakeLists.txt |     34 -
 .../CGAL-4.6/examples/Min_circle_2/CMakeLists.txt  |     33 -
 .../CGAL-4.6/examples/Min_ellipse_2/CMakeLists.txt |     33 -
 .../examples/Min_quadrilateral_2/CMakeLists.txt    |     35 -
 .../CGAL-4.6/examples/Min_sphere_d/CMakeLists.txt  |     33 -
 .../Min_sphere_of_spheres_d/CMakeLists.txt         |     36 -
 .../examples/Minkowski_sum_2/CMakeLists.txt        |     39 -
 .../examples/Minkowski_sum_2/approx_inset.cpp      |     63 -
 .../examples/Minkowski_sum_2/approx_offset.cpp     |     57 -
 .../examples/Minkowski_sum_2/exact_inset.cpp       |     80 -
 .../examples/Minkowski_sum_2/exact_offset.cpp      |     75 -
 .../Minkowski_sum_2/sum_by_decomposition.cpp       |     44 -
 .../examples/Minkowski_sum_2/sum_triangles.cpp     |     42 -
 .../examples/Minkowski_sum_2/sum_with_holes.cpp    |     40 -
 .../examples/Minkowski_sum_3/CMakeLists.txt        |     34 -
 .../examples/Modular_arithmetic/CMakeLists.txt     |     33 -
 3rdparty/CGAL-4.6/examples/Nef_2/CMakeLists.txt    |     35 -
 3rdparty/CGAL-4.6/examples/Nef_3/CMakeLists.txt    |     49 -
 3rdparty/CGAL-4.6/examples/Nef_S2/CMakeLists.txt   |     38 -
 .../CGAL-4.6/examples/Partition_2/CMakeLists.txt   |     36 -
 .../Periodic_2_triangulation_2/CMakeLists.txt      |     43 -
 .../Periodic_3_triangulation_3/CMakeLists.txt      |     39 -
 .../colored_vertices.cpp                           |     40 -
 .../Periodic_3_triangulation_3/covering.cpp        |     48 -
 .../Periodic_3_triangulation_3/find_conflicts.cpp  |     55 -
 .../geometric_access.cpp                           |     39 -
 .../Periodic_3_triangulation_3/large_point_set.cpp |     61 -
 .../periodic_adding_handles.cpp                    |     69 -
 .../Periodic_3_triangulation_3/simple_example.cpp  |     77 -
 .../CGAL-4.6/examples/Point_set_2/CMakeLists.txt   |     34 -
 .../examples/Point_set_processing_3/CMakeLists.txt |     93 -
 .../average_spacing_example.cpp                    |     59 -
 .../bilateral_smooth_point_set_example.cpp         |     70 -
 .../edge_aware_upsample_point_set_example.cpp      |     73 -
 .../jet_smoothing_example.cpp                      |     29 -
 .../Point_set_processing_3/normal_estimation.cpp   |    299 -
 .../Point_set_processing_3/normals_example.cpp     |     58 -
 .../random_simplification_example.cpp              |     48 -
 .../read_write_xyz_point_set_example.cpp           |     52 -
 .../remove_outliers_example.cpp                    |     41 -
 ...p_simplify_and_regularize_point_set_example.cpp |     56 -
 3rdparty/CGAL-4.6/examples/Polygon/CMakeLists.txt  |     36 -
 .../CGAL-4.6/examples/Polyhedron/CMakeLists.txt    |     50 -
 .../include/CGAL/Point_inside_polyhedron_3.h       |    403 -
 .../CGAL-4.6/examples/Polyhedron_IO/CMakeLists.txt |     44 -
 .../Polyline_simplification_2/CMakeLists.txt       |     36 -
 .../CGAL-4.6/examples/Polynomial/CMakeLists.txt    |     39 -
 .../CGAL-4.6/examples/Polynomial/construction.cpp  |     47 -
 .../examples/Polytope_distance_d/CMakeLists.txt    |     36 -
 .../Principal_component_analysis/CMakeLists.txt    |     37 -
 .../examples/Profiling_tools/CMakeLists.txt        |     35 -
 .../CGAL-4.6/examples/QP_solver/CMakeLists.txt     |     58 -
 .../QP_solver/infeasibility_certificate.cpp        |     68 -
 .../QP_solver/unboundedness_certificate.cpp        |     75 -
 .../examples/RangeSegmentTrees/CMakeLists.txt      |     48 -
 .../examples/Rectangular_p_center_2/CMakeLists.txt |     33 -
 3rdparty/CGAL-4.6/examples/Ridges_3/CMakeLists.txt |     55 -
 .../examples/Ridges_3/Compute_Ridges_Umbilics.cpp  |    370 -
 .../CGAL-4.6/examples/Ridges_3/PolyhedralSurf.cpp  |     35 -
 .../CGAL-4.6/examples/Ridges_3/PolyhedralSurf.h    |     73 -
 .../examples/Ridges_3/PolyhedralSurf_operations.h  |     19 -
 .../examples/Ridges_3/PolyhedralSurf_rings.h       |    172 -
 .../CGAL-4.6/examples/STL_Extension/CMakeLists.txt |     37 -
 .../Scale_space_reconstruction_3/CMakeLists.txt    |     47 -
 .../Scale_space_reconstruction_3/scale_space.cpp   |     49 -
 .../Segment_Delaunay_graph_2/CMakeLists.txt        |     39 -
 .../Segment_Delaunay_graph_2/sdg-red-blue-info.cpp |    139 -
 .../examples/Skin_surface_3/CMakeLists.txt         |     48 -
 .../examples/Snap_rounding_2/CMakeLists.txt        |     35 -
 .../examples/Spatial_searching/CMakeLists.txt      |     98 -
 .../searching_with_circular_query.cpp              |     56 -
 .../examples/Spatial_sorting/CMakeLists.txt        |     41 -
 .../examples/Straight_skeleton_2/CMakeLists.txt    |     41 -
 ...e_skeleton_and_offset_polygons_with_holes_2.cpp |     58 -
 .../examples/Straight_skeleton_2/dump_to_eps.h     |    171 -
 .../CGAL-4.6/examples/Straight_skeleton_2/print.h  |     82 -
 .../examples/Stream_lines_2/CMakeLists.txt         |     34 -
 .../examples/Subdivision_method_3/CMakeLists.txt   |     36 -
 .../CGAL-4.6/examples/Surface_mesh/CMakeLists.txt  |     40 -
 .../CGAL-4.6/examples/Surface_mesh/sm_aabbtree.cpp |     90 -
 .../examples/Surface_mesh/sm_iterators.cpp         |     69 -
 .../CGAL-4.6/examples/Surface_mesh/sm_memory.cpp   |     69 -
 .../Authalic_parameterization.cpp                  |    111 -
 .../Surface_mesh_parameterization/CMakeLists.txt   |     93 -
 .../Complete_parameterization_example.cpp          |    289 -
 .../Eigen_parameterization.cmd                     |      1 -
 .../Eigen_parameterization.cpp                     |    124 -
 .../Mesh_cutting_parameterization.cpp              |    197 -
 .../Simple_parameterization.cpp                    |    109 -
 .../Square_border_parameterization.cpp             |    116 -
 .../polyhedron_ex_parameterization.cpp             |    488 -
 .../Surface_mesh_segmentation/CMakeLists.txt       |     81 -
 ...gmentation_from_sdf_values_OpenMesh_example.cpp |     64 -
 .../Surface_mesh_simplification/CMakeLists.txt     |     86 -
 .../edge_collapse_OpenMesh.cpp                     |     97 -
 .../edge_collapse_constrain_sharp_edges.cpp        |    189 -
 ...edge_collapse_constrained_border_polyhedron.cpp |    125 -
 ...ge_collapse_constrained_border_surface_mesh.cpp |    120 -
 .../edge_collapse_enriched_polyhedron.cpp          |    187 -
 .../edge_collapse_polyhedron.cpp                   |     55 -
 .../edge_collapse_surface_mesh.cpp                 |    161 -
 .../examples/Surface_mesher/CMakeLists.txt         |     34 -
 .../examples/Surface_modeling/CMakeLists.txt       |     54 -
 .../all_roi_assign_example_custom_polyhedron.cpp   |    155 -
 .../custom_weight_for_edges_example.cpp            |     85 -
 .../Surface_reconstruction_points_3/CMakeLists.txt |     70 -
 .../include/compute_normal.h                       |     44 -
 .../poisson_reconstruction.cpp                     |    396 -
 .../poisson_reconstruction_example.cpp             |    108 -
 .../CGAL-4.6/examples/Triangulation/CMakeLists.txt |     44 -
 .../Triangulation/delaunay_triangulation.cpp       |     66 -
 .../examples/Triangulation/triangulation.cpp       |     41 -
 .../examples/Triangulation_2/CMakeLists.txt        |     50 -
 .../examples/Triangulation_3/CMakeLists.txt        |     55 -
 .../examples/Triangulation_3/fast_location_3.cpp   |     35 -
 .../Triangulation_3/sequential_parallel.cpp        |     57 -
 .../examples/Voronoi_diagram_2/CMakeLists.txt      |     33 -
 3rdparty/CGAL-4.6/include/CGAL/AABB_tree.h         |   1239 -
 .../CGAL/Algebraic_kernel_d/Curve_analysis_2.h     |   2558 -
 .../CGAL/Algebraic_kernel_d/Xy_coordinate_2.h      |    786 -
 .../CGAL-4.6/include/CGAL/Apollonius_graph_2.h     |   1345 -
 .../Apollonius_graph_hierarchy_vertex_base_2.h     |     71 -
 3rdparty/CGAL-4.6/include/CGAL/Apollonius_site_2.h |     90 -
 .../Approximate_min_ellipsoid_d_impl.h             |    282 -
 .../Khachiyan_approximation_impl.h                 |    666 -
 .../include/CGAL/Arr_Bezier_curve_traits_2.h       |    826 -
 3rdparty/CGAL-4.6/include/CGAL/Arr_accessor.h      |    874 -
 .../include/CGAL/Arr_circle_segment_traits_2.h     |    702 -
 .../CGAL-4.6/include/CGAL/Arr_conic_traits_2.h     |    822 -
 3rdparty/CGAL-4.6/include/CGAL/Arr_dcel_base.h     |   1672 -
 .../CGAL/Arr_geodesic_arc_on_sphere_traits_2.h     |   3245 -
 .../CGAL/Arr_geometry_traits/Bezier_curve_2.h      |    956 -
 .../CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h |   2820 -
 .../CGAL/Arr_geometry_traits/Circle_segment_2.h    |   2458 -
 .../include/CGAL/Arr_geometry_traits/Conic_arc_2.h |   1870 -
 .../Arr_geometry_traits/Conic_x_monotone_arc_2.h   |   2140 -
 .../include/CGAL/Arr_geometry_traits/Polyline_2.h  |    556 -
 .../CGAL-4.6/include/CGAL/Arr_linear_traits_2.h    |   1892 -
 .../CGAL/Arr_non_caching_segment_basic_traits_2.h  |    282 -
 .../CGAL/Arr_non_caching_segment_traits_2.h        |    430 -
 .../Arr_simple_point_location_impl.h               |    444 -
 .../Trapezoidal_decomposition_2.h                  |   2320 -
 .../Trapezoidal_decomposition_2_impl.h             |   3110 -
 .../CGAL-4.6/include/CGAL/Arr_polyline_traits_2.h  |   3007 -
 .../CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h      |    126 -
 .../include/CGAL/Arr_rat_arc/Rational_arc_d_1.h    |   2606 -
 .../Rational_function_canonicalized_pair.h         |    509 -
 .../CGAL-4.6/include/CGAL/Arr_rat_arc/Singleton.h  |     56 -
 .../include/CGAL/Arr_rational_function_traits_2.h  |   1314 -
 .../CGAL-4.6/include/CGAL/Arr_segment_traits_2.h   |   1186 -
 .../Arr_spherical_topology_traits_2_impl.h         |    878 -
 .../CGAL/Arr_unb_planar_topology_traits_2.h        |    637 -
 .../CGAL/Arrangement_2/Arrangement_2_iterators.h   |    548 -
 .../Arrangement_2/Arrangement_on_surface_2_impl.h  |   5476 -
 .../include/CGAL/Arrangement_on_surface_2.h        |   2926 -
 .../CGAL/Barycentric_mapping_parameterizer_3.h     |    179 -
 .../CGAL-4.6/include/CGAL/Basic_sweep_line_2.h     |    533 -
 3rdparty/CGAL-4.6/include/CGAL/Bbox_2.h            |    233 -
 .../include/CGAL/Bbox_2_Line_2_intersection.h      |     99 -
 3rdparty/CGAL-4.6/include/CGAL/Bbox_3.h            |    261 -
 .../include/CGAL/Bigfloat_interval_traits.h        |     65 -
 .../Boolean_set_operations_2/Gps_agg_op_sweep.h    |    296 -
 .../Boolean_set_operations_2/Gps_default_dcel.h    |    107 -
 .../Gps_on_surface_base_2.h                        |   1417 -
 .../Gps_on_surface_base_2_impl.h                   |    793 -
 .../Gps_polygon_simplifier.h                       |    165 -
 .../Gps_polygon_validation.h                       |    815 -
 .../Gps_simplifier_traits.h                        |    478 -
 .../Boolean_set_operations_2/Gps_traits_adaptor.h  |    175 -
 .../CGAL-4.6/include/CGAL/CGAL_Ipelet_base_v6.h    |   1030 -
 .../CGAL-4.6/include/CGAL/CGAL_Ipelet_base_v7.h    |   1035 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/BigFloat.h     |    628 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/BigFloatRep.h  |    447 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/BigInt.h       |    562 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/BigRat.h       |    489 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/CORE.h         |     71 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Config.h       |     42 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/CoreAux.h      |    184 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/CoreDefs.h     |    254 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Expr.h         |    551 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/ExprRep.h      |   1314 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Filter.h       |    194 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Gmp.h          |     42 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Impl.h         |     69 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/MemoryPool.h   |    109 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Promote.h      |    158 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Real.h         |    496 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/RealRep.h      |    514 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/RefCount.h     |    118 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/Timer.h        |     78 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/extLong.h      |    297 -
 .../CGAL-4.6/include/CGAL/CORE/geom2d/circle2d.h   |    153 -
 .../CGAL-4.6/include/CGAL/CORE/geom2d/line2d.h     |    175 -
 .../CGAL-4.6/include/CGAL/CORE/geom2d/point2d.h    |    187 -
 .../CGAL-4.6/include/CGAL/CORE/geom2d/segment2d.h  |    196 -
 .../CGAL-4.6/include/CGAL/CORE/geom3d/line3d.h     |    140 -
 .../CGAL-4.6/include/CGAL/CORE/geom3d/plane3d.h    |    159 -
 .../CGAL-4.6/include/CGAL/CORE/geom3d/point3d.h    |    176 -
 .../CGAL-4.6/include/CGAL/CORE/geom3d/polygon3d.h  |    180 -
 .../CGAL-4.6/include/CGAL/CORE/geom3d/segment3d.h  |    177 -
 .../CGAL-4.6/include/CGAL/CORE/geom3d/triangle3d.h |    182 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/geombase.h     |     66 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/geometry2d.h   |     74 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/geometry3d.h   |     83 -
 .../CGAL-4.6/include/CGAL/CORE/linearAlgebra.h     |    176 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Curves.h  |    527 -
 .../CGAL-4.6/include/CGAL/CORE/poly/Curves.tcc     |   1429 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Poly.h    |    435 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Poly.tcc  |   1560 -
 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Sturm.h   |   1149 -
 3rdparty/CGAL-4.6/include/CGAL/CORE_BigFloat.h     |    548 -
 .../CGAL-4.6/include/CGAL/CORE_coercion_traits.h   |    163 -
 .../CGAL-4.6/include/CGAL/Cartesian/Circle_2.h     |     82 -
 .../CGAL-4.6/include/CGAL/Cartesian/Circle_3.h     |    299 -
 .../CGAL-4.6/include/CGAL/Cartesian/Direction_2.h  |    104 -
 .../CGAL-4.6/include/CGAL/Cartesian/Direction_3.h  |    136 -
 .../CGAL-4.6/include/CGAL/Cartesian/Iso_cuboid_3.h |    338 -
 .../include/CGAL/Cartesian/Iso_rectangle_2.h       |     73 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Line_2.h  |     97 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Line_3.h  |    157 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Plane_3.h |    311 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Point_2.h |    107 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Point_3.h |    139 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Ray_2.h   |     76 -
 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Ray_3.h   |    192 -
 .../CGAL-4.6/include/CGAL/Cartesian/Segment_2.h    |     69 -
 .../CGAL-4.6/include/CGAL/Cartesian/Segment_3.h    |    221 -
 .../CGAL-4.6/include/CGAL/Cartesian/Sphere_3.h     |    294 -
 .../include/CGAL/Cartesian/Tetrahedron_3.h         |    224 -
 .../CGAL-4.6/include/CGAL/Cartesian/Triangle_2.h   |     75 -
 .../CGAL-4.6/include/CGAL/Cartesian/Triangle_3.h   |    146 -
 .../CGAL-4.6/include/CGAL/Cartesian/Vector_2.h     |    153 -
 .../CGAL-4.6/include/CGAL/Cartesian/Vector_3.h     |    266 -
 .../include/CGAL/Cell_attribute_with_point.h       |    161 -
 3rdparty/CGAL-4.6/include/CGAL/Cell_iterators.h    |    453 -
 3rdparty/CGAL-4.6/include/CGAL/Circle_2.h          |    302 -
 .../CGAL/Circular_kernel_2/Circular_arc_point_2.h  |    164 -
 .../CGAL/Circular_kernel_3/Circular_arc_3.h        |    323 -
 .../CGAL/Circular_kernel_3/Circular_arc_point_3.h  |    255 -
 .../include/CGAL/Circular_kernel_3/Line_arc_3.h    |    206 -
 .../include/CGAL/Circulator/Circulator_adapters.h  |    690 -
 .../CGAL-4.6/include/CGAL/Circulator_identity.h    |    144 -
 .../CGAL-4.6/include/CGAL/Circulator_on_node.h     |    101 -
 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map.h |   3796 -
 .../CGAL/Combinatorial_map_basic_operations.h      |    357 -
 .../include/CGAL/Combinatorial_map_functors.h      |    133 -
 .../include/CGAL/Combinatorial_map_insertions.h    |    729 -
 .../CGAL/Combinatorial_map_iterators_base.h        |    604 -
 .../include/CGAL/Combinatorial_map_operations.h    |    811 -
 .../include/CGAL/Combinatorial_map_storages.h      |    409 -
 3rdparty/CGAL-4.6/include/CGAL/Compact_container.h |   1166 -
 .../include/CGAL/Compact_mesh_cell_base_3.h        |    713 -
 .../include/CGAL/Concurrent_compact_container.h    |   1026 -
 .../CGAL/Constrained_Delaunay_triangulation_2.h    |    984 -
 .../CGAL/Constrained_triangulation_plus_2.h        |   1198 -
 .../include/CGAL/Convex_decomposition_3/SM_walls.h |    591 -
 .../include/CGAL/Convex_hull_2/ch_melkman_impl.h   |    130 -
 .../Convex_hull_3/dual/Convex_hull_traits_dual_3.h |    281 -
 .../Convex_hull_3/dual/halfspace_intersection_3.h  |    331 -
 .../halfspace_intersection_with_constructions_3.h  |    216 -
 .../Convex_hull_3/dual/interior_polyhedron_3.h     |    161 -
 .../CGAL/Curved_kernel_via_analysis_2/Arc_2.h      |   3368 -
 .../Make_x_monotone_2.h                            |    339 -
 .../CGAL/Curved_kernel_via_analysis_2/Point_2.h    |    840 -
 .../Qt_widget_Curve_renderer_2.h                   |    134 -
 .../gfx/Curve_renderer_internals.h                 |   1081 -
 .../gfx/Curve_renderer_traits.h                    |    599 -
 3rdparty/CGAL-4.6/include/CGAL/Dart.h              |    343 -
 .../CGAL-4.6/include/CGAL/Dart_const_iterators.h   |    331 -
 3rdparty/CGAL-4.6/include/CGAL/Dart_iterators.h    |   2727 -
 3rdparty/CGAL-4.6/include/CGAL/Deform_mesh.h       |    112 -
 .../Deformation_Eigen_closest_rotation_traits_3.h  |    109 -
 ...rmation_Eigen_polar_closest_rotation_traits_3.h |     84 -
 3rdparty/CGAL-4.6/include/CGAL/Delaunay_d.h        |   1071 -
 .../include/CGAL/Delaunay_mesh_face_base_2.h       |     79 -
 .../include/CGAL/Delaunay_triangulation_2.h        |   2549 -
 .../include/CGAL/Delaunay_triangulation_3.h        |   1927 -
 3rdparty/CGAL-4.6/include/CGAL/Direction_2.h       |    282 -
 3rdparty/CGAL-4.6/include/CGAL/Direction_3.h       |    242 -
 .../CGAL/Discrete_authalic_parameterizer_3.h       |    187 -
 .../CGAL/Discrete_conformal_map_parameterizer_3.h  |    185 -
 3rdparty/CGAL-4.6/include/CGAL/Eigen_matrix.h      |    285 -
 .../CGAL-4.6/include/CGAL/Eigen_solver_traits.h    |    187 -
 .../CGAL-4.6/include/CGAL/Env_triangle_traits_3.h  |   1666 -
 .../Envelope_2/Env_divide_and_conquer_2_impl.h     |   1241 -
 .../CGAL/Envelope_3/Envelope_element_visitor_3.h   |   3220 -
 .../Exact_predicates_exact_constructions_kernel.h  |     93 -
 ...Exact_predicates_inexact_constructions_kernel.h |     50 -
 3rdparty/CGAL-4.6/include/CGAL/FPU.h               |    511 -
 3rdparty/CGAL-4.6/include/CGAL/Filtered_kernel_d.h |     72 -
 .../CGAL-4.6/include/CGAL/Filtered_predicate.h     |    424 -
 .../include/CGAL/Fixed_border_parameterizer_3.h    |    633 -
 3rdparty/CGAL-4.6/include/CGAL/Fuzzy_sphere.h      |    158 -
 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpfi_type.h    |   1100 -
 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpfr_type.h    |   1340 -
 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpq_type.h     |    633 -
 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpz_type.h     |    457 -
 .../CGAL-4.6/include/CGAL/General_polygon_set_2.h  |    121 -
 .../CGAL/General_polygon_set_on_surface_2.h        |    155 -
 .../include/CGAL/Gps_circle_segment_traits_2.h     |     44 -
 3rdparty/CGAL-4.6/include/CGAL/Gps_traits_2.h      |    174 -
 3rdparty/CGAL-4.6/include/CGAL/Handle_for.h        |    314 -
 .../CGAL-4.6/include/CGAL/Hilbert_sort_middle_2.h  |    137 -
 .../CGAL/Homogeneous/Aff_transformationH3.h        |    899 -
 .../CGAL-4.6/include/CGAL/Homogeneous/CircleH2.h   |    255 -
 .../include/CGAL/Homogeneous/DirectionH2.h         |    120 -
 .../include/CGAL/Homogeneous/DirectionH3.h         |    136 -
 .../include/CGAL/Homogeneous/Iso_cuboidH3.h        |    398 -
 .../include/CGAL/Homogeneous/Iso_rectangleH2.h     |    102 -
 .../CGAL-4.6/include/CGAL/Homogeneous/LineH2.h     |    100 -
 .../CGAL-4.6/include/CGAL/Homogeneous/PlaneH3.h    |    545 -
 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/RayH3.h |    177 -
 .../CGAL-4.6/include/CGAL/Homogeneous/SphereH3.h   |    231 -
 .../CGAL-4.6/include/CGAL/Homogeneous/VectorH2.h   |    254 -
 .../CGAL-4.6/include/CGAL/Homogeneous/VectorH3.h   |    249 -
 3rdparty/CGAL-4.6/include/CGAL/IO/Arr_iostream.h   |    126 -
 .../include/CGAL/IO/Arrangement_2_writer.h         |    344 -
 3rdparty/CGAL-4.6/include/CGAL/IO/Color.h          |     98 -
 ...mplex_2_in_triangulation_3_polyhedron_builder.h |    190 -
 .../CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h  |     92 -
 .../CGAL-4.6/include/CGAL/IO/Custom_zoom_layer.h   |     78 -
 .../CGAL-4.6/include/CGAL/IO/File_header_OFF.h     |    120 -
 .../include/CGAL/IO/File_header_extended_OFF.h     |    128 -
 3rdparty/CGAL-4.6/include/CGAL/IO/File_medit.h     |    908 -
 .../CGAL-4.6/include/CGAL/IO/File_scanner_OFF.h    |    466 -
 .../CGAL-4.6/include/CGAL/IO/File_writer_OFF.h     |    108 -
 .../CGAL-4.6/include/CGAL/IO/File_writer_VRML_2.h  |     59 -
 .../include/CGAL/IO/File_writer_inventor.h         |     56 -
 .../include/CGAL/IO/File_writer_wavefront.h        |     60 -
 .../CGAL-4.6/include/CGAL/IO/Geomview_stream.h     |    596 -
 .../CGAL-4.6/include/CGAL/IO/Navigation_layer.h    |     55 -
 3rdparty/CGAL-4.6/include/CGAL/IO/OFF_reader.h     |     71 -
 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_help_window.h |     87 -
 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget.h      |    772 -
 .../include/CGAL/IO/Qt_widget_Alpha_shape_2.h      |     57 -
 .../include/CGAL/IO/Qt_widget_Apollonius_site_2.h  |     47 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_Conic_2.h   |     96 -
 .../include/CGAL/IO/Qt_widget_Conic_arc_2.h        |    112 -
 .../IO/Qt_widget_Constrained_triangulation_2.h     |     42 -
 .../CGAL/IO/Qt_widget_Delaunay_triangulation_2.h   |     41 -
 .../include/CGAL/IO/Qt_widget_Hyperbola_2.h        |     48 -
 .../include/CGAL/IO/Qt_widget_Linear_object_2.h    |     55 -
 .../include/CGAL/IO/Qt_widget_Min_ellipse_2.h      |     45 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_Nef_2.h     |    238 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_Nef_3.h     |     74 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_Nef_S2.h    |     74 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_OpenGL.h    |    105 -
 .../CGAL/IO/Qt_widget_Optimisation_circle_2.h      |     45 -
 .../CGAL/IO/Qt_widget_Optimisation_ellipse_2.h     |     72 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_Polygon_2.h |     50 -
 .../include/CGAL/IO/Qt_widget_Polyline_2.h         |     43 -
 .../CGAL/IO/Qt_widget_Regular_triangulation_2.h    |     41 -
 .../include/CGAL/IO/Qt_widget_Triangulation_2.h    |     69 -
 .../include/CGAL/IO/Qt_widget_circular_arc_2.h     |     73 -
 .../CGAL/IO/Qt_widget_circular_arc_endpoint_2.h    |     44 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_focus.h     |    134 -
 .../include/CGAL/IO/Qt_widget_get_circle.h         |    186 -
 .../include/CGAL/IO/Qt_widget_get_iso_rectangle.h  |    198 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_get_line.h  |    178 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_get_point.h |     82 -
 .../include/CGAL/IO/Qt_widget_get_polygon.h        |    247 -
 .../include/CGAL/IO/Qt_widget_get_segment.h        |    176 -
 .../include/CGAL/IO/Qt_widget_get_simple_polygon.h |     93 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_handtool.h  |    168 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_history.h   |     98 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_layer.h     |     73 -
 .../include/CGAL/IO/Qt_widget_rotation_layer.h     |    219 -
 .../CGAL/IO/Qt_widget_show_mouse_coordinates.h     |     62 -
 .../include/CGAL/IO/Qt_widget_standard_toolbar.h   |     79 -
 .../CGAL-4.6/include/CGAL/IO/Qt_widget_zoomrect.h  |    195 -
 3rdparty/CGAL-4.6/include/CGAL/IO/STL_reader.h     |    110 -
 3rdparty/CGAL-4.6/include/CGAL/IO/io.h             |    358 -
 .../include/CGAL/IO/pixmaps/alpha_shape.xpm        |     24 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/arrow.xpm     |     24 -
 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/back.xpm |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/circle.xpm    |     23 -
 .../include/CGAL/IO/pixmaps/constrained.xpm        |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/demoicon.xpm  |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/focus.xpm     |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/focus1.xpm    |     21 -
 .../include/CGAL/IO/pixmaps/focus1_mask.xpm        |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/focus2.xpm    |     21 -
 .../include/CGAL/IO/pixmaps/focus2_mask.xpm        |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/focus3.xpm    |     21 -
 .../include/CGAL/IO/pixmaps/focus3_mask.xpm        |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/forward.xpm   |     23 -
 .../include/CGAL/IO/pixmaps/greene_approx.xpm      |     23 -
 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/hand.xpm |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/handtool.xpm  |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/holddown.xpm  |     21 -
 .../include/CGAL/IO/pixmaps/iso_rectangle.xpm      |     23 -
 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/line.xpm |     23 -
 .../include/CGAL/IO/pixmaps/min_parallelogram.xpm  |     23 -
 .../include/CGAL/IO/pixmaps/min_rectangle.xpm      |     23 -
 .../include/CGAL/IO/pixmaps/mouse_coord.xpm        |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/movepoint.xpm |     23 -
 .../include/CGAL/IO/pixmaps/nearest_vertex.xpm     |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/notool.xpm    |     23 -
 .../include/CGAL/IO/pixmaps/optimal_convex.xpm     |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/point.xpm     |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/points.xpm    |     24 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/polygon.xpm   |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/rotation.xpm  |     22 -
 .../include/CGAL/IO/pixmaps/show_polygon.xpm       |     23 -
 .../include/CGAL/IO/pixmaps/triangulation.xpm      |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/voronoi.xpm   |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/ymonotone.xpm |     23 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/zoom_in.xpm   |     21 -
 .../include/CGAL/IO/pixmaps/zoom_in_rect.xpm       |     21 -
 .../CGAL-4.6/include/CGAL/IO/pixmaps/zoom_out.xpm  |     21 -
 .../CGAL-4.6/include/CGAL/IO/read_off_points.h     |    431 -
 .../CGAL-4.6/include/CGAL/IO/read_xyz_points.h     |    427 -
 .../CGAL-4.6/include/CGAL/IO/write_xyz_points.h    |    250 -
 3rdparty/CGAL-4.6/include/CGAL/ImageIO.h           |    704 -
 3rdparty/CGAL-4.6/include/CGAL/Image_3.h           |    499 -
 .../CGAL-4.6/include/CGAL/Image_3_vtk_interface.h  |    132 -
 .../CGAL-4.6/include/CGAL/Implicit_mesh_domain_3.h |     93 -
 .../CGAL/Implicit_to_labeling_function_wrapper.h   |    290 -
 3rdparty/CGAL-4.6/include/CGAL/In_place_list.h     |    755 -
 .../include/CGAL/Incremental_neighbor_search.h     |    547 -
 .../CGAL-4.6/include/CGAL/Intersection_traits.h    |    271 -
 .../CGAL/Intersections_3/intersection_3_1_impl.h   |   1721 -
 3rdparty/CGAL-4.6/include/CGAL/Iso_cuboid_3.h      |    265 -
 3rdparty/CGAL-4.6/include/CGAL/Iso_rectangle_2.h   |    258 -
 3rdparty/CGAL-4.6/include/CGAL/Iterator_range.h    |     95 -
 3rdparty/CGAL-4.6/include/CGAL/Kd_tree.h           |    446 -
 3rdparty/CGAL-4.6/include/CGAL/Kd_tree_node.h      |    483 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_checker.h    |    323 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Matrix__.h |    829 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Pair_d.h   |     97 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Sphere_d.h |    338 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Tuple_d.h  |    284 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Vector__.h |    464 -
 .../include/CGAL/Kernel_d/function_objectsCd.h     |    812 -
 .../include/CGAL/Kernel_d/function_objectsHd.h     |    513 -
 3rdparty/CGAL-4.6/include/CGAL/Kernel_traits.h     |     39 -
 .../include/CGAL/Kinetic/Active_objects_vector.h   |    378 -
 .../Kinetic/Handle_degeneracy_function_kernel.h    |    121 -
 .../include/CGAL/Kinetic/IO/Qt_moving_points_2.h   |    246 -
 .../include/CGAL/Kinetic/IO/Qt_triangulation_2.h   |    130 -
 .../CGAL-4.6/include/CGAL/Kinetic/IO/Qt_widget_2.h |    254 -
 .../include/CGAL/Kinetic/IO/internal/GUI_base.h    |    332 -
 .../include/CGAL/Kinetic/IO/internal/Qt_core.h     |    149 -
 .../include/CGAL/Kinetic/IO/internal/Qt_timer.h    |     63 -
 .../CGAL/Kinetic/IO/internal/Qt_widget_2_core.h    |     96 -
 .../include/CGAL/Kinetic/IO/internal/Qt_window_2.h |     89 -
 .../include/CGAL/Kinetic/IO/internal/pixmaps.h     |     41 -
 .../CGAL-4.6/include/CGAL/Kinetic/Ref_counted.h    |    129 -
 .../include/CGAL/Kinetic/Regular_triangulation_3.h |   1217 -
 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Sort.h      |    471 -
 .../CGAL/Kinetic/Two_list_pointer_event_queue.h    |   1039 -
 .../include/CGAL/Kinetic/internal/debug_counters.h |     32 -
 .../CGAL-4.6/include/CGAL/LSCM_parameterizer_3.h   |    670 -
 .../include/CGAL/Labeled_image_mesh_domain_3.h     |     93 -
 .../CGAL-4.6/include/CGAL/Labeled_mesh_domain_3.h  |    641 -
 .../include/CGAL/Lapack/Linear_algebra_lapack.h    |    171 -
 3rdparty/CGAL-4.6/include/CGAL/Lazy.h              |   1769 -
 3rdparty/CGAL-4.6/include/CGAL/Lazy_exact_nt.h     |   1444 -
 3rdparty/CGAL-4.6/include/CGAL/Line_2.h            |    292 -
 3rdparty/CGAL-4.6/include/CGAL/Line_3.h            |    171 -
 .../CGAL-4.6/include/CGAL/Linear_cell_complex.h    |    933 -
 .../CGAL/Linear_cell_complex_constructors.h        |    622 -
 .../CGAL/Linear_cell_complex_incremental_builder.h |    159 -
 .../include/CGAL/Linear_cell_complex_storages.h    |    441 -
 3rdparty/CGAL-4.6/include/CGAL/MP_Float.h          |    909 -
 .../CGAL/Mean_value_coordinates_parameterizer_3.h  |    203 -
 3rdparty/CGAL-4.6/include/CGAL/Memory_sizer.h      |    173 -
 .../CGAL-4.6/include/CGAL/Mesh_3/C3T3_helpers.h    |   3902 -
 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Dump_c3t3.h  |     87 -
 .../Mesh_3/Image_to_labeled_function_wrapper.h     |    119 -
 .../include/CGAL/Mesh_3/Labeled_mesh_domain_3.h    |    623 -
 .../Mesh_complex_3_in_triangulation_3_base.h       |    639 -
 .../include/CGAL/Mesh_3/Mesh_global_optimizer.h    |   1159 -
 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Mesher_3.h   |    711 -
 .../CGAL-4.6/include/CGAL/Mesh_3/Mesher_level.h    |   1214 -
 .../CGAL/Mesh_3/Protect_edges_sizing_field.h       |   1705 -
 .../CGAL-4.6/include/CGAL/Mesh_3/Refine_facets_3.h |   1886 -
 ...obust_weighted_circumcenter_filtered_traits_3.h |    415 -
 .../include/CGAL/Mesh_3/Sliver_perturber.h         |   1663 -
 .../CGAL-4.6/include/CGAL/Mesh_3/Slivers_exuder.h  |   1869 -
 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/config.h     |     83 -
 .../include/CGAL/Mesh_3/global_parameters.h        |     92 -
 .../CGAL/Mesh_domain_with_polyline_features_3.h    |   1086 -
 .../CGAL-4.6/include/CGAL/Mesh_facet_criteria_3.h  |    174 -
 .../CGAL-4.6/include/CGAL/Mesh_facet_topology.h    |     38 -
 .../CGAL-4.6/include/CGAL/Mesh_vertex_base_3.h     |    310 -
 .../include/CGAL/Meshes/Double_map_container.h     |     95 -
 3rdparty/CGAL-4.6/include/CGAL/Min_annulus_d.h     |    873 -
 3rdparty/CGAL-4.6/include/CGAL/Min_circle_2.h      |    589 -
 3rdparty/CGAL-4.6/include/CGAL/Min_ellipse_2.h     |    584 -
 .../CGAL/Min_ellipse_2/Optimisation_ellipse_2.h    |    448 -
 3rdparty/CGAL-4.6/include/CGAL/Min_sphere_d.h      |    462 -
 .../CGAL/Minkowski_sum_2/Approx_offset_base_2.h    |    601 -
 .../CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h    |    421 -
 .../Decomposition_strategy_adapter.h               |    165 -
 .../CGAL/Minkowski_sum_2/Exact_offset_base_2.h     |    297 -
 .../CGAL-4.6/include/CGAL/Minkowski_sum_2/Labels.h |    288 -
 .../CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h    |    684 -
 .../CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h  |    285 -
 .../include/CGAL/Minkowski_sum_2/Offset_conv_2.h   |    201 -
 .../include/CGAL/Minkowski_sum_2/Offset_decomp_2.h |    127 -
 .../Minkowski_sum_2/Polygon_convex_decomposition.h |    131 -
 .../CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h |    254 -
 .../CGAL/Minkowski_sum_2/Union_of_cycles_2.h       |    226 -
 .../Minkowski_sum_2/Union_of_segment_cycles_2.h    |    135 -
 .../include/CGAL/Minkowski_sum_3/Gaussian_map.h    |   1231 -
 .../include/CGAL/Modular_arithmetic/Residue_type.h |    328 -
 .../CGAL-4.6/include/CGAL/Monge_via_jet_fitting.h  |    784 -
 3rdparty/CGAL-4.6/include/CGAL/Mpzf.h              |   1127 -
 .../CGAL-4.6/include/CGAL/Nef_2/PM_point_locator.h |   1058 -
 3rdparty/CGAL-4.6/include/CGAL/Nef_2/Polynomial.h  |   1984 -
 .../CGAL-4.6/include/CGAL/Nef_2/iterator_tools.h   |    111 -
 .../CGAL-4.6/include/CGAL/Nef_3/Pluecker_line_3.h  |    356 -
 .../CGAL-4.6/include/CGAL/Nef_3/SNC_FM_decorator.h |    672 -
 .../include/CGAL/Nef_3/SNC_external_structure.h    |   1360 -
 .../CGAL-4.6/include/CGAL/Nef_3/SNC_io_parser.h    |   2086 -
 .../CGAL-4.6/include/CGAL/Nef_3/SNC_ray_shooter.h  |    233 -
 .../CGAL-4.6/include/CGAL/Nef_S2/SM_io_parser.h    |    492 -
 .../CGAL-4.6/include/CGAL/Nef_S2/SM_overlayer.h    |   2444 -
 .../CGAL-4.6/include/CGAL/Nef_S2/SM_triangulator.h |    744 -
 .../include/CGAL/Nef_S2/Sphere_geometry_OGL.h      |    824 -
 .../CGAL-4.6/include/CGAL/Nef_S2/Sphere_triangle.h |    118 -
 .../include/CGAL/Nef_S2/sphere_predicates.h        |    411 -
 3rdparty/CGAL-4.6/include/CGAL/Nef_polyhedron_2.h  |   1129 -
 3rdparty/CGAL-4.6/include/CGAL/Nef_polyhedron_3.h  |   2076 -
 .../include/CGAL/NewKernel_d/KernelD_converter.h   |    196 -
 .../include/CGAL/NewKernel_d/Kernel_d_interface.h  |    224 -
 .../CGAL/NewKernel_d/LA_eigen/constructors.h       |    151 -
 .../include/CGAL/NewKernel_d/Types/Hyperplane.h    |    154 -
 .../include/CGAL/NewKernel_d/Types/Sphere.h        |    159 -
 .../include/CGAL/NewKernel_d/Vector/array.h        |    165 -
 ...f_iterator_to_points_from_iterator_to_vectors.h |     76 -
 .../include/CGAL/NewKernel_d/Vector/vector.h       |    167 -
 .../CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h      |    294 -
 .../CGAL/NewKernel_d/Wrapper/Hyperplane_d.h        |    131 -
 .../include/CGAL/NewKernel_d/Wrapper/Point_d.h     |    284 -
 .../CGAL/NewKernel_d/Wrapper/Ref_count_obj.h       |    120 -
 .../include/CGAL/NewKernel_d/Wrapper/Segment_d.h   |    133 -
 .../include/CGAL/NewKernel_d/Wrapper/Sphere_d.h    |    130 -
 .../include/CGAL/NewKernel_d/Wrapper/Vector_d.h    |    266 -
 .../CGAL/NewKernel_d/function_objects_cartesian.h  |   1159 -
 .../include/CGAL/NewKernel_d/functor_tags.h        |    350 -
 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/utils.h |    296 -
 .../CGAL-4.6/include/CGAL/OpenNL/linear_solver.h   |    475 -
 3rdparty/CGAL-4.6/include/CGAL/Origin.h            |     45 -
 .../CGAL/Orthogonal_incremental_neighbor_search.h  |    620 -
 3rdparty/CGAL-4.6/include/CGAL/PCA_util.h          |    755 -
 .../include/CGAL/Param_mesh_patch_vertex.h         |    441 -
 .../CGAL/Partition_2/partition_approx_convex_2.h   |    275 -
 .../include/CGAL/Periodic_3_triangulation_3.h      |   4140 -
 .../Periodic_3_triangulation_filtered_traits_3.h   |    222 -
 ..._3_triangulation_statically_filtered_traits_3.h |     72 -
 .../CGAL/Periodic_3_triangulation_traits_3.h       |    285 -
 3rdparty/CGAL-4.6/include/CGAL/Plane_3.h           |    281 -
 3rdparty/CGAL-4.6/include/CGAL/Point_2.h           |    270 -
 3rdparty/CGAL-4.6/include/CGAL/Point_3.h           |    302 -
 .../include/CGAL/Point_inside_polyhedron_3.h       |    140 -
 .../include/CGAL/Poisson_reconstruction_function.h |   1210 -
 .../include/CGAL/Polygon_2/Polygon_2_impl.h        |    159 -
 .../CGAL-4.6/include/CGAL/Polygon_2_algorithms.h   |    465 -
 .../include/CGAL/Polygon_convex_decomposition_2.h  |     87 -
 .../include/CGAL/PolyhedralSurf_neighbors.h        |    299 -
 .../include/CGAL/Polyhedral_mesh_domain_3.h        |    791 -
 .../CGAL/Polyhedral_mesh_domain_with_features_3.h  |    245 -
 3rdparty/CGAL-4.6/include/CGAL/Polyhedron_3.h      |   1542 -
 .../CGAL/Polyhedron_incremental_builder_3.h        |    914 -
 .../CGAL-4.6/include/CGAL/Polyhedron_slicer_3.h    |    444 -
 .../CGAL-4.6/include/CGAL/Polyhedron_stitching.h   |    286 -
 .../include/CGAL/Polyline_constraint_hierarchy_2.h |   1173 -
 .../Hybrid_squared_distance_cost.h                 |    114 -
 .../Scaled_squared_distance_cost.h                 |    117 -
 .../Stop_above_cost_threshold.h                    |     68 -
 .../CGAL/Polyline_simplification_2/simplify.h      |    472 -
 .../include/CGAL/Polynomial/CORE_Expr_root_stack.h |    268 -
 .../include/CGAL/Polynomial/Polynomial_type.h      |   1478 -
 .../CGAL/Polynomial/internal/CORE_polynomial.h     |    278 -
 .../CGAL/Polynomial/internal/numeric_solvers.h     |    112 -
 .../Polynomial/internal/numeric_solvers_support.h  |     60 -
 .../CGAL-4.6/include/CGAL/Polytope_distance_d.h    |    932 -
 .../include/CGAL/QP_solver/QP_basis_inverse.h      |   1136 -
 .../include/CGAL/QP_solver/QP_basis_inverse_impl.h |    713 -
 .../CGAL/QP_solver/QP_partial_exact_pricing.h      |    252 -
 .../CGAL/QP_solver/QP_partial_filtered_pricing.h   |    432 -
 .../CGAL-4.6/include/CGAL/QP_solver/QP_solver.h    |   1999 -
 .../include/CGAL/QP_solver/QP_solver_impl.h        |   3390 -
 3rdparty/CGAL-4.6/include/CGAL/QP_solver/basic.h   |     34 -
 .../CGAL-4.6/include/CGAL/Qt/CGAL_Qt4_config.h     |     36 -
 3rdparty/CGAL-4.6/include/CGAL/Qt/Converter.h      |    187 -
 .../Qt/DelaunayMeshTriangulationGraphicsItem.h     |    111 -
 .../CGAL-4.6/include/CGAL/Qt/DemosMainWindow.h     |    128 -
 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsItem.h   |     53 -
 .../include/CGAL/Qt/GraphicsViewCircleInput.h      |    211 -
 .../include/CGAL/Qt/GraphicsViewCircularArcInput.h |    214 -
 .../CGAL-4.6/include/CGAL/Qt/GraphicsViewInput.h   |     56 -
 .../CGAL/Qt/GraphicsViewIsoRectangleInput.h        |    158 -
 .../include/CGAL/Qt/GraphicsViewLineInput.h        |    182 -
 .../include/CGAL/Qt/GraphicsViewNavigation.h       |     72 -
 .../CGAL/Qt/GraphicsViewPolygonWithHolesInput.h    |    197 -
 .../include/CGAL/Qt/GraphicsViewPolylineInput.h    |    110 -
 .../include/CGAL/Qt/PointsInKdTreeGraphicsItem.h   |    196 -
 .../CGAL-4.6/include/CGAL/Qt/PolygonGraphicsItem.h |    190 -
 .../CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h     |    283 -
 .../include/CGAL/Qt/SegmentsGraphicsItem.h         |    163 -
 .../include/CGAL/Qt/TriangulationGraphicsItem.h    |    308 -
 3rdparty/CGAL-4.6/include/CGAL/Qt/debug.h          |     47 -
 3rdparty/CGAL-4.6/include/CGAL/Qt/resources.h      |     33 -
 3rdparty/CGAL-4.6/include/CGAL/Qt/utility.h        |     42 -
 3rdparty/CGAL-4.6/include/CGAL/RS/dyadic.h         |    438 -
 3rdparty/CGAL-4.6/include/CGAL/Random.h            |    240 -
 3rdparty/CGAL-4.6/include/CGAL/Range_tree_d.h      |    623 -
 3rdparty/CGAL-4.6/include/CGAL/Ray_2.h             |    275 -
 .../include/CGAL/Ray_2_Bbox_2_intersection.h       |     80 -
 3rdparty/CGAL-4.6/include/CGAL/Ray_3.h             |    244 -
 3rdparty/CGAL-4.6/include/CGAL/Real_timer.h        |    118 -
 .../include/CGAL/Regular_triangulation_3.h         |   2152 -
 .../CGAL/Regular_triangulation_filtered_traits_3.h |     43 -
 3rdparty/CGAL-4.6/include/CGAL/Ridges.h            |    899 -
 .../CGAL-4.6/include/CGAL/Root_for_circles_2_2.h   |    137 -
 .../Scale_space_surface_reconstruction_3_impl.h    |    539 -
 .../Weighted_PCA_approximation_3.h                 |    177 -
 .../CGAL/Scale_space_surface_reconstruction_3.h    |    890 -
 .../CGAL-4.6/include/CGAL/Search_traits_adapter.h  |    180 -
 3rdparty/CGAL-4.6/include/CGAL/Segment_2.h         |    310 -
 3rdparty/CGAL-4.6/include/CGAL/Segment_3.h         |    226 -
 .../include/CGAL/Segment_Delaunay_graph_2.h        |   1945 -
 .../Filtered_traits_base_2.h                       |    470 -
 .../Segment_Delaunay_graph_2/Oriented_side_C2.h    |    104 -
 .../Segment_Delaunay_graph_2_impl.h                |   3284 -
 .../Segment_Delaunay_graph_hierarchy_2_impl.h      |   1153 -
 .../CGAL/Segment_Delaunay_graph_2/Traits_base_2.h  |    283 -
 .../CGAL/Segment_Delaunay_graph_hierarchy_2.h      |    506 -
 .../include/CGAL/Self_intersection_polyhedron_3.h  |    293 -
 .../include/CGAL/Skin_surface_filtered_traits_3.h  |     71 -
 .../Small_side_angle_bisector_decomposition_2.h    |    941 -
 .../CGAL-4.6/include/CGAL/Snap_rounding_traits_2.h |    208 -
 3rdparty/CGAL-4.6/include/CGAL/Sphere_3.h          |    349 -
 .../include/CGAL/Sqrt_extension/convert_to_bfi.h   |    106 -
 .../Straight_skeleton_builder_2_impl.h             |   1820 -
 3rdparty/CGAL-4.6/include/CGAL/Surface_mesh.h      |     35 -
 .../include/CGAL/Surface_mesh/Surface_mesh.h       |   2792 -
 .../include/CGAL/Surface_mesh/Surface_mesh_fwd.h   |     39 -
 .../include/CGAL/Surface_mesh_deformation.h        |   1509 -
 .../Surface_mesh_simplification/edge_collapse.h    |    169 -
 .../CGAL/Surface_mesher/Polyhedral_oracle.h        |    409 -
 .../CGAL/Surface_mesher/Surface_mesher_manifold.h  |    241 -
 .../include/CGAL/Sweep_line_2_algorithms.h         |    222 -
 3rdparty/CGAL-4.6/include/CGAL/Tetrahedron_3.h     |    185 -
 3rdparty/CGAL-4.6/include/CGAL/Timer.h             |    116 -
 3rdparty/CGAL-4.6/include/CGAL/Tools/Log.h         |    168 -
 3rdparty/CGAL-4.6/include/CGAL/Triangle_2.h        |    211 -
 .../CGAL/Triangle_2_Iso_rectangle_2_intersection.h |    330 -
 3rdparty/CGAL-4.6/include/CGAL/Triangle_3.h        |    154 -
 3rdparty/CGAL-4.6/include/CGAL/Triangulation.h     |   1330 -
 3rdparty/CGAL-4.6/include/CGAL/Triangulation_2.h   |   3655 -
 .../Triangulation_2_filtered_projection_traits_3.h |     91 -
 .../CGAL/Triangulation_2_projection_traits_3.h     |    444 -
 3rdparty/CGAL-4.6/include/CGAL/Triangulation_3.h   |   6684 -
 .../include/CGAL/Triangulation_data_structure_2.h  |   2323 -
 .../include/CGAL/Triangulation_data_structure_3.h  |   3979 -
 .../include/CGAL/Triangulation_ds_cell_base_3.h    |    271 -
 .../include/CGAL/Triangulation_full_cell.h         |    162 -
 .../Triangulation_structural_filtering_traits.h    |     49 -
 .../CGAL-4.6/include/CGAL/Triangulation_vertex.h   |    127 -
 3rdparty/CGAL-4.6/include/CGAL/Umbilics.h          |    292 -
 3rdparty/CGAL-4.6/include/CGAL/Union_find.h        |    255 -
 3rdparty/CGAL-4.6/include/CGAL/Vector_2.h          |    352 -
 3rdparty/CGAL-4.6/include/CGAL/Vector_3.h          |    334 -
 3rdparty/CGAL-4.6/include/CGAL/Voronoi_diagram_2.h |    829 -
 3rdparty/CGAL-4.6/include/CGAL/Weighted_point.h    |    144 -
 .../include/CGAL/aff_transformation_tags.h         |     47 -
 .../CGAL-4.6/include/CGAL/approximated_offset_2.h  |    169 -
 .../include/CGAL/arrange_offset_polygons_2.h       |    117 -
 3rdparty/CGAL-4.6/include/CGAL/assertions.h        |    346 -
 3rdparty/CGAL-4.6/include/CGAL/auto_link/CGALQt3.h |     32 -
 3rdparty/CGAL-4.6/include/CGAL/auto_link/Qt4.h     |     38 -
 .../CGAL-4.6/include/CGAL/auto_link/auto_link.h    |    446 -
 .../include/CGAL/bilateral_smooth_point_set.h      |    649 -
 .../include/CGAL/boost/graph/Euler_operations.h    |   1340 -
 .../include/CGAL/boost/graph/Graph_geometry.h      |    235 -
 .../CGAL/boost/graph/dijkstra_shortest_paths.h     |     40 -
 .../CGAL/boost/graph/dijkstra_shortest_paths.hpp   |    629 -
 .../include/CGAL/boost/graph/graph_concepts.h      |    203 -
 .../boost/graph/graph_traits_CombinatorialMap.h    |    331 -
 .../graph/graph_traits_Delaunay_triangulation_2.h  |    392 -
 .../CGAL/boost/graph/graph_traits_HalfedgeDS.h     |    220 -
 .../graph/graph_traits_PolyMesh_ArrayKernelT.h     |    663 -
 .../CGAL/boost/graph/graph_traits_Polyhedron_3.h   |    492 -
 .../CGAL/boost/graph/graph_traits_Surface_mesh.h   |    539 -
 .../boost/graph/graph_traits_Triangulation_2.h     |    816 -
 .../CGAL-4.6/include/CGAL/boost/graph/helpers.h    |    262 -
 .../include/CGAL/boost/graph/internal/helpers.h    |    178 -
 .../CGAL-4.6/include/CGAL/boost/graph/iterator.h   |   1295 -
 .../CGAL/boost/graph/named_function_params.h       |    451 -
 .../boost/graph/properties_PolyMesh_ArrayKernelT.h |    289 -
 .../CGAL/boost/graph/properties_Surface_mesh.h     |    279 -
 .../CGAL-4.6/include/CGAL/boost/graph/selection.h  |    398 -
 .../CGAL/boost/graph/split_graph_into_polylines.h  |    234 -
 .../include/CGAL/compute_average_spacing.h         |    221 -
 3rdparty/CGAL-4.6/include/CGAL/config.h            |    442 -
 .../constructions_on_weighted_points_cartesian_3.h |    499 -
 3rdparty/CGAL-4.6/include/CGAL/convex_hull_3.h     |    955 -
 .../include/CGAL/create_offset_polygons_2.h        |    351 -
 ...ate_offset_polygons_from_polygon_with_holes_2.h |    105 -
 ...e_straight_skeleton_from_polygon_with_holes_2.h |     45 -
 .../include/CGAL/edge_aware_upsample_point_set.h   |    651 -
 3rdparty/CGAL-4.6/include/CGAL/eigen.h             |    229 -
 3rdparty/CGAL-4.6/include/CGAL/eigen_2.h           |    121 -
 3rdparty/CGAL-4.6/include/CGAL/export/CORE.h       |     73 -
 3rdparty/CGAL-4.6/include/CGAL/export/Qt4.h        |     49 -
 3rdparty/CGAL-4.6/include/CGAL/export/helpers.h    |     39 -
 .../CGAL-4.6/include/CGAL/extremal_polygon_2.h     |    752 -
 3rdparty/CGAL-4.6/include/CGAL/exude_mesh_3.h      |     78 -
 3rdparty/CGAL-4.6/include/CGAL/generators.h        |    110 -
 3rdparty/CGAL-4.6/include/CGAL/gl.h                |     32 -
 .../include/CGAL/graph_traits_Arrangement_2.h      |    606 -
 .../include/CGAL/graph_traits_Dual_Arrangement_2.h |    745 -
 3rdparty/CGAL-4.6/include/CGAL/hilbert_sort.h      |    166 -
 .../CGAL/internal/AABB_tree/AABB_drawing_traits.h  |     92 -
 .../internal/Combinatorial_map_copy_functors.h     |    413 -
 .../internal/Combinatorial_map_group_functors.h    |    973 -
 .../internal/Combinatorial_map_internal_functors.h |    951 -
 .../CGAL/internal/Combinatorial_map_sewable.h      |    331 -
 .../include/CGAL/internal/Lazy_alpha_nt_2.h        |    296 -
 .../include/CGAL/internal/Lazy_alpha_nt_3.h        |    342 -
 .../Point_inside_vertical_ray_cast.h               |    102 -
 .../Ray_3_Triangle_3_traversal_traits.h            |    220 -
 .../Operations_on_polyhedra/compute_normal.h       |     67 -
 .../include/CGAL/internal/Projection_traits_3.h    |    723 -
 .../CGAL-4.6/include/CGAL/internal/Rich_grid.h     |    514 -
 .../Static_filters/Compare_squared_radius_3.h      |    420 -
 .../Compare_weighted_squared_radius_3.h            |    393 -
 .../include/CGAL/internal/Static_filters/Equal_3.h |     91 -
 .../Static_filters/Periodic_2_orientation_2.h      |    268 -
 .../Periodic_2_side_of_oriented_circle_2.h         |    245 -
 .../CGAL/internal/Static_filters/Power_test_3.h    |    789 -
 .../internal/Static_filters/Static_filter_error.h  |    169 -
 .../CGAL/internal/Static_filters/Static_filters.h  |    300 -
 .../include/CGAL/internal/Static_filters/tools.h   |     96 -
 .../Surface_mesh_segmentation/AABB_traits.h        |     96 -
 .../Alpha_expansion_graph_cut.h                    |    686 -
 .../CGAL/internal/Surface_modeling/Weights.h       |    313 -
 .../include/CGAL/internal/auxiliary/graph.h        |   1749 -
 .../CGAL/internal/boost/array_binary_tree.hpp      |    190 -
 .../corefinement/Polyhedron_subset_extraction.h    |    256 -
 .../include/CGAL/intersection_of_Polyhedra_3.h     |   1999 -
 ...ntersection_of_Polyhedra_3_refinement_visitor.h |   2265 -
 3rdparty/CGAL-4.6/include/CGAL/iterator.h          |   2500 -
 .../CGAL-4.6/include/CGAL/jet_estimate_normals.h   |    297 -
 .../CGAL-4.6/include/CGAL/jet_smooth_point_set.h   |    277 -
 3rdparty/CGAL-4.6/include/CGAL/leda_rational.h     |    296 -
 .../include/CGAL/linear_least_squares_fitting_2.h  |     92 -
 .../include/CGAL/linear_least_squares_fitting_3.h  |     97 -
 .../CGAL/linear_least_squares_fitting_circles_2.h  |    260 -
 .../CGAL/linear_least_squares_fitting_cuboids_3.h  |    328 -
 .../CGAL/linear_least_squares_fitting_points_2.h   |    108 -
 .../CGAL/linear_least_squares_fitting_points_3.h   |    101 -
 .../linear_least_squares_fitting_rectangles_2.h    |    225 -
 .../CGAL/linear_least_squares_fitting_segments_2.h |    175 -
 .../CGAL/linear_least_squares_fitting_segments_3.h |    166 -
 .../CGAL/linear_least_squares_fitting_spheres_3.h  |    160 -
 .../linear_least_squares_fitting_tetrahedra_3.h    |    316 -
 .../linear_least_squares_fitting_triangles_2.h     |    223 -
 .../linear_least_squares_fitting_triangles_3.h     |    233 -
 .../CGAL-4.6/include/CGAL/lloyd_optimize_mesh_3.h  |     98 -
 3rdparty/CGAL-4.6/include/CGAL/make_mesh_3.h       |    437 -
 3rdparty/CGAL-4.6/include/CGAL/minkowski_sum_2.h   |     93 -
 .../CGAL-4.6/include/CGAL/mst_orient_normals.h     |    716 -
 3rdparty/CGAL-4.6/include/CGAL/number_type_basic.h |     81 -
 .../CGAL-4.6/include/CGAL/odt_optimize_mesh_3.h    |     98 -
 3rdparty/CGAL-4.6/include/CGAL/offset_polygon_2.h  |    165 -
 .../CGAL-4.6/include/CGAL/orient_polygon_soup.h    |    406 -
 .../CGAL-4.6/include/CGAL/orient_polyhedron_3.h    |     87 -
 .../CGAL-4.6/include/CGAL/pca_estimate_normals.h   |    254 -
 3rdparty/CGAL-4.6/include/CGAL/perturb_mesh_3.h    |    123 -
 .../CGAL-4.6/include/CGAL/point_generators_2.h     |    499 -
 .../CGAL-4.6/include/CGAL/point_generators_3.h     |    200 -
 .../CGAL-4.6/include/CGAL/point_generators_d.h     |    211 -
 .../include/CGAL/polygon_soup_to_polyhedron_3.h    |     92 -
 3rdparty/CGAL-4.6/include/CGAL/primes.h            |     66 -
 3rdparty/CGAL-4.6/include/CGAL/property_map.h      |    361 -
 .../CGAL-4.6/include/CGAL/random_convex_set_2.h    |    125 -
 3rdparty/CGAL-4.6/include/CGAL/random_selection.h  |     65 -
 3rdparty/CGAL-4.6/include/CGAL/refine_mesh_3.h     |    493 -
 .../CGAL-4.6/include/CGAL/sorted_matrix_search.h   |    415 -
 3rdparty/CGAL-4.6/include/CGAL/spatial_sort.h      |    197 -
 3rdparty/CGAL-4.6/include/CGAL/sse2.h              |     36 -
 .../surface_reconstruction_points_assertions.h     |    368 -
 .../include/CGAL/transforming_pair_iterator.h      |    126 -
 .../include/CGAL/triangulate_mixed_complex_3.h     |   1324 -
 .../CGAL-4.6/include/CGAL/triangulate_polyhedron.h |    225 -
 3rdparty/CGAL-4.6/include/CGAL/tuple.h             |    240 -
 3rdparty/CGAL-4.6/include/CGAL/vector.h            |    620 -
 3rdparty/CGAL-4.6/include/CGAL/version.h           |     35 -
 .../CGAL/wlop_simplify_and_regularize_point_set.h  |    713 -
 3rdparty/CGAL-4.6/scripts/cgal_create_CMakeLists   |    709 -
 3rdparty/CGAL-4.6/scripts/cgal_create_cmake_script |    242 -
 .../CGAL-4.6/src/CGAL/Bbox_2_intersections.cpp     |    367 -
 3rdparty/CGAL-4.6/src/CGAL/Color.cpp               |     46 -
 3rdparty/CGAL-4.6/src/CGAL/File_header_OFF.cpp     |    392 -
 .../CGAL-4.6/src/CGAL/File_header_extended_OFF.cpp |    196 -
 3rdparty/CGAL-4.6/src/CGAL/File_scanner_OFF.cpp    |    125 -
 3rdparty/CGAL-4.6/src/CGAL/File_writer_OFF.cpp     |     49 -
 3rdparty/CGAL-4.6/src/CGAL/File_writer_VRML_2.cpp  |     75 -
 .../CGAL-4.6/src/CGAL/File_writer_inventor.cpp     |     64 -
 .../CGAL-4.6/src/CGAL/File_writer_wavefront.cpp    |     50 -
 3rdparty/CGAL-4.6/src/CGAL/Geomview_stream.cpp     |    571 -
 3rdparty/CGAL-4.6/src/CGAL/Interval_arithmetic.cpp |     57 -
 3rdparty/CGAL-4.6/src/CGAL/JAMA_numeric_solver.cpp |    128 -
 3rdparty/CGAL-4.6/src/CGAL/KDS_Log.cpp             |     47 -
 3rdparty/CGAL-4.6/src/CGAL/NefPolynomial.cpp       |    194 -
 3rdparty/CGAL-4.6/src/CGAL/Random.cpp              |     88 -
 3rdparty/CGAL-4.6/src/CGAL/Real_timer.cpp          |    110 -
 3rdparty/CGAL-4.6/src/CGAL/Residue_type.cpp        |     37 -
 3rdparty/CGAL-4.6/src/CGAL/Timer.cpp               |    138 -
 .../CGAL-4.6/src/CGAL/Turkowski_numeric_solver.cpp |    461 -
 3rdparty/CGAL-4.6/src/CGAL/assertions.cpp          |    222 -
 3rdparty/CGAL-4.6/src/CGAL/io.cpp                  |    125 -
 3rdparty/CGAL-4.6/src/CGAL/kernel.cpp              |     39 -
 .../CGAL-4.6/src/CGAL/numeric_solvers_support.cpp  |    267 -
 3rdparty/CGAL-4.6/src/CGAL/primes.cpp              |    294 -
 .../CGAL-4.6/src/CGAL/test_FPU_rounding_mode.cpp   |     51 -
 3rdparty/CGAL-4.6/src/CGAL_Core/BigFloat.cpp       |   1287 -
 3rdparty/CGAL-4.6/src/CGAL_Core/CMakeLists.txt     |     18 -
 3rdparty/CGAL-4.6/src/CGAL_Core/CoreAux.cpp        |    213 -
 3rdparty/CGAL-4.6/src/CGAL_Core/CoreDefs.cpp       |    155 -
 3rdparty/CGAL-4.6/src/CGAL_Core/CoreIO.cpp         |    458 -
 3rdparty/CGAL-4.6/src/CGAL_Core/Expr.cpp           |   1152 -
 3rdparty/CGAL-4.6/src/CGAL_Core/GmpIO.cpp          |    268 -
 3rdparty/CGAL-4.6/src/CGAL_Core/Real.cpp           |    276 -
 3rdparty/CGAL-4.6/src/CGAL_Core/extLong.cpp        |    195 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/CMakeLists.txt  |     72 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/ImageIO.cpp     |   1586 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/Image_3.cpp     |    223 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/analyze.cpp     |    838 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/analyze.h       |     71 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmp.cpp         |    505 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmp.h           |     62 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpendian.cpp   |    241 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpendian.h     |     72 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpread.cpp     |   1225 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpread.h       |     77 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/convert.cpp     |    481 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/convert.h       |    106 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/fgetns.cpp      |     41 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/fgetns.h        |     29 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gif.cpp         |    658 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gif.h           |     35 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gis.cpp         |    718 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gis.h           |    138 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/inr.cpp         |    506 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/inr.h           |     61 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/iris.cpp        |    491 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/iris.h          |     34 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/mincio.cpp      |    497 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/mincio.h        |     73 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/pnm.cpp         |    630 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/pnm.h           |     43 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recbuffer.cpp   |   1737 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recbuffer.h     |    199 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recline.cpp     |    675 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recline.h       |    232 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/reech4x4.cpp    |   3126 -
 3rdparty/CGAL-4.6/src/CGAL_ImageIO/reech4x4.h      |    284 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/CMakeLists.txt      |     87 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_core.cpp |     78 -
 .../CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_timer.cpp     |     46 -
 .../src/CGAL_Qt3/Kinetic_Qt_widget_2_core.cpp      |     43 -
 .../CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_window_2.cpp  |    115 -
 .../CGAL_Qt3/Kinetic_data_structures.qtmoc.cmake   |     18 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_faster.xpm  |     60 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_pause.xpm   |     52 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_pixmaps.cpp |     48 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_play.xpm    |     59 -
 .../CGAL-4.6/src/CGAL_Qt3/Kinetic_play_through.xpm |     60 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_play_to.xpm |     63 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_print.xpm   |     44 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_reverse.xpm |     71 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_slower.xpm  |     60 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_stop.xpm    |     52 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Nef_S2.qtmoc.cmake  |      5 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_help_window.cpp  |    247 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget.cpp       |    571 -
 .../CGAL-4.6/src/CGAL_Qt3/Qt_widget.qtmoc.cmake    |     26 -
 .../CGAL-4.6/src/CGAL_Qt3/Qt_widget_OpenGL.cpp     |    252 -
 .../CGAL-4.6/src/CGAL_Qt3/Qt_widget_history.cpp    |     95 -
 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget_layer.cpp |     70 -
 .../src/CGAL_Qt3/Qt_widget_standard_toolbar.cpp    |    258 -
 .../CGAL-4.6/src/CGAL_Qt3/Qt_widget_xpm_icons.cpp  |   2101 -
 3rdparty/CGAL-4.6/src/CGAL_Qt4/CMakeLists.txt      |     87 -
 3rdparty/CGAL-4.6/src/CGAL_Qt4/DemosMainWindow.cpp |    438 -
 .../CGAL-4.6/src/CGAL_Qt4/GraphicsView.qtmoc.cmake |      9 -
 .../src/CGAL_Qt4/GraphicsViewNavigation.cpp        |    338 -
 .../src/CGAL_Qt4/GraphicsViewPolylineInput.cpp     |    196 -
 3rdparty/CGAL-4.6/src/CGAL_Qt4/debug.cpp           |     53 -
 3rdparty/CGAL-4.6/src/CGAL_Qt4/resources.cpp       |     30 -
 3rdparty/CGAL-4.6/src/CGAL_Qt4/utility.cpp         |     54 -
 3rdparty/CGAL-4.6/src/CMakeLists.txt               |    167 -
 3rdparty/{CGAL-4.6 => CGAL-4.8}/AUTHORS            |      0
 3rdparty/CGAL-4.8/CHANGES                          |   4448 +
 3rdparty/CGAL-4.8/CMakeLists.txt                   |   1036 +
 3rdparty/CGAL-4.8/INSTALL.md                       |    211 +
 3rdparty/CGAL-4.8/LICENSE                          |     42 +
 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.BSL        |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.FREE_USE   |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.GPL        |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.LGPL       |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/README             |      0
 3rdparty/CGAL-4.8/VERSION                          |      1 +
 .../{CGAL-4.6 => CGAL-4.8}/auxiliary/cgal_app.icns |    Bin
 .../CGAL-4.8/auxiliary/cgal_create_cmake_script.1  |     42 +
 .../auxiliary/gdb/python/CGAL/__init__.py          |      0
 .../auxiliary/gdb/python/CGAL/printers.py          |      0
 .../auxiliary/gdb/test-gdb.py                      |      0
 .../{CGAL-4.6 => CGAL-4.8}/auxiliary/gdb/test.cpp  |      0
 .../{CGAL-4.6 => CGAL-4.8}/auxiliary/gmp/README    |      0
 .../cmake/modules/CGALConfig_binary.cmake.in       |    167 +
 .../cmake/modules/CGALConfig_install.cmake.in      |    122 +
 .../CGAL-4.8/cmake/modules/CGALLibConfig.cmake.in  |     32 +
 .../cmake/modules/CGAL_CheckCXXFileRuns.cmake      |      0
 3rdparty/CGAL-4.8/cmake/modules/CGAL_Common.cmake  |     58 +
 .../CGAL_CreateSingleSourceCGALProgram.cmake       |      0
 .../modules/CGAL_GeneratorSpecificSettings.cmake   |     56 +
 .../cmake/modules/CGAL_Locate_CGAL_TAUCS.cmake     |      0
 3rdparty/CGAL-4.8/cmake/modules/CGAL_Macros.cmake  |    724 +
 .../cmake/modules/CGAL_SCM.cmake                   |      0
 .../CGAL-4.8/cmake/modules/CGAL_SetupBoost.cmake   |     59 +
 .../cmake/modules/CGAL_SetupDependencies.cmake     |     85 +
 .../cmake/modules/CGAL_SetupFlags.cmake            |      0
 .../CGAL-4.8/cmake/modules/CGAL_SetupVLD.cmake     |     37 +
 .../cmake/modules/CGAL_TweakFindBoost.cmake        |      0
 .../cmake/modules/CGAL_UseBLAS.cmake               |      0
 .../cmake/modules/CGAL_UseLAPACK.cmake             |      0
 .../cmake/modules/CGAL_UseLEDA.cmake               |      0
 .../cmake/modules/CGAL_UseMKL.cmake                |      0
 .../cmake/modules/CGAL_UseMPFI.cmake               |      0
 .../cmake/modules/CGAL_UseRS.cmake                 |      0
 .../cmake/modules/CGAL_UseRS3.cmake                |      0
 .../cmake/modules/CGAL_UseTAUCS.cmake              |      0
 .../CGAL-4.8/cmake/modules/CGAL_VersionUtils.cmake |    228 +
 .../cmake/modules/FindBLAS.cmake                   |      0
 3rdparty/CGAL-4.8/cmake/modules/FindCGAL.cmake     |     89 +
 .../cmake/modules/FindCGAL_CORE.cmake              |      0
 .../cmake/modules/FindCORE.cmake                   |      0
 .../cmake/modules/FindESBTL.cmake                  |      0
 .../cmake/modules/FindEigen3.cmake                 |      0
 .../cmake/modules/FindF2C.cmake                    |      0
 3rdparty/CGAL-4.8/cmake/modules/FindGLEW.cmake     |    108 +
 .../cmake/modules/FindGMP.cmake                    |      0
 .../cmake/modules/FindGMPXX.cmake                  |      0
 .../cmake/modules/FindIPE.cmake                    |      0
 .../cmake/modules/FindLAPACK.cmake                 |      0
 .../cmake/modules/FindLEDA.cmake                   |      0
 .../cmake/modules/FindMKL.cmake                    |      0
 .../cmake/modules/FindMPFI.cmake                   |      0
 .../cmake/modules/FindMPFR.cmake                   |      0
 .../cmake/modules/FindNTL.cmake                    |      0
 .../cmake/modules/FindOpenGL.cmake                 |      0
 .../cmake/modules/FindOpenMesh.cmake               |      0
 .../CGAL-4.8/cmake/modules/FindQGLViewer.cmake     |     75 +
 .../cmake/modules/FindRS.cmake                     |      0
 .../cmake/modules/FindRS3.cmake                    |      0
 .../cmake/modules/FindTAUCS.cmake                  |      0
 3rdparty/CGAL-4.8/cmake/modules/FindTBB.cmake      |    433 +
 3rdparty/CGAL-4.8/cmake/modules/UseCGAL.cmake      |     60 +
 .../cmake/modules/UseESBTL.cmake                   |      0
 .../cmake/modules/UseEigen3.cmake                  |      0
 .../cmake/modules/UseOpenMesh.cmake                |      0
 .../cmake/modules/UseTBB.cmake                     |      0
 .../cmake/modules/test_MPFI.cpp                    |      0
 .../config/support/print_BOOST_version.cpp         |      0
 .../config/support/print_GCC_version.cpp           |      0
 .../config/support/print_GMP_version.cpp           |      0
 .../config/support/print_IntelCompiler_version.cpp |      0
 .../config/support/print_LEDA_version.cpp          |      0
 .../config/support/print_MPFI_version.cpp          |      0
 .../config/support/print_MPFR_version.cpp          |      0
 .../config/support/print_OPENGL_version.cpp        |      0
 .../CGAL-4.8/config/support/print_QT4_version.cpp  |     27 +
 .../config/support/print_QT_version.cpp            |      0
 .../config/support/print_ZLIB_version.cpp          |      0
 .../config/support/test_ATLAS.cpp                  |      0
 .../config/support/test_BLAS.cpp                   |      0
 .../config/support/test_BOOST.cpp                  |      0
 .../config/support/test_BOOST_PROGRAM_OPTIONS.cpp  |      0
 .../config/support/test_BOOST_THREAD.cpp           |      0
 .../config/support/test_GMP.cpp                    |      0
 .../config/support/test_GMPXX.cpp                  |      0
 .../config/support/test_LAPACK.cpp                 |      0
 .../config/support/test_LEDA.cpp                   |      0
 .../config/support/test_LEDAWIN.cpp                |      0
 .../config/support/test_LIDIA.cpp                  |      0
 .../config/support/test_MPFR.cpp                   |      0
 .../config/support/test_OPENGL.cpp                 |      0
 .../config/support/test_QT.cpp                     |      0
 .../config/support/test_X11.cpp                    |      0
 .../config/support/test_ZLIB.cpp                   |      0
 .../config/support/test_syntaxonly.cpp             |      0
 .../testfiles/CGAL_CFG_BOOST_VARIANT_SWAP_BUG.cpp  |      0
 .../testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp   |      0
 ...CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp |      0
 .../config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp     |      0
 .../config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp  |      0
 .../config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp   |      0
 .../config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp   |      0
 .../config/testfiles/CGAL_CFG_MATCHING_BUG_7.cpp   |      0
 .../config/testfiles/CGAL_CFG_MATCHING_BUG_8.cpp   |      0
 ...GAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp |      0
 .../config/testfiles/CGAL_CFG_NO_LIMITS.cpp        |      0
 .../config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp     |      0
 .../config/testfiles/CGAL_CFG_NO_STL.cpp           |      0
 .../testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp      |      0
 .../CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp   |      0
 .../CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG.cpp |      0
 ...AL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG.cpp |      0
 .../testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp |      0
 .../{CGAL-4.6 => CGAL-4.8}/config/version.h.in     |      0
 3rdparty/CGAL-4.8/demo/AABB_tree/AABB_demo.cpp     |     70 +
 .../demo/AABB_tree/AABB_demo.pdf                   |    Bin
 .../demo/AABB_tree/AABB_demo.qrc                   |      0
 3rdparty/CGAL-4.8/demo/AABB_tree/CMakeLists.txt    |     94 +
 .../demo/AABB_tree/Color_ramp.h                    |      0
 3rdparty/CGAL-4.8/demo/AABB_tree/MainWindow.cpp    |    434 +
 .../demo/AABB_tree/MainWindow.h                    |      0
 .../demo/AABB_tree/MainWindow.ui                   |      0
 .../demo/AABB_tree/Refiner.h                       |      0
 3rdparty/CGAL-4.8/demo/AABB_tree/Scene.cpp         |   1339 +
 3rdparty/CGAL-4.8/demo/AABB_tree/Scene.h           |    264 +
 3rdparty/CGAL-4.8/demo/AABB_tree/Viewer.cpp        |     65 +
 3rdparty/CGAL-4.8/demo/AABB_tree/Viewer.h          |     31 +
 .../demo/AABB_tree/benchmarks.cpp                  |      0
 .../demo/AABB_tree/data/hand.off                   |      0
 .../demo/AABB_tree/data/knot.off                   |      0
 .../demo/AABB_tree/data/part.off                   |      0
 .../demo/AABB_tree/data/u.off                      |      0
 .../demo/AABB_tree/resources/about.html            |      0
 .../demo/AABB_tree/resources/cgal_logo.xpm         |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/types.h  |      0
 .../demo/Alpha_shapes_2/Alpha_shapes_2.cpp         |    309 +
 .../demo/Alpha_shapes_2/Alpha_shapes_2.qrc         |      0
 .../demo/Alpha_shapes_2/Alpha_shapes_2.ui          |      0
 .../CGAL-4.8/demo/Alpha_shapes_2/CMakeLists.txt    |     50 +
 .../demo/Alpha_shapes_2/about_Alpha_shapes_2.html  |      0
 .../CGAL-4.8/demo/Alpha_shapes_3/Alpha_shape_3.cpp |     31 +
 .../demo/Alpha_shapes_3/Alpha_shape_3.qrc          |      0
 .../CGAL-4.8/demo/Alpha_shapes_3/CMakeLists.txt    |     49 +
 .../CGAL-4.8/demo/Alpha_shapes_3/MainWindow.cpp    |    112 +
 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/MainWindow.h |     40 +
 .../demo/Alpha_shapes_3/MainWindow.ui              |      0
 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/Viewer.cpp   |    389 +
 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/Viewer.h     |     76 +
 .../demo/Alpha_shapes_3/about_Alpha_shapes_3.html  |      0
 .../demo/Alpha_shapes_3/typedefs.h                 |      0
 .../demo/Apollonius_graph_2/Apollonius_graph_2.cpp |    294 +
 .../demo/Apollonius_graph_2/Apollonius_graph_2.qrc |      0
 .../demo/Apollonius_graph_2/Apollonius_graph_2.ui  |      0
 .../demo/Apollonius_graph_2/CMakeLists.txt         |     48 +
 .../about_Apollonius_graph_2.html                  |      0
 .../ArrangementCurveInputCallback.h                |      0
 .../ArrangementDemoGraphicsView.cpp                |      0
 .../ArrangementDemoGraphicsView.h                  |      0
 .../ArrangementDemoPropertiesDialog.cpp            |    241 +
 .../ArrangementDemoPropertiesDialog.h              |      0
 .../ArrangementDemoPropertiesDialog.ui             |      0
 .../ArrangementDemoTab.cpp                         |      0
 .../Arrangement_on_surface_2/ArrangementDemoTab.h  |      0
 .../ArrangementDemoWindow.cpp                      |   1255 +
 .../ArrangementDemoWindow.h                        |    145 +
 .../ArrangementDemoWindow.qrc                      |      0
 .../ArrangementDemoWindow.ui                       |      0
 .../ArrangementGraphicsItem.cpp                    |      0
 .../ArrangementGraphicsItem.h                      |   1308 +
 .../ArrangementPainterOstream.h                    |   1006 +
 .../ArrangementSegmentInputCallback.h              |      0
 .../Arrangement_on_surface_2/ArrangementTypes.h    |    324 +
 .../demo/Arrangement_on_surface_2/CMakeLists.txt   |     83 +
 .../demo/Arrangement_on_surface_2/Callback.cpp     |      0
 .../demo/Arrangement_on_surface_2/Callback.h       |      0
 .../Arrangement_on_surface_2/ColorItemEditor.cpp   |     73 +
 .../Arrangement_on_surface_2/ColorItemEditor.h     |      0
 .../demo/Arrangement_on_surface_2/Conic_reader.h   |      0
 .../Arrangement_on_surface_2/CurveGraphicsItem.h   |      0
 .../Arrangement_on_surface_2/DeleteCurveCallback.h |      0
 .../Arrangement_on_surface_2/DeleteCurveMode.cpp   |      0
 .../Arrangement_on_surface_2/DeleteCurveMode.h     |      0
 .../DeleteCurveModeItemEditor.cpp                  |     49 +
 .../DeleteCurveModeItemEditor.h                    |      0
 .../Arrangement_on_surface_2/EnvelopeCallback.cpp  |      0
 .../Arrangement_on_surface_2/EnvelopeCallback.h    |      0
 .../Arrangement_on_surface_2/FillFaceCallback.cpp  |      0
 .../Arrangement_on_surface_2/FillFaceCallback.h    |      0
 .../GraphicsViewCurveInput.cpp                     |      0
 .../GraphicsViewCurveInput.h                       |      0
 .../GraphicsViewSegmentInput.cpp                   |      0
 .../GraphicsViewSegmentInput.h                     |      0
 .../demo/Arrangement_on_surface_2/ISnappable.h     |      0
 .../Arrangement_on_surface_2/MergeEdgeCallback.h   |      0
 .../demo/Arrangement_on_surface_2/NewTabDialog.cpp |      0
 .../demo/Arrangement_on_surface_2/NewTabDialog.h   |      0
 .../demo/Arrangement_on_surface_2/NewTabDialog.ui  |      0
 .../Arrangement_on_surface_2/OverlayDialog.cpp     |    307 +
 .../demo/Arrangement_on_surface_2/OverlayDialog.h  |      0
 .../demo/Arrangement_on_surface_2/OverlayDialog.ui |      0
 .../PointLocationCallback.h                        |      0
 .../PointsGraphicsItem.cpp                         |      0
 .../Arrangement_on_surface_2/PointsGraphicsItem.h  |      0
 .../PropertyValueDelegate.cpp                      |    163 +
 .../PropertyValueDelegate.h                        |     58 +
 .../Arrangement_on_surface_2/SplitEdgeCallback.cpp |      0
 .../Arrangement_on_surface_2/SplitEdgeCallback.h   |      0
 .../demo/Arrangement_on_surface_2/Utils.cpp        |      0
 .../CGAL-4.8/demo/Arrangement_on_surface_2/Utils.h |   1627 +
 .../VerticalRayGraphicsItem.cpp                    |      0
 .../VerticalRayGraphicsItem.h                      |      0
 .../VerticalRayShootCallback.cpp                   |      0
 .../VerticalRayShootCallback.h                     |      0
 .../Arrangement_on_surface_2/arrangement_2.cpp     |      0
 .../data/algebraic/alg_circle.arr                  |      0
 .../data/algebraic/cubic.arr                       |      0
 .../data/algebraic/erdos_lemiscate.arr             |      0
 .../data/algebraic/infinitesimal.arr               |      0
 .../data/algebraic/trifolium.arr                   |      0
 .../data/conic/big_circ_arcs.arr                   |      0
 .../data/conic/big_circ_arcs.dat                   |      0
 .../data/conic/circles_21.dat                      |      0
 .../data/polyline/ps_circs.dat                     |      0
 .../data/polyline/random_polylines_10_20.dat       |      0
 .../data/polyline/sines.dat                        |      0
 .../data/segment/fork0505_mc.seg.rand.dat          |      0
 .../data/segment/non_degenerate_100_x.dat          |      0
 .../data/segment/onebig_100.dat                    |      0
 .../data/segment/onebig_100_x.dat                  |      0
 .../data/segment/onebig_250_x.dat                  |      0
 .../data/segment/polygon_100.dat                   |      0
 .../data/segment/random_segments_100.dat           |      0
 .../data/segment/random_segments_100_x.dat         |      0
 .../data/segment/random_segments_500_x.dat         |      0
 .../data/segment/tilt_grid_200.dat                 |      0
 .../data/segment/world.seg.cut.rand.dat            |      0
 .../demo/Arrangement_on_surface_2/help/about.html  |      0
 .../demo/Arrangement_on_surface_2/help/index.html  |      0
 .../Arrangement_on_surface_2/icons/blue_icon.xpm   |      0
 .../demo/Arrangement_on_surface_2/icons/conic.xpm  |      0
 .../Arrangement_on_surface_2/icons/conic_types.xpm |      0
 .../demo/Arrangement_on_surface_2/icons/delete.xpm |      0
 .../icons/demo_arrow_down.xpm                      |      0
 .../icons/demo_arrow_up.xpm                        |      0
 .../Arrangement_on_surface_2/icons/demo_colors.xpm |      0
 .../icons/demo_conic_3points.xpm                   |      0
 .../icons/demo_conic_5points.xpm                   |      0
 .../icons/demo_conic_circle.xpm                    |      0
 .../icons/demo_conic_ellipse.xpm                   |      0
 .../icons/demo_conic_line.xpm                      |      0
 .../icons/demo_conic_ray.xpm                       |      0
 .../icons/demo_conic_segment.xpm                   |      0
 .../Arrangement_on_surface_2/icons/demo_delete.bmp |    Bin
 .../Arrangement_on_surface_2/icons/demo_delete.xpm |      0
 .../Arrangement_on_surface_2/icons/demo_fill.xpm   |      0
 .../Arrangement_on_surface_2/icons/demo_insert.bmp |    Bin
 .../Arrangement_on_surface_2/icons/demo_insert.xpm |      0
 .../Arrangement_on_surface_2/icons/demo_merge.bmp  |    Bin
 .../Arrangement_on_surface_2/icons/demo_merge.xpm  |      0
 .../icons/demo_pointlocation.bmp                   |    Bin
 .../icons/demo_pointlocation.xpm                   |      0
 .../icons/demo_rayshoot.bmp                        |    Bin
 .../icons/demo_rayshoot.xpm                        |      0
 .../icons/demo_rayshoot_down.xpm                   |      0
 .../icons/demo_rayshoot_up.xpm                     |      0
 .../icons/demo_snapgrid.bmp                        |    Bin
 .../icons/demo_snapgrid.xpm                        |      0
 .../icons/demo_snapvertex.bmp                      |    Bin
 .../icons/demo_snapvertex.xpm                      |      0
 .../Arrangement_on_surface_2/icons/demo_split.bmp  |    Bin
 .../Arrangement_on_surface_2/icons/demo_split.xpm  |      0
 .../Arrangement_on_surface_2/icons/demo_zoomin.bmp |    Bin
 .../Arrangement_on_surface_2/icons/demo_zoomin.xpm |      0
 .../icons/demo_zoomout.bmp                         |    Bin
 .../icons/demo_zoomout.xpm                         |      0
 .../demo/Arrangement_on_surface_2/icons/draw.xpm   |      0
 .../Arrangement_on_surface_2/icons/green_icon.xpm  |      0
 .../demo/Arrangement_on_surface_2/icons/grid.xpm   |      0
 .../demo/Arrangement_on_surface_2/icons/hand.xpm   |      0
 .../demo/Arrangement_on_surface_2/icons/insert.xpm |      0
 .../icons/lower_env_xpm.bmp                        |    Bin
 .../icons/lower_env_xpm.xpm                        |      0
 .../demo/Arrangement_on_surface_2/icons/merge.xpm  |      0
 .../demo/Arrangement_on_surface_2/icons/none.xpm   |      0
 .../demo/Arrangement_on_surface_2/icons/po.xpm     |      0
 .../demo/Arrangement_on_surface_2/icons/points.xpm |      0
 .../Arrangement_on_surface_2/icons/polyline.xpm    |      0
 .../icons/ray_shooting.xpm                         |      0
 .../icons/ray_shooting2.xpm                        |      0
 .../Arrangement_on_surface_2/icons/red_icon.xpm    |      0
 .../demo/Arrangement_on_surface_2/icons/snap.xpm   |      0
 .../demo/Arrangement_on_surface_2/icons/split.xpm  |      0
 .../icons/upper_env_xpm.bmp                        |    Bin
 .../icons/upper_env_xpm.xpm                        |      0
 .../Arrangement_on_surface_2/icons/voronoi.xpm     |      0
 .../Arrangement_on_surface_2/icons/yellow_icon.xpm |      0
 .../Arrangement_on_surface_2/tests/CMakeLists.txt  |      0
 .../demo/Arrangement_on_surface_2/tests/Test.cpp   |      0
 .../tests/TestAlgebraic.cpp                        |      0
 .../Arrangement_on_surface_2/tests/TestRayPL.cpp   |      0
 .../demo/Bounding_volumes/Bounding_volumes.cpp     |    550 +
 .../demo/Bounding_volumes/Bounding_volumes.qrc     |      0
 .../demo/Bounding_volumes/Bounding_volumes.ui      |      0
 .../CGAL-4.8/demo/Bounding_volumes/CMakeLists.txt  |     53 +
 .../demo/Bounding_volumes/Ellipse.h                |      0
 .../Bounding_volumes/about_Bounding_volumes.html   |      0
 .../demo/Bounding_volumes/icons/convex_hull.png    |    Bin
 .../demo/Bounding_volumes/icons/min_circle.pdf     |    Bin
 .../demo/Bounding_volumes/icons/min_circle.png     |    Bin
 .../demo/Bounding_volumes/icons/min_ellipse.png    |    Bin
 .../Bounding_volumes/icons/min_parallelogram.png   |    Bin
 .../Bounding_volumes/icons/min_quadrilateral.png   |    Bin
 .../demo/Bounding_volumes/icons/p_center.png       |    Bin
 3rdparty/CGAL-4.8/demo/CGAL_ipelets/CMakeLists.txt |    151 +
 .../demo/CGAL_ipelets/alpha_shapes.cpp             |      0
 .../demo/CGAL_ipelets/arrangement.cpp              |      0
 .../demo/CGAL_ipelets/bbox_restriction.cpp         |      0
 .../demo/CGAL_ipelets/circle_pencils.cpp           |      0
 .../demo/CGAL_ipelets/diagrams.cpp                 |      0
 3rdparty/CGAL-4.8/demo/CGAL_ipelets/distance.cpp   |    104 +
 .../demo/CGAL_ipelets/generator.cpp                |      0
 .../demo/CGAL_ipelets/hilbert_sort.cpp             |      0
 .../demo/CGAL_ipelets/hull.cpp                     |      0
 3rdparty/CGAL-4.8/demo/CGAL_ipelets/hyperbolic.cpp |    241 +
 .../CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h |      0
 .../CGAL_ipelets/include/CGAL_ipelets/pencils.h    |      0
 .../demo/CGAL_ipelets/lua/libCGAL_alpha_shapes.lua |      0
 .../demo/CGAL_ipelets/lua/libCGAL_arrangement.lua  |      0
 .../CGAL_ipelets/lua/libCGAL_bbox_restriction.lua  |      0
 .../CGAL_ipelets/lua/libCGAL_circle_pencils.lua    |      0
 .../demo/CGAL_ipelets/lua/libCGAL_diagrams.lua     |      0
 .../demo/CGAL_ipelets/lua/libCGAL_distance.lua     |      0
 .../demo/CGAL_ipelets/lua/libCGAL_generator.lua    |      0
 .../demo/CGAL_ipelets/lua/libCGAL_hilbert_sort.lua |      0
 .../demo/CGAL_ipelets/lua/libCGAL_hull.lua         |      0
 .../demo/CGAL_ipelets/lua/libCGAL_hyperbolic.lua   |      0
 .../demo/CGAL_ipelets/lua/libCGAL_mesh_2.lua       |      0
 .../demo/CGAL_ipelets/lua/libCGAL_minkowski.lua    |      0
 .../CGAL_ipelets/lua/libCGAL_multi_delaunay.lua    |      0
 .../CGAL_ipelets/lua/libCGAL_multi_regular.lua     |      0
 .../demo/CGAL_ipelets/lua/libCGAL_partition.lua    |      0
 .../demo/CGAL_ipelets/lua/libCGAL_pca.lua          |      0
 .../lua/libCGAL_simple_triangulation.lua           |      0
 .../demo/CGAL_ipelets/lua/libCGAL_skeleton.lua     |      0
 .../demo/CGAL_ipelets/lua/libCGAL_svdlinf.lua      |     25 +
 .../CGAL_ipelets/lua/libCGAL_triangulation.lua     |      0
 .../demo/CGAL_ipelets/mesh_2.cpp                   |      0
 .../demo/CGAL_ipelets/minkowski.cpp                |      0
 .../demo/CGAL_ipelets/multi_delaunay.cpp           |      0
 .../demo/CGAL_ipelets/multi_regular.cpp            |      0
 .../demo/CGAL_ipelets/partition.cpp                |      0
 .../demo/CGAL_ipelets/pca.cpp                      |      0
 .../demo/CGAL_ipelets/simple_triangulation.cpp     |      0
 .../demo/CGAL_ipelets/skeleton.cpp                 |      0
 3rdparty/CGAL-4.8/demo/CGAL_ipelets/svdlinf.cpp    |    127 +
 .../demo/CGAL_ipelets/triangulation.cpp            |      0
 3rdparty/CGAL-4.8/demo/CMakeLists.txt              |     42 +
 .../demo/Circular_kernel_2/ArcsGraphicsItem.h      |      0
 .../CGAL-4.8/demo/Circular_kernel_2/CMakeLists.txt |     53 +
 .../demo/Circular_kernel_2/Circular_kernel_2.cpp   |    296 +
 .../demo/Circular_kernel_2/Circular_kernel_2.qrc   |      0
 .../demo/Circular_kernel_2/Circular_kernel_2.ui    |      0
 .../Circular_kernel_2/about_Circular_kernel_2.html |      0
 .../demo/Circular_kernel_2/arcs.arc                |      0
 .../demo/Circular_kernel_2/data/circle_grid.cgal   |      0
 .../demo/Circular_kernel_2/data/circles_21.cgal    |      0
 .../CGAL-4.8/demo/Circular_kernel_3/CMakeLists.txt |     36 +
 .../demo/Circular_kernel_3/Circular_kernel_3.cpp   |     22 +
 .../CGAL-4.8/demo/Circular_kernel_3/Viewer.cpp     |    911 +
 3rdparty/CGAL-4.8/demo/Circular_kernel_3/Viewer.h  |     57 +
 .../CGAL-4.8/demo/Convex_hull_3/CMakeLists.txt     |     27 +
 .../demo/Convex_hull_3/README                      |      0
 .../demo/Convex_hull_3/quickhull_3_demo.cpp        |      0
 3rdparty/CGAL-4.8/demo/Generator/CMakeLists.txt    |     50 +
 3rdparty/CGAL-4.8/demo/Generator/Generator_2.cpp   |    349 +
 .../demo/Generator/Generator_2.qrc                 |      0
 .../demo/Generator/Generator_2.ui                  |      0
 .../demo/Generator/about_Generator_2.html          |      0
 3rdparty/CGAL-4.8/demo/Geomview/CMakeLists.txt     |     29 +
 .../{CGAL-4.6 => CGAL-4.8}/demo/Geomview/README    |      0
 .../demo/Geomview/data/points3                     |      0
 .../demo/Geomview/gv_terrain.cpp                   |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/Geomview/input.cpp |      0
 .../demo/Geomview/kernel.cpp                       |      0
 3rdparty/CGAL-4.8/demo/GraphicsView/CMakeLists.txt |     35 +
 3rdparty/CGAL-4.8/demo/GraphicsView/min.cpp        |     31 +
 .../CGAL-4.8/demo/Interpolation/CMakeLists.txt     |     30 +
 .../demo/Interpolation/README                      |      0
 .../demo/Interpolation/interpolation_2_demo.cpp    |      0
 .../demo/Interpolation/surface_voronoi.cpp         |      0
 .../demo/L1_Voronoi_diagram_2/CMakeLists.txt       |     52 +
 .../L1_Voronoi_diagram_2/L1_voronoi_diagram_2.cpp  |    396 +
 .../L1_Voronoi_diagram_2/L1_voronoi_diagram_2.qrc  |      0
 .../L1_Voronoi_diagram_2/L1_voronoi_diagram_2.ui   |      0
 .../about_L1_voronoi_diagram_2.html                |      0
 .../include/CGAL/L1_voronoi_traits_2.h             |    343 +
 .../include/CGAL/Qt/ArrangementGraphicsItem.h      |      0
 .../include/CGAL/Qt/ArrangementPointInput.h        |     78 +
 .../include/CGAL/Qt/SetGraphicsItem.h              |      0
 .../demo/Largest_empty_rect_2/CMakeLists.txt       |     51 +
 .../Largest_empty_rectangle_2.cpp                  |    293 +
 .../Largest_empty_rectangle_2.qrc                  |      0
 .../Largest_empty_rectangle_2.ui                   |      0
 .../about_Largest_empty_rectangle_2.html           |      0
 .../demo/Linear_cell_complex/CMakeLists.txt        |     78 +
 .../demo/Linear_cell_complex/CreateMenger.ui       |      0
 .../demo/Linear_cell_complex/CreateMesh.ui         |      0
 .../Linear_cell_complex/CreateSierpinskiCarpet.ui  |      0
 .../CreateSierpinskiTriangle.ui                    |      0
 .../Linear_cell_complex/Linear_cell_complex_3.qrc  |      0
 .../Linear_cell_complex_3_demo.cpp                 |     53 +
 .../Linear_cell_complex_3_subdivision.cpp          |    202 +
 .../Linear_cell_complex_pqq_subdivision.cpp        |    327 +
 .../demo/Linear_cell_complex/MainWindow.cpp        |   3405 +
 .../CGAL-4.8/demo/Linear_cell_complex/MainWindow.h |    278 +
 .../demo/Linear_cell_complex/MainWindow.ui         |    266 +
 .../CGAL-4.8/demo/Linear_cell_complex/Viewer.cpp   |    810 +
 .../CGAL-4.8/demo/Linear_cell_complex/Viewer.h     |    104 +
 .../about_Linear_cell_complex_3.html               |      0
 .../demo/Linear_cell_complex/import_moka.h         |    192 +
 .../CGAL-4.8/demo/Linear_cell_complex/typedefs.h   |    205 +
 3rdparty/CGAL-4.8/demo/Mesh_2/CMakeLists.txt       |     34 +
 3rdparty/CGAL-4.8/demo/Mesh_2/README.txt           |      5 +
 .../{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/conform.cpp |      0
 .../demo/Mesh_2/data/butterfly.edg                 |      0
 .../demo/Mesh_2/data/clusters.edg                  |      0
 .../demo/Mesh_2/data/clusters.poly                 |      0
 .../demo/Mesh_2/data/clusters2.edg                 |      0
 .../demo/Mesh_2/data/fish.edg                      |      0
 .../demo/Mesh_2/data/fish.poly                     |      0
 .../demo/Mesh_2/data/img1.edg                      |      0
 .../demo/Mesh_2/data/img2.edg                      |      0
 .../demo/Mesh_2/data/img3.edg                      |      0
 .../demo/Mesh_2/data/img4.edg                      |      0
 .../demo/Mesh_2/data/img5.edg                      |      0
 .../demo/Mesh_2/data/img6.edg                      |      0
 .../demo/Mesh_2/data/img7.edg                      |      0
 .../demo/Mesh_2/data/img8.edg                      |      0
 .../demo/Mesh_2/data/lettre_A.edg                  |      0
 .../demo/Mesh_2/data/lettre_A_2.edg                |      0
 .../demo/Mesh_2/data/trivial.poly                  |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/mesh.cpp    |      0
 3rdparty/CGAL-4.8/demo/Mesh_3/C3t3_type.h          |     64 +
 3rdparty/CGAL-4.8/demo/Mesh_3/CMakeLists.txt       |    393 +
 .../demo/Mesh_3/Color_ramp.cpp                     |      0
 .../demo/Mesh_3/Color_ramp.h                       |      0
 .../demo/Mesh_3/Image_type.h                       |      0
 .../demo/Mesh_3/Image_type_fwd.h                   |      0
 3rdparty/CGAL-4.8/demo/Mesh_3/Io_c3t3_plugin.cpp   |     67 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Io_image_plugin.cpp  |     90 +
 .../demo/Mesh_3/Io_implicit_function_plugin.cpp    |    202 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Io_off_plugin.cpp    |     93 +
 3rdparty/CGAL-4.8/demo/Mesh_3/MainWindow.cpp       |    604 +
 3rdparty/CGAL-4.8/demo/Mesh_3/MainWindow.h         |    106 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_3.cpp           |     47 +
 .../{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Mesh_3.qrc  |      0
 .../demo/Mesh_3/Mesh_3_optimization_plugin.cpp     |    620 +
 .../Mesh_3_optimization_plugin_cgal_code.cpp       |      0
 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_3_plugin.cpp    |    431 +
 .../demo/Mesh_3/Mesh_3_plugin_image_cgal_code.cpp  |      0
 .../Mesh_3_plugin_implicit_function_cgal_code.cpp  |      0
 .../Mesh_3/Mesh_3_plugin_polyhedron_cgal_code.cpp  |      0
 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_function.h      |    265 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Meshing_thread.cpp   |     88 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Meshing_thread.h     |     96 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Optimizer_thread.cpp |     81 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Optimizer_thread.h   |    101 +
 .../demo/Mesh_3/Polyhedron_type.h                  |      0
 .../demo/Mesh_3/Polyhedron_type_fwd.h              |      0
 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_c3t3_item.cpp  |   1031 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_c3t3_item.h    |    174 +
 .../CGAL-4.8/demo/Mesh_3/Scene_c3t3_item_config.h  |     14 +
 .../demo/Mesh_3/Scene_implicit_function_item.cpp   |    585 +
 .../demo/Mesh_3/Scene_implicit_function_item.h     |    127 +
 .../Mesh_3/Scene_implicit_function_item_config.h   |      0
 .../CGAL-4.8/demo/Mesh_3/Scene_polygon_soup.cpp    |    726 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_polygon_soup.h |     81 +
 .../demo/Mesh_3/Scene_polygon_soup_config.h        |      0
 .../CGAL-4.8/demo/Mesh_3/Scene_polyhedron_item.cpp |    465 +
 .../CGAL-4.8/demo/Mesh_3/Scene_polyhedron_item.h   |     85 +
 .../demo/Mesh_3/Scene_polyhedron_item_config.h     |      0
 .../demo/Mesh_3/Scene_segmented_image_item.cpp     |    917 +
 .../demo/Mesh_3/Scene_segmented_image_item.h       |     83 +
 .../Mesh_3/Scene_segmented_image_item_config.h     |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/StdAfx.cpp  |      0
 3rdparty/CGAL-4.8/demo/Mesh_3/StdAfx.h             |    344 +
 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_plane.h       |    445 +
 .../CGAL-4.8/demo/Mesh_3/Volume_plane_interface.h  |     51 +
 .../demo/Mesh_3/Volume_plane_intersection.cpp      |    200 +
 .../demo/Mesh_3/Volume_plane_intersection.h        |     77 +
 .../CGAL-4.8/demo/Mesh_3/Volume_plane_thread.h     |    128 +
 .../CGAL-4.8/demo/Mesh_3/Volume_planes_plugin.cpp  |    389 +
 .../demo/Mesh_3/concurrent_mesher_config.cfg       |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/config.h    |      0
 .../demo/Mesh_3/implicit_functions/CMakeLists.txt  |     75 +
 .../Implicit_function_interface.h                  |      0
 .../implicit_functions/Klein_implicit_function.cpp |     55 +
 .../Sphere_implicit_function.cpp                   |     53 +
 .../Tanglecube_implicit_function.cpp               |     55 +
 .../Mesh_3/include/CGAL_demo/Io_plugin_interface.h |     27 +
 .../Mesh_3/include/CGAL_demo/Messages_interface.h  |      0
 .../demo/Mesh_3/include/CGAL_demo/Plugin_helper.h  |      0
 .../Mesh_3/include/CGAL_demo/Plugin_interface.h    |      0
 .../CGAL-4.8/demo/Mesh_3/include/CGAL_demo/Scene.h |    138 +
 .../include/CGAL_demo/Scene_draw_interface.h       |     13 +
 .../Mesh_3/include/CGAL_demo/Scene_interface.h     |      0
 .../demo/Mesh_3/include/CGAL_demo/Scene_item.h     |     99 +
 .../Mesh_3/include/CGAL_demo/Scene_item_config.h   |      0
 .../demo/Mesh_3/include/CGAL_demo/Viewer.h         |     50 +
 .../demo/Mesh_3/include/CGAL_demo/Viewer_config.h  |      0
 .../demo/Mesh_3/resources/about.html               |      0
 .../demo/Mesh_3/resources/cgal_logo.xpm            |      0
 .../demo/Mesh_3/resources/check-off.png            |    Bin
 .../demo/Mesh_3/resources/check-off.svg            |      0
 .../demo/Mesh_3/resources/check-on.png             |    Bin
 .../demo/Mesh_3/resources/check.svg                |      0
 .../demo/Mesh_3/resources/editcopy.png             |    Bin
 .../demo/Mesh_3/resources/minus.png                |    Bin
 .../demo/Mesh_3/resources/plus.png                 |    Bin
 .../demo/Mesh_3/src/CGAL_demo/Plugin_helper.cpp    |    111 +
 .../CGAL-4.8/demo/Mesh_3/src/CGAL_demo/Scene.cpp   |    588 +
 .../demo/Mesh_3/src/CGAL_demo/Scene_item.cpp       |     31 +
 .../CGAL-4.8/demo/Mesh_3/src/CGAL_demo/Viewer.cpp  |    169 +
 .../demo/Mesh_3/ui_files/Function_dialog.ui        |      0
 .../demo/Mesh_3/ui_files/Image_res_dialog.ui       |      0
 .../demo/Mesh_3/ui_files/LocalOptim_dialog.ui      |      0
 .../demo/Mesh_3/ui_files/MainWindow.ui             |      0
 .../demo/Mesh_3/ui_files/Meshing_dialog.ui         |      0
 .../demo/Mesh_3/ui_files/Rib_dialog.ui             |      0
 .../demo/Mesh_3/ui_files/Smoother_dialog.ui        |      0
 .../CMakeLists.txt                                 |    116 +
 .../Otr2_demo.cpp                                  |     12 +
 .../Otr2_kerneled.h                                |    153 +
 .../data/blob00.xy                                 |    320 +
 .../data/maple_leaf_embroidery.bmp                 |    Bin 0 -> 58726 bytes
 .../data/round_rect00.xy                           |    288 +
 .../data/skyline_noisy00.xy                        |    430 +
 .../data/stair-noise00.xy                          |    160 +
 .../dialog_options.h                               |     77 +
 .../glviewer.cpp                                   |    170 +
 .../glviewer.h                                     |    111 +
 .../icons/Voronoi_diagram_2.png                    |    Bin
 .../icons/fileNew.png                              |    Bin
 .../icons/fileOpen.png                             |    Bin
 .../icons/fileSave.png                             |    Bin
 .../icons/fit-page-32.png                          |    Bin
 .../icons/inputPoint.png                           |    Bin
 .../icons/snapshot.png                             |    Bin 0 -> 9179 bytes
 .../icons/triangulation.png                        |    Bin
 .../icons/until.png                                |    Bin 0 -> 1380 bytes
 .../icons/vertex.png                               |    Bin 0 -> 360 bytes
 .../options.ui                                     |    236 +
 .../pwsrec.qrc                                     |     14 +
 .../pwsrec.ui                                      |    612 +
 .../random.h                                       |     26 +
 .../render.cpp                                     |    892 +
 .../scene.h                                        |    908 +
 .../window.cpp                                     |    642 +
 .../window.h                                       |    119 +
 .../demo/Periodic_2_triangulation_2/CMakeLists.txt |     61 +
 .../Periodic_2_Delaunay_triangulation_2.cpp        |    458 +
 .../Periodic_2_triangulation_2.qrc                 |      0
 .../Periodic_2_triangulation_2.ui                  |      0
 .../TriangulationCircumcircle.h                    |      0
 .../TriangulationConflictZone.h                    |    164 +
 .../TriangulationMovingPoint.h                     |    149 +
 .../TriangulationPointInputAndConflictZone.h       |    124 +
 .../TriangulationRemoveVertex.h                    |     79 +
 .../about_Periodic_2_triangulation_2.html          |      0
 .../icons/circumcenter.pdf                         |      0
 .../icons/circumcenter.png                         |    Bin
 .../icons/conflict_zone.pdf                        |    Bin
 .../icons/conflict_zone.png                        |    Bin
 .../icons/constrained_triangulation.pdf            |    Bin
 .../icons/constrained_triangulation.png            |    Bin
 .../constrained_triangulation_show_constraints.pdf |    Bin
 .../constrained_triangulation_show_constraints.png |    Bin
 .../constrained_triangulation_show_in_domain.pdf   |    Bin
 .../constrained_triangulation_show_in_domain.png   |    Bin
 .../icons/fit-page-32.png                          |    Bin
 .../icons/inputPoint.png                           |    Bin
 .../icons/moving_point.pdf                         |    Bin
 .../icons/moving_point.png                         |    Bin
 .../icons/triangulation.pdf                        |    Bin
 .../icons/triangulation.png                        |    Bin
 .../CGAL/Qt/PeriodicTriangulationGraphicsItem.h    |    403 +
 .../include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h  |      0
 .../demo/Periodic_3_triangulation_3/CMakeLists.txt |    102 +
 .../demo/Periodic_3_triangulation_3/MainWindow.h   |    163 +
 .../demo/Periodic_3_triangulation_3/MainWindow.ui  |    611 +
 .../Periodic_3_triangulation_3.qhcp                |      0
 .../Periodic_3_triangulation_3.qhp                 |      0
 .../Periodic_3_triangulation_3.qrc                 |      0
 .../demo/Periodic_3_triangulation_3/Scene.cpp      |   2267 +
 .../demo/Periodic_3_triangulation_3/Scene.h        |    329 +
 .../demo/Periodic_3_triangulation_3/Scene_utils.h  |    151 +
 .../demo/Periodic_3_triangulation_3/Viewer.cpp     |      8 +
 .../demo/Periodic_3_triangulation_3/Viewer.h       |     13 +
 .../demo/Periodic_3_triangulation_3/data/oneH.xyz  |      0
 .../demo/Periodic_3_triangulation_3/data/oneK.xyz  |      0
 .../demo/Periodic_3_triangulation_3/data/points    |      0
 .../documentation/images/mainwindow.png            |    Bin
 .../documentation/index.html                       |      0
 .../documentation/introduction.html                |      0
 .../documentation/menu.html                        |      0
 .../demo/Periodic_3_triangulation_3/icons/ball.png |    Bin
 .../Periodic_3_triangulation_3/icons/camera.png    |    Bin
 .../Periodic_3_triangulation_3/icons/clipping.png  |    Bin
 .../icons/clippingOff.png                          |    Bin
 .../Periodic_3_triangulation_3/icons/conflict.png  |    Bin
 .../Periodic_3_triangulation_3/icons/cover1.png    |    Bin
 .../Periodic_3_triangulation_3/icons/cover27.png   |    Bin
 .../Periodic_3_triangulation_3}/icons/fileOpen.png |    Bin
 .../Periodic_3_triangulation_3/icons/init0.png     |    Bin
 .../Periodic_3_triangulation_3/icons/init1.png     |    Bin
 .../Periodic_3_triangulation_3/icons/initGrid.png  |    Bin
 .../Periodic_3_triangulation_3/icons/initRand.png  |    Bin
 .../icons/initRandPlanar.png                       |    Bin
 .../icons/inputPointBall.png                       |    Bin
 .../icons/inputPointRandom.png                     |    Bin
 .../Periodic_3_triangulation_3/icons/license.txt   |      0
 .../Periodic_3_triangulation_3/icons/locate.png    |    Bin
 .../Periodic_3_triangulation_3/icons/multiple.png  |    Bin
 .../icons/multipleOff.png                          |    Bin
 .../Periodic_3_triangulation_3/icons/pause.png     |    Bin
 .../Periodic_3_triangulation_3/icons/planar.png    |    Bin
 .../demo/Periodic_3_triangulation_3/icons/play.png |    Bin
 .../icons/twoColorClipping.png                     |    Bin
 .../Periodic_3_triangulation_3/icons/wireframe.png |    Bin
 .../icons/wireframeOff.png                         |    Bin
 .../periodic_3_triangulation_3_demo.cpp            |     18 +
 .../resources/about.html                           |      0
 .../resources/about_CGAL.html                      |      0
 .../CGAL-4.8/demo/Periodic_Lloyd_3/CMakeLists.txt  |     90 +
 .../CGAL-4.8/demo/Periodic_Lloyd_3/MainWindow.cpp  |    227 +
 .../CGAL-4.8/demo/Periodic_Lloyd_3/MainWindow.h    |     53 +
 .../demo/Periodic_Lloyd_3/MainWindow.ui            |      0
 .../demo/Periodic_Lloyd_3/Periodic_Lloyd_3.cpp     |     26 +
 .../demo/Periodic_Lloyd_3/Periodic_Lloyd_3.qhcp    |      0
 .../demo/Periodic_Lloyd_3/Periodic_Lloyd_3.qhp     |      0
 .../demo/Periodic_Lloyd_3/Periodic_Lloyd_3.qrc     |      0
 .../demo/Periodic_Lloyd_3/Scene.h                  |      0
 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/Viewer.cpp |    319 +
 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/Viewer.h   |     79 +
 .../demo/Periodic_Lloyd_3/about_CGAL.html          |      0
 .../Periodic_Lloyd_3/about_Periodic_Lloyd_3.html   |      0
 .../documentation/images/mainwindow.png            |    Bin
 .../demo/Periodic_Lloyd_3/documentation/index.html |      0
 .../documentation/introduction.html                |      0
 .../demo/Periodic_Lloyd_3/documentation/menu.html  |      0
 .../demo/Periodic_Lloyd_3/icons/cp8.png            |    Bin
 .../demo/Periodic_Lloyd_3}/icons/fileNew.png       |    Bin
 .../demo/Periodic_Lloyd_3}/icons/fileOpen.png      |    Bin
 .../demo/Periodic_Lloyd_3}/icons/fileSave.png      |    Bin
 .../demo/Periodic_Lloyd_3/icons/pause.png          |    Bin
 .../demo/Periodic_Lloyd_3/icons/planar.png         |    Bin
 .../demo/Periodic_Lloyd_3/icons/play.png           |    Bin
 .../demo/Periodic_Lloyd_3/icons/step.png           |    Bin
 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/typedefs.h |     69 +
 3rdparty/CGAL-4.8/demo/Polygon/CMakeLists.txt      |     59 +
 3rdparty/CGAL-4.8/demo/Polygon/Polygon_2.cpp       |    582 +
 .../demo/Polygon/Polygon_2.qrc                     |      0
 .../demo/Polygon/Polygon_2.ui                      |      0
 .../demo/Polygon/about_Polygon_2.html              |      0
 .../demo/Polygon/unweighted_polygon.poly           |      0
 .../demo/Polygon/weighted_polygon.wsl              |      0
 .../demo/Polyhedron/C2t3_type.h                    |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/C3t3_type.h      |     79 +
 .../Polyhedron/CGAL_polyhedron_demoConfig.cmake.in |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/CMakeLists.txt   |    382 +
 3rdparty/CGAL-4.8/demo/Polyhedron/Color_map.h      |     27 +
 3rdparty/CGAL-4.8/demo/Polyhedron/Color_ramp.cpp   |    127 +
 .../demo/Polyhedron/Color_ramp.h                   |      0
 .../CGAL-4.8/demo/Polyhedron/FileLoaderDialog.ui   |    121 +
 .../demo/Polyhedron/File_loader_dialog.h           |      0
 .../demo/Polyhedron/GlSplat/CMakeLists.txt         |     35 +
 .../CGAL-4.8/demo/Polyhedron/GlSplat/GlSplat.cpp   |    521 +
 .../CGAL-4.8/demo/Polyhedron/GlSplat/GlSplat.h     |    158 +
 .../demo/Polyhedron/GlSplat/GlSplat_config.h       |      0
 .../CGAL-4.8/demo/Polyhedron/GlSplat/Shader.cpp    |    140 +
 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/Shader.h |    139 +
 .../Polyhedron/GlSplat/cmake/FindQGLViewer.cmake   |      0
 .../demo/Polyhedron/GlSplat/demo.cpp               |      0
 .../demo/Polyhedron/GlSplat/glsplat.qrc            |      0
 .../Polyhedron/GlSplat/shaders/Finalization.glsl   |    106 +
 .../Polyhedron/GlSplat/shaders/Raycasting.glsl     |      0
 .../demo/Polyhedron}/Image_type.h                  |      0
 .../demo/Polyhedron}/Image_type_fwd.h              |      0
 .../demo/Polyhedron/Kernel_type.h                  |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow.cpp   |   1871 +
 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow.h     |    386 +
 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow.ui    |    691 +
 .../CGAL-4.8/demo/Polyhedron/MainWindow_config.h   |     16 +
 3rdparty/CGAL-4.8/demo/Polyhedron/Mainpage.md      |    240 +
 .../demo/Polyhedron/Messages_interface.h           |      0
 .../demo/Polyhedron/Nef_type.h                     |      0
 .../demo/Polyhedron/Nef_type_fwd.h                 |      0
 .../demo/Polyhedron/One_ring_iterators.h           |      0
 .../Polyhedron/Plugins/AABB_tree/CMakeLists.txt    |      4 +
 .../Polyhedron/Plugins/AABB_tree/Cut_plugin.cpp    |    495 +
 .../Plugins/Camera_position/CMakeLists.txt         |      9 +
 .../Camera_position/Camera_positions_list.cpp      |    278 +
 .../Camera_position/Camera_positions_list.h        |     46 +
 .../Camera_position/Camera_positions_list.ui       |    223 +
 .../Camera_position/Camera_positions_plugin.cpp    |     52 +
 .../Plugins/Convex_decomposition/CMakeLists.txt    |      4 +
 .../Plugins/Convex_decomposition/Nef_plugin.cpp    |    312 +
 .../Polyhedron/Plugins/Convex_hull/CMakeLists.txt  |      6 +
 .../Plugins/Convex_hull/Convex_hull_plugin.cpp     |    133 +
 .../Plugins/Convex_hull/Kernel_plugin.cpp          |    137 +
 .../Polyhedron/Plugins/IO/Add_point_set_dialog.ui  |     85 +
 .../Polyhedron/Plugins/IO/Add_polylines_dialog.ui  |     91 +
 .../demo/Polyhedron/Plugins/IO/CMakeLists.txt      |     57 +
 .../demo/Polyhedron/Plugins/IO}/Function_dialog.ui |      0
 .../demo/Polyhedron/Plugins/IO/GOCAD_io_plugin.cpp |    109 +
 .../Plugins/IO/Implicit_function_io_plugin.cpp     |    213 +
 .../demo/Polyhedron/Plugins/IO/Nef_io_plugin.cpp   |     79 +
 .../demo/Polyhedron/Plugins/IO/OFF_io_plugin.cpp   |    141 +
 .../Polyhedron/Plugins/IO/OFF_to_nef_io_plugin.cpp |     57 +
 .../Polyhedron/Plugins/IO/OFF_to_xyz_io_plugin.cpp |     85 +
 .../Polyhedron/Plugins/IO/PLY_to_xyz_io_plugin.cpp |     73 +
 .../Polyhedron/Plugins/IO/Polylines_io_plugin.cpp  |    272 +
 .../demo/Polyhedron/Plugins/IO/STL_io_plugin.cpp   |     92 +
 .../Polyhedron/Plugins/IO/Selection_io_plugin.cpp  |     42 +
 .../demo/Polyhedron/Plugins/IO/VTK_io_plugin.cpp   |    396 +
 .../demo/Polyhedron/Plugins/IO/XYZ_io_plugin.cpp   |    223 +
 .../demo/Polyhedron/Plugins/Mesh_2/CMakeLists.txt  |      8 +
 .../Polyhedron/Plugins/Mesh_2/Mesh_2_plugin.cpp    |    437 +
 .../Polyhedron/Plugins/Mesh_2/mesh_2_dialog.ui     |    231 +
 .../Polyhedron/Plugins/Mesh_3/C3t3_io_plugin.cpp   |    424 +
 .../demo/Polyhedron/Plugins/Mesh_3/CMakeLists.txt  |     32 +
 .../Plugins/Mesh_3/Detect_sharp_edges_plugin.cpp   |    124 +
 .../Plugins/Mesh_3/Facet_extra_criterion.h         |    124 +
 .../Polyhedron/Plugins/Mesh_3/Image_res_dialog.ui  |    105 +
 .../Polyhedron/Plugins/Mesh_3/Io_image_plugin.cpp  |    136 +
 .../Plugins/Mesh_3/Io_implicit_function_plugin.cpp |    213 +
 .../Plugins/Mesh_3/Local_optimizers_dialog.ui}     |      0
 .../Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp    |    449 +
 .../Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp     |    168 +
 .../Plugins/Mesh_3/Mesh_3_plugin_cgal_code.h       |     55 +
 .../demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h |    274 +
 .../Polyhedron/Plugins/Mesh_3/Meshing_dialog.ui    |    440 +
 .../Polyhedron/Plugins/Mesh_3/Meshing_thread.cpp   |     88 +
 .../Polyhedron/Plugins/Mesh_3/Meshing_thread.h     |     96 +
 .../Plugins/Mesh_3/Optimization_plugin.cpp         |    630 +
 .../Mesh_3/Optimization_plugin_cgal_code.cpp       |    770 +
 .../Polyhedron/Plugins/Mesh_3/Optimizer_thread.cpp |     79 +
 .../Polyhedron/Plugins/Mesh_3/Optimizer_thread.h   |    101 +
 .../Polyhedron_demo_mesh_3_labeled_mesh_domain_3.h |    266 +
 .../Polyhedron/Plugins/Mesh_3/Raw_image_dialog.cpp |     28 +
 .../Polyhedron/Plugins/Mesh_3/Raw_image_dialog.h   |     19 +
 .../Polyhedron/Plugins/Mesh_3}/Smoother_dialog.ui  |      0
 .../demo/Polyhedron/Plugins/Mesh_3/Volume_plane.h  |    458 +
 .../Plugins/Mesh_3/Volume_plane_interface.h        |     52 +
 .../Plugins/Mesh_3/Volume_plane_intersection.cpp   |    200 +
 .../Plugins/Mesh_3/Volume_plane_intersection.h     |     78 +
 .../Plugins/Mesh_3/Volume_plane_thread.h           |    128 +
 .../Plugins/Mesh_3/Volume_planes_plugin.cpp        |    390 +
 .../demo/Polyhedron/Plugins/Mesh_3/config_mesh_3.h |    124 +
 .../demo/Polyhedron/Plugins/Mesh_3/raw_image.ui    |    454 +
 .../Plugins/Operations_on_polyhedra/CMakeLists.txt |      8 +
 .../Clip_polyhedron_plugin.cpp                     |    232 +
 .../Clip_polyhedron_plugin.ui                      |     90 +
 .../Corefinement_plugin.cpp                        |    181 +
 .../Intersection_plugin.cpp                        |    220 +
 .../Scene_combinatorial_map_item.cpp               |    522 +
 .../Scene_combinatorial_map_item.h                 |    117 +
 .../Scene_combinatorial_map_item_config.h          |      0
 .../demo/Polyhedron/Plugins/PCA/CMakeLists.txt     |     11 +
 .../Plugins/PCA/Create_bbox_mesh_plugin.cpp        |    156 +
 .../demo/Polyhedron/Plugins/PCA/Pca_plugin.cpp     |    232 +
 .../PCA/Scene_polyhedron_transform_item.cpp        |    124 +
 .../Plugins/PCA/Scene_polyhedron_transform_item.h  |     61 +
 .../Plugins/PCA/Transform_polyhedron_plugin.cpp    |    143 +
 .../demo/Polyhedron/Plugins/PCA/Trivial_plugin.cpp |    199 +
 .../demo/Polyhedron/Plugins/PMP/CMakeLists.txt     |     77 +
 .../demo/Polyhedron/Plugins/PMP/Fairing_plugin.cpp |    135 +
 .../demo/Polyhedron/Plugins/PMP/Fairing_widget.ui  |    144 +
 .../Polyhedron/Plugins/PMP/Hole_filling_plugin.cpp |    702 +
 .../Plugins/PMP/Hole_filling_polyline_plugin.cpp   |    170 +
 .../Polyhedron/Plugins/PMP/Hole_filling_widget.ui  |    314 +
 .../Polyhedron/Plugins/PMP/Inside_out_plugin.cpp   |     83 +
 .../Plugins/PMP/Isotropic_remeshing_dialog.ui      |    250 +
 .../Plugins/PMP/Isotropic_remeshing_plugin.cpp     |    733 +
 .../Polyhedron/Plugins/PMP/Jet_fitting_plugin.cpp  |    142 +
 .../PMP/Join_and_split_polyhedra_plugin.cpp        |    176 +
 .../PMP/Mean_curvature_flow_skeleton_plugin.cpp    |    920 +
 .../PMP/Mean_curvature_flow_skeleton_plugin.ui     |    174 +
 .../Polyhedron/Plugins/PMP/Orient_soup_plugin.cpp  |    172 +
 .../Plugins/PMP/Point_inside_polyhedron_plugin.cpp |    257 +
 .../Plugins/PMP/Point_inside_polyhedron_widget.ui  |     95 +
 .../Plugins/PMP/Polyhedron_slicer_plugin.cpp       |    348 +
 .../Plugins/PMP/Polyhedron_slicer_widget.ui        |    136 +
 .../Plugins/PMP/Polyhedron_stitching_plugin.cpp    |    167 +
 .../Plugins/PMP/Repair_polyhedron_plugin.cpp       |    115 +
 .../Polyhedron/Plugins/PMP/Selection_plugin.cpp    |    418 +
 .../Polyhedron/Plugins/PMP/Selection_widget.ui     |    369 +
 .../Plugins/PMP/Self_intersection_plugin.cpp       |    101 +
 .../Plugins/PMP/Triangulate_facets_plugin.cpp      |    144 +
 .../Polyhedron/Plugins/Point_set/CMakeLists.txt    |     61 +
 .../Point_set/Features_detection_plugin.cpp        |    115 +
 .../Plugins/Point_set/Features_detection_plugin.ui |    133 +
 .../Plugins/Point_set/Merge_point_sets_plugin.cpp  |     91 +
 .../Point_set/Point_set_average_spacing_plugin.cpp |    117 +
 .../Point_set_bilateral_smoothing_plugin.cpp       |    128 +
 .../Point_set_bilateral_smoothing_plugin.ui        |    130 +
 .../Point_set_normal_estimation_plugin.cpp         |    288 +
 .../Point_set_normal_estimation_plugin.ui          |    415 +
 .../Point_set_outliers_removal_plugin.cpp          |    116 +
 .../Point_set/Point_set_outliers_removal_plugin.ui |    109 +
 .../Point_set/Point_set_selection_plugin.cpp       |    509 +
 .../Point_set/Point_set_selection_widget.ui        |    151 +
 .../Point_set/Point_set_shape_detection_plugin.cpp |    307 +
 .../Point_set/Point_set_shape_detection_plugin.ui  |    261 +
 .../Point_set/Point_set_simplification_plugin.cpp  |    201 +
 .../Point_set/Point_set_simplification_plugin.ui   |    204 +
 .../Point_set/Point_set_smoothing_plugin.cpp       |     97 +
 .../Point_set/Point_set_upsampling_plugin.cpp      |    146 +
 .../Point_set/Point_set_upsampling_plugin.ui       |    156 +
 .../Plugins/Point_set/Point_set_wlop_plugin.cpp    |    128 +
 .../Plugins/Point_set/Point_set_wlop_plugin.ui     |    122 +
 .../Point_set/Surface_reconstruction_plugin.cpp    |    873 +
 .../Point_set/Surface_reconstruction_plugin.ui     |    483 +
 .../Surface_reconstruction_plugin_impl.cpp         |    245 +
 .../Plugins/Subdivision_methods/CMakeLists.txt     |      5 +
 .../Subdivision_methods_plugin.cpp                 |    125 +
 .../Polyhedron/Plugins/Surface_mesh/CMakeLists.txt |     25 +
 .../Surface_mesh/Mesh_segmentation_plugin.cpp      |    349 +
 .../Surface_mesh}/Mesh_segmentation_widget.ui      |      0
 .../Surface_mesh/Mesh_simplification_plugin.cpp    |     97 +
 .../Plugins/Surface_mesh/Mesher_base.cpp           |      2 +
 .../Polyhedron/Plugins/Surface_mesh/Mesher_base.h  |     27 +
 .../Surface_mesh/Parameterization_plugin.cpp       |    193 +
 .../Plugins/Surface_mesh}/Remeshing_dialog.ui      |      0
 .../Plugins/Surface_mesh/Remeshing_plugin.cpp      |    142 +
 .../Surface_mesh/Remeshing_plugin_cgal_code.cpp    |    366 +
 .../Scene_polyhedron_shortest_path_item.cpp        |    531 +
 .../Scene_polyhedron_shortest_path_item.h          |    159 +
 .../Plugins/Surface_mesh/Shortest_path_plugin.cpp  |    311 +
 .../Plugins/Surface_mesh/Shortest_path_widget.ui   |     71 +
 .../Surface_mesh_deformation/CMakeLists.txt        |      7 +
 .../Surface_mesh_deformation/Deform_mesh.ui        |    423 +
 .../Edit_polyhedron_plugin.cpp                     |    418 +
 .../Scene_edit_polyhedron_item.cpp                 |    973 +
 .../Scene_edit_polyhedron_item.h                   |    777 +
 .../Scene_edit_polyhedron_item_config.h            |      0
 .../demo/Polyhedron/Point_dialog_config.h          |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_3.cpp |     13 +
 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_3.qrc |     42 +
 .../CGAL-4.8/demo/Polyhedron/Polyhedron_demo.cpp   |    126 +
 .../CGAL-4.8/demo/Polyhedron/Polyhedron_demo.h     |     42 +
 .../demo/Polyhedron/Polyhedron_demo_config.h       |     10 +
 .../Polyhedron_demo_detect_sharp_edges.h           |     32 +
 .../Polyhedron/Polyhedron_demo_plugin_helper.cpp   |    132 +
 .../CGAL-4.8/demo/Polyhedron/Polyhedron_type.h     |    202 +
 .../CGAL-4.8/demo/Polyhedron/Polyhedron_type_fwd.h |     64 +
 .../demo/Polyhedron/Preferences.ui                 |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/Scene.cpp        |   1251 +
 3rdparty/CGAL-4.8/demo/Polyhedron/Scene.h          |    325 +
 .../demo/Polyhedron/Scene_basic_objects_config.h   |      0
 .../CGAL-4.8/demo/Polyhedron/Scene_c2t3_item.cpp   |      2 +
 .../CGAL-4.8/demo/Polyhedron/Scene_c2t3_item.h     |    112 +
 .../demo/Polyhedron/Scene_c2t3_item_config.h       |      0
 .../CGAL-4.8/demo/Polyhedron/Scene_c3t3_item.cpp   |   1280 +
 .../CGAL-4.8/demo/Polyhedron/Scene_c3t3_item.h     |    263 +
 .../demo/Polyhedron/Scene_c3t3_item_config.h       |     14 +
 .../demo/Polyhedron/Scene_config.h                 |      0
 .../Polyhedron/Scene_edit_polyhedron_item_config.h |      0
 .../CGAL-4.8/demo/Polyhedron/Scene_find_items.h    |    121 +
 .../CGAL-4.8/demo/Polyhedron/Scene_group_item.cpp  |    116 +
 .../Polyhedron/Scene_implicit_function_item.cpp    |    593 +
 .../demo/Polyhedron/Scene_implicit_function_item.h |    130 +
 .../Scene_implicit_function_item_config.h          |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_item.cpp   |    165 +
 .../demo/Polyhedron/Scene_nef_polyhedron_item.cpp  |    678 +
 .../demo/Polyhedron/Scene_nef_polyhedron_item.h    |    112 +
 .../Polyhedron/Scene_nef_polyhedron_item_config.h  |      0
 .../CGAL-4.8/demo/Polyhedron/Scene_plane_item.cpp  |    130 +
 .../CGAL-4.8/demo/Polyhedron/Scene_plane_item.h    |    182 +
 .../Polyhedron/Scene_points_with_normal_item.cpp   |    598 +
 .../Polyhedron/Scene_points_with_normal_item.h     |    128 +
 .../Scene_points_with_normal_item_config.h         |      0
 .../demo/Polyhedron/Scene_polygon_soup_item.cpp    |    710 +
 .../demo/Polyhedron/Scene_polygon_soup_item.h      |    202 +
 .../Polyhedron/Scene_polygon_soup_item_config.h    |      0
 .../demo/Polyhedron/Scene_polyhedron_item.cpp      |   1278 +
 .../demo/Polyhedron/Scene_polyhedron_item.h        |    186 +
 .../demo/Polyhedron/Scene_polyhedron_item_config.h |      0
 .../Polyhedron/Scene_polyhedron_item_decorator.cpp |    102 +
 .../Polyhedron/Scene_polyhedron_item_decorator.h   |     65 +
 .../Scene_polyhedron_item_decorator_config.h       |      0
 .../Scene_polyhedron_item_k_ring_selection.cpp     |      1 +
 .../Scene_polyhedron_item_k_ring_selection.h       |    236 +
 ...Scene_polyhedron_item_k_ring_selection_config.h |      0
 .../Polyhedron/Scene_polyhedron_selection_item.cpp |    233 +
 .../Polyhedron/Scene_polyhedron_selection_item.h   |    926 +
 .../Scene_polyhedron_selection_item_config.h       |      0
 .../Scene_polyhedron_shortest_path_item_config.h   |     10 +
 .../Scene_polyhedron_transform_item_config.h       |      0
 .../demo/Polyhedron/Scene_polylines_item.cpp       |    682 +
 .../demo/Polyhedron/Scene_polylines_item.h         |    135 +
 .../demo/Polyhedron/Scene_polylines_item_config.h  |      0
 .../demo/Polyhedron/Scene_segmented_image_item.cpp |    862 +
 .../demo/Polyhedron/Scene_segmented_image_item.h   |     89 +
 .../Scene_segmented_image_item_config.h            |      0
 .../Polyhedron/Scene_textured_polyhedron_item.cpp  |    365 +
 .../Polyhedron/Scene_textured_polyhedron_item.h    |     88 +
 .../Scene_textured_polyhedron_item_config.h        |      0
 .../CGAL-4.8/demo/Polyhedron/Show_point_dialog.cpp |     90 +
 .../CGAL-4.8/demo/Polyhedron/Show_point_dialog.h   |     35 +
 .../demo/Polyhedron/Show_point_dialog.ui           |      0
 .../demo/Polyhedron/Statistics_on_item_dialog.ui   |    103 +
 .../demo/Polyhedron/Textured_polyhedron_type.h     |      0
 .../demo/Polyhedron/Textured_polyhedron_type_fwd.h |      0
 .../demo/Polyhedron/Travel_isolated_components.h   |      0
 .../demo/Polyhedron/UseCGAL_polyhedron_demo.cmake  |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/Viewer.cpp       |   1164 +
 3rdparty/CGAL-4.8/demo/Polyhedron/Viewer.h         |    138 +
 .../demo/Polyhedron}/concurrent_mesher_config.cfg  |      0
 .../demo/Polyhedron/config.h                       |      0
 3rdparty/CGAL-4.8/demo/Polyhedron/create_sphere.h  |    360 +
 .../demo/Polyhedron/data/anchor.off                |      0
 .../demo/Polyhedron/data/bones.off                 |      0
 .../demo/Polyhedron/data/couplingdown.off          |      0
 .../demo/Polyhedron/data/cow.off                   |      0
 .../demo/Polyhedron/data/cross.off                 |      0
 .../demo/Polyhedron/data/cube-ouvert.off           |      0
 .../demo/Polyhedron/data/cube-shuffled.off         |     47 +
 .../demo/Polyhedron/data/cube.off                  |      0
 .../demo/Polyhedron/data/cube4-shuffled.off        |     41 +
 .../demo/Polyhedron/data/dragknob.off              |      0
 .../demo/Polyhedron/data/elephant.off              |      0
 .../demo/Polyhedron/data/ellipsoid.off             |      0
 .../demo/Polyhedron/data/handle.off                |      0
 .../demo/Polyhedron/data/icosahedron.off           |      0
 .../demo/Polyhedron/data/joint.off                 |      0
 .../demo/Polyhedron/data/knot1.off                 |      0
 .../demo/Polyhedron/data/knot2.off                 |      0
 .../demo/Polyhedron/data/man.off                   |      0
 .../demo/Polyhedron/data/mushroom.off              |      0
 .../demo/Polyhedron/data/negative.off              |      0
 .../demo/Polyhedron/data/oblong-shuffled.off       |   1291 +
 .../demo/Polyhedron/data/oblong.off                |      0
 .../demo/Polyhedron/data/pinion.off                |      0
 .../demo/Polyhedron/data/pipe.off                  |      0
 .../demo/Polyhedron/data/pyramid.off               |      0
 .../demo/Polyhedron/data/rotor.off                 |      0
 .../demo/Polyhedron/data/sphere.off                |      0
 .../demo/Polyhedron/data/spool.off                 |      0
 .../demo/Polyhedron/data/star.off                  |      0
 .../demo/Polyhedron/data/translated-cube.off       |      0
 .../demo/Polyhedron/data/tripod.off                |      0
 .../Polyhedron/implicit_functions/CMakeLists.txt   |     78 +
 .../Implicit_function_interface.h                  |     58 +
 .../implicit_functions/Klein_implicit_function.cpp |     54 +
 .../Sphere_implicit_function.cpp                   |     54 +
 .../Tanglecube_implicit_function.cpp               |     56 +
 .../demo/Polyhedron/include/CGAL/Dualizer.h        |      0
 .../demo/Polyhedron/include/CGAL/Make_bar.h        |      0
 .../demo/Polyhedron/include/CGAL/Make_quad_soup.h  |      0
 .../Polyhedron/include/CGAL/Make_triangle_soup.h   |      0
 .../Polyhedron/include/CGAL/Polyhedron_kernel.h    |      0
 .../include/CGAL/Textured_polyhedron_builder.h     |      0
 .../include/CGAL/Triangulation_file_input.h        |    103 +
 .../demo/Polyhedron/include/CGAL/gocad_io.h        |      0
 .../Polyhedron/include/CGAL/statistics_helpers.h   |    141 +
 .../Polyhedron/include/CGAL/textured_polyhedron.h  |    252 +
 .../demo/Polyhedron/include/CGAL/translate.h       |      0
 .../CGAL-4.8/demo/Polyhedron/include/Point_set_3.h |    323 +
 .../CGAL-4.8/demo/Polyhedron/include/UI_point_3.h  |    124 +
 3rdparty/CGAL-4.8/demo/Polyhedron/opengl_tools.h   |     64 +
 .../demo/Polyhedron/polyhedron_demo_macros.cmake   |     45 +
 .../demo/Polyhedron/resources/about.html           |      0
 .../CGAL-4.8/demo/Polyhedron/resources/back.png    |    Bin 0 -> 383 bytes
 .../demo/Polyhedron/resources/boolean-diff.png     |    Bin
 .../Polyhedron/resources/boolean-intersection.png  |    Bin
 .../demo/Polyhedron/resources/boolean-union.png    |    Bin
 .../CGAL-4.8/demo/Polyhedron/resources/bot.png     |    Bin 0 -> 440 bytes
 .../demo/Polyhedron/resources/cgal_logo.xpm        |      0
 .../demo/Polyhedron/resources/check-off.png        |    Bin
 .../demo/Polyhedron/resources/check-off.svg        |      0
 .../demo/Polyhedron/resources/check-on.png         |    Bin
 .../demo/Polyhedron/resources/check.svg            |      0
 .../demo/Polyhedron/resources/convex-hull.png      |    Bin
 .../CGAL-4.8/demo/Polyhedron/resources/down.png    |    Bin 0 -> 258 bytes
 .../demo/Polyhedron/resources/editcopy.png         |    Bin
 .../CGAL-4.8/demo/Polyhedron/resources/front.png   |    Bin 0 -> 489 bytes
 .../demo/Polyhedron/resources/kernel.png           |    Bin
 .../CGAL-4.8/demo/Polyhedron/resources/left.png    |    Bin 0 -> 399 bytes
 .../demo/Polyhedron/resources/minus.png            |    Bin
 .../demo/Polyhedron/resources/plus.png             |    Bin
 .../CGAL-4.8/demo/Polyhedron/resources/right.png   |    Bin 0 -> 427 bytes
 .../demo/Polyhedron/resources/shader_c3t3.f        |     41 +
 .../demo/Polyhedron/resources/shader_c3t3.v        |     21 +
 .../demo/Polyhedron/resources/shader_c3t3_edges.f  |      9 +
 .../demo/Polyhedron/resources/shader_c3t3_edges.v  |     19 +
 .../demo/Polyhedron/resources/shader_instanced.v   |     19 +
 .../resources/shader_no_light_no_selection.f       |      6 +
 .../Polyhedron/resources/shader_plane_two_faces.f  |     17 +
 .../demo/Polyhedron/resources/shader_with_light.f  |     36 +
 .../demo/Polyhedron/resources/shader_with_light.v  |     16 +
 .../Polyhedron/resources/shader_with_texture.f     |      9 +
 .../Polyhedron/resources/shader_with_texture.v     |     34 +
 .../resources/shader_with_textured_edges.f         |      9 +
 .../resources/shader_with_textured_edges.v         |     14 +
 .../Polyhedron/resources/shader_without_light.f    |     10 +
 .../Polyhedron/resources/shader_without_light.v    |     12 +
 .../demo/Polyhedron/resources/simplification.png   |    Bin
 .../CGAL-4.8/demo/Polyhedron/resources/top.png     |    Bin 0 -> 473 bytes
 3rdparty/CGAL-4.8/demo/Polyhedron/resources/up.png |    Bin 0 -> 264 bytes
 3rdparty/CGAL-4.8/demo/Polyhedron/texture.cpp      |   1100 +
 .../demo/Polyhedron/texture.h                      |      0
 .../CGAL-4.8/demo/Polyhedron_IO/CMakeLists.txt     |     28 +
 .../demo/Polyhedron_IO/README                      |      0
 .../demo/Polyhedron_IO/geomview_demo.cpp           |      0
 .../demo/Polyhedron_IO/viewpoint2off.cpp           |      0
 .../demo/Polyline_simplification_2/CMakeLists.txt  |     51 +
 .../Polyline_simplification_2.cpp                  |    553 +
 .../Polyline_simplification_2.qrc                  |      0
 .../Polyline_simplification_2.ui                   |      0
 .../about_Polyline_simplification_2.html           |     10 +
 .../data/all_crossed.poly                          |      0
 .../demo/Polyline_simplification_2/data/bee.poly   |      0
 .../Polyline_simplification_2/data/letter_G.poly   |      0
 .../Polyline_simplification_2/data/letter_P.poly   |      0
 .../Polyline_simplification_2/data/letter_T.poly   |      0
 .../Polyline_simplification_2/data/letter_c.poly   |      0
 .../Polyline_simplification_2/data/letter_d.poly   |      0
 .../Polyline_simplification_2/data/letter_q.poly   |      0
 .../Polyline_simplification_2/data/letter_u.poly   |      0
 .../Polyline_simplification_2/data/letters_cd.poly |      0
 .../demo/Polyline_simplification_2/data/map_1.poly |      0
 .../demo/Polyline_simplification_2/data/map_2.poly |      0
 .../demo/Polyline_simplification_2/data/map_3.poly |      0
 .../demo/Polyline_simplification_2/data/maps.poly  |      0
 .../Polyline_simplification_2/data/norway.poly     |      0
 .../icons/triangulation.pdf                        |    Bin
 .../icons/triangulation.png                        |    Bin
 .../Qt/Polyline_simplification_2_graphics_item.h   |      0
 .../CGAL/Qt/TriangulationArrangementGraphicsItem.h |      0
 .../Principal_component_analysis/CMakeLists.txt    |     87 +
 .../Principal_component_analysis/MainWindow.cpp    |    211 +
 .../demo/Principal_component_analysis/MainWindow.h |      0
 .../Principal_component_analysis/MainWindow.ui     |      0
 .../demo/Principal_component_analysis/PCA_demo.cpp |     64 +
 .../demo/Principal_component_analysis/PCA_demo.qrc |      0
 .../demo/Principal_component_analysis/Scene.cpp    |      0
 .../demo/Principal_component_analysis/Scene.h      |      0
 .../demo/Principal_component_analysis/Viewer.cpp   |     30 +
 .../demo/Principal_component_analysis/Viewer.h     |      0
 .../Principal_component_analysis/data/cylinder.off |      0
 .../data/cylinder_locally_refined.off              |      0
 .../data/ellipsoid.off                             |      0
 .../Principal_component_analysis}/render_edges.h   |      0
 .../resources/about.html                           |      0
 .../resources/cgal_logo.xpm                        |      0
 .../demo/Principal_component_analysis/types.h      |      0
 .../demo/Segment_Delaunay_graph_2/CMakeLists.txt   |     59 +
 .../Segment_Delaunay_graph_2/Segment_voronoi_2.cpp |    354 +
 .../Segment_Delaunay_graph_2/Segment_voronoi_2.qrc |      0
 .../Segment_Delaunay_graph_2/Segment_voronoi_2.ui  |    243 +
 .../about_Segment_voronoi_2.html                   |     10 +
 .../icons/circumcenter.pdf                         |      0
 .../icons/circumcenter.png                         |    Bin
 .../icons/conflict_zone.pdf                        |    Bin
 .../icons/conflict_zone.png                        |    Bin
 .../icons/constrained_triangulation.pdf            |    Bin
 .../icons/constrained_triangulation.png            |    Bin
 .../constrained_triangulation_show_constraints.pdf |    Bin
 .../constrained_triangulation_show_constraints.png |    Bin
 .../constrained_triangulation_show_in_domain.pdf   |    Bin
 .../constrained_triangulation_show_in_domain.png   |    Bin
 .../icons/moving_point.pdf                         |    Bin
 .../icons/moving_point.png                         |    Bin
 .../icons/triangulation.pdf                        |    Bin
 .../icons/triangulation.png                        |    Bin
 .../include/CGAL/Constraints_loader.h              |      0
 .../demo/Segment_Delaunay_graph_2/svd-typedefs.h   |      0
 .../Segment_Delaunay_graph_Linf_2/CMakeLists.txt   |     59 +
 .../Segment_voronoi_2.qrc                          |      0
 .../Segment_voronoi_2.ui                           |    243 +
 .../Segment_voronoi_linf_2.cpp                     |    445 +
 .../about_Segment_voronoi_2.html                   |     10 +
 .../icons/circumcenter.pdf                         |      0
 .../icons/circumcenter.png                         |    Bin
 .../icons/conflict_zone.pdf                        |    Bin
 .../icons/conflict_zone.png                        |    Bin
 .../icons/constrained_triangulation.pdf            |    Bin
 .../icons/constrained_triangulation.png            |    Bin
 .../constrained_triangulation_show_constraints.pdf |    Bin
 .../constrained_triangulation_show_constraints.png |    Bin
 .../constrained_triangulation_show_in_domain.pdf   |    Bin
 .../constrained_triangulation_show_in_domain.png   |    Bin
 .../icons/moving_point.pdf                         |    Bin
 .../icons/moving_point.png                         |    Bin
 .../icons/triangulation.pdf                        |    Bin
 .../icons/triangulation.png                        |    Bin
 .../include/CGAL/Constraints_loader.h              |      0
 .../Segment_Delaunay_graph_Linf_2/svd-typedefs.h   |     56 +
 .../CGAL-4.8/demo/Snap_rounding_2/CMakeLists.txt   |     50 +
 .../demo/Snap_rounding_2/Snap_rounding_2.cpp       |    318 +
 .../demo/Snap_rounding_2/Snap_rounding_2.qrc       |      0
 .../demo/Snap_rounding_2/Snap_rounding_2.ui        |      0
 .../Snap_rounding_2/about_Snap_rounding_2.html     |      0
 .../demo/Snap_rounding_2/icons/grid.png            |    Bin
 .../demo/Snap_rounding_2/icons/snapped.png         |    Bin
 .../demo/Snap_rounding_2/icons/unsnapped.png       |    Bin
 .../demo/Spatial_searching_2/CMakeLists.txt        |     52 +
 .../demo/Spatial_searching_2/NearestNeighbor.h     |      0
 .../Spatial_searching_2/Spatial_searching_2.cpp    |    302 +
 .../Spatial_searching_2/Spatial_searching_2.qrc    |      0
 .../Spatial_searching_2/Spatial_searching_2.ui     |      0
 .../about_Spatial_searching_2.html                 |      0
 .../CGAL-4.8/demo/Stream_lines_2/CMakeLists.txt    |     51 +
 .../demo/Stream_lines_2/Stream_lines_2.cpp         |    251 +
 .../demo/Stream_lines_2/Stream_lines_2.qrc         |      0
 .../demo/Stream_lines_2/Stream_lines_2.ui          |      0
 .../demo/Stream_lines_2/about_Stream_lines_2.html  |      0
 .../demo/Stream_lines_2/data/vnoise.vec.cin        |      0
 .../demo/Surface_mesh_deformation/CMakeLists.txt   |     34 +
 .../deform_mesh_for_botsch08_format.cpp            |     96 +
 .../CGAL-4.8/demo/Surface_mesher/CMakeLists.txt    |    128 +
 .../demo/Surface_mesher/File_XT.h                  |      0
 .../demo/Surface_mesher/Raw_image_dialog.cpp       |     28 +
 .../demo/Surface_mesher/Raw_image_dialog.h         |     19 +
 .../demo/Surface_mesher/Surface_mesher.cpp         |     22 +
 .../CGAL-4.8/demo/Surface_mesher/binary_image.h    |    197 +
 .../demo/Surface_mesher/colorlisteditor.cpp        |     67 +
 .../demo/Surface_mesher/colorlisteditor.h          |      0
 .../demo/Surface_mesher/get_polyhedral_surface.h   |      0
 .../demo/Surface_mesher/icons/bbox-red.png         |    Bin
 .../demo/Surface_mesher/icons/bbox-red.svg         |      0
 .../demo/Surface_mesher/icons/bbox.png             |    Bin
 .../demo/Surface_mesher/icons/bbox.svg             |      0
 .../demo/Surface_mesher/icons/cgal_logo.xpm        |      0
 .../demo/Surface_mesher/icons/fileopen.png         |    Bin
 .../demo/Surface_mesher/icons/filesave.png         |    Bin
 .../demo/Surface_mesher/icons/flip.png             |    Bin
 .../demo/Surface_mesher/icons/flip.svg             |      0
 .../demo/Surface_mesher/icons/minus.png            |    Bin
 .../demo/Surface_mesher/icons/plus.png             |    Bin
 .../demo/Surface_mesher/icons/resize.png           |    Bin
 .../demo/Surface_mesher/icons/resize.svg           |      0
 .../demo/Surface_mesher/icons/surface.png          |    Bin
 .../demo/Surface_mesher/icons/surface.svg          |      0
 .../demo/Surface_mesher/icons/twosides.png         |    Bin
 .../demo/Surface_mesher/icons/twosides.svg         |      0
 .../CGAL-4.8/demo/Surface_mesher/mainwindow.cpp    |    179 +
 3rdparty/CGAL-4.8/demo/Surface_mesher/mainwindow.h |     39 +
 .../demo/Surface_mesher/polyhedral_surface.cpp     |    494 +
 .../demo/Surface_mesher/polyhedral_surface.h       |    103 +
 3rdparty/CGAL-4.8/demo/Surface_mesher/surface.h    |     37 +
 .../demo/Surface_mesher/surface_mesher.qrc         |      0
 .../CGAL-4.8/demo/Surface_mesher/ui/mainwindow.ui  |    808 +
 .../demo/Surface_mesher/ui/optionsdialog.ui        |    128 +
 .../CGAL-4.8/demo/Surface_mesher/ui/raw_image.ui   |    454 +
 .../demo/Surface_mesher/ui/values_list.ui          |      0
 .../CGAL-4.8/demo/Surface_mesher/values_list.cpp   |    272 +
 .../CGAL-4.8/demo/Surface_mesher/values_list.h     |     79 +
 .../demo/Surface_mesher/values_list.qrc            |      0
 3rdparty/CGAL-4.8/demo/Surface_mesher/viewer.cpp   |     68 +
 3rdparty/CGAL-4.8/demo/Surface_mesher/viewer.h     |     29 +
 3rdparty/CGAL-4.8/demo/Surface_mesher/volume.cpp   |   1550 +
 3rdparty/CGAL-4.8/demo/Surface_mesher/volume.h     |    384 +
 3rdparty/CGAL-4.8/demo/Three/CMakeLists.txt        |     25 +
 .../demo/Three/Example_plugin/CMakeLists.txt       |     41 +
 .../Polyhedron_demo_example_plugin.cpp             |    312 +
 .../Polyhedron_demo_example_plugin.ui              |    156 +
 .../demo/Three/Example_plugin/dock_example.ui      |    156 +
 .../CGAL-4.8/demo/Triangulation_2/CMakeLists.txt   |    106 +
 .../Constrained_Delaunay_triangulation_2.cpp       |    871 +
 .../Constrained_Delaunay_triangulation_2.qrc       |      0
 .../Constrained_Delaunay_triangulation_2.ui        |    407 +
 .../demo/Triangulation_2/DelaunayMeshInsertSeeds.h |     79 +
 .../Triangulation_2/Delaunay_triangulation_2.cpp   |    400 +
 .../Triangulation_2/Delaunay_triangulation_2.qrc   |      0
 .../Triangulation_2/Delaunay_triangulation_2.ui    |      0
 .../RegularTriangulationRemoveVertex.h             |     80 +
 .../Triangulation_2/Regular_triangulation_2.cpp    |    312 +
 .../Triangulation_2/Regular_triangulation_2.qrc    |      0
 .../Triangulation_2/Regular_triangulation_2.ui     |      0
 .../Triangulation_2/TriangulationCircumcircle.h    |      0
 .../Triangulation_2/TriangulationConflictZone.h    |      0
 .../Triangulation_2/TriangulationMovingPoint.h     |    147 +
 .../TriangulationPointInputAndConflictZone.h       |    121 +
 .../Triangulation_2/TriangulationRemoveVertex.h    |     81 +
 ...about_Constrained_Delaunay_triangulation_2.html |      0
 .../about_Delaunay_triangulation_2.html            |      0
 .../about_Regular_triangulation_2.html             |      0
 .../demo/Triangulation_2/data/butterfly            |      0
 .../demo/Triangulation_2/data/butterfly.edg        |      0
 .../demo/Triangulation_2/data/clusters.edg         |      0
 .../demo/Triangulation_2/data/clusters.poly        |      0
 .../demo/Triangulation_2/data/clusters2.edg        |      0
 .../demo/Triangulation_2/data/fish                 |      0
 .../demo/Triangulation_2/data/fish.edg             |      0
 .../demo/Triangulation_2/data/fish.poly            |      0
 .../demo/Triangulation_2/data/img1.edg             |      0
 .../demo/Triangulation_2/data/img2.edg             |      0
 .../demo/Triangulation_2/data/img3.edg             |      0
 .../demo/Triangulation_2/data/img4.edg             |      0
 .../demo/Triangulation_2/data/img5.edg             |      0
 .../demo/Triangulation_2/data/img6.edg             |      0
 .../demo/Triangulation_2/data/img7.edg             |      0
 .../demo/Triangulation_2/data/img8.edg             |      0
 .../demo/Triangulation_2/data/lettre_A.edg         |      0
 .../demo/Triangulation_2/data/lettre_A_2.edg       |      0
 .../demo/Triangulation_2/data/norway.edg           |      0
 .../demo/Triangulation_2/data/poisson              |      0
 .../demo/Triangulation_2/data/tr                   |      0
 .../demo/Triangulation_2/data/triangulation.cgal   |      0
 .../demo/Triangulation_2/data/trivial.poly         |      0
 .../demo/Triangulation_2}/icons/circumcenter.pdf   |      0
 .../demo/Triangulation_2}/icons/circumcenter.png   |    Bin
 .../demo/Triangulation_2}/icons/conflict_zone.pdf  |    Bin
 .../demo/Triangulation_2}/icons/conflict_zone.png  |    Bin
 .../icons/constrained_triangulation.pdf            |    Bin
 .../icons/constrained_triangulation.png            |    Bin
 .../constrained_triangulation_show_constraints.pdf |    Bin
 .../constrained_triangulation_show_constraints.png |    Bin
 .../constrained_triangulation_show_in_domain.pdf   |    Bin
 .../constrained_triangulation_show_in_domain.png   |    Bin
 .../demo/Triangulation_2}/icons/moving_point.pdf   |    Bin
 .../demo/Triangulation_2}/icons/moving_point.png   |    Bin
 .../demo/Triangulation_2}/icons/triangulation.pdf  |    Bin
 .../demo/Triangulation_2}/icons/triangulation.png  |    Bin
 .../CGAL/Lipschitz_sizing_field_criteria_2.h       |    204 +
 .../CGAL-4.8/demo/Triangulation_3/CMakeLists.txt   |     99 +
 .../CGAL-4.8/demo/Triangulation_3/MainWindow.cpp   |    245 +
 .../CGAL-4.8/demo/Triangulation_3/MainWindow.h     |     55 +
 .../demo/Triangulation_3/MainWindow.ui             |      0
 .../demo/Triangulation_3/PreferenceDlg.cpp         |    398 +
 .../CGAL-4.8/demo/Triangulation_3/PreferenceDlg.h  |     84 +
 .../demo/Triangulation_3/Scene.cpp                 |      0
 .../demo/Triangulation_3/Scene.h                   |      0
 3rdparty/CGAL-4.8/demo/Triangulation_3/T3_demo.cpp |     42 +
 .../demo/Triangulation_3/T3_demo.qrc               |      0
 3rdparty/CGAL-4.8/demo/Triangulation_3/Viewer.cpp  |   2925 +
 3rdparty/CGAL-4.8/demo/Triangulation_3/Viewer.h    |    402 +
 .../demo/Triangulation_3/documentation/about.html  |      0
 .../Triangulation_3/documentation/about_CGAL.html  |      0
 .../demo/Triangulation_3/icons/about_CGAL.html     |      0
 .../demo/Triangulation_3/icons/cgal_logo.xpm       |      0
 .../demo/Triangulation_3/icons/clear.jpeg          |    Bin
 .../demo/Triangulation_3/icons/coordinates.jpeg    |    Bin
 .../demo/Triangulation_3/icons/empty_sphere.jpeg   |    Bin
 .../demo/Triangulation_3}/icons/fileOpen.png       |    Bin
 .../demo/Triangulation_3}/icons/fileSave.png       |    Bin
 .../demo/Triangulation_3/icons/flat.png            |    Bin
 .../demo/Triangulation_3/icons/grid.jpeg           |    Bin
 .../demo/Triangulation_3/icons/insert.jpeg         |    Bin
 .../demo/Triangulation_3/icons/insert_point.jpg    |    Bin
 .../demo/Triangulation_3/icons/move_1.jpeg         |    Bin
 .../demo/Triangulation_3/icons/nearest_nb.png      |    Bin
 .../demo/Triangulation_3/icons/normal_view.jpeg    |    Bin
 .../demo/Triangulation_3/icons/pause.jpeg          |    Bin
 .../demo/Triangulation_3/icons/play.jpeg           |    Bin
 .../demo/Triangulation_3/icons/pointRandom.png     |    Bin
 .../demo/Triangulation_3/icons/preferences.jpeg    |    Bin
 .../demo/Triangulation_3/icons/quit.jpeg           |    Bin
 .../demo/Triangulation_3/icons/select_hand.jpeg    |    Bin
 .../demo/Triangulation_3/icons/show_delaunay.jpeg  |    Bin
 .../demo/Triangulation_3/icons/show_facet.jpeg     |    Bin
 .../demo/Triangulation_3/icons/show_point.jpeg     |    Bin
 .../demo/Triangulation_3/icons/show_voronoi.jpeg   |    Bin
 .../demo/Triangulation_3/icons/stereo.png          |    Bin
 .../demo/Triangulation_3/icons/stop.jpeg           |    Bin
 .../demo/Triangulation_3/typedefs.h                |      0
 .../Triangulation_3_Geomview_demos/CMakeLists.txt  |     30 +
 .../demo/Triangulation_3_Geomview_demos/README     |      0
 .../Triangulation_3_color_demo.cpp                 |      0
 .../Triangulation_3_demo.cpp                       |      0
 .../Triangulation_3_remove_demo.cpp                |      0
 .../Triangulation_3_voronoi_demo.cpp               |      0
 .../Triangulation_3_Geomview_demos/data/points     |      0
 .../demo/icons/Delaunay_triangulation_2.png        |    Bin
 .../{CGAL-4.6 => CGAL-4.8}/demo/icons/File.qrc     |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/icons/Input.qrc    |      0
 .../demo/icons/Triangulation_2.qrc                 |      0
 .../demo/icons/Voronoi_diagram_2.png               |    Bin
 .../demo}/icons/fileNew.png                        |    Bin
 .../demo}/icons/fileOpen.png                       |    Bin
 .../demo}/icons/fileSave.png                       |    Bin
 .../demo}/icons/fit-page-32.png                    |    Bin
 .../demo}/icons/inputPoint.png                     |    Bin
 .../demo/icons/inputPoint.svg                      |      0
 .../demo/icons/inputPolyline.png                   |    Bin
 .../{CGAL-4.6 => CGAL-4.8}/demo/icons/license.txt  |      0
 .../demo/icons/zoom-best-fit.png                   |    Bin
 .../demo/icons/zoom-best-fit.svg                   |      0
 .../{CGAL-4.6 => CGAL-4.8}/demo/resources/CGAL.qrc |      0
 .../demo/resources/about_CGAL.html                 |      0
 .../demo/resources/cgal_logo.xpm                   |      0
 .../demo/resources/cgal_logo_ipe_2013.png          |    Bin
 .../doc_html/Manual/index.html                     |      0
 .../doc_html/Manual/packages.html                  |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/doc_html/cgal.ico  |    Bin
 .../doc_html/images/cgal_2013_grey.png             |    Bin
 3rdparty/CGAL-4.8/doc_html/index.html              |     58 +
 .../examples/AABB_tree/AABB_custom_example.cpp     |      0
 ...B_custom_indexed_triangle_set_array_example.cpp |      0
 .../AABB_custom_indexed_triangle_set_example.cpp   |      0
 .../AABB_custom_triangle_soup_example.cpp          |      0
 .../AABB_tree/AABB_face_graph_triangle_example.cpp |      0
 .../AABB_tree/AABB_halfedge_graph_edge_example.cpp |      0
 .../examples/AABB_tree/AABB_insertion_example.cpp  |      0
 .../AABB_tree/AABB_polyhedron_edge_example.cpp     |      0
 .../AABB_polyhedron_facet_distance_example.cpp     |      0
 .../AABB_polyhedron_facet_intersection_example.cpp |      0
 .../examples/AABB_tree/AABB_segment_3_example.cpp  |      0
 .../examples/AABB_tree/AABB_triangle_3_example.cpp |      0
 .../CGAL-4.8/examples/AABB_tree/CMakeLists.txt     |     37 +
 .../CMakeLists.txt                                 |     29 +
 .../boundaries.cpp                                 |     81 +
 .../data/half.xyz                                  |    325 +
 .../reconstruction_class.cpp                       |     56 +
 .../reconstruction_fct.cpp                         |     85 +
 .../reconstruction_surface_mesh.cpp                |     71 +
 .../examples/Algebraic_foundations/CMakeLists.txt  |     30 +
 .../algebraic_structure_dispatch.cpp               |      0
 .../Algebraic_foundations/fraction_traits.cpp      |      0
 .../implicit_interoperable_dispatch.cpp            |      0
 .../examples/Algebraic_foundations/integralize.cpp |      0
 .../Algebraic_foundations/interoperable.cpp        |      0
 .../examples/Algebraic_kernel_d/CMakeLists.txt     |     31 +
 .../examples/Algebraic_kernel_d/Compare_1.cpp      |      0
 .../Construct_algebraic_real_1.cpp                 |      0
 .../examples/Algebraic_kernel_d/Isolate_1.cpp      |      0
 .../examples/Algebraic_kernel_d/Sign_at_1.cpp      |      0
 .../examples/Algebraic_kernel_d/Solve_1.cpp        |      0
 .../examples/Alpha_shapes_2/CMakeLists.txt         |     27 +
 .../examples/Alpha_shapes_2/README                 |      0
 .../examples}/Alpha_shapes_2/data/fin              |      0
 .../examples/Alpha_shapes_2/ex_alpha_shapes_2.cpp  |      0
 .../Alpha_shapes_2/ex_weighted_alpha_shapes_2.cpp  |     99 +
 .../examples/Alpha_shapes_3/CMakeLists.txt         |     31 +
 .../examples/Alpha_shapes_3/README                 |      0
 .../examples/Alpha_shapes_3/data/bunny_1000        |      0
 .../examples/Alpha_shapes_3/data/bunny_5000        |      0
 .../examples/Alpha_shapes_3/data/fin               |      0
 .../examples/Alpha_shapes_3/ex_alpha_shapes_3.cpp  |      0
 .../Alpha_shapes_3/ex_alpha_shapes_exact_alpha.cpp |      0
 .../ex_alpha_shapes_with_fast_location_3.cpp       |      0
 .../ex_fixed_weighted_alpha_shapes_3.cpp           |      0
 .../Alpha_shapes_3/ex_periodic_alpha_shapes_3.cpp  |     64 +
 .../Alpha_shapes_3/ex_weighted_alpha_shapes_3.cpp  |      0
 .../examples/Apollonius_graph_2/CMakeLists.txt     |     29 +
 .../examples/Apollonius_graph_2/README             |      0
 .../Apollonius_graph_2/ag2_exact_traits.cpp        |      0
 .../Apollonius_graph_2/ag2_exact_traits_sqrt.cpp   |     76 +
 .../ag2_filtered_traits_no_hidden.cpp              |      0
 .../examples/Apollonius_graph_2/ag2_hierarchy.cpp  |      0
 .../examples/Apollonius_graph_2/data/hierarchy.cin |      0
 .../examples/Apollonius_graph_2/data/sites.cin     |      0
 .../Approximate_min_ellipsoid_d/CMakeLists.txt     |     27 +
 .../Approximate_min_ellipsoid_d/ellipsoid.cpp      |      0
 .../ellipsoid_for_maple.cpp                        |      0
 .../examples/Arrangement_on_surface_2/Bezier.dat   |      0
 .../Arrangement_on_surface_2/Bezier_curves.cpp     |      0
 .../Arrangement_on_surface_2/Bezier_polycurve.dat  |      3 +
 .../Arrangement_on_surface_2/CMakeLists.txt        |     78 +
 .../examples/Arrangement_on_surface_2/Europe.dat   |      0
 .../aggregated_insertion.cpp                       |      0
 .../Arrangement_on_surface_2/algebraic_curves.cpp  |      0
 .../algebraic_segments.cpp                         |      0
 .../arr_inexact_construction_segments.h            |      0
 .../examples/Arrangement_on_surface_2/arr_print.h  |      0
 .../batched_point_location.cpp                     |      0
 .../Arrangement_on_surface_2/bgl_dual_adapter.cpp  |     85 +
 .../bgl_primal_adapter.cpp                         |    144 +
 .../bounded_planar_vertical_decomposition.cpp      |      0
 .../examples/Arrangement_on_surface_2/circles.cpp  |     60 +
 .../Arrangement_on_surface_2/circular_arcs.cpp     |     95 +
 .../circular_line_arcs.cpp                         |      0
 .../Arrangement_on_surface_2/coll_points.dat       |      0
 .../conic_multiplicities.cpp                       |      0
 .../examples/Arrangement_on_surface_2/conics.cpp   |      0
 .../consolidated_curve_data.cpp                    |    113 +
 .../Arrangement_on_surface_2/curve_history.cpp     |     74 +
 .../Arrangement_on_surface_2/dcel_extension.cpp    |     97 +
 .../Arrangement_on_surface_2/dcel_extension_io.cpp |    137 +
 .../Arrangement_on_surface_2/dual_lines.cpp        |    112 +
 .../Arrangement_on_surface_2/dual_with_data.cpp    |     82 +
 .../Arrangement_on_surface_2/edge_insertion.cpp    |      0
 .../Arrangement_on_surface_2/edge_manipulation.cpp |      0
 .../edge_manipulation_curve_history.cpp            |     86 +
 .../Arrangement_on_surface_2/face_extension.cpp    |     88 +
 .../face_extension_overlay.cpp                     |     89 +
 .../Arrangement_on_surface_2/fan_grids.dat         |      0
 .../generic_curve_data.cpp                         |     71 +
 .../Arrangement_on_surface_2/global_insertion.cpp  |      0
 .../Arrangement_on_surface_2/global_removal.cpp    |      0
 .../incremental_insertion.cpp                      |      0
 .../examples/Arrangement_on_surface_2/io.cpp       |     48 +
 .../Arrangement_on_surface_2/io_curve_history.cpp  |     57 +
 .../Arrangement_on_surface_2/io_unbounded.cpp      |     68 +
 .../Arrangement_on_surface_2/isolated_vertices.cpp |      0
 .../examples/Arrangement_on_surface_2/observer.cpp |      0
 .../examples/Arrangement_on_surface_2/overlay.cpp  |     59 +
 .../Arrangement_on_surface_2/overlay_unbounded.cpp |      0
 .../point_location_example.cpp                     |      0
 .../point_location_utils.h                         |      0
 .../examples/Arrangement_on_surface_2/points.dat   |      0
 .../Arrangement_on_surface_2/polycurve_bezier.cpp  |     94 +
 .../polycurve_circular_arc.cpp                     |    131 +
 .../Arrangement_on_surface_2/polycurve_conic.cpp   |    146 +
 .../polycurve_geodesic.cpp                         |     73 +
 .../Arrangement_on_surface_2/polycurves_basic.cpp  |     50 +
 .../Arrangement_on_surface_2/polylines.cpp         |      0
 .../Arrangement_on_surface_2/predefined_kernel.cpp |      0
 .../predefined_kernel_non_intersecting.cpp         |      0
 .../rational_functions.cpp                         |      0
 .../rational_functions_rational_coefficients.cpp   |      0
 .../special_edge_insertion.cpp                     |      0
 .../Arrangement_on_surface_2/spherical_insert.cpp  |      0
 .../Arrangement_on_surface_2/tracing_counting.cpp  |      0
 .../unb_planar_vertical_decomposition.cpp          |      0
 .../unbounded_non_intersecting.cpp                 |      0
 .../unbounded_rational_functions.cpp               |      0
 .../vertical_ray_shooting.cpp                      |      0
 .../CGAL-4.8/examples/BGL_OpenMesh/CMakeLists.txt  |     57 +
 .../CGAL-4.8/examples/BGL_OpenMesh/TriMesh.cpp     |     51 +
 .../examples/BGL_arrangement_2/CMakeLists.txt      |     27 +
 .../examples/BGL_arrangement_2/arr_print.h         |      0
 .../examples/BGL_arrangement_2/arr_rational_nt.h   |      0
 .../BGL_arrangement_2/arrangement_dual.cpp}        |      0
 .../examples/BGL_arrangement_2/primal.cpp          |      0
 .../examples/BGL_polyhedron_3/CMakeLists.txt       |     73 +
 .../examples/BGL_polyhedron_3/cube.off             |      0
 .../examples/BGL_polyhedron_3/distance.cmd         |      0
 .../examples/BGL_polyhedron_3/distance.cpp         |      0
 .../BGL_polyhedron_3/incident_vertices.cmd         |      0
 .../BGL_polyhedron_3/incident_vertices.cpp         |      0
 .../examples/BGL_polyhedron_3/kruskal.cpp          |      0
 .../BGL_polyhedron_3/kruskal_with_stored_id.cpp    |      0
 .../examples/BGL_polyhedron_3/normals.cmd          |      0
 .../examples/BGL_polyhedron_3/normals.cpp          |      0
 .../BGL_polyhedron_3/polyhedron_2_OpenMesh.cpp     |     87 +
 .../examples/BGL_polyhedron_3/range.cmd            |      0
 .../CGAL-4.8/examples/BGL_polyhedron_3/range.cpp   |     68 +
 .../BGL_polyhedron_3/transform_iterator.cmd        |      0
 .../BGL_polyhedron_3/transform_iterator.cpp        |      0
 .../examples/BGL_surface_mesh/CMakeLists.txt       |     27 +
 .../BGL_surface_mesh/connected_components.cpp      |      0
 .../examples/BGL_surface_mesh/data/prim.off        |      0
 .../examples/BGL_surface_mesh/prim.cmd             |      0
 .../examples/BGL_surface_mesh/prim.cpp             |      0
 .../examples/BGL_triangulation_2/CMakeLists.txt    |     29 +
 .../examples/BGL_triangulation_2/dijkstra.cpp      |      0
 .../dijkstra_with_internal_properties.cpp          |      0
 .../examples/BGL_triangulation_2/emst.cpp          |      0
 .../examples/BGL_triangulation_2/face_graph.cpp    |      0
 .../Barycentric_coordinates_2/CMakeLists.txt       |     32 +
 .../Discrete_harmonic_coordinates_example.cpp      |      0
 .../Mean_value_coordinates_example.cpp             |      0
 .../Segment_coordinates_example.cpp                |      0
 .../Terrain_height_modeling.cpp                    |      0
 .../Triangle_coordinates_example.cpp               |      0
 .../Triangle_coordinates_speed_test.cpp            |      0
 .../Wachspress_coordinates_example.cpp             |      0
 .../Boolean_set_operations_2/CMakeLists.txt        |     36 +
 .../examples/Boolean_set_operations_2/README       |      0
 .../examples/Boolean_set_operations_2/amer_a.bps   |      0
 .../examples/Boolean_set_operations_2/amer_b.bps   |      0
 .../examples/Boolean_set_operations_2/amer_c.bps   |      0
 .../examples/Boolean_set_operations_2/amer_d.bps   |      0
 .../examples/Boolean_set_operations_2/amer_e.bps   |      0
 .../examples/Boolean_set_operations_2/amer_f.bps   |      0
 .../examples/Boolean_set_operations_2/amer_g.bps   |      0
 .../examples/Boolean_set_operations_2/amer_h.bps   |      0
 .../examples/Boolean_set_operations_2/amer_i.bps   |      0
 .../examples/Boolean_set_operations_2/amer_j.bps   |      0
 .../examples/Boolean_set_operations_2/amer_k.bps   |      0
 .../bezier_traits_adapter.cpp                      |      0
 .../bezier_traits_adapter2.cpp                     |      0
 .../Boolean_set_operations_2/bso_rational_nt.h     |      0
 .../examples/Boolean_set_operations_2/char_g.bps   |      0
 .../examples/Boolean_set_operations_2/char_g.dat   |      0
 .../examples/Boolean_set_operations_2/char_m.bps   |      0
 .../examples/Boolean_set_operations_2/char_m.dat   |      0
 .../Boolean_set_operations_2/circle_segment.cpp    |      0
 .../conic_traits_adapter.cpp                       |      0
 .../Boolean_set_operations_2/connect_polygon.cpp   |      0
 .../Boolean_set_operations_2/do_intersect.cpp      |      0
 .../Boolean_set_operations_2/dxf_union.cpp         |      0
 .../examples/Boolean_set_operations_2/input_0.bps  |      0
 .../examples/Boolean_set_operations_2/input_1.bps  |      0
 .../Boolean_set_operations_2/pgn_holes.dat         |      0
 .../Boolean_set_operations_2/print_utils.h         |      0
 .../examples/Boolean_set_operations_2/sequence.cpp |      0
 .../Boolean_set_operations_2/set_union.cpp         |      0
 .../simple_join_intersect.cpp                      |      0
 .../symmetric_difference.cpp                       |      0
 .../examples/Boolean_set_operations_2/test.dxf     |      0
 .../examples/Box_intersection_d/CMakeLists.txt     |     32 +
 .../examples/Box_intersection_d/box_grid.cpp       |      0
 .../Box_intersection_d/custom_box_grid.cpp         |      0
 .../examples/Box_intersection_d/data/points.xyz    |      0
 .../examples/Box_intersection_d/data/triangles.xyz |      0
 .../examples/Box_intersection_d/minimal.cpp        |      0
 .../examples/Box_intersection_d/minimal_self.cpp   |      0
 .../proximity_custom_box_traits.cpp                |      0
 .../Box_intersection_d/triangle_self_intersect.cpp |      0
 .../triangle_self_intersect_pointers.cpp           |      0
 .../CGAL-4.8/examples/CGAL_ipelets/CMakeLists.txt  |     26 +
 .../examples/CGAL_ipelets/test_grabbers.cpp        |      0
 .../CGAL-4.8/examples/CGALimageIO/CMakeLists.txt   |     19 +
 .../CGALimageIO/convert_raw_image_to_inr.cpp       |      0
 .../examples/CGALimageIO/test_imageio.cpp          |      0
 3rdparty/CGAL-4.8/examples/CMakeLists.txt          |     42 +
 .../examples/Circular_kernel_2/CMakeLists.txt      |     27 +
 .../Circular_kernel_2/functor_has_on_2.cpp         |      0
 .../Circular_kernel_2/intersecting_arcs.cpp        |      0
 .../examples/Circular_kernel_3/CMakeLists.txt      |     28 +
 .../Circular_kernel_3/functor_compare_theta_3.cpp  |      0
 .../Circular_kernel_3/functor_has_on_3.cpp         |      0
 .../Circular_kernel_3/intersecting_spheres.cpp     |      0
 .../CGAL-4.8/examples/Circulator/CMakeLists.txt    |     28 +
 .../examples/Circulator/circulator_prog1.cpp       |      0
 .../examples/Circulator/circulator_prog2.cpp       |      0
 .../examples/Circulator/circulator_prog3.cpp       |      0
 .../examples/Combinatorial_map/CMakeLists.txt      |     32 +
 .../Combinatorial_map/map_3_dynamic_onmerge.cpp    |      0
 .../examples/Combinatorial_map/map_3_foreach.cpp   |      0
 .../examples/Combinatorial_map/map_3_marks.cpp     |     58 +
 .../Combinatorial_map/map_3_operations.cpp         |      0
 .../Combinatorial_map/map_3_simple_example.cpp     |      0
 .../map_3_with_colored_facets.cpp                  |      0
 .../Combinatorial_map/map_4_simple_example.cpp     |      0
 .../examples/Convex_decomposition_3/CMakeLists.txt |     26 +
 .../list_of_convex_parts.cin                       |      0
 .../list_of_convex_parts.cpp                       |      0
 .../CGAL-4.8/examples/Convex_hull_2/CMakeLists.txt |     34 +
 .../examples/Convex_hull_2/array_convex_hull_2.cpp |      0
 .../examples/Convex_hull_2/ch_from_cin_to_cout.cin |      0
 .../examples/Convex_hull_2/ch_from_cin_to_cout.cpp |      0
 .../examples/Convex_hull_2/ch_graham_anderson.cin  |      0
 .../examples/Convex_hull_2/ch_graham_anderson.cpp  |      0
 .../examples/Convex_hull_2/ch_timing.cpp           |      0
 .../examples/Convex_hull_2/convex_hull_yz.cin      |      0
 .../examples/Convex_hull_2/convex_hull_yz.cpp      |      0
 .../examples/Convex_hull_2/files/CD500             |      0
 .../Convex_hull_2/include/CGAL/ch_timing_2.h       |      0
 .../Convex_hull_2/include/CGAL/ch_timing_2_impl.h  |      0
 .../Convex_hull_2/iostream_convex_hull_2.cin       |      0
 .../Convex_hull_2/iostream_convex_hull_2.cpp       |      0
 .../Convex_hull_2/vector_convex_hull_2.cpp         |      0
 .../CGAL-4.8/examples/Convex_hull_3/CMakeLists.txt |     29 +
 .../examples/Convex_hull_3/dynamic_hull_3.cpp      |      0
 .../Convex_hull_3/halfspace_intersection_3.cpp     |     46 +
 .../examples/Convex_hull_3/lloyd_algorithm.cpp     |    245 +
 .../examples/Convex_hull_3/quickhull_3.cpp         |      0
 3rdparty/CGAL-4.8/examples/Core/CMakeLists.txt     |     49 +
 .../examples/Core/delaunay.cpp                     |      0
 .../CGAL-4.8/examples/Envelope_2/CMakeLists.txt    |     28 +
 .../examples/Envelope_2/ch_points.dat              |      0
 .../examples/Envelope_2/convex_hull.cpp            |      0
 .../examples/Envelope_2/envelope_circles.cpp       |      0
 .../examples/Envelope_2/envelope_segments.cpp      |      0
 .../CGAL-4.8/examples/Envelope_3/CMakeLists.txt    |     28 +
 .../examples/Envelope_3/envelope_planes.cpp        |      0
 .../examples/Envelope_3/envelope_spheres.cpp       |      0
 .../examples/Envelope_3/envelope_triangles.cpp     |      0
 .../examples/Envelope_3/spheres.dat                |      0
 .../examples/Filtered_kernel/CMakeLists.txt        |     26 +
 .../examples/Filtered_kernel/Cartesian_I.h         |      0
 .../Filtered_kernel/Filtered_predicate.cpp         |      0
 .../CGAL-4.8/examples/Generator/CMakeLists.txt     |     41 +
 .../examples/Generator/README                      |      0
 .../examples/Generator/ball_d.cpp                  |      0
 .../examples/Generator/combination_enumerator.cpp  |      0
 .../examples/Generator/cube_d.cpp                  |      0
 .../examples/Generator/grid_d.cpp                  |      0
 .../examples/Generator/name_pairs.cpp              |      0
 .../examples/Generator/random_convex_hull_2.cpp    |      0
 .../examples/Generator/random_convex_set.cpp       |      0
 .../Generator/random_degenerate_point_set.cpp      |     53 +
 .../examples/Generator/random_grid.cpp             |      0
 .../random_points_tetrahedron_and_triangle_3.cpp   |     49 +
 .../Generator/random_points_triangle_2.cpp         |     35 +
 .../CGAL-4.8/examples/Generator/random_polygon.cpp |     57 +
 .../examples/Generator/random_polygon2.cpp         |      0
 .../examples/Generator/random_segments1.cpp        |      0
 .../examples/Generator/random_segments2.cpp        |      0
 .../examples/Generator/sphere_d.cpp                |      0
 .../CGAL-4.8/examples/HalfedgeDS/CMakeLists.txt    |     34 +
 .../examples/HalfedgeDS/hds_prog_color.cpp         |      0
 .../examples/HalfedgeDS/hds_prog_compact.cpp       |      0
 .../examples/HalfedgeDS/hds_prog_compact2.cpp      |      0
 .../examples/HalfedgeDS/hds_prog_default.cpp       |      0
 .../examples/HalfedgeDS/hds_prog_edge_iterator.cpp |      0
 .../examples/HalfedgeDS/hds_prog_graph.cpp         |      0
 .../examples/HalfedgeDS/hds_prog_graph2.cpp        |      0
 .../HalfedgeDS/hds_prog_halfedge_iterator.cpp      |      0
 .../examples/HalfedgeDS/hds_prog_vector.cpp        |      0
 .../examples/Inscribed_areas/CMakeLists.txt        |     28 +
 .../Inscribed_areas/extremal_polygon_2_area.cpp    |      0
 .../extremal_polygon_2_perimeter.cpp               |      0
 .../Inscribed_areas/largest_empty_rectangle.cpp    |      0
 .../CGAL-4.8/examples/Interpolation/CMakeLists.txt |     32 +
 .../examples/Interpolation/README                  |      0
 .../examples/Interpolation/data/points3            |      0
 .../examples/Interpolation/interpolation_2.cpp     |      0
 .../Interpolation/linear_interpolation_2.cpp       |      0
 .../examples/Interpolation/nn_coordinates_2.cpp    |      0
 .../examples/Interpolation/nn_coordinates_3.cpp    |      0
 .../examples/Interpolation/rn_coordinates_2.cpp    |      0
 .../Interpolation/sibson_interpolation_2.cpp       |      0
 .../surface_neighbor_coordinates_3.cpp             |      0
 .../examples/Interval_skip_list/CMakeLists.txt     |     27 +
 .../examples/Interval_skip_list/intervals.cpp      |      0
 .../examples/Interval_skip_list/isl_terrain.cpp    |      0
 .../examples/Interval_skip_list/terrain.pts        |      0
 .../CGAL-4.8/examples/Jet_fitting_3/CMakeLists.txt |     56 +
 .../examples/Jet_fitting_3/Mesh_estimation.cpp     |    304 +
 .../examples/Jet_fitting_3/PolyhedralSurf.h        |      0
 .../Jet_fitting_3/PolyhedralSurf_operations.h      |      0
 .../examples/Jet_fitting_3/PolyhedralSurf_rings.h  |      0
 .../examples/Jet_fitting_3/README                  |      0
 .../examples/Jet_fitting_3/Single_estimation.cpp   |      0
 .../examples/Jet_fitting_3/data/ellipe0.003.off    |      0
 .../examples/Jet_fitting_3/data/in_points_d4.txt   |      0
 .../examples/Jet_fitting_3/data/in_points_file.txt |      0
 .../Jet_fitting_3/data/poly2x^2+y^2-0.062500-off   |      0
 .../CGAL-4.8/examples/Kernel_23/CMakeLists.txt     |     33 +
 .../examples/Kernel_23/MyConstruct_bbox_2.h        |      0
 .../Kernel_23/MyConstruct_coord_iterator.h         |      0
 .../examples/Kernel_23/MyConstruct_point_2.h       |      0
 .../examples/Kernel_23/MyKernel.cpp                |      0
 .../examples/Kernel_23/MyKernel.h                  |      0
 .../examples/Kernel_23/MyPointC2.h                 |      0
 .../examples/Kernel_23/MyPointC2_iostream.h        |      0
 .../examples/Kernel_23/MySegmentC2.h               |      0
 .../examples/Kernel_23/cartesian_converter.cpp     |      0
 .../examples/Kernel_23/exact.cpp                   |      0
 .../examples/Kernel_23/intersection_get.cpp        |     26 +
 .../examples/Kernel_23/intersection_visitor.cpp    |     41 +
 .../CGAL-4.8/examples/Kernel_23/intersections.cpp  |     69 +
 .../examples/Kernel_23/points_and_segment.cpp      |      0
 .../examples/Kernel_23/surprising.cpp              |      0
 .../Kinetic_data_structures/CMakeLists.txt         |     33 +
 .../Kinetic_Delaunay_triangulation_2.cpp           |      0
 .../Kinetic_Delaunay_triangulation_3.cpp           |      0
 .../Kinetic_insert_event.cpp                       |      0
 .../Kinetic_regular_triangulation_3.cpp            |      0
 .../Kinetic_data_structures/Kinetic_sort.cpp       |      0
 .../Kinetic_data_structures/Kinetic_sweepline.cpp  |      0
 .../examples/Kinetic_data_structures/data/points_1 |      0
 .../examples/Kinetic_data_structures/data/points_2 |      0
 .../examples/Kinetic_data_structures/data/points_3 |      0
 .../Kinetic_data_structures/data/sweepline.input   |      0
 .../Kinetic_data_structures/data/weighted_points_3 |      0
 .../defining_a_simulation_traits.cpp               |      0
 .../Kinetic_data_structures}/trivial_kds.cpp       |      0
 .../examples/Kinetic_framework/CMakeLists.txt      |     29 +
 .../Kinetic_framework/adding_a_certificate.cpp     |      0
 .../examples/Kinetic_framework/data/points_2       |      0
 .../Kinetic_framework/data/points_with_color_2     |      0
 .../examples/Kinetic_framework/listener.cpp        |      0
 .../examples/Kinetic_framework/pointer_queue.cpp   |      0
 .../examples/Kinetic_framework/ref_counted.cpp     |      0
 .../Linear_cell_complex/CMakeLCCViewerQt.inc       |     33 +
 .../examples/Linear_cell_complex/CMakeLists.txt    |     59 +
 .../examples/Linear_cell_complex/README.txt        |     28 +
 .../Linear_cell_complex/data/armadillo.off         |      0
 .../examples/Linear_cell_complex/data/graph.txt    |      0
 .../examples/Linear_cell_complex/data/points_2     |      0
 .../examples/Linear_cell_complex/data/points_3     |      0
 .../Linear_cell_complex/data/small_points_2        |      0
 .../Linear_cell_complex/data/small_points_3        |      0
 .../Linear_cell_complex/linear_cell_complex_3.cpp  |      0
 ...linear_cell_complex_3_attributes_management.cpp |      0
 .../linear_cell_complex_3_viewer_qt.h              |    932 +
 ...linear_cell_complex_3_with_colored_vertices.cpp |      0
 .../linear_cell_complex_3_with_mypoint.cpp         |      0
 .../Linear_cell_complex/linear_cell_complex_4.cpp  |      0
 .../Linear_cell_complex/plane_graph_to_lcc_2.cpp   |      0
 .../examples/Linear_cell_complex/voronoi_2.cpp     |    174 +
 .../examples/Linear_cell_complex/voronoi_3.cpp     |    173 +
 .../CGAL-4.8/examples/Matrix_search/CMakeLists.txt |     26 +
 .../Matrix_search/sorted_matrix_search.cpp         |      0
 3rdparty/CGAL-4.8/examples/Mesh_2/CMakeLists.txt   |     30 +
 .../examples/Mesh_2/conforming.cpp                 |      0
 .../examples/Mesh_2/mesh_class.cpp                 |      0
 .../examples/Mesh_2/mesh_global.cpp                |      0
 .../CGAL-4.8/examples/Mesh_2/mesh_optimization.cpp |     59 +
 .../examples/Mesh_2/mesh_with_seeds.cpp            |      0
 3rdparty/CGAL-4.8/examples/Mesh_3/CMakeLists.txt   |    105 +
 .../examples/Mesh_3/data/cheese.off                |      0
 .../examples/Mesh_3/data/elephant.off              |      0
 .../examples/Mesh_3/data/fandisk.off               |      0
 .../examples/Mesh_3/data/liver.inr.gz              |    Bin
 .../examples/Mesh_3}/data/skull_2.9.inr            |    Bin
 .../{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/debug.h |      0
 .../examples/Mesh_3/implicit_functions.cpp         |      0
 .../examples/Mesh_3/implicit_functions.h           |      0
 .../examples/Mesh_3/mesh_3D_gray_image.cpp         |     54 +
 .../examples/Mesh_3/mesh_3D_gray_vtk_image.cpp     |     89 +
 .../CGAL-4.8/examples/Mesh_3/mesh_3D_image.cpp     |     59 +
 .../Mesh_3/mesh_3D_image_variable_size.cpp         |     70 +
 .../examples/Mesh_3/mesh_cubes_intersection.cpp    |      0
 .../mesh_cubes_intersection_with_features.cpp      |      0
 .../examples/Mesh_3/mesh_implicit_domains.cpp      |      0
 .../examples/Mesh_3/mesh_implicit_domains_2.cpp    |      0
 .../examples/Mesh_3/mesh_implicit_ellipsoid.cpp    |      0
 .../examples/Mesh_3/mesh_implicit_sphere.cpp       |      0
 .../Mesh_3/mesh_implicit_sphere_variable_size.cpp  |      0
 .../examples/Mesh_3/mesh_optimization_example.cpp  |     69 +
 .../Mesh_3/mesh_optimization_lloyd_example.cpp     |     69 +
 .../examples/Mesh_3/mesh_polyhedral_domain.cpp     |     76 +
 .../mesh_polyhedral_domain_with_features.cpp       |     53 +
 .../mesh_two_implicit_spheres_with_balls.cpp       |      0
 .../CGAL-4.8/examples/Min_annulus_d/CMakeLists.txt |     27 +
 .../examples/Min_annulus_d/min_annulus_d.cpp       |      0
 .../Min_annulus_d/min_annulus_d_fast_exact.cpp     |      0
 .../CGAL-4.8/examples/Min_circle_2/CMakeLists.txt  |     26 +
 .../examples/Min_circle_2/min_circle_2.cpp         |      0
 .../CGAL-4.8/examples/Min_ellipse_2/CMakeLists.txt |     26 +
 .../examples/Min_ellipse_2/min_ellipse_2.cpp       |      0
 .../examples/Min_quadrilateral_2/CMakeLists.txt    |     28 +
 .../minimum_enclosing_parallelogram_2.cpp          |      0
 .../minimum_enclosing_rectangle_2.cpp              |      0
 .../minimum_enclosing_strip_2.cpp                  |      0
 .../CGAL-4.8/examples/Min_sphere_d/CMakeLists.txt  |     26 +
 .../examples/Min_sphere_d/min_sphere_d.cpp         |      0
 .../Min_sphere_of_spheres_d/CMakeLists.txt         |     29 +
 .../examples/Min_sphere_of_spheres_d/benchmark.cpp |      0
 .../min_sphere_of_spheres_d_2.cpp                  |      0
 .../min_sphere_of_spheres_d_3.cpp                  |      0
 .../min_sphere_of_spheres_d_d.cpp                  |      0
 .../examples/Minkowski_sum_2/CMakeLists.txt        |     33 +
 .../examples/Minkowski_sum_2/approx_inset.cpp      |     48 +
 .../examples/Minkowski_sum_2/approx_offset.cpp     |     39 +
 .../CGAL-4.8/examples/Minkowski_sum_2/arr_conics.h |     25 +
 .../examples/Minkowski_sum_2/bops_circular.h       |     15 +
 .../examples/Minkowski_sum_2/bops_linear.h         |     15 +
 .../examples/Minkowski_sum_2/exact_inset.cpp       |     60 +
 .../examples/Minkowski_sum_2/exact_offset.cpp      |     56 +
 .../CGAL-4.8/examples/Minkowski_sum_2/holes.dat    |      6 +
 .../examples/Minkowski_sum_2/ms_rational_nt.h      |      0
 .../CGAL-4.8/examples/Minkowski_sum_2/pgn_print.h  |     73 +
 .../examples/Minkowski_sum_2/print_utils.h         |      0
 .../examples/Minkowski_sum_2/rooms_star.dat        |      0
 .../examples/Minkowski_sum_2/spiked.dat            |      0
 .../Minkowski_sum_2/sum_by_decomposition.cpp       |     36 +
 .../examples/Minkowski_sum_2/sum_of_holes.cpp      |     43 +
 .../Minkowski_sum_2/sum_triangle_square.cpp        |     28 +
 .../examples/Minkowski_sum_2/sum_with_holes.cpp    |     30 +
 .../examples/Minkowski_sum_2/tight.dat             |      0
 .../examples/Minkowski_sum_3/CMakeLists.txt        |     27 +
 .../examples/Minkowski_sum_3/cube.nef3             |      0
 .../examples/Minkowski_sum_3/cube_offset.cin       |      0
 .../examples/Minkowski_sum_3/cube_offset.cpp       |      0
 .../examples/Minkowski_sum_3/glide.cin             |      0
 .../examples/Minkowski_sum_3/glide.cpp             |      0
 .../examples/Modular_arithmetic/CMakeLists.txt     |     26 +
 .../examples/Modular_arithmetic/modular_filter.cpp |      0
 3rdparty/CGAL-4.8/examples/Nef_2/CMakeLists.txt    |     28 +
 .../examples/Nef_2/nef_2_construction.cpp          |      0
 .../examples/Nef_2/nef_2_intersection.cpp          |      0
 .../examples/Nef_2/nef_2_polylines.cpp             |      0
 3rdparty/CGAL-4.8/examples/Nef_3/CMakeLists.txt    |     42 +
 .../examples/Nef_3/comparison.cpp                  |      0
 .../examples/Nef_3/complex_construction.cin        |      0
 .../examples/Nef_3/complex_construction.cpp        |      0
 .../examples/Nef_3/exploration_SM.cin              |      0
 .../examples/Nef_3/exploration_SM.cpp              |      0
 .../examples/Nef_3/extended_kernel.cin             |      0
 .../examples/Nef_3/extended_kernel.cpp             |      0
 .../examples/Nef_3/handling_double_coordinates.cin |      0
 .../examples/Nef_3/handling_double_coordinates.cpp |      0
 .../examples/Nef_3/interface_polyhedron.cin        |      0
 .../examples/Nef_3/interface_polyhedron.cpp        |      0
 .../examples/Nef_3/nefIO.cin                       |      0
 .../examples/Nef_3/nefIO.cpp                       |      0
 .../examples/Nef_3/nef_3_construction.cpp          |      0
 .../examples/Nef_3/nef_3_point_location.cin        |      0
 .../examples/Nef_3/nef_3_point_location.cpp        |      0
 .../examples/Nef_3/nef_3_simple.cpp                |      0
 .../examples/Nef_3/offIO.cin                       |      0
 .../examples/Nef_3/offIO.cpp                       |      0
 .../examples/Nef_3/point_set_operations.cpp        |      0
 .../examples/Nef_3/polyline_construction.cpp       |      0
 .../examples/Nef_3/set_operations.cpp              |      0
 .../examples/Nef_3/shell_exploration.cin           |      0
 .../examples/Nef_3/shell_exploration.cpp           |      0
 .../examples/Nef_3/topological_operations.cin      |      0
 .../examples/Nef_3/topological_operations.cpp      |      0
 .../examples/Nef_3/transformation.cpp              |      0
 3rdparty/CGAL-4.8/examples/Nef_S2/CMakeLists.txt   |     31 +
 .../include/CGAL/Nef_S2/create_random_Nef_S2.h     |      0
 .../examples/Nef_S2/nef_s2_construction.cpp        |      0
 .../examples/Nef_S2/nef_s2_exploration.cpp         |      0
 .../examples/Nef_S2/nef_s2_point_location.cpp      |      0
 .../examples/Nef_S2/nef_s2_simple.cpp              |      0
 .../CMakeLists.txt                                 |     34 +
 .../data/stair.xy                                  |    160 +
 .../data/stair.xym                                 |    160 +
 .../otr2_indexed_output_example.cpp                |     68 +
 .../otr2_list_output_example.cpp                   |     57 +
 .../otr2_mass_example.cpp                          |     70 +
 .../otr2_simplest_example.cpp                      |     28 +
 .../CGAL-4.8/examples/Partition_2/CMakeLists.txt   |     29 +
 .../examples/Partition_2/README                    |      0
 .../Partition_2/approx_convex_partition_2.cpp      |      0
 .../greene_approx_convex_partition_2.cpp           |      0
 .../Partition_2/optimal_convex_partition_2.cpp     |      0
 .../Partition_2/y_monotone_partition_2.cpp         |      0
 .../Periodic_2_triangulation_2/CMakeLists.txt      |     36 +
 .../data/triangulation_prog1.cin                   |      0
 .../p2t2_adding_handles.cpp                        |      0
 .../p2t2_colored_vertices.cpp                      |      0
 .../Periodic_2_triangulation_2/p2t2_covering.cpp   |      0
 .../p2t2_find_conflicts.cpp                        |      0
 .../p2t2_geometric_access.cpp                      |      0
 .../Periodic_2_triangulation_2/p2t2_hierarchy.cpp  |      0
 .../p2t2_info_insert_with_pair_iterator_2.cpp      |      0
 .../p2t2_info_insert_with_transform_iterator_2.cpp |      0
 .../p2t2_info_insert_with_zip_iterator_2.cpp       |      0
 .../p2t2_large_point_set.cpp                       |      0
 .../p2t2_simple_example.cpp                        |      0
 .../Periodic_3_triangulation_3/CMakeLists.txt      |     32 +
 .../examples/Periodic_3_triangulation_3/README     |      0
 .../colored_vertices.cpp                           |     40 +
 .../Periodic_3_triangulation_3/covering.cpp        |     48 +
 .../Periodic_3_triangulation_3/find_conflicts.cpp  |     55 +
 .../geometric_access.cpp                           |     39 +
 .../Periodic_3_triangulation_3/large_point_set.cpp |     61 +
 .../periodic_adding_handles.cpp                    |     69 +
 .../Periodic_3_triangulation_3/simple_example.cpp  |     77 +
 .../CGAL-4.8/examples/Point_set_2/CMakeLists.txt   |     27 +
 .../examples/Point_set_2/nearest_neighbor.cpp      |      0
 .../examples/Point_set_2/range_search.cpp          |      0
 .../examples/Point_set_processing_3/CMakeLists.txt |     81 +
 .../average_spacing_example.cpp                    |     67 +
 .../bilateral_smooth_point_set_example.cpp         |     77 +
 .../data/ChineseDragon-10kv.off                    |      0
 .../data/before_upsample.xyz                       |      0
 .../examples/Point_set_processing_3/data/camel.off |      0
 .../Point_set_processing_3/data/fandisk.off        |  47529 ++++++
 .../data/fin90_with_PCA_normals.xyz                |      0
 .../examples/Point_set_processing_3/data/oni.xyz   |      0
 .../Point_set_processing_3/data/sphere_1k.xyz      |      0
 .../Point_set_processing_3/data/sphere_20k.xyz     |      0
 .../data/sphere_20k_normal.xyz                     |      0
 .../edge_aware_upsample_point_set_example.cpp      |     80 +
 .../Point_set_processing_3/edges_example.cpp       |     58 +
 .../grid_simplification_example.cpp                |      0
 .../grid_simplify_indices.cpp                      |     57 +
 .../hierarchy_simplification_example.cpp           |     48 +
 .../jet_smoothing_example.cpp                      |     38 +
 .../Point_set_processing_3/normal_estimation.cmd   |      0
 .../Point_set_processing_3/normal_estimation.cpp   |    346 +
 .../Point_set_processing_3/normals_example.cpp     |     65 +
 .../Point_set_processing_3/property_map.cpp        |      0
 .../random_simplification_example.cpp              |     49 +
 .../read_write_xyz_point_set_example.cpp           |     53 +
 .../remove_outliers_example.cpp                    |     42 +
 ...p_simplify_and_regularize_point_set_example.cpp |     64 +
 .../Point_set_shape_detection_3/CMakeLists.txt     |     36 +
 .../Point_set_shape_detection_3/data/cube.pwn      |  50000 +++++++
 .../efficient_RANSAC_basic.cpp                     |     61 +
 .../efficient_RANSAC_custom_shape.cpp              |     62 +
 .../efficient_RANSAC_custom_shape.h                |     94 +
 .../efficient_RANSAC_parameters.cpp                |    108 +
 .../efficient_RANSAC_point_access.cpp              |    139 +
 .../CMakeLists.txt                                 |     48 +
 .../data/kitten.xyz                                |      0
 .../data/sphere926.pwn                             |      0
 .../poisson_reconstruction.cmd                     |      0
 .../poisson_reconstruction.cpp                     |    393 +
 .../poisson_reconstruction_example.cpp             |    108 +
 3rdparty/CGAL-4.8/examples/Polygon/CMakeLists.txt  |     29 +
 .../examples/Polygon/Example.cpp                   |      0
 .../examples/Polygon/Polygon.cpp                   |      0
 .../examples/Polygon/polygon_algorithms.cpp        |      0
 .../examples/Polygon/projected_polygon.cpp         |      0
 .../Polygon_mesh_processing/CMakeLists.txt         |    116 +
 .../compute_normals_example.cpp                    |     50 +
 .../compute_normals_example_OM.cpp                 |     59 +
 .../connected_components_example.cpp               |    131 +
 .../examples/Polygon_mesh_processing/data/P.off    |     53 +
 .../Polygon_mesh_processing/data/blobby.off        |   6081 +
 .../Polygon_mesh_processing/data/blobby_3cc.off    |   5241 +
 .../Polygon_mesh_processing/data/cube_quad.off     |     16 +
 .../data/degtri_sliding.off                        |     18 +
 .../Polygon_mesh_processing/data/eight.off         |    951 +
 .../data/full_border_quads.off                     |     32 +
 .../data/mech-holes-shark.off                      |  15440 ++
 .../examples/Polygon_mesh_processing/data/pig.off  |   1361 +
 .../Polygon_mesh_processing/data/tet-shuffled.off  |     10 +
 .../hole_filling_example.cpp                       |     62 +
 .../hole_filling_example_OM.cpp                    |     63 +
 .../hole_filling_example_SM.cpp                    |     62 +
 .../isotropic_remeshing_example.cpp                |     71 +
 .../mesh_slicer_example.cpp                        |     56 +
 .../point_inside_example.cpp                       |     73 +
 .../point_inside_example_OM.cpp                    |     77 +
 .../polygon_soup_example.cpp                       |     54 +
 .../refine_fair_example.cpp                        |     83 +
 .../self_intersections_example.cpp                 |     42 +
 .../stitch_borders_example.cpp                     |     39 +
 .../stitch_borders_example_OM.cpp                  |     38 +
 .../triangulate_faces_example.cpp                  |     40 +
 .../triangulate_faces_example_OM.cpp               |     33 +
 .../triangulate_polyline_example.cpp               |     50 +
 .../CGAL-4.8/examples/Polyhedron/CMakeLists.txt    |     41 +
 .../examples/Polyhedron/corner.off                 |      0
 .../examples/Polyhedron/corner_with_hole.off       |      0
 .../examples/Polyhedron/corner_with_sharp_edge.off |      0
 .../examples/Polyhedron/cross.off                  |      0
 .../examples/Polyhedron/polyhedron_prog_color.cpp  |      0
 .../examples/Polyhedron/polyhedron_prog_cube.cpp   |      0
 .../Polyhedron/polyhedron_prog_cut_cube.cpp        |      0
 .../Polyhedron/polyhedron_prog_incr_builder.cpp    |      0
 .../Polyhedron/polyhedron_prog_normals.cpp         |      0
 .../examples/Polyhedron/polyhedron_prog_off.cpp    |      0
 .../examples/Polyhedron/polyhedron_prog_planes.cpp |      0
 .../examples/Polyhedron/polyhedron_prog_simple.cpp |      0
 .../examples/Polyhedron/polyhedron_prog_subdiv.cin |      0
 .../examples/Polyhedron/polyhedron_prog_subdiv.cpp |      0
 .../polyhedron_prog_subdiv_with_boundary.cin       |      0
 .../polyhedron_prog_subdiv_with_boundary.cpp       |      0
 .../examples/Polyhedron/polyhedron_prog_tetra.cpp  |      0
 .../examples/Polyhedron/polyhedron_prog_traits.cpp |      0
 .../examples/Polyhedron/polyhedron_prog_vector.cpp |      0
 .../Polyhedron/polyhedron_prog_vertex_color.cpp    |      0
 .../Polyhedron/polyhedron_prog_vertex_normal.cpp   |      0
 .../Polyhedron/polyhedron_self_intersection.cin    |      0
 .../Polyhedron/polyhedron_self_intersection.cpp    |      0
 .../CGAL-4.8/examples/Polyhedron_IO/CMakeLists.txt |     37 +
 .../examples/Polyhedron_IO/iv2off.cin              |      0
 .../examples/Polyhedron_IO/iv2off.cpp              |      0
 .../examples/Polyhedron_IO/off2iv.cin              |      0
 .../examples/Polyhedron_IO/off2iv.cpp              |      0
 .../examples/Polyhedron_IO/off2off.cin             |      0
 .../examples/Polyhedron_IO/off2off.cpp             |      0
 .../examples/Polyhedron_IO/off2stl.cin             |      0
 .../examples/Polyhedron_IO/off2stl.cpp             |      0
 .../examples/Polyhedron_IO/off2vrml.cin            |      0
 .../examples/Polyhedron_IO/off2vrml.cpp            |      0
 .../examples/Polyhedron_IO/off2wav.cin             |      0
 .../examples/Polyhedron_IO/off2wav.cpp             |      0
 .../examples/Polyhedron_IO/off_bbox.cin            |      0
 .../examples/Polyhedron_IO/off_bbox.cpp            |      0
 .../examples/Polyhedron_IO/off_glue.cin            |      0
 .../examples/Polyhedron_IO/off_glue.cpp            |      0
 .../examples/Polyhedron_IO/off_transform.cin       |      0
 .../examples/Polyhedron_IO/off_transform.cpp       |      0
 .../examples/Polyhedron_IO/polyhedron2vrml.cin     |      0
 .../examples/Polyhedron_IO/polyhedron2vrml.cpp     |      0
 .../examples/Polyhedron_IO/polyhedron_copy.cin     |      0
 .../examples/Polyhedron_IO/polyhedron_copy.cpp     |      0
 .../examples/Polyhedron_IO/terr_trian.cin          |      0
 .../examples/Polyhedron_IO/terr_trian.cpp          |      0
 .../Polyhedron_IO/triangulation_print_OFF.h        |      0
 .../Polyline_simplification_2/CMakeLists.txt       |     29 +
 .../points_and_vertices.cin                        |      0
 .../points_and_vertices.cpp                        |      0
 .../Polyline_simplification_2/simplify.cin         |      0
 .../Polyline_simplification_2/simplify.cpp         |      0
 .../Polyline_simplification_2/simplify_polygon.cin |      0
 .../Polyline_simplification_2/simplify_polygon.cpp |      0
 .../simplify_polyline.cin                          |      0
 .../simplify_polyline.cpp                          |      0
 .../CGAL-4.8/examples/Polynomial/CMakeLists.txt    |     32 +
 .../examples/Polynomial/coefficient_access.cpp     |      0
 .../CGAL-4.8/examples/Polynomial/construction.cpp  |     49 +
 .../examples/Polynomial/degree.cpp                 |      0
 .../Polynomial/gcd_up_to_constant_factor.cpp       |      0
 .../examples/Polynomial/subresultants.cpp          |      0
 .../examples/Polynomial/substitute.cpp             |      0
 .../examples/Polynomial/swap_move.cpp              |      0
 .../examples/Polytope_distance_d/CMakeLists.txt    |     29 +
 .../all_furthest_neighbors_2.cpp                   |      0
 .../Polytope_distance_d/polytope_distance_d.cpp    |      0
 .../polytope_distance_d_fast_exact.cpp             |      0
 .../examples/Polytope_distance_d/width_simplex.cpp |      0
 .../Principal_component_analysis/CMakeLists.txt    |     30 +
 .../Principal_component_analysis/barycenter.cpp    |      0
 .../Principal_component_analysis/bounding_box.cpp  |      0
 .../Principal_component_analysis/centroid.cpp      |      0
 .../linear_least_squares_fitting_points_2.cpp      |      0
 .../linear_least_squares_fitting_triangles_3.cpp   |      0
 .../examples/Profiling_tools/CMakeLists.txt        |     28 +
 .../examples/Profiling_tools/Profile_counter.cpp   |      0
 .../Profiling_tools/Profile_histogram_counter.cpp  |      0
 .../examples/Profiling_tools/Profile_timer.cpp     |      0
 .../CGAL-4.8/examples/QP_solver/CMakeLists.txt     |     51 +
 .../examples/QP_solver/convex_hull_containment.cpp |      0
 .../QP_solver/convex_hull_containment2.cpp         |      0
 .../convex_hull_containment_benchmarks.cpp         |      0
 .../examples/QP_solver/cycling.cpp                 |      0
 .../examples/QP_solver/cycling.mps                 |      0
 .../examples/QP_solver/double_qp_solver.cin        |      0
 .../examples/QP_solver/double_qp_solver.data       |      0
 .../examples/QP_solver/first_lp.cpp                |      0
 .../examples/QP_solver/first_lp.mps                |      0
 .../examples/QP_solver/first_lp_from_iterators.cpp |      0
 .../examples/QP_solver/first_lp_from_mps.cpp       |      0
 .../examples/QP_solver/first_nonnegative_lp.cpp    |      0
 .../examples/QP_solver/first_nonnegative_lp.mps    |      0
 .../first_nonnegative_lp_from_iterators.cpp        |      0
 .../QP_solver/first_nonnegative_lp_from_mps.cpp    |      0
 .../examples/QP_solver/first_nonnegative_qp.cpp    |      0
 .../examples/QP_solver/first_nonnegative_qp.mps    |      0
 .../first_nonnegative_qp_from_iterators.cpp        |      0
 .../QP_solver/first_nonnegative_qp_from_mps.cpp    |      0
 .../examples/QP_solver/first_qp.cpp                |      0
 .../examples/QP_solver/first_qp.mps                |      0
 .../QP_solver/first_qp_basic_constraints.cpp       |      0
 .../examples/QP_solver/first_qp_from_iterators.cpp |      0
 .../examples/QP_solver/first_qp_from_mps.cpp       |      0
 .../examples/QP_solver/important_variables.cpp     |      0
 .../QP_solver/infeasibility_certificate.cpp        |     68 +
 .../examples/QP_solver/integer_qp_solver.cin       |      0
 .../examples/QP_solver/integer_qp_solver.data      |      0
 .../examples/QP_solver/invert_matrix.cpp           |      0
 .../examples/QP_solver/optimality_certificate.cpp  |      0
 .../examples/QP_solver/print_first_lp.cpp          |      0
 .../QP_solver/print_first_nonnegative_lp.cpp       |      0
 .../QP_solver/print_first_nonnegative_qp.cpp       |      0
 .../examples/QP_solver/print_first_qp.cpp          |      0
 .../examples/QP_solver/rational_qp_solver.cin      |      0
 .../examples/QP_solver/rational_qp_solver.data     |      0
 .../QP_solver/solve_convex_hull_containment_lp.h   |      0
 .../QP_solver/solve_convex_hull_containment_lp2.h  |      0
 .../QP_solver/solve_convex_hull_containment_lp3.h  |      0
 .../QP_solver/unboundedness_certificate.cpp        |     75 +
 .../examples/RangeSegmentTrees/CMakeLists.txt      |     41 +
 .../RangeSegmentTrees/include/Tree_Traits.h        |      0
 .../examples/RangeSegmentTrees/range_tree_1.cpp    |      0
 .../examples/RangeSegmentTrees/range_tree_2.cpp    |      0
 .../examples/RangeSegmentTrees/range_tree_3.cpp    |      0
 .../examples/RangeSegmentTrees/range_tree_4.cpp    |      0
 .../RangeSegmentTrees/range_tree_map_2.cpp         |      0
 .../RangeSegmentTrees/range_tree_set_2.cpp         |      0
 .../examples/RangeSegmentTrees/segment_tree_1.cpp  |      0
 .../examples/RangeSegmentTrees/segment_tree_2.cpp  |      0
 .../examples/RangeSegmentTrees/segment_tree_3.cpp  |      0
 .../examples/RangeSegmentTrees/segment_tree_4.cpp  |      0
 .../RangeSegmentTrees/segment_tree_map_2.cpp       |      0
 .../RangeSegmentTrees/segment_tree_set_2.cpp       |      0
 .../RangeSegmentTrees/segment_tree_set_3.cpp       |      0
 .../RangeSegmentTrees/software_design_rgs.cpp      |      0
 .../examples/Rectangular_p_center_2/CMakeLists.txt |     26 +
 .../rectangular_p_center_2.cpp                     |      0
 3rdparty/CGAL-4.8/examples/Ridges_3/CMakeLists.txt |     52 +
 .../examples/Ridges_3/Compute_Ridges_Umbilics.cpp  |    389 +
 .../CGAL-4.8/examples/Ridges_3/PolyhedralSurf.h    |     98 +
 .../examples/Ridges_3/PolyhedralSurf_rings.h       |    170 +
 .../examples/Ridges_3/README                       |      0
 .../examples/Ridges_3/Ridges_Umbilics_SM.cpp       |    389 +
 .../CGAL-4.8/examples/Ridges_3/compute_normals.h   |     62 +
 .../Ridges_3/data/poly2x^2+y^2-0.062500.off        |      0
 .../examples/Ridges_3/skip_vcproj_auto_generation  |      0
 .../CGAL-4.8/examples/STL_Extension/CMakeLists.txt |     31 +
 .../examples/STL_Extension/Default.cpp             |      0
 .../STL_Extension/Dispatch_output_iterator.cpp     |      0
 .../examples/STL_Extension/in_place_list_prog.cpp  |      0
 .../STL_Extension/min_element_if_example.cpp       |      0
 .../STL_Extension/min_max_element_example.cpp      |      0
 .../examples/STL_Extension/unordered_map.cpp       |     19 +
 .../Scale_space_reconstruction_3/CMakeLists.txt    |     40 +
 .../Scale_space_reconstruction_3/data/kitten.off   |      0
 .../Scale_space_reconstruction_3/scale_space.cmd   |      0
 .../Scale_space_reconstruction_3/scale_space.cpp   |     55 +
 .../scale_space_incremental.cmd                    |      0
 .../scale_space_incremental.cpp                    |      0
 .../scale_space_manifold.cmd}                      |      0
 .../scale_space_manifold.cpp                       |     69 +
 .../Segment_Delaunay_graph_2/CMakeLists.txt        |     32 +
 .../Segment_Delaunay_graph_2/data/sites.cin        |      0
 .../Segment_Delaunay_graph_2/data/sites2.cin       |      0
 .../Segment_Delaunay_graph_2/data/sitesx.cin       |      0
 .../Segment_Delaunay_graph_2/data/sitesxx.cin      |      0
 .../Segment_Delaunay_graph_2/data/sitesxx.rb.cin   |      0
 .../Segment_Delaunay_graph_2/sdg-count-sites.cpp   |      0
 .../sdg-fast-sp-polygon.cpp                        |      0
 .../Segment_Delaunay_graph_2/sdg-fast-sp.cpp       |      0
 .../sdg-filtered-traits.cpp                        |      0
 .../Segment_Delaunay_graph_2/sdg-info-set.cpp      |      0
 .../Segment_Delaunay_graph_2/sdg-red-blue-info.cpp |    137 +
 .../Segment_Delaunay_graph_2/sdg-voronoi-edges.cpp |      0
 .../Segment_Delaunay_graph_Linf_2/CMakeLists.txt   |     35 +
 .../Segment_Delaunay_graph_Linf_2}/data/sites.cin  |      0
 .../Segment_Delaunay_graph_Linf_2}/data/sites2.cin |      0
 .../Segment_Delaunay_graph_Linf_2}/data/sitesx.cin |      0
 .../data/sitesxx.cin                               |      0
 .../data/sitesxx.rb.cin                            |      0
 .../print-sdg-linf.cpp                             |     56 +
 .../sdg-count-sites-linf.cpp                       |     71 +
 .../sdg-fast-sp-linf.cpp                           |     44 +
 .../sdg-fast-sp-polygon-linf.cpp                   |     61 +
 .../sdg-filtered-traits-linf.cpp                   |     44 +
 .../sdg-info-set-linf.cpp                          |    246 +
 .../sdg-red-blue-info-linf.cpp                     |    139 +
 .../sdg-voronoi-edges-exact-linf.cpp               |    131 +
 .../sdg-voronoi-edges-linf.cpp                     |    104 +
 .../examples/Skin_surface_3/CMakeLists.txt         |     44 +
 .../examples/Skin_surface_3/data/1IYE.pdb          |      0
 .../examples/Skin_surface_3/data/1mvm.pdb          |      0
 .../examples/Skin_surface_3/data/1t7i.pdb          |      0
 .../examples/Skin_surface_3/data/4lfq.pdb          |      0
 .../examples/Skin_surface_3/data/caffeine.cin      |      0
 .../Skin_surface_3/data/molecule_tunnel.cin        |      0
 .../include/extract_balls_from_pdb.h               |      0
 .../Skin_surface_3/skin_surface_pdb_reader.cpp     |      0
 ...n_surface_retrieve_defining_weighted_points.cpp |      0
 .../Skin_surface_3/skin_surface_simple.cpp         |      0
 .../Skin_surface_3/skin_surface_subdiv.cpp         |      0
 .../skin_surface_subdiv_with_normals.cpp           |      0
 .../examples/Skin_surface_3/skin_surface_writer.h  |      0
 .../Skin_surface_3/union_of_balls_simple.cpp       |      0
 .../Skin_surface_3/union_of_balls_subdiv.cpp       |      0
 .../examples/Snap_rounding_2/CMakeLists.txt        |     28 +
 .../Snap_rounding_2/data/snap_rounding_data        |      0
 .../examples/Snap_rounding_2/snap_rounding.cpp     |      0
 .../Snap_rounding_2/snap_rounding_data.cpp         |      0
 .../Snap_rounding_2/snap_rounding_to_integer.cpp   |      0
 .../examples/Solver_interface/CMakeLists.txt       |     35 +
 .../Solver_interface/diagonalize_matrix.cpp        |     51 +
 .../singular_value_decomposition.cpp               |     37 +
 .../examples/Solver_interface/sparse_solvers.cpp   |     49 +
 .../examples/Spatial_searching/CMakeLists.txt      |     92 +
 .../examples/Spatial_searching/Distance.h          |      0
 .../examples/Spatial_searching/Point.h             |      0
 .../examples/Spatial_searching/circular_query.cpp  |      0
 .../examples/Spatial_searching/data/tripod.off     |      0
 .../Spatial_searching/distance_browsing.cpp        |      0
 .../Spatial_searching/fuzzy_range_query.cpp        |      0
 .../general_neighbor_searching.cpp                 |      0
 .../Spatial_searching/iso_rectangle_2_query.cpp    |      0
 .../nearest_neighbor_searching.cpp                 |      0
 .../searching_polyhedron_vertices.cpp              |      0
 ...ching_polyhedron_vertices_with_fuzzy_sphere.cpp |     55 +
 .../searching_sphere_orthogonally.cpp              |      0
 .../searching_surface_mesh_vertices.cpp            |      0
 .../searching_with_circular_query.cpp              |     62 +
 .../searching_with_point_with_info.cpp             |      0
 .../searching_with_point_with_info_inplace.cpp     |      0
 .../searching_with_point_with_info_pmap.cpp        |      0
 .../Spatial_searching/splitter_worst_cases.cpp     |      0
 .../user_defined_point_and_distance.cpp            |      0
 .../using_fair_splitting_rule.cpp                  |      0
 .../weighted_Minkowski_distance.cpp                |      0
 .../examples/Spatial_sorting/CMakeLists.txt        |     36 +
 .../Spatial_sorting/example_delaunay_2.cpp         |      0
 .../examples/Spatial_sorting/hilbert.cpp           |      0
 .../examples/Spatial_sorting/hilbert_policies.cpp  |      0
 .../Spatial_sorting/hilbert_sort_on_sphere.cpp     |     49 +
 .../examples/Spatial_sorting/myPoint.cpp           |      0
 .../Spatial_sorting/small_example_delaunay_2.cpp   |      0
 .../examples/Spatial_sorting/sort_indices.cpp      |      0
 .../sp_sort_using_property_map_2.cpp               |      0
 .../sp_sort_using_property_map_3.cpp               |      0
 .../sp_sort_using_property_map_d.cpp               |      0
 .../Spatial_sorting/spatial_sort_on_sphere.cpp     |     49 +
 .../examples/Straight_skeleton_2/CMakeLists.txt    |     34 +
 .../Create_offset_polygons_2.cpp                   |      0
 .../Create_saop_from_polygon_with_holes_2.cpp      |      0
 .../Create_skeleton_and_offset_polygons_2.cpp      |      0
 ...e_skeleton_and_offset_polygons_with_holes_2.cpp |     57 +
 .../Create_straight_skeleton_2.cpp                 |      0
 ...straight_skeleton_from_polygon_with_holes_2.cpp |      0
 .../examples/Straight_skeleton_2/Low_level_API.cpp |      0
 .../Straight_skeleton_2/Show_offset_polygon.cpp    |      0
 .../Straight_skeleton_2/Show_straight_skeleton.cpp |      0
 .../examples/Straight_skeleton_2/dump_to_eps.h     |    171 +
 .../Straight_skeleton_2/input_file_format.txt      |      0
 .../CGAL-4.8/examples/Straight_skeleton_2/print.h  |     85 +
 .../examples/Straight_skeleton_2/sample_1.dat      |      0
 .../examples/Straight_skeleton_2/sample_2.dat      |      0
 .../examples/Straight_skeleton_2/sample_3.dat      |      0
 .../examples/Straight_skeleton_2/sample_4.dat      |      0
 .../examples/Stream_lines_2/CMakeLists.txt         |     27 +
 .../examples/Stream_lines_2/data/datap.tri.cin     |      0
 .../examples/Stream_lines_2/data/datav.tri.cin     |      0
 .../Stream_lines_2/data/irregular_data.tri.cin     |      0
 .../examples/Stream_lines_2/data/vnoise.vec.cin    |      0
 .../examples/Stream_lines_2/stl_regular_field.cpp  |      0
 .../Stream_lines_2/stl_triangular_field.cpp        |      0
 .../examples/Subdivision_method_3/CMakeLists.txt   |     29 +
 .../CatmullClark_subdivision.cpp                   |      0
 .../Customized_subdivision.cpp                     |      0
 .../Subdivision_method_3/DooSabin_subdivision.cpp  |      0
 .../Subdivision_method_3/Loop_subdivision.cpp      |      0
 .../examples/Subdivision_method_3/data/corner.off  |      0
 .../data/corner_tris_with_hole.off                 |      0
 .../Subdivision_method_3/data/corner_with_hole.off |      0
 .../data/corner_with_sharp_edge.off                |      0
 .../examples/Subdivision_method_3/data/cross.off   |      0
 .../Subdivision_method_3/data/quint_tris.off       |      0
 .../CGAL-4.8/examples/Surface_mesh/CMakeLists.txt  |     35 +
 .../examples/Surface_mesh/cube.off                 |      0
 .../examples/Surface_mesh/data/elephant.off        |      0
 .../examples/Surface_mesh/data/knot1.off           |      0
 .../CGAL-4.8/examples/Surface_mesh/data/quad.off   |      7 +
 .../examples/Surface_mesh/data/triangle.off        |      6 +
 .../CGAL-4.8/examples/Surface_mesh/sm_aabbtree.cpp |     90 +
 .../examples/Surface_mesh/sm_bgl.cmd               |      0
 .../examples/Surface_mesh/sm_bgl.cpp               |      0
 .../examples/Surface_mesh/sm_circulators.cpp       |      0
 .../examples/Surface_mesh/sm_do_intersect.cmd      |      0
 .../examples/Surface_mesh/sm_do_intersect.cpp      |      0
 .../examples/Surface_mesh/sm_iterators.cpp         |     69 +
 .../CGAL-4.8/examples/Surface_mesh/sm_join.cpp     |     40 +
 .../examples/Surface_mesh/sm_kruskal.cmd           |      0
 .../examples/Surface_mesh/sm_kruskal.cpp           |      0
 .../CGAL-4.8/examples/Surface_mesh/sm_memory.cpp   |     67 +
 .../examples/Surface_mesh/sm_properties.cpp        |      0
 .../Surface_mesh_deformation/CMakeLists.txt        |     48 +
 .../all_roi_assign_example.cpp                     |      0
 .../all_roi_assign_example_Surface_mesh.cpp        |      0
 .../all_roi_assign_example_custom_polyhedron.cpp   |    156 +
 .../all_roi_assign_example_with_OpenMesh.cpp       |      0
 .../custom_weight_for_edges_example.cpp            |     85 +
 .../Surface_mesh_deformation}/data/plane.off       |      0
 .../deform_polyhedron_with_custom_pmap_example.cpp |      0
 .../k_ring_roi_translate_rotate_Surface_mesh.cpp   |      0
 .../k_ring_roi_translate_rotate_example.cpp        |      0
 .../Authalic_parameterization.cmd                  |      0
 .../Authalic_parameterization.cpp                  |    110 +
 .../Surface_mesh_parameterization/CMakeLists.txt   |     75 +
 .../Complete_parameterization_example.cmd          |      0
 .../Complete_parameterization_example.cpp          |    285 +
 .../Mesh_cutting_parameterization.cmd              |      0
 .../Mesh_cutting_parameterization.cpp              |    196 +
 .../Simple_parameterization.cmd                    |      0
 .../Simple_parameterization.cpp                    |    108 +
 .../Square_border_parameterization.cmd             |      0
 .../Square_border_parameterization.cpp             |    115 +
 .../data/check_64x64.bmp                           |    Bin
 .../Surface_mesh_parameterization/data/holes.off   |      0
 .../data/mannequin-devil.off                       |      0
 .../data/mask_cone.off                             |      0
 .../data/nefertiti.off                             |      0
 .../data/parameterization.mtl                      |      0
 .../Surface_mesh_parameterization/data/rotor.off   |      0
 .../data/sphere966.off                             |      0
 .../data/three_peaks.off                           |      0
 .../include/Mesh_cutter.h                          |      0
 .../Parameterization_polyhedron_adaptor_ex.h       |      0
 .../include/Polyhedron_ex.h                        |      0
 .../polyhedron_ex_parameterization.cmd             |      0
 .../polyhedron_ex_parameterization.cpp             |    488 +
 .../quick_test_suite.bat                           |     10 +
 .../quick_test_suite.sh                            |    109 +
 .../Surface_mesh_segmentation/CMakeLists.txt       |     73 +
 .../Surface_mesh_segmentation/data/cactus.off      |      0
 .../sdf_values_example.cpp                         |      0
 ...gmentation_from_sdf_values_OpenMesh_example.cpp |     68 +
 .../segmentation_from_sdf_values_SM_example.cpp    |      0
 .../segmentation_from_sdf_values_example.cpp       |      0
 .../segmentation_via_sdf_values_example.cpp        |      0
 .../segmentation_with_facet_ids_example.cpp        |      0
 .../Surface_mesh_shortest_path/CMakeLists.txt      |     38 +
 .../Surface_mesh_shortest_path}/data/elephant.off  |      0
 .../shortest_path_sequence.cpp                     |    124 +
 .../shortest_paths_OpenMesh.cpp                    |     71 +
 .../shortest_paths_multiple_sources.cpp            |     80 +
 .../shortest_paths_no_id.cpp                       |     84 +
 .../shortest_paths_with_id.cpp                     |     70 +
 .../Surface_mesh_simplification/CMakeLists.txt     |     78 +
 .../Surface_mesh_simplification/cube-meshed.off    |      0
 .../examples/Surface_mesh_simplification/cube.off  |      0
 .../edge_collapse_OpenMesh.cpp                     |     97 +
 .../edge_collapse_constrain_sharp_edges.cmd        |      0
 .../edge_collapse_constrain_sharp_edges.cpp        |    189 +
 ...edge_collapse_constrained_border_polyhedron.cmd |      0
 ...edge_collapse_constrained_border_polyhedron.cpp |    125 +
 ...ge_collapse_constrained_border_surface_mesh.cmd |      0
 ...ge_collapse_constrained_border_surface_mesh.cpp |    120 +
 .../edge_collapse_enriched_polyhedron.cmd          |      0
 .../edge_collapse_enriched_polyhedron.cpp          |    187 +
 .../edge_collapse_polyhedron.cmd                   |      0
 .../edge_collapse_polyhedron.cpp                   |     55 +
 .../edge_collapse_surface_mesh.cmd                 |      0
 .../edge_collapse_surface_mesh.cpp                 |    161 +
 .../mesh_with_border.off                           |      0
 .../Surface_mesh_skeletonization/CMakeLists.txt    |     41 +
 .../MCF_Skeleton_example.cpp                       |     72 +
 .../MCF_Skeleton_sm_example.cpp                    |     70 +
 .../Surface_mesh_skeletonization/data/161.off      |  41476 ++++++
 .../data/elephant.off                              |      0
 .../segmentation_example.cpp                       |     98 +
 .../simple_mcfskel_example.cpp                     |     79 +
 .../simple_mcfskel_sm_example.cpp                  |     57 +
 .../examples/Surface_mesher/CMakeLists.txt         |     30 +
 .../examples/Surface_mesher/data/skull_2.9.inr     |    Bin
 .../examples/Surface_mesher/data/triceratops.off   |      0
 .../Surface_mesher/mesh_a_3d_gray_image.cpp        |      0
 .../Surface_mesher/mesh_an_implicit_function.cpp   |      0
 .../Surface_mesher/skip_vcproj_auto_generation     |      0
 .../CGAL-4.8/examples/Sweep_line_2/CMakeLists.txt  |     63 +
 .../examples/Sweep_line_2}/sweep_line.cpp          |      0
 3rdparty/CGAL-4.8/examples/TDS_3/CMakeLists.txt    |     27 +
 .../examples/TDS_3}/linking_2d_and_3d.cpp          |      0
 .../examples/TDS_3}/tds.cpp                        |      0
 .../CGAL-4.8/examples/Triangulation/CMakeLists.txt |     38 +
 .../Triangulation/barycentric_subdivision.cpp      |      0
 .../Triangulation/delaunay_triangulation.cpp       |     78 +
 .../examples/Triangulation/triangulation.cpp       |     53 +
 .../examples/Triangulation/triangulation1.cpp      |      0
 .../examples/Triangulation/triangulation2.cpp      |      0
 .../triangulation_data_structure_dynamic.cpp       |      0
 .../triangulation_data_structure_static.cpp        |      0
 .../examples/Triangulation_2/CMakeLists.txt        |     43 +
 .../examples/Triangulation_2/README                |      0
 .../examples/Triangulation_2/adding_handles.cpp    |      0
 .../examples/Triangulation_2/colored_face.cpp      |      0
 .../examples/Triangulation_2/constrained.cpp       |      0
 .../Triangulation_2/constrained_hierarchy_plus.cpp |      0
 .../examples/Triangulation_2/constrained_plus.cpp  |      0
 .../Triangulation_2/copy_triangulation_2.cpp       |      0
 .../examples/Triangulation_2/data/constrained.cin  |      0
 .../examples/Triangulation_2/data/regular.cin      |      0
 .../examples/Triangulation_2/data/terrain.cin      |      0
 .../Triangulation_2/data/triangulation_prog1.cin   |      0
 .../examples/Triangulation_2/data/voronoi.cin      |      0
 .../examples/Triangulation_2/hierarchy.cpp         |      0
 .../info_insert_with_pair_iterator_2.cpp           |      0
 .../info_insert_with_pair_iterator_regular_2.cpp   |      0
 .../info_insert_with_transform_iterator_2.cpp      |      0
 .../info_insert_with_zip_iterator_2.cpp            |      0
 .../Triangulation_2/polygon_triangulation.cpp      |      0
 .../Triangulation_2/polylines_triangulation.cpp    |      0
 .../Triangulation_2/print_cropped_voronoi.cpp      |      0
 .../examples/Triangulation_2/regular.cpp           |      0
 .../examples/Triangulation_2/terrain.cpp           |      0
 .../Triangulation_2/triangulation_prog1.cpp        |      0
 .../examples/Triangulation_2/voronoi.cpp           |      0
 .../examples/Triangulation_3/CMakeLists.txt        |     48 +
 .../examples/Triangulation_3/README                |      0
 .../examples/Triangulation_3/adding_handles_3.cpp  |      0
 .../examples/Triangulation_3/color.cpp             |      0
 .../Triangulation_3/copy_triangulation_3.cpp       |      0
 .../examples/Triangulation_3/fast_location_3.cpp   |     35 +
 .../examples/Triangulation_3/find_conflicts_3.cpp  |      0
 .../info_insert_with_pair_iterator.cpp             |      0
 .../info_insert_with_pair_iterator_regular.cpp     |      0
 .../info_insert_with_transform_iterator.cpp        |      0
 .../info_insert_with_zip_iterator.cpp              |      0
 ...parallel_insertion_and_removal_in_regular_3.cpp |      0
 .../parallel_insertion_in_delaunay_3.cpp           |      0
 .../examples/Triangulation_3/regular_3.cpp         |      0
 .../Triangulation_3/sequential_parallel.cpp        |     56 +
 .../Triangulation_3/simple_triangulation_3.cpp     |      0
 .../examples/Triangulation_3/simplex.cpp           |      0
 .../CGAL-4.8/examples/Visibility_2/CMakeLists.txt  |     27 +
 .../Visibility_2/general_polygon_example.cpp       |     67 +
 .../Visibility_2/simple_polygon_visibility_2.cpp   |     74 +
 .../examples/Voronoi_diagram_2/CMakeLists.txt      |     27 +
 .../examples/Voronoi_diagram_2/data/1D.ag.cin      |      0
 .../examples/Voronoi_diagram_2/data/data1.ag.cin   |      0
 .../examples/Voronoi_diagram_2/data/data1.dt.cin   |      0
 .../examples/Voronoi_diagram_2/data/data1.svd.cin  |      0
 .../examples/Voronoi_diagram_2/data/data2.ag.cin   |      0
 .../examples/Voronoi_diagram_2/data/data3.ag.cin   |      0
 .../Voronoi_diagram_2/data/degenerate.ag.cin       |      0
 .../Voronoi_diagram_2/data/queries1.dt.cin         |      0
 .../Voronoi_diagram_2/data/queries1.svd.cin        |      0
 .../Voronoi_diagram_2/vd_2_point_location.cpp      |      0
 .../vd_2_point_location_sdg_linf.cpp               |     90 +
 .../include/CGAL/AABB_C3T3_triangle_primitive.h    |    115 +
 .../CGAL/AABB_face_graph_triangle_primitive.h      |      0
 .../CGAL/AABB_halfedge_graph_segment_primitive.h   |      0
 .../include/CGAL/AABB_intersections.h              |      0
 .../include/CGAL/AABB_polyhedral_oracle.h          |      0
 .../CGAL/AABB_polyhedron_segment_primitive.h       |      0
 .../CGAL/AABB_polyhedron_triangle_primitive.h      |      0
 .../include/CGAL/AABB_primitive.h                  |      0
 .../include/CGAL/AABB_segment_primitive.h          |      0
 .../include/CGAL/AABB_traits.h                     |      0
 3rdparty/CGAL-4.8/include/CGAL/AABB_tree.h         |   1239 +
 .../include/CGAL/AABB_triangle_primitive.h         |      0
 .../CGAL/Advancing_front_surface_reconstruction.h  |   2638 +
 ...cing_front_surface_reconstruction_cell_base_3.h |    253 +
 ...ng_front_surface_reconstruction_vertex_base_3.h |    286 +
 .../include/CGAL/Aff_transformation_2.h            |      0
 .../include/CGAL/Aff_transformation_3.h            |      0
 .../include/CGAL/Algebraic_extension_traits.h      |      0
 .../include/CGAL/Algebraic_kernel_converter.h      |      0
 .../Algebraic_kernel_d/Algebraic_curve_kernel_2.h  |      0
 .../CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h   |      0
 .../Algebraic_real_quadratic_refinement_rep_bfi.h  |      0
 .../CGAL/Algebraic_kernel_d/Algebraic_real_rep.h   |      0
 .../Algebraic_kernel_d/Algebraic_real_rep_bfi.h    |      0
 .../Bitstream_coefficient_kernel.h                 |      0
 .../Bitstream_coefficient_kernel_at_alpha.h        |      0
 .../CGAL/Algebraic_kernel_d/Bitstream_descartes.h  |      0
 .../Bitstream_descartes_E08_tree.h                 |      0
 .../Bitstream_descartes_rndl_tree.h                |      0
 .../Bitstream_descartes_rndl_tree_traits.h         |      0
 .../CGAL/Algebraic_kernel_d/Curve_analysis_2.h     |   2559 +
 .../Algebraic_kernel_d/Curve_pair_analysis_2.h     |      0
 .../include/CGAL/Algebraic_kernel_d/Descartes.h    |      0
 .../CGAL/Algebraic_kernel_d/Event_line_builder.h   |      0
 .../include/CGAL/Algebraic_kernel_d/Float_traits.h |      0
 .../CGAL/Algebraic_kernel_d/Interval_evaluate_1.h  |      0
 .../CGAL/Algebraic_kernel_d/Interval_evaluate_2.h  |      0
 .../CGAL/Algebraic_kernel_d/LRU_hashed_map.h       |      0
 .../Algebraic_kernel_d/Real_embeddable_extension.h |      0
 .../include/CGAL/Algebraic_kernel_d/Real_roots.h   |      0
 .../CGAL/Algebraic_kernel_d/Shear_controller.h     |      0
 .../CGAL/Algebraic_kernel_d/Shear_transformation.h |      0
 .../CGAL/Algebraic_kernel_d/Status_line_CA_1.h     |      0
 .../CGAL/Algebraic_kernel_d/Status_line_CPA_1.h    |      0
 .../CGAL/Algebraic_kernel_d/Xy_coordinate_2.h      |    785 +
 .../algebraic_curve_kernel_2_tools.h               |      0
 .../CGAL/Algebraic_kernel_d/bound_between_1.h      |      0
 .../CGAL/Algebraic_kernel_d/construct_binary.h     |      0
 .../include/CGAL/Algebraic_kernel_d/enums.h        |      0
 .../include/CGAL/Algebraic_kernel_d/exceptions.h   |      0
 .../include/CGAL/Algebraic_kernel_d/flags.h        |      0
 .../include/CGAL/Algebraic_kernel_d/macros.h       |      0
 .../CGAL/Algebraic_kernel_d/refine_zero_against.h  |      0
 .../include/CGAL/Algebraic_kernel_d/shear.h        |      0
 .../univariate_polynomial_utils.h                  |      0
 .../include/CGAL/Algebraic_kernel_d_1.h            |      0
 .../include/CGAL/Algebraic_kernel_d_2.h            |      0
 ...function_objects_on_roots_and_polynomials_2_2.h |      0
 ...nal_functions_comparison_root_for_circles_2_2.h |      0
 ...functions_on_roots_and_polynomial_1_2_and_2_2.h |      0
 ...ternal_functions_on_roots_and_polynomials_2_2.h |      0
 .../CGAL/Algebraic_kernel_for_circles_2_2.h        |      0
 ...function_objects_on_roots_and_polynomials_2_3.h |      0
 ...nal_functions_comparison_root_for_spheres_2_3.h |      0
 ...functions_on_roots_and_polynomial_1_3_and_2_3.h |      0
 ...ternal_functions_on_roots_and_polynomials_1_3.h |      0
 ...ternal_functions_on_roots_and_polynomials_2_3.h |      0
 .../CGAL/Algebraic_kernel_for_spheres_2_3.h        |      0
 .../include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h    |      0
 .../include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h    |      0
 .../include/CGAL/Algebraic_structure_traits.h      |      0
 .../include/CGAL/Alpha_shape_2.h                   |      0
 .../include/CGAL/Alpha_shape_3.h                   |      0
 .../include/CGAL/Alpha_shape_cell_base_3.h         |      0
 .../include/CGAL/Alpha_shape_euclidean_traits_2.h  |      0
 .../include/CGAL/Alpha_shape_euclidean_traits_3.h  |      0
 .../include/CGAL/Alpha_shape_face_base_2.h         |      0
 .../include/CGAL/Alpha_shape_vertex_base_2.h       |      0
 .../include/CGAL/Alpha_shape_vertex_base_3.h       |      0
 .../CGAL-4.8/include/CGAL/Apollonius_graph_2.h     |   1345 +
 .../Apollonius_graph_2/Apollonius_graph_2_impl.h   |      0
 .../Apollonius_graph_hierarchy_2_impl.h            |      0
 .../Bounded_side_of_ccw_circle_C2.h                |      0
 .../CGAL/Apollonius_graph_2/Compare_weight_2.h     |      0
 .../include/CGAL/Apollonius_graph_2/Compare_x_2.h  |      0
 .../include/CGAL/Apollonius_graph_2/Compare_y_2.h  |      0
 .../CGAL/Apollonius_graph_2/Constructions_C2.h     |      0
 .../CGAL/Apollonius_graph_2/Constructions_ftC2.h   |      0
 .../CGAL/Apollonius_graph_2/Constructions_rtH2.h   |      0
 .../CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h |      0
 .../CGAL/Apollonius_graph_2/Finite_edge_test_C2.h  |      0
 .../include/CGAL/Apollonius_graph_2/Incircle8_C2.h |      0
 .../include/CGAL/Apollonius_graph_2/Incircle_C2.h  |      0
 .../Apollonius_graph_2/Infinite_edge_test_C2.h     |      0
 .../Apollonius_graph_2/Is_degenerate_edge_C2.h     |      0
 .../include/CGAL/Apollonius_graph_2/Is_hidden_C2.h |      0
 .../CGAL/Apollonius_graph_2/Kernel_wrapper_2.h     |      0
 .../CGAL/Apollonius_graph_2/Orientation8_C2.h      |      0
 .../CGAL/Apollonius_graph_2/Orientation_2.h        |      0
 .../Oriented_side_of_bisector_C2.h                 |      0
 .../Predicate_constructions_C2.h                   |      0
 .../CGAL/Apollonius_graph_2/Predicates_C2.h        |      0
 .../CGAL/Apollonius_graph_2/Traits_wrapper_2.h     |      0
 .../include/CGAL/Apollonius_graph_2/basic.h        |      0
 .../include/CGAL/Apollonius_graph_2/check_filter.h |      0
 .../CGAL/Apollonius_graph_2/comparator_profiler.h  |      0
 .../CGAL/Apollonius_graph_2/compare_quadratic.h    |      0
 .../CGAL/Apollonius_graph_2/predicate_profiler.h   |      0
 .../Apollonius_graph_uncertain_filtered_traits_2.h |      0
 .../uncertain/Uncertain_is_hidden_C2.h             |      0
 .../Uncertain_oriented_side_of_bisector_C2.h       |      0
 .../uncertain/Uncertain_vertex_conflict_2.h        |      0
 .../uncertain/uncertain_functions_on_signs.h       |      0
 .../CGAL/Apollonius_graph_adaptation_policies_2.h  |      0
 .../CGAL/Apollonius_graph_adaptation_traits_2.h    |      0
 .../CGAL/Apollonius_graph_data_structure_2.h       |      0
 .../CGAL/Apollonius_graph_filtered_traits_2.h      |      0
 .../include/CGAL/Apollonius_graph_hierarchy_2.h    |      0
 .../Apollonius_graph_hierarchy_vertex_base_2.h     |     71 +
 .../include/CGAL/Apollonius_graph_traits_2.h       |      0
 .../include/CGAL/Apollonius_graph_vertex_base_2.h  |      0
 3rdparty/CGAL-4.8/include/CGAL/Apollonius_site_2.h |     90 +
 .../include/CGAL/Approximate_min_ellipsoid_d.h     |      0
 .../Approximate_min_ellipsoid_d_configure.h        |      0
 .../Approximate_min_ellipsoid_d_debug.h            |      0
 .../Approximate_min_ellipsoid_d_impl.h             |    282 +
 .../Khachiyan_approximation.h                      |      0
 .../Khachiyan_approximation_impl.h                 |    667 +
 .../CGAL/Approximate_min_ellipsoid_d_traits_2.h    |      0
 .../CGAL/Approximate_min_ellipsoid_d_traits_3.h    |      0
 .../CGAL/Approximate_min_ellipsoid_d_traits_d.h    |      0
 .../include/CGAL/Arithmetic_kernel.h               |      0
 .../Arithmetic_kernel/Arithmetic_kernel_base.h     |      0
 .../include/CGAL/Arr_Bezier_curve_traits_2.h       |    877 +
 3rdparty/CGAL-4.8/include/CGAL/Arr_accessor.h      |    948 +
 .../include/CGAL/Arr_algebraic_segment_traits_2.h  |      0
 .../include/CGAL/Arr_batched_point_location.h      |      0
 .../CGAL/Arr_bounded_planar_topology_traits_2.h    |      0
 .../include/CGAL/Arr_circle_segment_traits_2.h     |    745 +
 .../include/CGAL/Arr_circular_arc_traits_2.h       |      0
 .../include/CGAL/Arr_circular_line_arc_traits_2.h  |      0
 .../CGAL-4.8/include/CGAL/Arr_conic_traits_2.h     |    875 +
 .../CGAL/Arr_consolidated_curve_data_traits_2.h    |      0
 .../include/CGAL/Arr_counting_traits_2.h           |      0
 .../include/CGAL/Arr_curve_data_traits_2.h         |      0
 3rdparty/CGAL-4.8/include/CGAL/Arr_dcel_base.h     |   1418 +
 .../include/CGAL/Arr_default_dcel.h                |      0
 .../include/CGAL/Arr_default_overlay_traits.h      |      0
 ...irectional_non_caching_segment_basic_traits_2.h |    150 +
 .../include/CGAL/Arr_enums.h                       |      0
 .../include/CGAL/Arr_extended_dcel.h               |      0
 .../include/CGAL/Arr_face_index_map.h              |      0
 .../include/CGAL/Arr_face_map.h                    |      0
 ...Arr_geodesic_arc_on_sphere_partition_traits_2.h |      0
 .../CGAL/Arr_geodesic_arc_on_sphere_traits_2.h     |   3247 +
 .../include/CGAL/Arr_geometry_traits/Arr_plane_3.h |      0
 .../Bezier_bounding_rational_traits.h              |      0
 .../CGAL/Arr_geometry_traits/Bezier_cache.h        |      0
 .../CGAL/Arr_geometry_traits/Bezier_curve_2.h      |    957 +
 .../CGAL/Arr_geometry_traits/Bezier_point_2.h      |      0
 .../CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h |   2836 +
 .../CGAL/Arr_geometry_traits/Circle_segment_2.h    |   2492 +
 .../include/CGAL/Arr_geometry_traits/Conic_arc_2.h |   1870 +
 .../Arr_geometry_traits/Conic_intersections_2.h    |      0
 .../CGAL/Arr_geometry_traits/Conic_point_2.h       |      0
 .../Arr_geometry_traits/Conic_x_monotone_arc_2.h   |   2140 +
 .../Consolidated_curve_data_aux.h                  |      0
 .../CGAL/Arr_geometry_traits/Curve_data_aux.h      |      0
 .../CGAL/Arr_geometry_traits/Hyperbolic_arc_2.h    |      0
 .../Arr_geometry_traits/IO/Polycurve_2_iostream.h  |    163 +
 .../include/CGAL/Arr_geometry_traits/Polycurve_2.h |    465 +
 .../include/CGAL/Arr_geometry_traits/Polyline_2.h  |    145 +
 .../CGAL/Arr_geometry_traits/Rational_arc_2.h      |      0
 .../CGAL/Arr_geometry_traits/Segment_assertions.h  |      0
 .../CGAL/Arr_geometry_traits/de_Casteljau_2.h      |      0
 .../include/CGAL/Arr_landmarks_point_location.h    |      0
 .../include/CGAL/Arr_line_arc_traits_2.h           |      0
 .../CGAL-4.8/include/CGAL/Arr_linear_traits_2.h    |   2025 +
 .../include/CGAL/Arr_naive_point_location.h        |      0
 .../CGAL/Arr_non_caching_segment_basic_traits_2.h  |    278 +
 .../CGAL/Arr_non_caching_segment_traits_2.h        |    429 +
 .../include/CGAL/Arr_observer.h                    |      0
 .../include/CGAL/Arr_overlay.h                     |      0
 .../include/CGAL/Arr_overlay_2.h                   |      0
 .../Arr_batched_point_location_traits_2.h          |      0
 .../Arr_point_location/Arr_landmarks_pl_impl.h     |      0
 .../Arr_point_location/Arr_lm_generator_base.h     |      0
 .../Arr_point_location/Arr_lm_grid_generator.h     |      0
 .../Arr_point_location/Arr_lm_halton_generator.h   |      0
 .../Arr_lm_middle_edges_generator.h                |      0
 .../Arr_point_location/Arr_lm_nearest_neighbor.h   |      0
 .../Arr_point_location/Arr_lm_random_generator.h   |      0
 .../Arr_lm_specified_points_generator.h            |      0
 .../Arr_point_location/Arr_lm_vertices_generator.h |      0
 .../Arr_naive_point_location_impl.h                |      0
 .../Arr_simple_point_location_impl.h               |    444 +
 .../Arr_point_location/Arr_trapezoid_ric_pl_impl.h |      0
 .../Arr_triangulation_pl_functions.h               |      0
 .../Arr_point_location/Arr_triangulation_pl_impl.h |      0
 .../Arr_walk_along_line_pl_impl.h                  |      0
 .../CGAL/Arr_point_location/Td_X_trapezoid.h       |      0
 .../CGAL/Arr_point_location/Td_active_edge.h       |      0
 .../Td_active_fictitious_vertex.h                  |      0
 .../CGAL/Arr_point_location/Td_active_trapezoid.h  |      0
 .../CGAL/Arr_point_location/Td_active_vertex.h     |      0
 .../include/CGAL/Arr_point_location/Td_dag.h       |      0
 .../include/CGAL/Arr_point_location/Td_dag_node.h  |      0
 .../CGAL/Arr_point_location/Td_inactive_edge.h     |      0
 .../Td_inactive_fictitious_vertex.h                |      0
 .../Arr_point_location/Td_inactive_trapezoid.h     |      0
 .../CGAL/Arr_point_location/Td_inactive_vertex.h   |      0
 .../include/CGAL/Arr_point_location/Td_ninetuple.h |      0
 .../CGAL/Arr_point_location/Td_predicates.h        |      0
 .../include/CGAL/Arr_point_location/Td_traits.h    |      0
 .../CGAL/Arr_point_location/Td_traits_functions.h  |      0
 .../Trapezoidal_decomposition_2.h                  |   2317 +
 .../Trapezoidal_decomposition_2_impl.h             |   3112 +
 .../Trapezoidal_decomposition_2_iostream.h         |      0
 .../Trapezoidal_decomposition_2_misc.h             |      0
 .../include/CGAL/Arr_point_location_result.h       |      0
 .../include/CGAL/Arr_polycurve_basic_traits_2.h    |   2713 +
 .../CGAL-4.8/include/CGAL/Arr_polycurve_traits_2.h |   1184 +
 .../CGAL-4.8/include/CGAL/Arr_polyline_traits_2.h  |    600 +
 .../include/CGAL/Arr_rat_arc/Algebraic_point_2.h   |      0
 .../CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h      |    125 +
 .../include/CGAL/Arr_rat_arc/Cache.h               |      0
 .../include/CGAL/Arr_rat_arc/Rational_arc_d_1.h    |   2606 +
 .../include/CGAL/Arr_rat_arc/Rational_function.h   |      0
 .../Rational_function_canonicalized_pair.h         |    510 +
 .../Arr_rat_arc/Rational_function_ordered_pair.h   |      0
 .../CGAL/Arr_rat_arc/Rational_function_pair.h      |      0
 .../CGAL-4.8/include/CGAL/Arr_rat_arc/Singleton.h  |     58 +
 .../include/CGAL/Arr_rational_function_traits_2.h  |   1315 +
 .../CGAL-4.8/include/CGAL/Arr_segment_traits_2.h   |   1172 +
 .../include/CGAL/Arr_simple_point_location.h       |      0
 .../Arr_on_sphere_transformation.h                 |      0
 .../Arr_polyhedral_sgm.h                           |      0
 .../Arr_polyhedral_sgm_arr_dcel.h                  |      0
 .../Arr_polyhedral_sgm_initializer_visitor.h       |      0
 .../Arr_polyhedral_sgm_overlay.h                   |      0
 .../Arr_polyhedral_sgm_polyhedron_3.h              |      0
 .../Arr_polyhedral_sgm_traits.h                    |      0
 .../Arr_polyhedral_sgm_transformation.h            |      0
 .../Arr_spherical_gaussian_map_3.h                 |      0
 .../Arr_transform_on_sphere.h                      |      0
 .../include/CGAL/Arr_spherical_topology_traits_2.h |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_tags.h |      0
 .../Arr_bounded_planar_batched_pl_helper.h         |      0
 .../Arr_bounded_planar_construction_helper.h       |      0
 .../Arr_bounded_planar_insertion_helper.h          |      0
 .../Arr_bounded_planar_overlay_helper.h            |      0
 .../Arr_bounded_planar_topology_traits_2_impl.h    |      0
 .../Arr_bounded_planar_vert_decomp_helper.h        |      0
 .../Arr_inc_insertion_zone_visitor.h               |      0
 .../Arr_planar_topology_traits_base_2.h            |      0
 .../Arr_spherical_batched_pl_helper.h              |      0
 .../Arr_spherical_construction_helper.h            |      0
 .../Arr_spherical_insertion_helper.h               |      0
 .../Arr_spherical_overlay_helper.h                 |      0
 .../Arr_spherical_topology_traits_2_impl.h         |    889 +
 .../Arr_spherical_vert_decomp_helper.h             |      0
 .../Arr_unb_planar_batched_pl_helper.h             |      0
 .../Arr_unb_planar_construction_helper.h           |      0
 .../Arr_unb_planar_insertion_helper.h              |      0
 .../Arr_unb_planar_overlay_helper.h                |      0
 .../Arr_unb_planar_topology_traits_2_impl.h        |      0
 .../Arr_unb_planar_vert_decomp_helper.h            |      0
 .../include/CGAL/Arr_tracing_traits_2.h            |      0
 .../CGAL/Arr_trapezoid_ric_point_location.h        |      0
 .../CGAL/Arr_triangulation_point_location.h        |      0
 .../CGAL/Arr_unb_planar_topology_traits_2.h        |    638 +
 .../include/CGAL/Arr_vertex_index_map.h            |      0
 .../include/CGAL/Arr_vertex_map.h                  |      0
 .../include/CGAL/Arr_vertical_decomposition_2.h    |      0
 .../CGAL/Arr_walk_along_line_point_location.h      |      0
 .../include/CGAL/Arrangement_2.h                   |      0
 .../CGAL/Arrangement_2/Arr_compute_zone_visitor.h  |      0
 .../Arrangement_2/Arr_default_planar_topology.h    |      0
 .../Arrangement_2/Arr_do_intersect_zone_visitor.h  |      0
 .../Arr_on_surface_with_history_2_impl.h           |      0
 .../CGAL/Arrangement_2/Arr_traits_adaptor_2.h      |      0
 .../Arr_traits_adaptor_2_dispatching.h             |      0
 .../CGAL/Arrangement_2/Arr_with_history_accessor.h |      0
 .../CGAL/Arrangement_2/Arrangement_2_iterators.h   |    663 +
 .../Arrangement_on_surface_2_global.h              |      0
 .../Arrangement_2/Arrangement_on_surface_2_impl.h  |   5492 +
 .../CGAL/Arrangement_2/Arrangement_zone_2_impl.h   |      0
 .../include/CGAL/Arrangement_2/Open_hash.h         |      0
 .../CGAL/Arrangement_2/arrangement_type_traits.h   |      0
 .../include/CGAL/Arrangement_on_surface_2.h        |   2938 +
 .../CGAL/Arrangement_on_surface_with_history_2.h   |      0
 .../include/CGAL/Arrangement_with_history_2.h      |      0
 .../include/CGAL/Arrangement_zone_2.h              |      0
 .../include/CGAL/Barycentric_coordinates_2.h       |      0
 .../Discrete_harmonic_2.h                          |      0
 .../Generalized_barycentric_coordinates_2.h        |      0
 .../CGAL/Barycentric_coordinates_2/Mean_value_2.h  |      0
 .../Segment_coordinates_2.h                        |      0
 .../Triangle_coordinates_2.h                       |      0
 .../CGAL/Barycentric_coordinates_2/Wachspress_2.h  |      0
 .../Barycentric_coordinates_2/barycentric_enum_2.h |      0
 .../CGAL/Barycentric_mapping_parameterizer_3.h     |    180 +
 .../CGAL-4.8/include/CGAL/Basic_sweep_line_2.h     |    533 +
 3rdparty/CGAL-4.8/include/CGAL/Bbox_2.h            |    245 +
 .../include/CGAL/Bbox_2_Line_2_intersection.h      |    103 +
 .../include/CGAL/Bbox_2_Line_2_intersection_impl.h |    210 +
 .../include/CGAL/Bbox_2_Ray_2_intersection.h       |      0
 .../include/CGAL/Bbox_2_intersection.h             |      0
 3rdparty/CGAL-4.8/include/CGAL/Bbox_3.h            |    277 +
 .../include/CGAL/Bigfloat_interval_traits.h        |     58 +
 .../include/CGAL/Boolean_set_operations_2.h        |      0
 .../Bso_internal_functions.h                       |      0
 .../Boolean_set_operations_2/Ccb_curve_iterator.h  |      0
 .../Boolean_set_operations_2/Curve_with_halfedge.h |      0
 .../Boolean_set_operations_2/Gps_agg_meta_traits.h |      0
 .../CGAL/Boolean_set_operations_2/Gps_agg_op.h     |      0
 .../Boolean_set_operations_2/Gps_agg_op_sweep.h    |    297 +
 .../Boolean_set_operations_2/Gps_agg_op_visitor.h  |      0
 .../Boolean_set_operations_2/Gps_base_functor.h    |      0
 .../Gps_bfs_base_visitor.h                         |      0
 .../Gps_bfs_intersection_visitor.h                 |      0
 .../Gps_bfs_join_visitor.h                         |      0
 .../Boolean_set_operations_2/Gps_bfs_scanner.h     |      0
 .../Boolean_set_operations_2/Gps_bfs_xor_visitor.h |      0
 .../Boolean_set_operations_2/Gps_default_dcel.h    |    155 +
 .../Boolean_set_operations_2/Gps_default_traits.h  |      0
 .../Gps_difference_functor.h                       |      0
 .../Gps_do_intersect_functor.h                     |      0
 .../Gps_insertion_meta_traits.h                    |      0
 .../Gps_intersection_functor.h                     |      0
 .../Boolean_set_operations_2/Gps_join_functor.h    |      0
 .../CGAL/Boolean_set_operations_2/Gps_merge.h      |      0
 .../Gps_on_surface_base_2.h                        |   1737 +
 .../Gps_on_surface_base_2_impl.h                   |    790 +
 .../Gps_polygon_simplifier.h                       |    165 +
 .../Gps_polygon_validation.h                       |    800 +
 .../Gps_simplifier_traits.h                        |    478 +
 .../Gps_sym_diff_functor.h                         |      0
 .../Boolean_set_operations_2/Gps_traits_adaptor.h  |    178 +
 .../Gps_traits_decorator.h                         |      0
 .../Boolean_set_operations_2/Point_with_vertex.h   |      0
 .../Polygon_2_curve_iterator.h                     |      0
 .../include/CGAL/Bounded_kernel.h                  |      0
 .../include/CGAL/Box_intersection_d/Box_d.h        |      0
 .../include/CGAL/Box_intersection_d/Box_traits_d.h |      0
 .../CGAL/Box_intersection_d/Box_with_handle_d.h    |      0
 .../CGAL/Box_intersection_d/Box_with_info_d.h      |      0
 .../include/CGAL/Box_intersection_d/box_limits.h   |      0
 .../include/CGAL/Box_intersection_d/segment_tree.h |      0
 .../include/CGAL/CC_safe_handle.h                  |      0
 .../include/CGAL/CGAL_Ipelet_base.h                |      0
 .../CGAL-4.8/include/CGAL/CGAL_Ipelet_base_v6.h    |   1031 +
 .../CGAL-4.8/include/CGAL/CGAL_Ipelet_base_v7.h    |   1037 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/BigFloat.h     |    635 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/BigFloatRep.h  |    449 +
 .../CGAL-4.8/include/CGAL/CORE/BigFloat_impl.h     |   1327 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/BigInt.h       |    566 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/BigRat.h       |    491 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/CORE.h         |     71 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Config.h       |     42 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreAux.h      |    189 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreAux_impl.h |    229 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreDefs.h     |    278 +
 .../CGAL-4.8/include/CGAL/CORE/CoreDefs_impl.h     |    163 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreIO_impl.h  |    482 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Expr.h         |    561 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/ExprRep.h      |   1340 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Expr_impl.h    |   1255 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Filter.h       |    195 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Gmp.h          |     47 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Gmp_impl.h     |    280 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Impl.h         |     74 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/MemoryPool.h   |    138 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Promote.h      |    158 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Real.h         |    502 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/RealRep.h      |    517 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Real_impl.h    |    292 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/RefCount.h     |    118 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/Timer.h        |     78 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/extLong.h      |    302 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/extLong_impl.h |    212 +
 .../CGAL-4.8/include/CGAL/CORE/geom2d/circle2d.h   |    153 +
 .../CGAL-4.8/include/CGAL/CORE/geom2d/line2d.h     |    175 +
 .../CGAL-4.8/include/CGAL/CORE/geom2d/point2d.h    |    187 +
 .../CGAL-4.8/include/CGAL/CORE/geom2d/segment2d.h  |    196 +
 .../CGAL-4.8/include/CGAL/CORE/geom3d/line3d.h     |    140 +
 .../CGAL-4.8/include/CGAL/CORE/geom3d/plane3d.h    |    159 +
 .../CGAL-4.8/include/CGAL/CORE/geom3d/point3d.h    |    176 +
 .../CGAL-4.8/include/CGAL/CORE/geom3d/polygon3d.h  |    180 +
 .../CGAL-4.8/include/CGAL/CORE/geom3d/segment3d.h  |    177 +
 .../CGAL-4.8/include/CGAL/CORE/geom3d/triangle3d.h |    182 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/geombase.h     |     66 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/geometry2d.h   |     74 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/geometry3d.h   |     83 +
 .../CGAL-4.8/include/CGAL/CORE/linearAlgebra.h     |    176 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Curves.h  |    527 +
 .../CGAL-4.8/include/CGAL/CORE/poly/Curves.tcc     |   1429 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Poly.h    |    437 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Poly.tcc  |   1560 +
 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Sturm.h   |   1150 +
 3rdparty/CGAL-4.8/include/CGAL/CORE_BigFloat.h     |    550 +
 .../include/CGAL/CORE_BigInt.h                     |      0
 .../include/CGAL/CORE_BigRat.h                     |      0
 .../include/CGAL/CORE_Expr.h                       |      0
 .../include/CGAL/CORE_algebraic_number_traits.h    |      0
 .../include/CGAL/CORE_arithmetic_kernel.h          |      0
 .../CGAL-4.8/include/CGAL/CORE_coercion_traits.h   |    163 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cache.h    |      0
 .../include/CGAL/Cartesian.h                       |      0
 .../include/CGAL/Cartesian/Aff_transformation_2.h  |      0
 .../include/CGAL/Cartesian/Aff_transformation_3.h  |      0
 .../CGAL/Cartesian/Aff_transformation_rep_2.h      |      0
 .../CGAL/Cartesian/Aff_transformation_rep_3.h      |      0
 .../include/CGAL/Cartesian/Cartesian_base.h        |      0
 .../CGAL-4.8/include/CGAL/Cartesian/Circle_2.h     |     82 +
 .../CGAL-4.8/include/CGAL/Cartesian/Circle_3.h     |    299 +
 .../include/CGAL/Cartesian/Data_accessor_2.h       |      0
 .../CGAL-4.8/include/CGAL/Cartesian/Direction_2.h  |    104 +
 .../CGAL-4.8/include/CGAL/Cartesian/Direction_3.h  |    136 +
 .../CGAL-4.8/include/CGAL/Cartesian/Iso_cuboid_3.h |    338 +
 .../include/CGAL/Cartesian/Iso_rectangle_2.h       |     73 +
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Line_2.h  |     97 +
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Line_3.h  |    163 +
 .../include/CGAL/Cartesian/MatrixC33.h             |      0
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Plane_3.h |    311 +
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Point_2.h |    107 +
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Point_3.h |    139 +
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Ray_2.h   |     76 +
 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Ray_3.h   |    192 +
 .../include/CGAL/Cartesian/Rotation_rep_2.h        |      0
 .../include/CGAL/Cartesian/Scaling_rep_2.h         |      0
 .../include/CGAL/Cartesian/Scaling_rep_3.h         |      0
 .../CGAL-4.8/include/CGAL/Cartesian/Segment_2.h    |     69 +
 .../CGAL-4.8/include/CGAL/Cartesian/Segment_3.h    |    221 +
 .../CGAL-4.8/include/CGAL/Cartesian/Sphere_3.h     |    294 +
 .../include/CGAL/Cartesian/Tetrahedron_3.h         |    224 +
 .../include/CGAL/Cartesian/Translation_rep_2.h     |      0
 .../include/CGAL/Cartesian/Translation_rep_3.h     |      0
 .../CGAL-4.8/include/CGAL/Cartesian/Triangle_2.h   |     75 +
 .../CGAL-4.8/include/CGAL/Cartesian/Triangle_3.h   |    146 +
 .../CGAL-4.8/include/CGAL/Cartesian/Vector_2.h     |    153 +
 .../CGAL-4.8/include/CGAL/Cartesian/Vector_3.h     |    266 +
 .../include/CGAL/Cartesian/basic_constructions_2.h |      0
 .../include/CGAL/Cartesian/basic_constructions_3.h |      0
 .../include/CGAL/Cartesian/ft_constructions_2.h    |      0
 .../include/CGAL/Cartesian/ft_constructions_3.h    |      0
 .../include/CGAL/Cartesian/function_objects.h      |      0
 .../include/CGAL/Cartesian/line_constructions_2.h  |      0
 .../include/CGAL/Cartesian/plane_constructions_3.h |      0
 .../include/CGAL/Cartesian/point_constructions_2.h |      0
 .../include/CGAL/Cartesian/point_constructions_3.h |      0
 .../CGAL/Cartesian/predicates_on_directions_2.h    |      0
 .../CGAL/Cartesian/predicates_on_planes_3.h        |      0
 .../CGAL/Cartesian/predicates_on_points_2.h        |      0
 .../CGAL/Cartesian/predicates_on_points_3.h        |      0
 .../include/CGAL/Cartesian/solve_3.h               |      0
 .../include/CGAL/Cartesian_converter.h             |      0
 .../include/CGAL/Cartesian_d.h                     |      0
 .../include/CGAL/Cartesian_matrix.h                |      0
 .../include/CGAL/Cell_attribute.h                  |      0
 .../include/CGAL/Cell_attribute_with_point.h       |    162 +
 .../include/CGAL/Cell_const_iterators.h            |      0
 3rdparty/CGAL-4.8/include/CGAL/Cell_iterators.h    |    453 +
 .../include/CGAL/Chinese_remainder_traits.h        |      0
 3rdparty/CGAL-4.8/include/CGAL/Circle_2.h          |    302 +
 .../include/CGAL/Circle_2_Circle_2_intersection.h  |      0
 .../include/CGAL/Circle_2_Line_2_intersection.h    |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circle_3.h |      0
 .../include/CGAL/Circle_type.h                     |      0
 .../include/CGAL/Circular_arc_2.h                  |      0
 .../include/CGAL/Circular_arc_3.h                  |      0
 .../include/CGAL/Circular_arc_point_2.h            |      0
 .../include/CGAL/Circular_arc_point_3.h            |      0
 .../include/CGAL/Circular_border_parameterizer_3.h |      0
 .../include/CGAL/Circular_kernel_2.h               |      0
 .../CGAL/Circular_kernel_2/Circular_arc_2.h        |      0
 .../CGAL/Circular_kernel_2/Circular_arc_point_2.h  |    164 +
 .../CGAL/Circular_kernel_2/Intersection_traits.h   |      0
 .../include/CGAL/Circular_kernel_2/Line_arc_2.h    |      0
 .../function_objects_on_circle_2.h                 |      0
 .../Circular_kernel_2/function_objects_on_line_2.h |      0
 .../function_objects_polynomial_circular.h         |      0
 .../CGAL/Circular_kernel_2/interface_macros.h      |      0
 .../internal_functions_on_circle_2.h               |      0
 .../internal_functions_on_circular_arc_2.h         |      0
 .../internal_functions_on_line_2.h                 |      0
 .../internal_functions_on_line_arc_2.h             |      0
 .../intersection_line_2_circle_2_map.h             |      0
 .../CGAL/Circular_kernel_3/Circular_arc_3.h        |    323 +
 .../CGAL/Circular_kernel_3/Circular_arc_point_3.h  |    255 +
 .../CGAL/Circular_kernel_3/Intersection_traits.h   |      0
 .../include/CGAL/Circular_kernel_3/Line_arc_3.h    |    206 +
 .../function_objects_polynomial_sphere.h           |      0
 .../get_equation_object_on_curved_kernel_3.h       |      0
 .../CGAL/Circular_kernel_3/interface_macros.h      |      0
 .../internal_function_compare_spherical_kernel.h   |      0
 ...al_function_compare_to_right_spherical_kernel.h |      0
 .../internal_function_has_on_spherical_kernel.h    |      0
 .../internal_functions_on_circle_3.h               |      0
 .../internal_functions_on_circular_arc_3.h         |      0
 .../internal_functions_on_circular_arc_point_3.h   |      0
 .../internal_functions_on_line_3.h                 |      0
 .../internal_functions_on_line_arc_3.h             |      0
 .../internal_functions_on_plane_3.h                |      0
 .../internal_functions_on_sphere_3.h               |      0
 .../include/CGAL/Circular_kernel_converter.h       |      0
 .../include/CGAL/Circular_kernel_intersections.h   |      0
 .../CGAL/Circular_kernel_type_equality_wrapper.h   |      0
 .../include/CGAL/Circulator/Circulator_adapters.h  |    701 +
 .../include/CGAL/Circulator/Circulator_concepts.h  |      0
 .../Circulator/Safe_circulator_from_iterator.h     |      0
 .../CGAL-4.8/include/CGAL/Circulator_identity.h    |    145 +
 .../CGAL-4.8/include/CGAL/Circulator_on_node.h     |    102 +
 .../include/CGAL/Circulator_project.h              |      0
 .../include/CGAL/Coercion_traits.h                 |      0
 .../include/CGAL/Combination_enumerator.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map.h |   3814 +
 .../CGAL/Combinatorial_map_basic_operations.h      |    359 +
 .../include/CGAL/Combinatorial_map_constructors.h  |      0
 .../include/CGAL/Combinatorial_map_functors.h      |    173 +
 .../include/CGAL/Combinatorial_map_insertions.h    |    729 +
 .../CGAL/Combinatorial_map_iterators_base.h        |    616 +
 .../include/CGAL/Combinatorial_map_min_items.h     |      0
 .../include/CGAL/Combinatorial_map_operations.h    |    809 +
 .../include/CGAL/Combinatorial_map_save_load.h     |    800 +
 .../include/CGAL/Combinatorial_map_storages.h      |    419 +
 3rdparty/CGAL-4.8/include/CGAL/Compact_container.h |   1207 +
 .../include/CGAL/Compact_mesh_cell_base_3.h        |    713 +
 .../include/CGAL/Complex_2_in_triangulation_3.h    |      0
 .../CGAL/Complex_2_in_triangulation_cell_base_3.h  |      0
 .../Complex_2_in_triangulation_vertex_base_3.h     |      0
 .../include/CGAL/Complexity_tags.h                 |      0
 .../include/CGAL/Compute_anchor_3.h                |      0
 .../include/CGAL/Concatenate_iterator.h            |      0
 .../include/CGAL/Concurrent_compact_container.h    |   1061 +
 .../include/CGAL/ConicCPA2.h                       |      0
 .../include/CGAL/ConicHPA2.h                       |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Conic_2.h  |      0
 .../include/CGAL/Conic_misc.h                      |      0
 .../CGAL/Constrained_Delaunay_triangulation_2.h    |    982 +
 ...onstrained_Delaunay_triangulation_face_base_2.h |    121 +
 .../include/CGAL/Constrained_triangulation_2.h     |      0
 .../CGAL/Constrained_triangulation_face_base_2.h   |      0
 .../CGAL/Constrained_triangulation_plus_2.h        |   1233 +
 .../include/CGAL/Constrained_voronoi_diagram_2.h   |    514 +
 .../include/CGAL/Constraint_hierarchy_2.h          |      0
 .../include/CGAL/Convertible_circulator_project.h  |      0
 .../include/CGAL/Convertible_filter_iterator.h     |      0
 .../include/CGAL/Convertible_iterator_project.h    |      0
 .../CGAL/Convex_decomposition_3/Edge_sorter.h      |      0
 .../External_structure_builder.h                   |      0
 .../Insert_vertex_into_edge.h                      |      0
 .../Convex_decomposition_3/Ray_hit_generator.h     |      0
 .../Convex_decomposition_3/Ray_hit_generator2.h    |      0
 .../Convex_decomposition_3/Reflex_edge_searcher.h  |      0
 .../Reflex_vertex_searcher.h                       |      0
 .../CGAL/Convex_decomposition_3/SFace_separator.h  |      0
 .../include/CGAL/Convex_decomposition_3/SM_walls.h |    592 +
 .../Convex_decomposition_3/Single_wall_creator.h   |      0
 .../Convex_decomposition_3/Single_wall_creator2.h  |      0
 .../Convex_decomposition_3/Single_wall_creator3.h  |      0
 .../YVertical_wall_builder.h                       |      0
 .../CGAL/Convex_decomposition_3/is_reflex_sedge.h  |      0
 .../CGAL/Convex_hull_2/ch_akl_toussaint_impl.h     |      0
 .../include/CGAL/Convex_hull_2/ch_assertions.h     |      0
 .../include/CGAL/Convex_hull_2/ch_bykat_impl.h     |      0
 .../include/CGAL/Convex_hull_2/ch_eddy_impl.h      |      0
 .../CGAL/Convex_hull_2/ch_graham_andrew_impl.h     |      0
 .../include/CGAL/Convex_hull_2/ch_jarvis_impl.h    |      0
 .../include/CGAL/Convex_hull_2/ch_melkman_impl.h   |    129 +
 .../ch_selected_extreme_points_2_impl.h            |      0
 .../CGAL/Convex_hull_2/convexity_check_2_impl.h    |      0
 .../Convex_hull_3/dual/Convex_hull_traits_dual_2.h |      0
 .../Convex_hull_3/dual/Convex_hull_traits_dual_3.h |    281 +
 .../Convex_hull_3/dual/halfspace_intersection_3.h  |    306 +
 .../halfspace_intersection_with_constructions_3.h  |    179 +
 .../Convex_hull_3/dual/interior_polyhedron_3.h     |    162 +
 .../include/CGAL/Convex_hull_3/dual/predicates.h   |      0
 .../include/CGAL/Convex_hull_d.h                   |      0
 .../include/CGAL/Convex_hull_d_to_polyhedron_3.h   |      0
 .../include/CGAL/Convex_hull_d_traits_3.h          |      0
 .../include/CGAL/Convex_hull_face_base_2.h         |      0
 .../CGAL/Convex_hull_projective_xy_traits_2.h      |      0
 .../CGAL/Convex_hull_projective_xz_traits_2.h      |      0
 .../CGAL/Convex_hull_projective_yz_traits_2.h      |      0
 .../include/CGAL/Convex_hull_traits_3.h            |      0
 .../include/CGAL/Counted_number.h                  |      0
 .../include/CGAL/Counting_iterator.h               |      0
 .../CGAL/Curved_kernel_via_analysis_2/Arc_2.h      |   3367 +
 .../Curve_interval_arcno_cache.h                   |      0
 .../Curve_renderer_facade.h                        |      0
 .../Curved_kernel_via_analysis_2_functors.h        |      0
 .../Curved_kernel_via_analysis_2_impl.h            |      0
 .../Fig_stream_Curve_renderer_2.h                  |      0
 .../Filtered_curved_kernel_via_analysis_2_impl.h   |      0
 .../Curved_kernel_via_analysis_2/Generic_arc_2.h   |      0
 .../Curved_kernel_via_analysis_2/Generic_point_2.h |      0
 .../Make_x_monotone_2.h                            |    339 +
 .../Non_x_monotone_arc_2.h                         |      0
 .../CGAL/Curved_kernel_via_analysis_2/Point_2.h    |    840 +
 .../Sweep_curves_adapter_2.h                       |      0
 .../gfx/Curve_renderer_2.h                         |      0
 .../gfx/Curve_renderer_internals.h                 |   1082 +
 .../gfx/Curve_renderer_traits.h                    |    600 +
 .../gfx/Subdivision_1.h                            |      0
 .../gfx/Subdivision_2.h                            |      0
 .../test/simple_models.h                           |      0
 3rdparty/CGAL-4.8/include/CGAL/Dart.h              |    343 +
 .../CGAL-4.8/include/CGAL/Dart_const_iterators.h   |    338 +
 3rdparty/CGAL-4.8/include/CGAL/Dart_iterators.h    |   2770 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Default.h  |      0
 .../include/CGAL/Default_diagonalize_traits.h      |     81 +
 .../Deformation_Eigen_closest_rotation_traits_3.h  |    109 +
 ...rmation_Eigen_polar_closest_rotation_traits_3.h |     84 +
 3rdparty/CGAL-4.8/include/CGAL/Delaunay_d.h        |   1072 +
 .../include/CGAL/Delaunay_mesh_area_criteria_2.h   |      0
 .../include/CGAL/Delaunay_mesh_criteria_2.h        |      0
 .../include/CGAL/Delaunay_mesh_face_base_2.h       |     79 +
 .../CGAL/Delaunay_mesh_local_size_criteria_2.h     |      0
 .../include/CGAL/Delaunay_mesh_size_criteria_2.h   |      0
 .../include/CGAL/Delaunay_mesh_vertex_base_2.h     |     73 +
 .../include/CGAL/Delaunay_mesher_2.h               |      0
 .../CGAL/Delaunay_mesher_no_edge_refinement_2.h    |      0
 .../include/CGAL/Delaunay_triangulation.h          |      0
 .../include/CGAL/Delaunay_triangulation_2.h        |   2485 +
 .../include/CGAL/Delaunay_triangulation_3.h        |   2081 +
 .../Delaunay_triangulation_adaptation_policies_2.h |      0
 .../Delaunay_triangulation_adaptation_traits_2.h   |      0
 .../CGAL/Delaunay_triangulation_cell_base_3.h      |      0
 ...y_triangulation_cell_base_with_circumcenter_3.h |      0
 .../CGAL-4.8/include/CGAL/Diagonalize_traits.h     |    271 +
 .../include/CGAL/Dimension.h                       |      0
 3rdparty/CGAL-4.8/include/CGAL/Direction_2.h       |    282 +
 3rdparty/CGAL-4.8/include/CGAL/Direction_3.h       |    242 +
 .../CGAL/Discrete_authalic_parameterizer_3.h       |    188 +
 .../CGAL/Discrete_conformal_map_parameterizer_3.h  |    186 +
 .../include/CGAL/Distance_2.h                      |      0
 .../include/CGAL/Double_map.h                      |      0
 .../include/CGAL/Dummy_tds_2.h                     |      0
 .../include/CGAL/Dynamic_matrix.h                  |      0
 .../include/CGAL/Edge_hash_function.h              |      0
 .../include/CGAL/Eigen_diagonalize_traits.h        |    158 +
 3rdparty/CGAL-4.8/include/CGAL/Eigen_matrix.h      |    285 +
 .../CGAL-4.8/include/CGAL/Eigen_solver_traits.h    |    214 +
 .../include/CGAL/Eigen_svd.h                       |      0
 .../include/CGAL/Eigen_vector.h                    |      0
 .../include/CGAL/Enum_converter.h                  |      0
 .../include/CGAL/Env_default_diagram_1.h           |      0
 .../include/CGAL/Env_plane_traits_3.h              |      0
 .../include/CGAL/Env_sphere_traits_3.h             |      0
 .../include/CGAL/Env_surface_data_traits_3.h       |      0
 .../include/CGAL/Env_tracing_traits_3.h            |      0
 .../CGAL-4.8/include/CGAL/Env_triangle_traits_3.h  |   1667 +
 .../CGAL/Envelope_2/Env_divide_and_conquer_2.h     |      0
 .../Envelope_2/Env_divide_and_conquer_2_impl.h     |   1242 +
 .../CGAL/Envelope_3/Env_plane_traits_3_functions.h |      0
 .../include/CGAL/Envelope_3/Envelope_base.h        |      0
 .../Envelope_3/Envelope_diagram_on_surface_2.h     |      0
 .../Envelope_3/Envelope_divide_and_conquer_3.h     |      0
 .../CGAL/Envelope_3/Envelope_element_visitor_3.h   |   3220 +
 .../include/CGAL/Envelope_3/Envelope_overlay_2.h   |      0
 .../CGAL/Envelope_3/Envelope_overlay_functor.h     |      0
 .../include/CGAL/Envelope_3/Envelope_pm_dcel.h     |      0
 .../include/CGAL/Envelope_3/set_dividors.h         |      0
 .../include/CGAL/Envelope_diagram_1.h              |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Epick_d.h  |      0
 .../include/CGAL/Euclidean_distance.h              |      0
 .../include/CGAL/Euclidean_distance_sphere_point.h |      0
 .../include/CGAL/Euler_integrator_2.h              |      0
 .../include/CGAL/Exact_circular_kernel_2.h         |      0
 .../include/CGAL/Exact_integer.h                   |      0
 .../Exact_predicates_exact_constructions_kernel.h  |     98 +
 ...ates_exact_constructions_kernel_with_kth_root.h |     50 +
 ...cates_exact_constructions_kernel_with_root_of.h |     50 +
 ...edicates_exact_constructions_kernel_with_sqrt.h |      0
 ...Exact_predicates_inexact_constructions_kernel.h |     56 +
 .../include/CGAL/Exact_rational.h                  |      0
 .../include/CGAL/Exact_spherical_kernel_3.h        |      0
 .../include/CGAL/Exponent_vector.h                 |      0
 .../include/CGAL/Extended_cartesian.h              |      0
 .../include/CGAL/Extended_homogeneous.h            |      0
 .../include/CGAL/Extremal_polygon_traits_2.h       |      0
 3rdparty/CGAL-4.8/include/CGAL/FPU.h               |    539 +
 .../include/CGAL/FPU_extension.h                   |      0
 .../include/CGAL/FPU_gcc_i386.h                    |      0
 .../include/CGAL/FPU_gcc_i386_sse2.h               |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/FPU_msvc.h |      0
 .../include/CGAL/FaceGraph_to_Polyhedron_3.h       |     92 +
 .../include/CGAL/Filter_circulator.h               |      0
 .../include/CGAL/Filtered_bbox_circular_kernel_2.h |      0
 .../bbox_filtered_predicates.h                     |      0
 .../interface_macros.h                             |      0
 .../include/CGAL/Filtered_construction.h           |      0
 .../include/CGAL/Filtered_extended_homogeneous.h   |      0
 .../include/CGAL/Filtered_kernel.h                 |      0
 .../Cartesian_coordinate_iterator_2.h              |      0
 .../Cartesian_coordinate_iterator_3.h              |      0
 3rdparty/CGAL-4.8/include/CGAL/Filtered_kernel_d.h |     70 +
 .../include/CGAL/Filtered_kernel_fwd.h             |      0
 .../CGAL-4.8/include/CGAL/Filtered_predicate.h     |    424 +
 .../include/CGAL/Fixed_alpha_shape_3.h             |      0
 .../include/CGAL/Fixed_alpha_shape_cell_base_3.h   |      0
 .../include/CGAL/Fixed_alpha_shape_vertex_base_3.h |      0
 .../include/CGAL/Fixed_border_parameterizer_3.h    |    634 +
 .../include/CGAL/Flattening_iterator.h             |      0
 .../include/CGAL/Fourtuple.h                       |      0
 .../include/CGAL/Fraction_traits.h                 |      0
 .../include/CGAL/Fuzzy_iso_box.h                   |      0
 3rdparty/CGAL-4.8/include/CGAL/Fuzzy_sphere.h      |    165 +
 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpfi_type.h    |   1087 +
 .../include/CGAL/GMP/Gmpfi_type_static.h           |      0
 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpfr_type.h    |   1341 +
 .../include/CGAL/GMP/Gmpfr_type_static.h           |      0
 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpq_type.h     |    515 +
 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpz_type.h     |    438 +
 .../include/CGAL/GMP/Gmpzf_type.h                  |      0
 .../include/CGAL/GMP_arithmetic_kernel.h           |      0
 .../include/CGAL/General_polygon_2.h               |      0
 .../CGAL-4.8/include/CGAL/General_polygon_set_2.h  |    117 +
 .../CGAL/General_polygon_set_on_surface_2.h        |    150 +
 .../include/CGAL/General_polygon_with_holes_2.h    |      0
 .../include/CGAL/Get_arithmetic_kernel.h           |      0
 .../include/CGAL/Gmp_coercion_traits.h             |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpfi.h    |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpfr.h    |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpq.h     |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpz.h     |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpzf.h    |      0
 .../include/CGAL/Gps_circle_segment_traits_2.h     |     44 +
 .../include/CGAL/Gps_segment_traits_2.h            |      0
 3rdparty/CGAL-4.8/include/CGAL/Gps_traits_2.h      |    175 +
 .../include/CGAL/Gray_image_mesh_domain_3.h        |    132 +
 .../include/CGAL/Gray_level_image_3.h              |      0
 .../include/CGAL/HalfedgeDS_const_decorator.h      |      0
 .../include/CGAL/HalfedgeDS_decorator.h            |      0
 .../include/CGAL/HalfedgeDS_default.h              |      0
 .../include/CGAL/HalfedgeDS_face_base.h            |      0
 .../CGAL/HalfedgeDS_face_max_base_with_id.h        |      0
 .../include/CGAL/HalfedgeDS_face_min_base.h        |      0
 .../include/CGAL/HalfedgeDS_halfedge_base.h        |      0
 .../CGAL/HalfedgeDS_halfedge_max_base_with_id.h    |      0
 .../include/CGAL/HalfedgeDS_halfedge_min_base.h    |      0
 .../include/CGAL/HalfedgeDS_items_2.h              |      0
 .../include/CGAL/HalfedgeDS_items_decorator.h      |      0
 .../include/CGAL/HalfedgeDS_iterator.h             |      0
 .../include/CGAL/HalfedgeDS_iterator_adaptor.h     |      0
 .../include/CGAL/HalfedgeDS_list.h                 |      0
 .../include/CGAL/HalfedgeDS_min_items.h            |      0
 .../include/CGAL/HalfedgeDS_vector.h               |      0
 .../include/CGAL/HalfedgeDS_vertex_base.h          |      0
 .../CGAL/HalfedgeDS_vertex_max_base_with_id.h      |      0
 .../include/CGAL/HalfedgeDS_vertex_min_base.h      |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Handle.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Handle_for.h        |    314 +
 .../include/CGAL/Handle_for_virtual.h              |      0
 .../include/CGAL/Handle_hash_function.h            |      0
 .../include/CGAL/Handle_with_policy.h              |      0
 .../include/CGAL/Has_timestamp.h                   |      0
 .../include/CGAL/Hilbert_policy_tags.h             |      0
 .../include/CGAL/Hilbert_sort_2.h                  |      0
 .../include/CGAL/Hilbert_sort_3.h                  |      0
 .../include/CGAL/Hilbert_sort_base.h               |      0
 .../include/CGAL/Hilbert_sort_d.h                  |      0
 .../include/CGAL/Hilbert_sort_median_2.h           |      0
 .../include/CGAL/Hilbert_sort_median_3.h           |      0
 .../include/CGAL/Hilbert_sort_median_d.h           |      0
 .../CGAL-4.8/include/CGAL/Hilbert_sort_middle_2.h  |    154 +
 .../include/CGAL/Hilbert_sort_middle_3.h           |      0
 .../include/CGAL/Hilbert_sort_middle_base.h        |      0
 .../include/CGAL/Hilbert_sort_middle_d.h           |      0
 .../include/CGAL/Hilbert_sort_on_sphere_3.h        |    119 +
 .../include/CGAL/Homogeneous.h                     |      0
 .../CGAL/Homogeneous/Aff_transformationH2.h        |      0
 .../CGAL/Homogeneous/Aff_transformationH3.h        |    898 +
 .../CGAL-4.8/include/CGAL/Homogeneous/CircleH2.h   |    255 +
 .../include/CGAL/Homogeneous/Data_accessorH2.h     |      0
 .../include/CGAL/Homogeneous/DirectionH2.h         |    120 +
 .../include/CGAL/Homogeneous/DirectionH3.h         |    136 +
 .../include/CGAL/Homogeneous/Homogeneous_base.h    |      0
 .../include/CGAL/Homogeneous/Iso_cuboidH3.h        |    398 +
 .../include/CGAL/Homogeneous/Iso_rectangleH2.h     |    102 +
 .../CGAL-4.8/include/CGAL/Homogeneous/LineH2.h     |    100 +
 .../CGAL-4.8/include/CGAL/Homogeneous/PlaneH3.h    |    545 +
 .../include/CGAL/Homogeneous/PointH2.h             |      0
 .../include/CGAL/Homogeneous/PointH3.h             |      0
 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/RayH3.h |    177 +
 .../CGAL-4.8/include/CGAL/Homogeneous/SphereH3.h   |    231 +
 .../CGAL-4.8/include/CGAL/Homogeneous/VectorH2.h   |    254 +
 .../CGAL-4.8/include/CGAL/Homogeneous/VectorH3.h   |    249 +
 .../CGAL/Homogeneous/basic_constructionsH2.h       |      0
 .../CGAL/Homogeneous/basic_constructionsH3.h       |      0
 .../CGAL/Homogeneous/distance_predicatesH2.h       |      0
 .../CGAL/Homogeneous/distance_predicatesH3.h       |      0
 .../include/CGAL/Homogeneous/function_objects.h    |      0
 .../CGAL/Homogeneous/predicates_on_directionsH2.h  |      0
 .../CGAL/Homogeneous/predicates_on_pointsH2.h      |      0
 .../CGAL/Homogeneous/predicates_on_pointsH3.h      |      0
 .../include/CGAL/Homogeneous_converter.h           |      0
 .../include/CGAL/Homogeneous_d.h                   |      0
 .../include/CGAL/Hyperbola_2.h                     |      0
 .../include/CGAL/Hyperbola_ray_2.h                 |      0
 .../include/CGAL/Hyperbola_segment_2.h             |      0
 .../include/CGAL/IEEE_754_unions.h                 |      0
 .../include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h |      0
 3rdparty/CGAL-4.8/include/CGAL/IO/Arr_iostream.h   |    122 +
 .../include/CGAL/IO/Arr_text_formatter.h           |      0
 .../include/CGAL/IO/Arr_with_history_2_reader.h    |      0
 .../include/CGAL/IO/Arr_with_history_2_writer.h    |      0
 .../include/CGAL/IO/Arr_with_history_iostream.h    |      0
 .../CGAL/IO/Arr_with_history_text_formatter.h      |      0
 .../include/CGAL/IO/Arrangement_2_reader.h         |      0
 .../include/CGAL/IO/Arrangement_2_writer.h         |    340 +
 3rdparty/CGAL-4.8/include/CGAL/IO/Color.h          |    104 +
 3rdparty/CGAL-4.8/include/CGAL/IO/Color_impl.h     |     42 +
 .../IO/Complex_2_in_triangulation_3_file_writer.h  |      0
 ...mplex_2_in_triangulation_3_polyhedron_builder.h |    193 +
 .../CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h  |     91 +
 .../CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h  |      0
 .../include/CGAL/IO/Dxf_bsop_reader.h              |      0
 .../include/CGAL/IO/Dxf_reader.h                   |      0
 .../include/CGAL/IO/Dxf_reader_doubles.h           |      0
 .../include/CGAL/IO/Dxf_stream.h                   |      0
 .../include/CGAL/IO/Dxf_variant_reader.h           |      0
 .../include/CGAL/IO/Dxf_writer.h                   |      0
 .../include/CGAL/IO/Fig_stream.h                   |      0
 .../include/CGAL/IO/Fig_stream_Conic_arc_2.h       |      0
 3rdparty/CGAL-4.8/include/CGAL/IO/File_avizo.h     |    165 +
 .../include/CGAL/IO/File_binary_mesh_3.h           |      0
 .../CGAL-4.8/include/CGAL/IO/File_header_OFF.h     |    125 +
 .../include/CGAL/IO/File_header_OFF_impl.h         |    409 +
 .../include/CGAL/IO/File_header_extended_OFF.h     |    136 +
 .../CGAL/IO/File_header_extended_OFF_impl.h        |    212 +
 .../include/CGAL/IO/File_maya.h                    |      0
 3rdparty/CGAL-4.8/include/CGAL/IO/File_medit.h     |    907 +
 .../include/CGAL/IO/File_poly.h                    |      0
 .../CGAL-4.8/include/CGAL/IO/File_scanner_OFF.h    |    470 +
 .../include/CGAL/IO/File_scanner_OFF_impl.h        |    133 +
 .../include/CGAL/IO/File_tetgen.h                  |      0
 .../CGAL-4.8/include/CGAL/IO/File_writer_OFF.h     |    113 +
 .../include/CGAL/IO/File_writer_OFF_impl.h         |     56 +
 .../CGAL-4.8/include/CGAL/IO/File_writer_VRML_2.h  |     64 +
 .../include/CGAL/IO/File_writer_VRML_2_impl.h      |     82 +
 .../include/CGAL/IO/File_writer_inventor.h         |     61 +
 .../include/CGAL/IO/File_writer_inventor_impl.h    |     73 +
 .../include/CGAL/IO/File_writer_wavefront.h        |     65 +
 .../include/CGAL/IO/File_writer_wavefront_impl.h   |     57 +
 .../include/CGAL/IO/Generic_writer.h               |      0
 .../CGAL-4.8/include/CGAL/IO/Geomview_stream.h     |    605 +
 .../include/CGAL/IO/Geomview_stream_impl.h         |    612 +
 .../include/CGAL/IO/Gps_iostream.h                 |      0
 .../include/CGAL/IO/Inventor_ostream.h             |      0
 .../include/CGAL/IO/Istream_iterator.h             |      0
 .../include/CGAL/IO/Nef_polyhedron_2_PS_stream.h   |      0
 .../CGAL/IO/Nef_polyhedron_S2_OGLUT_stream.h       |      0
 .../include/CGAL/IO/Nef_polyhedron_iostream_3.h    |      0
 .../include/CGAL/IO/Nef_polyhedron_iostream_S2.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/IO/OFF_reader.h     |    100 +
 .../include/CGAL/IO/Ostream_iterator.h             |      0
 .../include/CGAL/IO/Polyhedron_VRML_1_ostream.h    |      0
 .../include/CGAL/IO/Polyhedron_VRML_2_ostream.h    |      0
 .../include/CGAL/IO/Polyhedron_builder_from_STL.h  |      0
 .../include/CGAL/IO/Polyhedron_geomview_ostream.h  |      0
 .../include/CGAL/IO/Polyhedron_inventor_ostream.h  |      0
 .../include/CGAL/IO/Polyhedron_iostream.h          |      0
 .../include/CGAL/IO/Polyhedron_scan_OFF.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/IO/STL_reader.h     |    148 +
 .../include/CGAL/IO/Scanner_OFF.h                  |      0
 .../include/CGAL/IO/Tee_for_output_iterator.h      |      0
 .../CGAL/IO/Triangulation_geomview_ostream_2.h     |      0
 .../CGAL/IO/Triangulation_geomview_ostream_3.h     |      0
 .../include/CGAL/IO/Triangulation_ps_stream.h      |      0
 .../include/CGAL/IO/VRML_1_ostream.h               |      0
 .../include/CGAL/IO/VRML_2_ostream.h               |      0
 .../include/CGAL/IO/Verbose_ostream.h              |      0
 .../include/CGAL/IO/Writer_OFF.h                   |      0
 .../CGAL/IO/alpha_shape_geomview_ostream_3.h       |      0
 .../include/CGAL/IO/binary_file_io.h               |      0
 .../include/CGAL/IO/generic_copy_OFF.h             |      0
 .../include/CGAL/IO/generic_print_polyhedron.h     |      0
 3rdparty/CGAL-4.8/include/CGAL/IO/io.h             |    535 +
 3rdparty/CGAL-4.8/include/CGAL/IO/io_impl.h        |    136 +
 .../include/CGAL/IO/io_tags.h                      |      0
 .../CGAL/IO/output_surface_facets_to_polyhedron.h  |      0
 .../IO/output_surface_facets_to_triangle_soup.h    |      0
 .../include/CGAL/IO/print_OFF.h                    |      0
 .../include/CGAL/IO/print_VRML_1.h                 |      0
 .../include/CGAL/IO/print_VRML_2.h                 |      0
 .../include/CGAL/IO/print_inventor.h               |      0
 .../include/CGAL/IO/print_wavefront.h              |      0
 .../CGAL-4.8/include/CGAL/IO/read_off_points.h     |    436 +
 .../CGAL-4.8/include/CGAL/IO/read_ply_points.h     |    615 +
 .../CGAL-4.8/include/CGAL/IO/read_xyz_points.h     |    428 +
 .../include/CGAL/IO/scan_OFF.h                     |      0
 .../include/CGAL/IO/write_off_points.h             |      0
 .../CGAL-4.8/include/CGAL/IO/write_ply_points.h    |    260 +
 .../CGAL-4.8/include/CGAL/IO/write_xyz_points.h    |    250 +
 .../include/CGAL/Identity_policy_2.h               |      0
 3rdparty/CGAL-4.8/include/CGAL/ImageIO.h           |    707 +
 3rdparty/CGAL-4.8/include/CGAL/ImageIO_impl.h      |   1633 +
 3rdparty/CGAL-4.8/include/CGAL/Image_3.h           |    515 +
 3rdparty/CGAL-4.8/include/CGAL/Image_3_impl.h      |    232 +
 .../CGAL-4.8/include/CGAL/Image_3_vtk_interface.h  |    129 +
 .../CGAL-4.8/include/CGAL/Implicit_mesh_domain_3.h |     93 +
 .../include/CGAL/Implicit_surface_3.h              |      0
 .../CGAL/Implicit_to_labeling_function_wrapper.h   |    290 +
 3rdparty/CGAL-4.8/include/CGAL/In_place_list.h     |    812 +
 .../include/CGAL/Incremental_neighbor_search.h     |    549 +
 .../include/CGAL/Index_property_map.h              |      0
 .../CGAL/Interpolation_gradient_fitting_traits_2.h |      0
 .../include/CGAL/Interpolation_traits_2.h          |      0
 .../CGAL-4.8/include/CGAL/Intersection_traits.h    |    271 +
 .../include/CGAL/Intersection_traits_2.h           |      0
 .../include/CGAL/Intersection_traits_3.h           |      0
 .../Triangle_2_Triangle_2_intersection_impl.h      |      0
 .../CGAL/Intersections_3/intersection_3_1_impl.h   |   1722 +
 .../include/CGAL/Interval_arithmetic.h             |      0
 .../include/CGAL/Interval_arithmetic_impl.h        |     72 +
 .../include/CGAL/Interval_nt.h                     |      0
 .../include/CGAL/Interval_skip_list.h              |      0
 .../include/CGAL/Interval_skip_list_interval.h     |      0
 .../include/CGAL/Interval_traits.h                 |      0
 .../include/CGAL/Inverse_index.h                   |      0
 .../include/CGAL/Is_a_predicate.h                  |      0
 .../include/CGAL/Is_extended_kernel.h              |      0
 3rdparty/CGAL-4.8/include/CGAL/Iso_cuboid_3.h      |    265 +
 3rdparty/CGAL-4.8/include/CGAL/Iso_rectangle_2.h   |    258 +
 .../Iso_rectangle_2_Iso_rectangle_2_intersection.h |      0
 .../CGAL/Iso_rectangle_2_Line_2_intersection.h     |      0
 .../CGAL/Iso_rectangle_2_Point_2_intersection.h    |      0
 .../CGAL/Iso_rectangle_2_Ray_2_intersection.h      |      0
 .../CGAL/Iso_rectangle_2_Segment_2_intersection.h  |      0
 .../include/CGAL/Iso_rectangle_d.h                 |      0
 .../include/CGAL/Iterator_project.h                |      0
 3rdparty/CGAL-4.8/include/CGAL/Iterator_range.h    |    115 +
 .../include/CGAL/Iterator_transform.h              |      0
 .../include/CGAL/Join_input_iterator.h             |      0
 .../include/CGAL/K_neighbor_search.h               |      0
 3rdparty/CGAL-4.8/include/CGAL/Kd_tree.h           |    464 +
 3rdparty/CGAL-4.8/include/CGAL/Kd_tree_node.h      |    551 +
 .../include/CGAL/Kd_tree_rectangle.h               |      0
 .../include/CGAL/Kernel/Dimension_utils.h          |      0
 .../include/CGAL/Kernel/Return_base_tag.h          |      0
 .../include/CGAL/Kernel/Same_uncertainty.h         |      0
 .../include/CGAL/Kernel/Type_equality_wrapper.h    |      0
 .../include/CGAL/Kernel/Type_mapper.h              |      0
 .../include/CGAL/Kernel/Wutils.h                   |      0
 .../include/CGAL/Kernel/function_objects.h         |      0
 .../include/CGAL/Kernel/global_functions.h         |      0
 .../include/CGAL/Kernel/global_functions_2.h       |      0
 .../include/CGAL/Kernel/global_functions_3.h       |      0
 .../CGAL/Kernel/global_functions_internal_2.h      |      0
 .../CGAL/Kernel/global_functions_internal_3.h      |      0
 .../include/CGAL/Kernel/interface_macros.h         |      0
 .../include/CGAL/Kernel/mpl.h                      |      0
 .../include/CGAL/Kernel/solve.h                    |      0
 3rdparty/CGAL-4.8/include/CGAL/Kernel_checker.h    |    324 +
 .../include/CGAL/Kernel_d/Aff_transformationCd.h   |      0
 .../include/CGAL/Kernel_d/Aff_transformationHd.h   |      0
 .../include/CGAL/Kernel_d/Aff_transformation_d.h   |      0
 .../CGAL/Kernel_d/Cartesian_const_iterator_d.h     |      0
 .../include/CGAL/Kernel_d/Cartesian_converter_d.h  |      0
 .../include/CGAL/Kernel_d/DirectionCd.h            |      0
 .../include/CGAL/Kernel_d/DirectionCd_impl.h       |      0
 .../include/CGAL/Kernel_d/DirectionHd.h            |      0
 .../include/CGAL/Kernel_d/DirectionHd_impl.h       |      0
 .../include/CGAL/Kernel_d/Direction_d.h            |      0
 .../include/CGAL/Kernel_d/HyperplaneCd.h           |      0
 .../include/CGAL/Kernel_d/HyperplaneCd_impl.h      |      0
 .../include/CGAL/Kernel_d/HyperplaneHd.h           |      0
 .../include/CGAL/Kernel_d/HyperplaneHd_impl.h      |      0
 .../include/CGAL/Kernel_d/Hyperplane_d.h           |      0
 .../include/CGAL/Kernel_d/Interface_classes.h      |      0
 .../CGAL/Kernel_d/Interval_linear_algebra.h        |      0
 .../include/CGAL/Kernel_d/Iso_box_d.h              |      0
 .../include/CGAL/Kernel_d/Kernel_classesCd.h       |      0
 .../include/CGAL/Kernel_d/Kernel_classesHd.h       |      0
 .../include/CGAL/Kernel_d/Line_d.h                 |      0
 .../include/CGAL/Kernel_d/Line_d_impl.h            |      0
 .../include/CGAL/Kernel_d/Linear_algebraCd_impl.h  |      0
 .../include/CGAL/Kernel_d/Linear_algebraHd_impl.h  |      0
 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Matrix__.h |    831 +
 .../include/CGAL/Kernel_d/PVDHACd_impl.h           |      0
 .../include/CGAL/Kernel_d/PVDHAHd_impl.h           |      0
 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Pair_d.h   |     97 +
 .../include/CGAL/Kernel_d/PointCd.h                |      0
 .../include/CGAL/Kernel_d/PointCd_impl.h           |      0
 .../include/CGAL/Kernel_d/PointHd.h                |      0
 .../include/CGAL/Kernel_d/PointHd_impl.h           |      0
 .../include/CGAL/Kernel_d/Point_d.h                |      0
 .../include/CGAL/Kernel_d/Ray_d.h                  |      0
 .../include/CGAL/Kernel_d/Segment_d.h              |      0
 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Sphere_d.h |    340 +
 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Tuple_d.h  |    286 +
 .../include/CGAL/Kernel_d/VectorCd.h               |      0
 .../include/CGAL/Kernel_d/VectorCd_impl.h          |      0
 .../include/CGAL/Kernel_d/VectorHd.h               |      0
 .../include/CGAL/Kernel_d/VectorHd_impl.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Vector__.h |    466 +
 .../include/CGAL/Kernel_d/Vector_d.h               |      0
 .../include/CGAL/Kernel_d/debug.h                  |      0
 .../include/CGAL/Kernel_d/function_objects.h       |      0
 .../include/CGAL/Kernel_d/function_objectsCd.h     |    814 +
 .../include/CGAL/Kernel_d/function_objectsHd.h     |    514 +
 .../include/CGAL/Kernel_d/interface_macros_d.h     |      0
 .../include/CGAL/Kernel_d/intersection_objectsCd.h |      0
 .../include/CGAL/Kernel_d/intersection_objectsHd.h |      0
 .../include/CGAL/Kernel_d/intersection_objects_d.h |      0
 .../include/CGAL/Kernel_d/simple_objects.h         |      0
 .../include/CGAL/Kernel_profiler.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/Kernel_traits.h     |     67 +
 .../include/CGAL/Kinetic/Active_objects_vector.h   |    378 +
 .../Kinetic/CORE_Expr_exact_simulation_traits.h    |      0
 .../include/CGAL/Kinetic/Cartesian.h               |      0
 .../include/CGAL/Kinetic/Certificate_generator.h   |      0
 .../CGAL/Kinetic/Default_instantaneous_kernel.h    |      0
 .../include/CGAL/Kinetic/Default_simulator.h       |      0
 .../CGAL/Kinetic/Delaunay_triangulation_2.h        |      0
 .../CGAL/Kinetic/Delaunay_triangulation_3.h        |      0
 .../Kinetic/Delaunay_triangulation_cell_base_3.h   |      0
 .../Delaunay_triangulation_default_traits_2.h      |      0
 .../Delaunay_triangulation_event_log_visitor_2.h   |      0
 .../Delaunay_triangulation_event_log_visitor_3.h   |      0
 .../Kinetic/Delaunay_triangulation_face_base_2.h   |      0
 ...Delaunay_triangulation_recent_edges_visitor_2.h |      0
 .../Kinetic/Delaunay_triangulation_vertex_base_2.h |      0
 .../Delaunay_triangulation_visitor_base_2.h        |      0
 .../Delaunay_triangulation_visitor_base_3.h        |      0
 .../Kinetic/Derivitive_filter_function_kernel.h    |      0
 .../include/CGAL/Kinetic/Enclosing_box_2.h         |      0
 .../include/CGAL/Kinetic/Enclosing_box_3.h         |      0
 .../include/CGAL/Kinetic/Erase_event.h             |      0
 .../include/CGAL/Kinetic/Event_base.h              |      0
 .../include/CGAL/Kinetic/Exact_simulation_traits.h |      0
 .../include/CGAL/Kinetic/Free_event_base.h         |      0
 .../Kinetic/Handle_degeneracy_function_kernel.h    |    121 +
 .../CGAL/Kinetic/Heap_pointer_event_queue.h        |      0
 .../CGAL/Kinetic/Inexact_simulation_traits.h       |      0
 .../include/CGAL/Kinetic/Insert_event.h            |      0
 .../include/CGAL/Kinetic/Listener.h                |      0
 .../include/CGAL/Kinetic/Multi_listener.h          |      0
 .../CGAL-4.8/include/CGAL/Kinetic/Ref_counted.h    |    130 +
 .../include/CGAL/Kinetic/Regular_triangulation_3.h |   1221 +
 ...ar_triangulation_CORE_exact_simulation_traits.h |      0
 .../Kinetic/Regular_triangulation_cell_base_3.h    |      0
 .../Regular_triangulation_event_log_visitor_3.h    |      0
 ...Regular_triangulation_exact_simulation_traits.h |      0
 ...gular_triangulation_inexact_simulation_traits.h |      0
 .../Regular_triangulation_instantaneous_kernel.h   |      0
 .../Kinetic/Regular_triangulation_vertex_base_3.h  |      0
 .../Kinetic/Regular_triangulation_visitor_base_3.h |      0
 .../CGAL/Kinetic/Simulator_objects_listener.h      |      0
 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Sort.h      |    469 +
 .../include/CGAL/Kinetic/Sort_event_log_visitor.h  |      0
 .../include/CGAL/Kinetic/Sort_visitor_base.h       |      0
 .../include/CGAL/Kinetic/Triangulation_2.h         |      0
 .../CGAL/Kinetic/Two_list_pointer_event_queue.h    |   1039 +
 .../include/CGAL/Kinetic/basic.h                   |      0
 .../internal/Delaunay_triangulation_base_3.h       |      0
 .../CGAL/Kinetic/internal/Instantaneous_adaptor.h  |      0
 .../Kernel/Cartesian_kinetic_kernel_base.h         |      0
 .../Kernel/Cartesian_moving_lifted_point_3.h       |      0
 .../Kernel/Cartesian_moving_orthosphere_3.h        |      0
 .../internal/Kernel/Cartesian_moving_point_1.h     |      0
 .../internal/Kernel/Cartesian_moving_point_2.h     |      0
 .../internal/Kernel/Cartesian_moving_point_3.h     |      0
 .../Kernel/Cartesian_moving_weighted_point_3.h     |      0
 .../include/CGAL/Kinetic/internal/Kernel/Center.h  |      0
 .../CGAL/Kinetic/internal/Kernel/Certificate.h     |      0
 .../internal/Kernel/Delaunay_lifted_lifting.h      |      0
 .../Kinetic/internal/Kernel/Delaunay_lifting.h     |      0
 .../CGAL/Kinetic/internal/Kernel/Reverse_time.h    |      0
 .../internal/Kernel/cartesian_predicates_2.h       |      0
 .../internal/Kernel/cartesian_predicates_3.h       |      0
 .../include/CGAL/Kinetic/internal/To_static.h      |      0
 .../CGAL/Kinetic/internal/Triangulation_helper_3.h |      0
 .../include/CGAL/Kinetic/internal/config.h         |      0
 .../include/CGAL/Kinetic/internal/debug_counters.h |     79 +
 .../CGAL/Kinetic/internal/debug_counters_impl.h    |     42 +
 .../CGAL/Kinetic/internal/infinity_or_max.h        |      0
 .../include/CGAL/Kinetic/internal/tds_2_helpers.h  |      0
 .../Kinetic/internal/triangulation_helpers_3.h     |      0
 .../include/CGAL/Kinetic/listeners.h               |      0
 .../include/CGAL/LEDA_arithmetic_kernel.h          |      0
 .../include/CGAL/LEDA_basic.h                      |      0
 .../CGAL-4.8/include/CGAL/LSCM_parameterizer_3.h   |    680 +
 .../include/CGAL/Labeled_image_mesh_domain_3.h     |    108 +
 .../CGAL-4.8/include/CGAL/Labeled_mesh_domain_3.h  |    650 +
 3rdparty/CGAL-4.8/include/CGAL/Lapack_svd.h        |    171 +
 .../include/CGAL/Largest_empty_iso_rectangle_2.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Lazy.h              |   1763 +
 3rdparty/CGAL-4.8/include/CGAL/Lazy_exact_nt.h     |   1447 +
 .../include/CGAL/Lazy_kernel.h                     |      0
 .../include/CGAL/Level_interval.h                  |      0
 .../include/CGAL/Lightweight_vector_3.h            |      0
 3rdparty/CGAL-4.8/include/CGAL/Line_2.h            |    292 +
 .../include/CGAL/Line_2_Bbox_2_intersection.h      |      0
 .../CGAL/Line_2_Iso_rectangle_2_intersection.h     |      0
 .../include/CGAL/Line_2_Line_2_intersection.h      |      0
 .../include/CGAL/Line_2_Point_2_intersection.h     |      0
 .../include/CGAL/Line_2_Ray_2_intersection.h       |      0
 .../include/CGAL/Line_2_Segment_2_intersection.h   |      0
 .../include/CGAL/Line_2_Triangle_2_intersection.h  |      0
 3rdparty/CGAL-4.8/include/CGAL/Line_3.h            |    171 +
 .../include/CGAL/Line_arc_2.h                      |      0
 .../include/CGAL/Line_arc_3.h                      |      0
 .../include/CGAL/Linear_algebraCd.h                |      0
 .../include/CGAL/Linear_algebraHd.h                |      0
 .../CGAL-4.8/include/CGAL/Linear_cell_complex.h    |    936 +
 .../CGAL/Linear_cell_complex_constructors.h        |    622 +
 .../CGAL/Linear_cell_complex_incremental_builder.h |    161 +
 .../include/CGAL/Linear_cell_complex_min_items.h   |      0
 .../include/CGAL/Linear_cell_complex_operations.h  |      0
 .../include/CGAL/Linear_cell_complex_storages.h    |    450 +
 .../include/CGAL/Linear_cell_complex_traits.h      |      0
 .../include/CGAL/Location_policy.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/MP_Float.h          |    912 +
 .../include/CGAL/MP_Float_arithmetic_kernel.h      |      0
 .../include/CGAL/MP_Float_impl.h                   |      0
 .../CGAL/Manhattan_distance_iso_box_point.h        |      0
 .../CGAL/Marching_tetrahedra_observer_default_3.h  |      0
 .../Marching_tetrahedra_traits_skin_surface_3.h    |      0
 .../CGAL/Mean_curvature_flow_skeletonization.h     |   1438 +
 .../CGAL/Mean_value_coordinates_parameterizer_3.h  |    205 +
 3rdparty/CGAL-4.8/include/CGAL/Memory_sizer.h      |    174 +
 .../include/CGAL/Mesh_2/Clusters.h                 |      0
 .../include/CGAL/Mesh_2/Do_not_refine_edges.h      |      0
 .../include/CGAL/Mesh_2/Face_badness.h             |      0
 .../include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h |    291 +
 .../CGAL-4.8/include/CGAL/Mesh_2/Lloyd_move_2.h    |    111 +
 .../include/CGAL/Mesh_2/Mesh_global_optimizer_2.h  |    485 +
 .../include/CGAL/Mesh_2/Mesh_sizing_field.h        |    218 +
 .../include/CGAL/Mesh_2/Output_stream.h            |      0
 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/README       |      6 +
 .../include/CGAL/Mesh_2/Refine_edges.h             |      0
 .../include/CGAL/Mesh_2/Refine_edges_visitor.h     |      0
 .../CGAL/Mesh_2/Refine_edges_with_clusters.h       |      0
 .../include/CGAL/Mesh_2/Refine_faces.h             |      0
 .../CGAL-4.8/include/CGAL/Mesh_2/Sizing_field_2.h  |     57 +
 .../include/CGAL/Mesh_2/Uniform_sizing_field_2.h   |     55 +
 .../CGAL-4.8/include/CGAL/Mesh_3/C3T3_helpers.h    |   3906 +
 .../CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h |      0
 .../include/CGAL/Mesh_3/Concurrent_mesher_config.h |      0
 .../include/CGAL/Mesh_3/Creator_weighted_point_3.h |      0
 .../CGAL/Mesh_3/Detect_features_in_polyhedra.h     |      0
 .../CGAL/Mesh_3/Detect_features_in_polyhedra_fwd.h |      0
 .../CGAL/Mesh_3/Detect_polylines_in_polyhedra.h    |      0
 .../Mesh_3/Detect_polylines_in_polyhedra_fwd.h     |      0
 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Dump_c3t3.h  |    103 +
 .../Mesh_3/Facet_criteria_visitor_with_balls.h     |      0
 .../CGAL/Mesh_3/Facet_on_same_surface_criterion.h  |      0
 .../include/CGAL/Mesh_3/Has_features.h             |      0
 .../Mesh_3/Image_to_labeled_function_wrapper.h     |    142 +
 .../CGAL/Mesh_3/Implicit_surface_mesher_visitor.h  |      0
 .../Mesh_3/Implicit_to_labeled_function_wrapper.h  |      0
 .../include/CGAL/Mesh_3/Labeled_mesh_domain_3.h    |    630 +
 .../include/CGAL/Mesh_3/Lloyd_move.h               |      0
 .../Mesh_complex_3_in_triangulation_3_base.h       |    949 +
 .../include/CGAL/Mesh_3/Mesh_global_optimizer.h    |   1158 +
 .../include/CGAL/Mesh_3/Mesh_sizing_field.h        |      0
 .../include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h |      0
 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Mesher_3.h   |    714 +
 .../CGAL-4.8/include/CGAL/Mesh_3/Mesher_level.h    |   1214 +
 .../Mesh_3/Mesher_level_default_implementations.h  |      0
 .../include/CGAL/Mesh_3/Null_exuder_visitor.h      |      0
 .../CGAL/Mesh_3/Null_global_optimizer_visitor.h    |      0
 .../include/CGAL/Mesh_3/Null_perturber_visitor.h   |      0
 .../include/CGAL/Mesh_3/Odt_move.h                 |      0
 .../include/CGAL/Mesh_3/Poisson_refine_cells_3.h   |      0
 .../include/CGAL/Mesh_3/Polyline_with_context.h    |      0
 .../include/CGAL/Mesh_3/Profile_counter.h          |      0
 .../include/CGAL/Mesh_3/Profiling_tools.h          |      0
 .../CGAL/Mesh_3/Protect_edges_sizing_field.h       |   1705 +
 .../include/CGAL/Mesh_3/Refine_cells_3.h           |      0
 .../CGAL-4.8/include/CGAL/Mesh_3/Refine_facets_3.h |   1965 +
 .../CGAL/Mesh_3/Refine_facets_manifold_base.h      |    637 +
 .../include/CGAL/Mesh_3/Refine_tets_visitor.h      |      0
 .../CGAL/Mesh_3/Robust_intersection_kernel.h       |      0
 .../CGAL/Mesh_3/Robust_intersection_traits_3.h     |      0
 ...obust_weighted_circumcenter_filtered_traits_3.h |    429 +
 .../include/CGAL/Mesh_3/Sizing_grid.h              |      0
 .../include/CGAL/Mesh_3/Sliver_perturber.h         |   1661 +
 .../CGAL-4.8/include/CGAL/Mesh_3/Slivers_exuder.h  |   1869 +
 .../Mesh_3/Slivers_exuder_cell_attributes_traits.h |      0
 .../CGAL/Mesh_3/Triangle_accessor_primitive.h      |      0
 .../include/CGAL/Mesh_3/Triangulation_helpers.h    |      0
 .../CGAL/Mesh_3/Triangulation_sizing_field.h       |      0
 .../include/CGAL/Mesh_3/Uniform_sizing_field.h     |      0
 .../CGAL/Mesh_3/Worksharing_data_structures.h      |      0
 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/config.h     |     84 +
 .../include/CGAL/Mesh_3/dihedral_angle_3.h         |      0
 .../include/CGAL/Mesh_3/global_parameters.h        |    100 +
 .../include/CGAL/Mesh_3/io_signature.h             |      0
 .../CGAL/Mesh_3/mesh_standard_cell_criteria.h      |      0
 .../include/CGAL/Mesh_3/mesh_standard_criteria.h   |      0
 .../CGAL/Mesh_3/mesh_standard_facet_criteria.h     |      0
 .../include/CGAL/Mesh_3/min_dihedral_angle.h       |      0
 .../include/CGAL/Mesh_3/parameters_defaults.h      |      0
 .../polyhedral_to_labeled_function_wrapper.h       |      0
 .../include/CGAL/Mesh_3/polylines_to_protect.h     |    359 +
 .../include/CGAL/Mesh_3/radius_ratio.h             |      0
 .../include/CGAL/Mesh_3/sliver_criteria.h          |      0
 .../Mesh_3/squared_distance_Point_3_Triangle_3.h   |      0
 .../include/CGAL/Mesh_3/utilities.h                |      0
 .../include/CGAL/Mesh_3/vertex_perturbation.h      |      0
 .../include/CGAL/Mesh_cell_base_3.h                |      0
 .../include/CGAL/Mesh_cell_criteria_3.h            |      0
 .../CGAL/Mesh_complex_3_in_triangulation_3.h       |      0
 .../include/CGAL/Mesh_constant_domain_field_3.h    |      0
 .../include/CGAL/Mesh_criteria_3.h                 |      0
 .../CGAL/Mesh_domain_with_polyline_features_3.h    |   1088 +
 .../include/CGAL/Mesh_edge_criteria_3.h            |      0
 .../CGAL-4.8/include/CGAL/Mesh_facet_criteria_3.h  |    182 +
 .../CGAL-4.8/include/CGAL/Mesh_facet_topology.h    |     41 +
 .../include/CGAL/Mesh_optimization_return_code.h   |      0
 .../include/CGAL/Mesh_polyhedron_3.h               |      0
 .../include/CGAL/Mesh_triangulation_3.h            |      0
 .../CGAL-4.8/include/CGAL/Mesh_vertex_base_3.h     |    310 +
 .../include/CGAL/Mesher_level.h                    |      0
 .../CGAL/Mesher_level_default_implementations.h    |      0
 .../include/CGAL/Mesher_level_visitors.h           |      0
 .../include/CGAL/Meshes/Double_map_container.h     |     95 +
 .../include/CGAL/Meshes/Filtered_deque_container.h |      0
 .../CGAL/Meshes/Filtered_multimap_container.h      |      0
 .../include/CGAL/Meshes/Filtered_queue_container.h |      0
 .../include/CGAL/Meshes/Simple_map_container.h     |      0
 .../include/CGAL/Meshes/Simple_queue_container.h   |      0
 .../include/CGAL/Meshes/Simple_set_container.h     |      0
 .../Meshes/Triangulation_mesher_level_traits_2.h   |      0
 .../Meshes/Triangulation_mesher_level_traits_3.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Min_annulus_d.h     |    874 +
 3rdparty/CGAL-4.8/include/CGAL/Min_circle_2.h      |    589 +
 .../CGAL/Min_circle_2/Min_circle_2_adapterC2.h     |      0
 .../CGAL/Min_circle_2/Min_circle_2_adapterH2.h     |      0
 .../include/CGAL/Min_circle_2/Min_circle_2_impl.h  |      0
 .../CGAL/Min_circle_2/Optimisation_circle_2.h      |      0
 .../CGAL/Min_circle_2/Optimisation_circle_2_impl.h |      0
 .../include/CGAL/Min_circle_2_traits_2.h           |      0
 3rdparty/CGAL-4.8/include/CGAL/Min_ellipse_2.h     |    584 +
 .../CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h   |      0
 .../CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h   |      0
 .../CGAL/Min_ellipse_2/Min_ellipse_2_impl.h        |      0
 .../CGAL/Min_ellipse_2/Optimisation_ellipse_2.h    |    449 +
 .../Min_ellipse_2/Optimisation_ellipse_2_impl.h    |      0
 .../include/CGAL/Min_ellipse_2_traits_2.h          |      0
 .../include/CGAL/Min_quadrilateral_traits_2.h      |      0
 .../include/CGAL/Min_sphere_annulus_d_traits_2.h   |      0
 .../include/CGAL/Min_sphere_annulus_d_traits_3.h   |      0
 .../include/CGAL/Min_sphere_annulus_d_traits_d.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Min_sphere_d.h      |    462 +
 .../include/CGAL/Min_sphere_d/Min_sphere_d_impl.h  |      0
 .../CGAL/Min_sphere_d/Optimisation_sphere_d.h      |      0
 .../include/CGAL/Min_sphere_of_points_d_traits_2.h |      0
 .../include/CGAL/Min_sphere_of_points_d_traits_3.h |      0
 .../include/CGAL/Min_sphere_of_points_d_traits_d.h |      0
 .../include/CGAL/Min_sphere_of_spheres_d.h         |      0
 .../Min_sphere_of_spheres_d_configure.h            |      0
 .../Min_sphere_of_spheres_d_impl.h                 |      0
 .../Min_sphere_of_spheres_d_pair.h                 |      0
 .../Min_sphere_of_spheres_d_pivot_impl.h           |      0
 .../Min_sphere_of_spheres_d_support_set.h          |      0
 .../Min_sphere_of_spheres_d_support_set_impl.h     |      0
 .../CGAL/Min_sphere_of_spheres_d_traits_2.h        |      0
 .../CGAL/Min_sphere_of_spheres_d_traits_3.h        |      0
 .../CGAL/Min_sphere_of_spheres_d_traits_d.h        |      0
 .../Minimum_enclosing_quadrilateral_traits_2.h     |      0
 .../Minkowski_sum_2/AABB_collision_detector_2.h    |    102 +
 .../CGAL/Minkowski_sum_2/AABB_node_with_join.h     |    285 +
 .../Minkowski_sum_2/AABB_segment_2_primitive.h     |     69 +
 .../include/CGAL/Minkowski_sum_2/AABB_traits_2.h   |    221 +
 .../AABB_traversal_traits_with_join.h              |    428 +
 .../CGAL/Minkowski_sum_2/AABB_tree_with_join.h     |   1274 +
 .../CGAL/Minkowski_sum_2/Approx_offset_base_2.h    |    598 +
 .../CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h    |    418 +
 .../Decomposition_strategy_adapter.h               |    176 +
 .../CGAL/Minkowski_sum_2/Exact_offset_base_2.h     |    294 +
 .../include/CGAL/Minkowski_sum_2/Hole_filter_2.h   |     88 +
 .../CGAL-4.8/include/CGAL/Minkowski_sum_2/Labels.h |    285 +
 .../Minkowski_sum_by_reduced_convolution_2.h       |    512 +
 .../CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h    |    638 +
 .../CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h  |    421 +
 .../include/CGAL/Minkowski_sum_2/Offset_conv_2.h   |    198 +
 .../include/CGAL/Minkowski_sum_2/Offset_decomp_2.h |    124 +
 .../Minkowski_sum_2/Polygon_convex_decomposition.h |    128 +
 .../CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h |    251 +
 .../CGAL/Minkowski_sum_2/Union_of_cycles_2.h       |    223 +
 .../Minkowski_sum_2/Union_of_segment_cycles_2.h    |    132 +
 .../include/CGAL/Minkowski_sum_3/Gaussian_map.h    |   1233 +
 .../CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h   |      0
 .../include/CGAL/Minkowski_sum_3/PointMark.h       |      0
 .../bipartite_nary_union_sorted_combined.h         |      0
 .../include/CGAL/Modifiable_priority_queue.h       |      0
 .../include/CGAL/Modifier_base.h                   |      0
 .../include/CGAL/Modular_arithmetic/Residue_type.h |    327 +
 .../include/CGAL/Modular_traits.h                  |      0
 .../CGAL-4.8/include/CGAL/Monge_via_jet_fitting.h  |    784 +
 3rdparty/CGAL-4.8/include/CGAL/Mpzf.h              |   1161 +
 .../include/CGAL/Multi_surface_3.h                 |      0
 .../include/CGAL/Multiscale_sort.h                 |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Multiset.h |      0
 .../include/CGAL/NT_converter.h                    |      0
 .../include/CGAL/N_step_adaptor.h                  |      0
 .../include/CGAL/N_step_adaptor_derived.h          |      0
 .../include/CGAL/Needs_parens_as_product.h         |      0
 .../include/CGAL/Nef_2/Bounding_box_2.h            |      0
 .../include/CGAL/Nef_2/Constrained_triang_traits.h |      0
 .../include/CGAL/Nef_2/HDS_items.h                 |      0
 .../include/CGAL/Nef_2/Line_to_epoint.h            |      0
 .../include/CGAL/Nef_2/Object_handle.h             |      0
 .../include/CGAL/Nef_2/Object_index.h              |      0
 .../include/CGAL/Nef_2/PM_checker.h                |      0
 .../include/CGAL/Nef_2/PM_const_decorator.h        |      0
 .../include/CGAL/Nef_2/PM_decorator.h              |      0
 .../include/CGAL/Nef_2/PM_explorer.h               |      0
 .../include/CGAL/Nef_2/PM_io_parser.h              |      0
 .../include/CGAL/Nef_2/PM_overlayer.h              |      0
 .../include/CGAL/Nef_2/PM_persistent_PL.h          |      0
 .../CGAL-4.8/include/CGAL/Nef_2/PM_point_locator.h |   1059 +
 3rdparty/CGAL-4.8/include/CGAL/Nef_2/Polynomial.h  |   1979 +
 .../CGAL-4.8/include/CGAL/Nef_2/Polynomial_impl.h  |    204 +
 .../include/CGAL/Nef_2/Segment_overlay_traits.h    |      0
 .../include/CGAL/Nef_2/debug.h                     |      0
 .../include/CGAL/Nef_2/gen_point_location.h        |      0
 .../include/CGAL/Nef_2/geninfo.h                   |      0
 .../CGAL-4.8/include/CGAL/Nef_2/iterator_tools.h   |    112 +
 .../include/CGAL/Nef_3/Binary_operation.h          |      0
 .../include/CGAL/Nef_3/Bounding_box_3.h            |      0
 .../include/CGAL/Nef_3/Combine_with_halfspace.h    |      0
 .../include/CGAL/Nef_3/Default_items.h             |      0
 .../include/CGAL/Nef_3/Edge_edge_overlay.h         |      0
 .../Exact_triangulation_euclidean_traits_xy_3.h    |      0
 .../Exact_triangulation_euclidean_traits_xz_3.h    |      0
 .../Exact_triangulation_euclidean_traits_yz_3.h    |      0
 .../include/CGAL/Nef_3/Halfedge.h                  |      0
 .../include/CGAL/Nef_3/Halffacet.h                 |      0
 .../include/CGAL/Nef_3/ID_support_handler.h        |      0
 .../include/CGAL/Nef_3/Infimaximal_box.h           |      0
 .../include/CGAL/Nef_3/K3_tree.h                   |      0
 .../include/CGAL/Nef_3/Mark_bounded_volumes.h      |      0
 .../include/CGAL/Nef_3/Nef_box.h                   |      0
 .../include/CGAL/Nef_3/OGL_helper.h                |      0
 .../CGAL-4.8/include/CGAL/Nef_3/Pluecker_line_3.h  |    356 +
 .../include/CGAL/Nef_3/SFace.h                     |      0
 .../include/CGAL/Nef_3/SHalfedge.h                 |      0
 .../include/CGAL/Nef_3/SHalfloop.h                 |      0
 .../include/CGAL/Nef_3/SM_visualizor.h             |      0
 .../CGAL-4.8/include/CGAL/Nef_3/SNC_FM_decorator.h |    678 +
 .../include/CGAL/Nef_3/SNC_SM_explorer.h           |      0
 .../include/CGAL/Nef_3/SNC_SM_overlayer.h          |      0
 .../include/CGAL/Nef_3/SNC_SM_visualizor.h         |      0
 .../include/CGAL/Nef_3/SNC_const_decorator.h       |      0
 .../include/CGAL/Nef_3/SNC_constructor.h           |      0
 .../include/CGAL/Nef_3/SNC_decorator.h             |      0
 .../include/CGAL/Nef_3/SNC_decorator_traits.h      |      0
 .../include/CGAL/Nef_3/SNC_external_structure.h    |   1407 +
 .../include/CGAL/Nef_3/SNC_indexed_items.h         |      0
 .../include/CGAL/Nef_3/SNC_intersection.h          |      0
 .../CGAL-4.8/include/CGAL/Nef_3/SNC_io_parser.h    |   2086 +
 .../include/CGAL/Nef_3/SNC_items.h                 |      0
 .../include/CGAL/Nef_3/SNC_iteration.h             |      0
 .../include/CGAL/Nef_3/SNC_k3_tree_traits.h        |      0
 .../include/CGAL/Nef_3/SNC_list.h                  |      0
 .../include/CGAL/Nef_3/SNC_point_locator.h         |      0
 .../include/CGAL/Nef_3/SNC_simplify.h              |      0
 .../include/CGAL/Nef_3/SNC_sphere_map.h            |      0
 .../include/CGAL/Nef_3/SNC_structure.h             |      0
 .../include/CGAL/Nef_3/Vertex.h                    |      0
 .../include/CGAL/Nef_3/Volume.h                    |      0
 .../include/CGAL/Nef_3/binop_intersection_tests.h  |      0
 .../include/CGAL/Nef_3/bounded_side_3.h            |      0
 .../include/CGAL/Nef_3/polyhedron_3_to_nef_3.h     |      0
 .../quotient_coordinates_to_homogeneous_point.h    |      0
 .../include/CGAL/Nef_3/shell_to_nef_3.h            |      0
 .../include/CGAL/Nef_3/vertex_cycle_to_nef_3.h     |      0
 .../include/CGAL/Nef_S2/Generic_handle_map.h       |      0
 .../include/CGAL/Nef_S2/Normalizing.h              |      0
 .../include/CGAL/Nef_S2/OGL_base_object.h          |      0
 .../include/CGAL/Nef_S2/SM_checker.h               |      0
 .../include/CGAL/Nef_S2/SM_const_decorator.h       |      0
 .../CGAL/Nef_S2/SM_constrained_triang_traits.h     |      0
 .../include/CGAL/Nef_S2/SM_decorator.h             |      0
 .../include/CGAL/Nef_S2/SM_decorator_traits.h      |      0
 .../CGAL-4.8/include/CGAL/Nef_S2/SM_io_parser.h    |    492 +
 .../include/CGAL/Nef_S2/SM_items.h                 |      0
 .../include/CGAL/Nef_S2/SM_iteration.h             |      0
 .../include/CGAL/Nef_S2/SM_list.h                  |      0
 .../CGAL-4.8/include/CGAL/Nef_S2/SM_overlayer.h    |   2461 +
 .../include/CGAL/Nef_S2/SM_point_locator.h         |      0
 .../CGAL-4.8/include/CGAL/Nef_S2/SM_triangulator.h |    744 +
 .../include/CGAL/Nef_S2/SM_visualizor.h            |      0
 .../include/CGAL/Nef_S2/Sphere_circle.h            |      0
 .../include/CGAL/Nef_S2/Sphere_direction.h         |      0
 .../include/CGAL/Nef_S2/Sphere_geometry.h          |      0
 .../include/CGAL/Nef_S2/Sphere_geometry_OGL.h      |    824 +
 .../include/CGAL/Nef_S2/Sphere_map.h               |      0
 .../include/CGAL/Nef_S2/Sphere_point.h             |      0
 .../include/CGAL/Nef_S2/Sphere_segment.h           |      0
 .../CGAL-4.8/include/CGAL/Nef_S2/Sphere_triangle.h |    119 +
 .../include/CGAL/Nef_S2/leda_sphere_map.h          |      0
 .../include/CGAL/Nef_S2/sphere_predicates.h        |    411 +
 .../include/CGAL/Nef_nary_intersection_3.h         |      0
 .../include/CGAL/Nef_nary_union_3.h                |      0
 3rdparty/CGAL-4.8/include/CGAL/Nef_polyhedron_2.h  |   1137 +
 3rdparty/CGAL-4.8/include/CGAL/Nef_polyhedron_3.h  |   2130 +
 .../include/CGAL/Nef_polyhedron_S2.h               |      0
 .../include/CGAL/Nef_polynomial.h                  |      0
 .../include/CGAL/Nef_polynomial_fwd.h              |      0
 .../include/CGAL/Nested_iterator.h                 |      0
 .../include/CGAL/NewKernel_d/Cartesian_LA_base.h   |      0
 .../CGAL/NewKernel_d/Cartesian_LA_functors.h       |      0
 .../include/CGAL/NewKernel_d/Cartesian_base.h      |      0
 .../include/CGAL/NewKernel_d/Cartesian_change_FT.h |      0
 .../include/CGAL/NewKernel_d/Cartesian_complete.h  |      0
 .../include/CGAL/NewKernel_d/Cartesian_filter_K.h  |      0
 .../include/CGAL/NewKernel_d/Cartesian_filter_NT.h |      0
 .../CGAL/NewKernel_d/Cartesian_per_dimension.h     |      0
 .../CGAL/NewKernel_d/Cartesian_static_filters.h    |      0
 .../include/CGAL/NewKernel_d/Coaffine.h            |      0
 .../include/CGAL/NewKernel_d/Define_kernel_types.h |      0
 .../include/CGAL/NewKernel_d/Dimension_base.h      |      0
 .../include/CGAL/NewKernel_d/Filtered_predicate2.h |      0
 .../include/CGAL/NewKernel_d/KernelD_converter.h   |    199 +
 .../include/CGAL/NewKernel_d/Kernel_2_interface.h  |      0
 .../include/CGAL/NewKernel_d/Kernel_3_interface.h  |      0
 .../include/CGAL/NewKernel_d/Kernel_d_interface.h  |    238 +
 .../CGAL/NewKernel_d/Kernel_object_converter.h     |      0
 .../include/CGAL/NewKernel_d/LA_eigen/LA.h         |      0
 .../CGAL/NewKernel_d/LA_eigen/constructors.h       |    162 +
 .../include/CGAL/NewKernel_d/Lazy_cartesian.h      |      0
 .../CGAL/NewKernel_d/Types/Aff_transformation.h    |      0
 .../include/CGAL/NewKernel_d/Types/Hyperplane.h    |    159 +
 .../include/CGAL/NewKernel_d/Types/Iso_box.h       |      0
 .../include/CGAL/NewKernel_d/Types/Line.h          |      0
 .../include/CGAL/NewKernel_d/Types/Ray.h           |      0
 .../include/CGAL/NewKernel_d/Types/Segment.h       |      0
 .../include/CGAL/NewKernel_d/Types/Sphere.h        |    133 +
 .../include/CGAL/NewKernel_d/Vector/array.h        |    165 +
 .../include/CGAL/NewKernel_d/Vector/avx4.h         |      0
 ...f_iterator_to_points_from_iterator_to_vectors.h |     76 +
 ...determinant_of_iterator_to_points_from_points.h |      0
 ...terminant_of_iterator_to_vectors_from_vectors.h |      0
 .../Vector/determinant_of_points_from_vectors.h    |      0
 .../Vector/determinant_of_vectors_small_dim.h      |      0
 .../determinant_of_vectors_small_dim_internal.h    |      0
 .../include/CGAL/NewKernel_d/Vector/mix.h          |      0
 .../include/CGAL/NewKernel_d/Vector/sse2.h         |      0
 .../include/CGAL/NewKernel_d/Vector/v2int.h        |      0
 .../include/CGAL/NewKernel_d/Vector/vector.h       |    167 +
 .../CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h      |    303 +
 .../CGAL/NewKernel_d/Wrapper/Hyperplane_d.h        |    131 +
 .../include/CGAL/NewKernel_d/Wrapper/Point_d.h     |    284 +
 .../CGAL/NewKernel_d/Wrapper/Ref_count_obj.h       |    120 +
 .../include/CGAL/NewKernel_d/Wrapper/Segment_d.h   |    133 +
 .../include/CGAL/NewKernel_d/Wrapper/Sphere_d.h    |    130 +
 .../include/CGAL/NewKernel_d/Wrapper/Vector_d.h    |    266 +
 .../CGAL/NewKernel_d/function_objects_cartesian.h  |   1298 +
 .../include/CGAL/NewKernel_d/functor_properties.h  |      0
 .../include/CGAL/NewKernel_d/functor_tags.h        |    353 +
 .../include/CGAL/NewKernel_d/static_int.h          |      0
 .../include/CGAL/NewKernel_d/store_kernel.h        |      0
 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/utils.h |    306 +
 .../include/CGAL/Null_matrix.h                     |      0
 .../include/CGAL/Number_type_checker.h             |      0
 .../internal_functions_comparison_root_of_2.h      |      0
 .../include/CGAL/OFF_to_nef_3.h                    |      0
 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Cost.h        |    110 +
 .../include/CGAL/OTR_2/Reconstruction_edge_2.h     |    144 +
 .../CGAL/OTR_2/Reconstruction_face_base_2.h        |    266 +
 .../CGAL/OTR_2/Reconstruction_triangulation_2.h    |   1079 +
 .../CGAL/OTR_2/Reconstruction_vertex_base_2.h      |    134 +
 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Sample.h      |    146 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Object.h   |      0
 .../include/CGAL/OpenNL/bicgstab.h                 |      0
 .../include/CGAL/OpenNL/blas.h                     |      0
 .../include/CGAL/OpenNL/conjugate_gradient.h       |      0
 .../include/CGAL/OpenNL/full_vector.h              |      0
 .../CGAL-4.8/include/CGAL/OpenNL/linear_solver.h   |    478 +
 .../include/CGAL/OpenNL/preconditioner.h           |      0
 .../include/CGAL/OpenNL/sparse_matrix.h            |      0
 .../CGAL/Optimal_transportation_reconstruction_2.h |   1673 +
 .../CGAL/Optimisation/Access_coordinates_begin_2.h |      0
 .../CGAL/Optimisation/Access_coordinates_begin_3.h |      0
 .../CGAL/Optimisation/Access_coordinates_begin_d.h |      0
 .../include/CGAL/Optimisation/Access_dimension_2.h |      0
 .../include/CGAL/Optimisation/Access_dimension_3.h |      0
 .../include/CGAL/Optimisation/Access_dimension_d.h |      0
 .../include/CGAL/Optimisation/Construct_point_2.h  |      0
 .../include/CGAL/Optimisation/Construct_point_3.h  |      0
 .../include/CGAL/Optimisation/Construct_point_d.h  |      0
 .../include/CGAL/Optimisation/assertions.h         |      0
 .../include/CGAL/Optimisation/basic.h              |      0
 .../include/CGAL/Optimisation/debug.h              |      0
 .../include/CGAL/Optimisation_d_traits_2.h         |      0
 .../include/CGAL/Optimisation_d_traits_3.h         |      0
 .../include/CGAL/Optimisation_d_traits_d.h         |      0
 .../CGAL-4.8/include/CGAL/Orientation_Linf_2.h     |    156 +
 3rdparty/CGAL-4.8/include/CGAL/Origin.h            |     52 +
 3rdparty/CGAL-4.8/include/CGAL/Origin_impl.h       |     30 +
 .../CGAL/Orthogonal_incremental_neighbor_search.h  |    621 +
 .../include/CGAL/Orthogonal_k_neighbor_search.h    |      0
 3rdparty/CGAL-4.8/include/CGAL/PCA_util.h          |    778 +
 .../include/CGAL/Parabola_2.h                      |      0
 .../include/CGAL/Parabola_segment_2.h              |      0
 .../include/CGAL/Param_mesh_patch_circulators.h    |      0
 .../include/CGAL/Param_mesh_patch_iterators.h      |      0
 .../include/CGAL/Param_mesh_patch_vertex.h         |    442 +
 .../CGAL/Parameterization_mesh_feature_extractor.h |      0
 .../include/CGAL/Parameterization_mesh_patch_3.h   |      0
 .../CGAL/Parameterization_polyhedron_adaptor_3.h   |      0
 .../include/CGAL/Parameterizer_traits_3.h          |      0
 .../include/CGAL/Partition_2/Circulator_pair.h     |      0
 .../CGAL/Partition_2/Indirect_edge_compare.h       |      0
 .../include/CGAL/Partition_2/Indirect_less_xy_2.h  |      0
 .../CGAL/Partition_2/Indirect_not_less_yx_2.h      |      0
 .../include/CGAL/Partition_2/Iterator_list.h       |      0
 .../include/CGAL/Partition_2/Matrix.h              |      0
 .../Partition_2/Partition_opt_cvx_diagonal_list.h  |      0
 .../CGAL/Partition_2/Partition_opt_cvx_edge.h      |      0
 .../CGAL/Partition_2/Partition_opt_cvx_vertex.h    |      0
 .../CGAL/Partition_2/Partition_traits_2_base.h     |      0
 .../CGAL/Partition_2/Partition_vertex_map.h        |      0
 .../CGAL/Partition_2/Partitioned_polygon_2.h       |      0
 .../CGAL/Partition_2/Point_pair_less_xy_2.h        |      0
 .../include/CGAL/Partition_2/Rotation_tree_2.h     |      0
 .../CGAL/Partition_2/Rotation_tree_2_impl.h        |      0
 .../CGAL/Partition_2/Rotation_tree_node_2.h        |      0
 .../include/CGAL/Partition_2/Segment_less_yx_2.h   |      0
 .../Partition_2/Triangulation_indirect_traits_2.h  |      0
 .../include/CGAL/Partition_2/Turn_reverser.h       |      0
 .../CGAL/Partition_2/Vertex_visibility_graph_2.h   |      0
 .../Partition_2/Vertex_visibility_graph_2_impl.h   |      0
 .../CGAL/Partition_2/is_degenerate_polygon_2.h     |      0
 .../CGAL/Partition_2/partition_approx_convex_2.h   |    283 +
 .../CGAL/Partition_2/partition_assertions.h        |      0
 .../Partition_2/partition_greene_approx_convex_2.h |      0
 .../CGAL/Partition_2/partition_optimal_convex_2.h  |      0
 .../CGAL/Partition_2/partition_y_monotone_2.h      |      0
 .../include/CGAL/Partition_is_valid_traits_2.h     |      0
 .../include/CGAL/Partition_traits_2.h              |      0
 .../CGAL/Periodic_2_Delaunay_triangulation_2.h     |      0
 .../Periodic_2_Delaunay_triangulation_traits_2.h   |      0
 .../include/CGAL/Periodic_2_offset_2.h             |      0
 .../include/CGAL/Periodic_2_triangulation_2.h      |      0
 .../CGAL/Periodic_2_triangulation_dummy_12.h       |      0
 .../CGAL/Periodic_2_triangulation_face_base_2.h    |      0
 .../Periodic_2_triangulation_filtered_traits_2.h   |      0
 .../CGAL/Periodic_2_triangulation_hierarchy_2.h    |      0
 ...iodic_2_triangulation_hierarchy_vertex_base_2.h |      0
 .../CGAL/Periodic_2_triangulation_iterators_2.h    |      0
 ..._2_triangulation_statically_filtered_traits_2.h |      0
 .../CGAL/Periodic_2_triangulation_traits_2.h       |      0
 .../CGAL/Periodic_2_triangulation_vertex_base_2.h  |      0
 .../CGAL/Periodic_3_Delaunay_triangulation_3.h     |      0
 ...ic_3_Delaunay_triangulation_filtered_traits_3.h |    161 +
 ...ay_triangulation_statically_filtered_traits_3.h |     62 +
 .../Periodic_3_Delaunay_triangulation_traits_3.h   |    150 +
 .../include/CGAL/Periodic_3_construct_point_3.h    |     55 +
 .../include/CGAL/Periodic_3_offset_3.h             |      0
 .../include/CGAL/Periodic_3_triangulation_3.h      |   4141 +
 .../CGAL/Periodic_3_triangulation_ds_cell_base_3.h |      0
 .../Periodic_3_triangulation_ds_vertex_base_3.h    |      0
 .../CGAL/Periodic_3_triangulation_dummy_36.h       |      0
 .../Periodic_3_triangulation_filtered_traits_3.h   |    203 +
 .../CGAL/Periodic_3_triangulation_hierarchy_3.h    |      0
 .../CGAL/Periodic_3_triangulation_iterators_3.h    |      0
 .../Periodic_3_triangulation_remove_traits_3.h     |      0
 ..._3_triangulation_statically_filtered_traits_3.h |     64 +
 .../CGAL/Periodic_3_triangulation_traits_3.h       |    173 +
 3rdparty/CGAL-4.8/include/CGAL/Plane_3.h           |    281 +
 .../include/CGAL/Plane_separator.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/Point_2.h           |    270 +
 .../CGAL/Point_2_Iso_rectangle_2_intersection.h    |      0
 .../include/CGAL/Point_2_Line_2_intersection.h     |      0
 .../include/CGAL/Point_2_Point_2_intersection.h    |      0
 .../include/CGAL/Point_2_Ray_2_intersection.h      |      0
 .../include/CGAL/Point_2_Segment_2_intersection.h  |      0
 .../include/CGAL/Point_2_Triangle_2_intersection.h |      0
 3rdparty/CGAL-4.8/include/CGAL/Point_3.h           |    301 +
 .../include/CGAL/Point_container.h                 |      0
 .../include/CGAL/Point_set_2.h                     |      0
 .../include/CGAL/Point_traits.h                    |      0
 .../include/CGAL/Point_with_normal_3.h             |      0
 .../include/CGAL/Point_with_psc_localisation.h     |      0
 .../include/CGAL/Point_with_surface_index.h        |      0
 .../CGAL/Point_with_surface_index_geom_traits.h    |      0
 .../include/CGAL/Poisson_implicit_surface_3.h      |      0
 .../include/CGAL/Poisson_mesh_cell_criteria_3.h    |      0
 .../include/CGAL/Poisson_reconstruction_function.h |   1212 +
 3rdparty/CGAL-4.8/include/CGAL/Polychain_2.h       |    859 +
 .../include/CGAL/Polygon_2.h                       |      0
 .../CGAL/Polygon_2/Polygon_2_algorithms_impl.h     |      0
 .../CGAL/Polygon_2/Polygon_2_edge_circulator.h     |      0
 .../CGAL/Polygon_2/Polygon_2_edge_iterator.h       |      0
 .../include/CGAL/Polygon_2/Polygon_2_impl.h        |    159 +
 .../include/CGAL/Polygon_2/Polygon_2_simplicity.h  |      0
 .../CGAL/Polygon_2/Polygon_2_vertex_circulator.h   |      0
 .../include/CGAL/Polygon_2/polygon_assertions.h    |      0
 .../CGAL-4.8/include/CGAL/Polygon_2_algorithms.h   |    466 +
 .../include/CGAL/Polygon_convex_decomposition_2.h  |     78 +
 .../include/CGAL/Polygon_mesh_processing/Weights.h |    766 +
 .../include/CGAL/Polygon_mesh_processing/bbox.h    |     88 +
 .../include/CGAL/Polygon_mesh_processing/border.h  |    199 +
 .../CGAL/Polygon_mesh_processing/compute_normal.h  |    371 +
 .../Polygon_mesh_processing/connected_components.h |   1116 +
 .../CGAL/Polygon_mesh_processing/distance.h        |    182 +
 .../include/CGAL/Polygon_mesh_processing/fair.h    |    165 +
 .../Hole_filling/Triangulate_hole_polygon_mesh.h   |    193 +
 .../Hole_filling/Triangulate_hole_polyline.h       |   1236 +
 .../internal/Hole_filling/do_not_use_DT3.h         |     26 +
 .../Hole_filling/experimental/experimental_code.h  |    236 +
 .../AABB_filtered_projection_traits.h              |    134 +
 .../internal/Isotropic_remeshing/remesh_impl.h     |   1613 +
 .../Axis_parallel_plane_traits.h                   |    160 +
 .../Polygon_mesh_slicer/Traversal_traits.h         |    115 +
 .../AABB_triangle_accessor_3_primitive.h           |      0
 .../Point_inside_vertical_ray_cast.h               |    107 +
 .../Ray_3_Triangle_3_traversal_traits.h            |    231 +
 .../Polygon_mesh_processing/internal/fair_impl.h   |    203 +
 .../internal/named_function_params.h               |    386 +
 .../internal/named_params_helper.h                 |    140 +
 .../Polygon_mesh_processing/internal/refine_impl.h |    335 +
 .../include/CGAL/Polygon_mesh_processing/measure.h |    418 +
 .../Polygon_mesh_processing/orient_polygon_soup.h  |    426 +
 .../CGAL/Polygon_mesh_processing/orientation.h     |    229 +
 .../polygon_soup_to_polygon_mesh.h                 |    162 +
 .../include/CGAL/Polygon_mesh_processing/refine.h  |    119 +
 .../include/CGAL/Polygon_mesh_processing/remesh.h  |    278 +
 .../include/CGAL/Polygon_mesh_processing/repair.h  |    845 +
 .../Polygon_mesh_processing/self_intersections.h   |    404 +
 .../CGAL/Polygon_mesh_processing/stitch_borders.h  |    385 +
 .../Polygon_mesh_processing/triangulate_faces.h    |    381 +
 .../Polygon_mesh_processing/triangulate_hole.h     |    406 +
 .../CGAL-4.8/include/CGAL/Polygon_mesh_slicer.h    |    545 +
 .../include/CGAL/Polygon_offset_builder_2.h        |      0
 .../include/CGAL/Polygon_offset_builder_traits_2.h |      0
 .../include/CGAL/Polygon_set_2.h                   |      0
 .../include/CGAL/Polygon_traits_2.h                |      0
 .../CGAL/Polygon_triangulation_decomposition_2.h   |    204 +
 .../CGAL/Polygon_vertical_decomposition_2.h        |    280 +
 .../include/CGAL/Polygon_with_holes_2.h            |      0
 .../include/CGAL/PolyhedralSurf_neighbors.h        |    321 +
 .../include/CGAL/Polyhedral_mesh_domain_3.h        |    804 +
 .../CGAL/Polyhedral_mesh_domain_with_features_3.h  |    245 +
 3rdparty/CGAL-4.8/include/CGAL/Polyhedron_3.h      |   1546 +
 .../include/CGAL/Polyhedron_copy_3.h               |      0
 .../include/CGAL/Polyhedron_decorator_3.h          |      0
 .../CGAL/Polyhedron_incremental_builder_3.h        |    915 +
 .../include/CGAL/Polyhedron_items_3.h              |      0
 .../include/CGAL/Polyhedron_items_with_id_3.h      |      0
 .../include/CGAL/Polyhedron_min_items_3.h          |      0
 .../include/CGAL/Polyhedron_traits_3.h             |      0
 .../CGAL/Polyhedron_traits_with_normals_3.h        |      0
 .../include/CGAL/Polyline_constraint_hierarchy_2.h |   1174 +
 .../Hybrid_squared_distance_cost.h                 |    114 +
 .../Scaled_squared_distance_cost.h                 |    117 +
 .../Squared_distance_cost.h                        |      0
 .../Stop_above_cost_threshold.h                    |     68 +
 .../Stop_below_count_ratio_threshold.h             |      0
 .../Stop_below_count_threshold.h                   |      0
 .../CGAL/Polyline_simplification_2/Vertex_base_2.h |      0
 .../CGAL/Polyline_simplification_2/simplify.h      |    472 +
 .../include/CGAL/Polynomial.h                      |      0
 .../CGAL/Polynomial/Algebraic_structure_traits.h   |      0
 .../include/CGAL/Polynomial/CORE_Expr_root_stack.h |    268 +
 .../include/CGAL/Polynomial/CORE_kernel.h          |      0
 .../Cached_extended_euclidean_algorithm.h          |      0
 .../CGAL/Polynomial/Chinese_remainder_traits.h     |      0
 .../include/CGAL/Polynomial/Coercion_traits.h      |      0
 .../include/CGAL/Polynomial/Degree.h               |      0
 .../include/CGAL/Polynomial/Fixed_polynomial.h     |      0
 .../include/CGAL/Polynomial/Fraction_traits.h      |      0
 .../CGAL/Polynomial/Get_arithmetic_kernel.h        |      0
 .../include/CGAL/Polynomial/Interpolator.h         |      0
 .../include/CGAL/Polynomial/Interval_polynomial.h  |      0
 .../include/CGAL/Polynomial/Kernel.h               |      0
 .../include/CGAL/Polynomial/Modular_traits.h       |      0
 .../CGAL/Polynomial/Monomial_representation.h      |      0
 .../include/CGAL/Polynomial/Numeric_root_stack.h   |      0
 .../include/CGAL/Polynomial/Polynomial.h           |      0
 .../include/CGAL/Polynomial/Polynomial_type.h      |   1468 +
 .../CGAL/Polynomial/Real_embeddable_traits.h       |      0
 .../CGAL/Polynomial/Root_stack_default_traits.h    |      0
 .../include/CGAL/Polynomial/Scalar_factor_traits.h |      0
 .../include/CGAL/Polynomial/Sturm_root_stack.h     |      0
 .../CGAL/Polynomial/Sturm_root_stack_traits.h      |      0
 .../include/CGAL/Polynomial/basic.h                |      0
 .../include/CGAL/Polynomial/bezout_matrix.h        |      0
 .../include/CGAL/Polynomial/determinant.h          |      0
 .../include/CGAL/Polynomial/fwd.h                  |      0
 .../include/CGAL/Polynomial/hgdelta_update.h       |      0
 .../CGAL/Polynomial/internal/Alternation_counter.h |      0
 .../CGAL/Polynomial/internal/CORE_polynomial.h     |    278 +
 .../Polynomial/internal/Descartes_root_count.h     |      0
 .../Polynomial/internal/Double_with_infinity.h     |      0
 .../CGAL/Polynomial/internal/Filtered_function.h   |      0
 .../CGAL/Polynomial/internal/Filtered_kernel.h     |      0
 .../Filtered_kernel/Filtered_Descartes_has_root.h  |      0
 .../Filtered_Descartes_root_counter.h              |      0
 .../Filtered_kernel/Filtered_are_negations.h       |      0
 .../Filtered_polynomial_rational_kernel.h          |      0
 .../Filtered_root_bound_evaluator.h                |      0
 .../Filtered_kernel/Filtered_root_multiplicity.h   |      0
 .../internal/Filtered_kernel/Filtered_sign_at.h    |      0
 .../CGAL/Polynomial/internal/Filtered_number.h     |      0
 .../Construct_filtered_function.h                  |      0
 .../Filtered_Descartes_has_root.h                  |      0
 .../Filtered_Descartes_root_counter.h              |      0
 .../Filtered_rational/Filtered_Sturm_sequence.h    |      0
 .../Filtered_rational/Filtered_are_negations.h     |      0
 .../Filtered_rational_multiplicity.h               |      0
 .../Filtered_rational_sign_above_rational.h        |      0
 .../Filtered_rational/Filtered_rational_traits.h   |      0
 .../Filtered_root_bound_evaluator.h                |      0
 .../Filtered_sign_Sturm_sequence.h                 |      0
 .../Filtered_rational/Filtered_sign_at_rational.h  |      0
 .../Filtered_rational/Filtered_standard_sequence.h |      0
 .../Polynomial/internal/Fixed_polynomial_impl.h    |      0
 .../CGAL/Polynomial/internal/GSL_numeric_solver.h  |      0
 .../CGAL/Polynomial/internal/Isolating_interval.h  |      0
 .../internal/JAMA_numeric_solvers_impl.h           |    135 +
 .../internal/Kernel/Is_even_multiplicity.h         |      0
 .../CGAL/Polynomial/internal/Kernel/Is_rational.h  |      0
 .../internal/Kernel/Isolating_interval.h           |      0
 .../Polynomial/internal/Kernel/Lower_bound_root.h  |      0
 .../CGAL/Polynomial/internal/Kernel/Multiplicity.h |      0
 .../internal/Kernel/Rational_between_roots.h       |      0
 .../Polynomial/internal/Kernel/Root_container.h    |      0
 .../CGAL/Polynomial/internal/Kernel/Sign_above.h   |      0
 .../CGAL/Polynomial/internal/Kernel/Sign_at.h      |      0
 .../CGAL/Polynomial/internal/Kernel/Sign_below.h   |      0
 .../internal/Kernel/Sign_between_roots.h           |      0
 .../CGAL/Polynomial/internal/Kernel/To_rational.h  |      0
 .../internal/Kernel/predicate_template.h           |      0
 .../CGAL/Polynomial/internal/Polynomial_impl.h     |      0
 .../Polynomial/internal/Rational/Are_negations.h   |      0
 .../internal/Rational/Bezier_root_counter.h        |      0
 .../Rational/Compare_isolated_roots_in_interval.h  |      0
 .../internal/Rational/Construct_function.h         |      0
 .../CGAL/Polynomial/internal/Rational/Derivative.h |      0
 .../internal/Rational/Descartes_has_root.h         |      0
 .../internal/Rational/Descartes_root_counter.h     |      0
 .../internal/Rational/Euclidean_Sturm_sequence.h   |      0
 .../internal/Rational/Evaluate_polynomial.h        |      0
 .../Polynomial/internal/Rational/Invert_variable.h |      0
 .../Rational/Map_rational_interval_to_positive.h   |      0
 .../internal/Rational/Monic_Sturm_sequence.h       |      0
 .../Polynomial/internal/Rational/Negate_variable.h |      0
 .../Rational/Primitive_part_Sturm_sequence.h       |      0
 .../Polynomial/internal/Rational/Pseudo_quotient.h |      0
 .../internal/Rational/Pseudo_remainder.h           |      0
 .../CGAL/Polynomial/internal/Rational/Quotient.h   |      0
 .../internal/Rational/Quotient_remainder.h         |      0
 .../internal/Rational/Rational_multiplicity.h      |      0
 .../internal/Rational/Rational_traits_base.h       |      0
 .../internal/Rational/Rational_translate_zero.h    |      0
 .../internal/Rational/Reduced_Sturm_sequence.h     |      0
 .../CGAL/Polynomial/internal/Rational/Remainder.h  |      0
 .../internal/Rational/Root_bound_evaluator.h       |      0
 .../Polynomial/internal/Rational/Shift_power.h     |      0
 .../internal/Rational/Sign_Sturm_sequence.h        |      0
 .../internal/Rational/Sign_above_rational.h        |      0
 .../internal/Rational/Sign_at_rational.h           |      0
 .../internal/Rational/Sign_below_rational.h        |      0
 .../internal/Rational/Standard_sequence.h          |      0
 .../internal/Rational/Sturm_root_counter.h         |      0
 .../Polynomial/internal/Rational/Sturm_sequence.h  |      0
 .../internal/Rational/Sturm_sequence_base.h        |      0
 .../Rational/Subresultant_Sturm_sequence.h         |      0
 .../Polynomial/internal/Root_stack_traits_base.h   |      0
 .../Polynomial/internal/Sign_variations_counter.h  |      0
 .../Polynomial/internal/Simple_interval_root.h     |      0
 .../include/CGAL/Polynomial/internal/Statistics.h  |      0
 .../Polynomial/internal/Sturm_isolating_interval.h |      0
 .../CGAL/Polynomial/internal/Sturm_root_rep.h      |      0
 .../internal/Turkowski_numeric_solvers_impl.h      |    467 +
 .../include/CGAL/Polynomial/internal/config.h      |      0
 .../internal/filtered_function_leaf_nodes.h        |      0
 .../internal/filtered_function_node_bases.h        |      0
 .../internal/filtered_function_operation_nodes.h   |      0
 .../CGAL/Polynomial/internal/interval_arithmetic.h |      0
 .../include/CGAL/Polynomial/internal/macros.h      |      0
 .../CGAL/Polynomial/internal/nt_converters.h       |      0
 .../CGAL/Polynomial/internal/numeric_solvers.h     |    118 +
 .../Polynomial/internal/numeric_solvers_impl.h     |    135 +
 .../Polynomial/internal/numeric_solvers_support.h  |     65 +
 .../internal/numeric_solvers_support_impl.h        |    276 +
 .../Polynomial/internal/polynomial_generators.h    |      0
 .../include/CGAL/Polynomial/misc.h                 |      0
 .../include/CGAL/Polynomial/modular_filter.h       |      0
 .../include/CGAL/Polynomial/modular_gcd.h          |      0
 .../CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h |      0
 .../CGAL/Polynomial/modular_gcd_utcf_dfai.h        |      0
 .../include/CGAL/Polynomial/modular_gcd_utils.h    |      0
 .../CGAL/Polynomial/polynomial_converters.h        |      0
 .../include/CGAL/Polynomial/polynomial_gcd.h       |      0
 .../Polynomial/polynomial_gcd_implementations.h    |      0
 .../include/CGAL/Polynomial/polynomial_gcd_ntl.h   |      0
 .../include/CGAL/Polynomial/prs_resultant.h        |      0
 .../include/CGAL/Polynomial/resultant.h            |      0
 .../CGAL/Polynomial/square_free_factorize.h        |      0
 .../CGAL/Polynomial/sturm_habicht_sequence.h       |      0
 .../include/CGAL/Polynomial/subresultants.h        |      0
 .../include/CGAL/Polynomial_traits_d.h             |      0
 .../include/CGAL/Polynomial_type_generator.h       |      0
 .../include/CGAL/Polynomials_1_2.h                 |      0
 .../include/CGAL/Polynomials_1_3.h                 |      0
 .../include/CGAL/Polynomials_2_2.h                 |      0
 .../include/CGAL/Polynomials_2_3.h                 |      0
 .../include/CGAL/Polynomials_for_line_3.h          |      0
 .../CGAL-4.8/include/CGAL/Polytope_distance_d.h    |    933 +
 .../include/CGAL/Polytope_distance_d_traits_2.h    |      0
 .../include/CGAL/Polytope_distance_d_traits_3.h    |      0
 .../include/CGAL/Polytope_distance_d_traits_d.h    |      0
 .../include/CGAL/Prevent_deref.h                   |      0
 .../include/CGAL/Profile_counter.h                 |      0
 .../include/CGAL/Profile_timer.h                   |      0
 .../include/CGAL/Projection_traits_xy_3.h          |      0
 .../include/CGAL/Projection_traits_xz_3.h          |      0
 .../include/CGAL/Projection_traits_yz_3.h          |      0
 .../include/CGAL/QP_functions.h                    |      0
 .../include/CGAL/QP_models.h                       |      0
 .../include/CGAL/QP_options.h                      |      0
 .../include/CGAL/QP_solution.h                     |      0
 .../include/CGAL/QP_solver/Initialization.h        |      0
 .../include/CGAL/QP_solver/QP__filtered_base.h     |      0
 .../CGAL/QP_solver/QP__filtered_base_impl.h        |      0
 .../include/CGAL/QP_solver/QP__partial_base.h      |      0
 .../include/CGAL/QP_solver/QP_basis_inverse.h      |   1136 +
 .../include/CGAL/QP_solver/QP_basis_inverse_impl.h |    713 +
 .../CGAL/QP_solver/QP_exact_bland_pricing.h        |      0
 .../include/CGAL/QP_solver/QP_full_exact_pricing.h |      0
 .../CGAL/QP_solver/QP_full_filtered_pricing.h      |      0
 .../include/CGAL/QP_solver/QP_functions_impl.h     |      0
 .../CGAL/QP_solver/QP_partial_exact_pricing.h      |    252 +
 .../CGAL/QP_solver/QP_partial_filtered_pricing.h   |    432 +
 .../include/CGAL/QP_solver/QP_pricing_strategy.h   |      0
 .../include/CGAL/QP_solver/QP_solution_impl.h      |      0
 .../CGAL-4.8/include/CGAL/QP_solver/QP_solver.h    |   1999 +
 .../include/CGAL/QP_solver/QP_solver_bounds_impl.h |      0
 .../include/CGAL/QP_solver/QP_solver_impl.h        |   3390 +
 .../QP_solver/QP_solver_nonstandardform_impl.h     |      0
 .../include/CGAL/QP_solver/Unbounded_direction.h   |      0
 .../include/CGAL/QP_solver/assertions.h            |      0
 3rdparty/CGAL-4.8/include/CGAL/QP_solver/basic.h   |     35 +
 .../include/CGAL/QP_solver/debug.h                 |      0
 .../include/CGAL/QP_solver/functors.h              |      0
 .../include/CGAL/Qt/AlphaShapeGraphicsItem.h       |      0
 .../include/CGAL/Qt/ApolloniusGraphGraphicsItem.h  |      0
 3rdparty/CGAL-4.8/include/CGAL/Qt/CGAL_Qt_config.h |     36 +
 .../include/CGAL/Qt/CircularArcGraphicsItem.h      |      0
 .../CGAL/Qt/ConstrainedTriangulationGraphicsItem.h |      0
 3rdparty/CGAL-4.8/include/CGAL/Qt/Converter.h      |    187 +
 .../CGAL-4.8/include/CGAL/Qt/CreateOpenGLContext.h |     39 +
 .../Qt/DelaunayMeshTriangulationGraphicsItem.h     |    301 +
 .../CGAL-4.8/include/CGAL/Qt/DemosMainWindow.h     |    135 +
 .../include/CGAL/Qt/DemosMainWindow_impl.h         |    474 +
 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsItem.h   |     52 +
 .../include/CGAL/Qt/GraphicsViewCircleInput.h      |    211 +
 .../include/CGAL/Qt/GraphicsViewCircularArcInput.h |    214 +
 .../CGAL-4.8/include/CGAL/Qt/GraphicsViewInput.h   |     58 +
 .../CGAL/Qt/GraphicsViewIsoRectangleInput.h        |    158 +
 .../include/CGAL/Qt/GraphicsViewLineInput.h        |    182 +
 .../include/CGAL/Qt/GraphicsViewNavigation.h       |     77 +
 .../include/CGAL/Qt/GraphicsViewNavigation_impl.h  |    351 +
 .../include/CGAL/Qt/GraphicsViewPointInput.h       |      0
 .../CGAL/Qt/GraphicsViewPolygonWithHolesInput.h    |    197 +
 .../include/CGAL/Qt/GraphicsViewPolylineInput.h    |    117 +
 .../CGAL/Qt/GraphicsViewPolylineInput_impl.h       |    206 +
 .../include/CGAL/Qt/LineGraphicsItem.h             |      0
 .../include/CGAL/Qt/PainterOstream.h               |      0
 .../include/CGAL/Qt/PointsGraphicsItem.h           |      0
 .../include/CGAL/Qt/PointsInKdTreeGraphicsItem.h   |    194 +
 .../CGAL-4.8/include/CGAL/Qt/PolygonGraphicsItem.h |    191 +
 .../include/CGAL/Qt/PolygonWithHolesGraphicsItem.h |      0
 .../include/CGAL/Qt/PolylinesGraphicsItem.h        |      0
 .../include/CGAL/Qt/PowerdiagramGraphicsItem.h     |      0
 .../include/CGAL/Qt/RegularGridGraphicsItem.h      |      0
 .../CGAL/Qt/RegularGridVectorFieldGraphicsItem.h   |      0
 .../CGAL/Qt/RegularTriangulationGraphicsItem.h     |      0
 .../CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h     |    283 +
 .../CGAL/Qt/SegmentDelaunayGraphLinfGraphicsItem.h |    318 +
 .../include/CGAL/Qt/SegmentsGraphicsItem.h         |    163 +
 .../include/CGAL/Qt/StreamLinesGraphicsItem.h      |      0
 .../include/CGAL/Qt/TriangulationGraphicsItem.h    |    309 +
 .../include/CGAL/Qt/VoronoiGraphicsItem.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/Qt/debug.h          |     56 +
 3rdparty/CGAL-4.8/include/CGAL/Qt/debug_impl.h     |     83 +
 3rdparty/CGAL-4.8/include/CGAL/Qt/resources.h      |     37 +
 3rdparty/CGAL-4.8/include/CGAL/Qt/resources_impl.h |     37 +
 3rdparty/CGAL-4.8/include/CGAL/Qt/utility.h        |     47 +
 3rdparty/CGAL-4.8/include/CGAL/Qt/utility_impl.h   |     62 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Quotient.h |      0
 .../include/CGAL/Quotient_fwd.h                    |      0
 .../include/CGAL/RS/Gmpfr_make_unique.h            |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/ak_1.h  |      0
 .../include/CGAL/RS/ak_z_1.h                       |      0
 .../include/CGAL/RS/algebraic_1.h                  |      0
 .../include/CGAL/RS/algebraic_z_1.h                |      0
 .../include/CGAL/RS/bisection_refiner_1.h          |      0
 .../include/CGAL/RS/comparator_1.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/RS/dyadic.h         |    438 +
 .../include/CGAL/RS/exact_signat_1.h               |      0
 .../include/CGAL/RS/functors_1.h                   |      0
 .../include/CGAL/RS/functors_z_1.h                 |      0
 .../include/CGAL/RS/polynomial_converter_1.h       |      0
 .../include/CGAL/RS/rs23_k_isolator_1.h            |      0
 .../include/CGAL/RS/rs2_calls.h                    |      0
 .../include/CGAL/RS/rs2_isolator_1.h               |      0
 .../include/CGAL/RS/rs3_k_refiner_1.h              |      0
 .../include/CGAL/RS/rs3_refiner_1.h                |      0
 .../include/CGAL/RS/signat_1.h                     |      0
 3rdparty/CGAL-4.8/include/CGAL/Random.h            |    254 +
 .../include/CGAL/Random_access_adaptor.h           |      0
 .../include/CGAL/Random_access_value_adaptor.h     |      0
 .../include/CGAL/Random_convex_hull_traits_2.h     |      0
 .../include/CGAL/Random_convex_set_traits_2.h      |      0
 3rdparty/CGAL-4.8/include/CGAL/Random_impl.h       |     94 +
 .../include/CGAL/Random_polygon_2_sweep.h          |      0
 .../include/CGAL/Random_polygon_traits_2.h         |      0
 .../include/CGAL/Range_segment_tree_traits.h       |      0
 3rdparty/CGAL-4.8/include/CGAL/Range_tree_d.h      |    623 +
 .../include/CGAL/Range_tree_k.h                    |      0
 .../include/CGAL/Rational_traits.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/Ray_2.h             |    275 +
 .../include/CGAL/Ray_2_Bbox_2_intersection.h       |     82 +
 .../include/CGAL/Ray_2_Bbox_2_intersection_impl.h  |    208 +
 .../CGAL/Ray_2_Iso_rectangle_2_intersection.h      |      0
 .../include/CGAL/Ray_2_Line_2_intersection.h       |      0
 .../include/CGAL/Ray_2_Point_2_intersection.h      |      0
 .../include/CGAL/Ray_2_Ray_2_intersection.h        |      0
 .../include/CGAL/Ray_2_Segment_2_intersection.h    |      0
 .../include/CGAL/Ray_2_Triangle_2_intersection.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Ray_3.h             |    244 +
 .../include/CGAL/Real_embeddable_traits.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/Real_timer.h        |    133 +
 3rdparty/CGAL-4.8/include/CGAL/Real_timer_impl.h   |    112 +
 .../include/CGAL/Reconstruction_triangulation_3.h  |      0
 .../include/CGAL/Rectangular_p_center_traits_2.h   |      0
 .../include/CGAL/Referenced_argument.h             |      0
 .../include/CGAL/Regular_complex_d.h               |      0
 .../include/CGAL/Regular_grid_2.h                  |      0
 .../include/CGAL/Regular_triangulation_2.h         |      0
 .../include/CGAL/Regular_triangulation_3.h         |   2326 +
 .../Regular_triangulation_adaptation_policies_2.h  |      0
 .../Regular_triangulation_adaptation_traits_2.h    |      0
 .../CGAL/Regular_triangulation_cell_base_3.h       |      0
 ...lation_cell_base_with_weighted_circumcenter_3.h |      0
 .../Regular_triangulation_euclidean_traits_2.h     |      0
 .../Regular_triangulation_euclidean_traits_3.h     |      0
 .../CGAL/Regular_triangulation_face_base_2.h       |      0
 .../CGAL/Regular_triangulation_filtered_traits_2.h |      0
 .../CGAL/Regular_triangulation_vertex_base_2.h     |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Residue.h  |      0
 3rdparty/CGAL-4.8/include/CGAL/Ridges.h            |    916 +
 .../CGAL/Robust_circumcenter_filtered_traits_3.h   |      0
 .../include/CGAL/Robust_circumcenter_traits_3.h    |      0
 .../include/CGAL/Robust_construction.h             |      0
 .../CGAL-4.8/include/CGAL/Root_for_circles_2_2.h   |    137 +
 .../include/CGAL/Root_for_spheres_2_3.h            |      0
 .../include/CGAL/Root_of_traits.h                  |      0
 .../include/CGAL/Root_of_traits_specializations.h  |      0
 .../include/CGAL/Rotational_sweep_visibility_2.h   |    935 +
 .../include/CGAL/Runge_kutta_integrator_2.h        |      0
 .../include/CGAL/Scalar_factor_traits.h            |      0
 .../Scale_space_surface_reconstruction_3_impl.h    |   1221 +
 .../Shape_construction_3.h                         |      0
 .../internal/Auto_count.h                          |      0
 .../CGAL/Scale_space_surface_reconstruction_3.h    |    965 +
 .../include/CGAL/Search_traits.h                   |      0
 .../include/CGAL/Search_traits_2.h                 |      0
 .../include/CGAL/Search_traits_3.h                 |      0
 .../CGAL-4.8/include/CGAL/Search_traits_adapter.h  |    180 +
 .../include/CGAL/Search_traits_d.h                 |      0
 .../include/CGAL/Search_traits_vertex_handle_3.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Segment_2.h         |    310 +
 .../CGAL/Segment_2_Iso_rectangle_2_intersection.h  |      0
 .../include/CGAL/Segment_2_Line_2_intersection.h   |      0
 .../include/CGAL/Segment_2_Point_2_intersection.h  |      0
 .../include/CGAL/Segment_2_Ray_2_intersection.h    |      0
 .../CGAL/Segment_2_Segment_2_intersection.h        |      0
 .../CGAL/Segment_2_Triangle_2_intersection.h       |      0
 3rdparty/CGAL-4.8/include/CGAL/Segment_3.h         |    226 +
 .../include/CGAL/Segment_Delaunay_graph_2.h        |   2043 +
 .../Segment_Delaunay_graph_2/Are_parallel_C2.h     |      0
 .../Segment_Delaunay_graph_2/Are_same_points_C2.h  |      0
 .../Are_same_segments_C2.h                         |      0
 .../Segment_Delaunay_graph_2/Arrangement_enum.h    |      0
 .../Segment_Delaunay_graph_2/Arrangement_type_C2.h |      0
 .../Arrangement_type_non_intersecting_C2.h         |      0
 .../Segment_Delaunay_graph_2/Basic_predicates_C2.h |      0
 .../Segment_Delaunay_graph_2/Cartesian_converter.h |      0
 .../CGAL/Segment_Delaunay_graph_2/Compare_x_2.h    |      0
 .../CGAL/Segment_Delaunay_graph_2/Compare_y_2.h    |      0
 .../Construct_storage_site_2.h                     |      0
 .../Construct_storage_site_with_info_2.h           |      0
 .../Segment_Delaunay_graph_2/Constructions_C2.h    |      0
 .../Filtered_traits_base_2.h                       |    473 +
 .../Filtered_traits_concept_check_tags.h           |      0
 .../Finite_edge_interior_conflict_C2.h             |      0
 .../Infinite_edge_interior_conflict_C2.h           |      0
 .../Is_degenerate_edge_C2.h                        |      0
 .../Segment_Delaunay_graph_2/Kernel_wrapper_2.h    |      0
 .../CGAL/Segment_Delaunay_graph_2/Orientation_C2.h |      0
 .../Segment_Delaunay_graph_2/Oriented_side_C2.h    |    117 +
 .../Oriented_side_of_bisector_C2.h                 |      0
 .../CGAL/Segment_Delaunay_graph_2/Predicates_C2.h  |      0
 .../Segment_Delaunay_graph_2_impl.h                |   3287 +
 .../Segment_Delaunay_graph_hierarchy_2_impl.h      |   1153 +
 .../Segment_Delaunay_graph_2/Sqrt_extension_2.h    |      0
 .../CGAL/Segment_Delaunay_graph_2/Traits_base_2.h  |    286 +
 .../Segment_Delaunay_graph_2/Traits_wrapper_2.h    |      0
 .../Triangulation_face_base_with_edges_2.h         |      0
 .../Segment_Delaunay_graph_2/Vertex_conflict_C2.h  |      0
 .../Segment_Delaunay_graph_2/Voronoi_vertex_C2.h   |      0
 .../Voronoi_vertex_ring_C2.h                       |      0
 .../Voronoi_vertex_sqrt_field_C2.h                 |      0
 .../Voronoi_vertex_sqrt_field_new_C2.h             |      0
 .../include/CGAL/Segment_Delaunay_graph_2/basic.h  |      0
 .../CGAL/Segment_Delaunay_graph_2/edge_list.h      |      0
 .../Segment_Delaunay_graph_2/in_place_edge_list.h  |      0
 .../include/CGAL/Segment_Delaunay_graph_Linf_2.h   |    414 +
 .../Basic_predicates_C2.h                          |   1950 +
 .../Segment_Delaunay_graph_Linf_2/Bisector_Linf.h  |    793 +
 .../Constructions_C2.h                             |   1274 +
 .../Filtered_traits_base_2.h                       |    522 +
 .../Finite_edge_interior_conflict_C2.h             |   1449 +
 .../Infinite_edge_interior_conflict_C2.h           |    727 +
 .../Orientation_Linf_C2.h                          |    192 +
 .../Oriented_side_C2.h                             |    498 +
 .../Oriented_side_of_bisector_C2.h                 |    357 +
 .../Segment_Delaunay_graph_Linf_2/Predicates_C2.h  |     42 +
 .../Segment_Delaunay_graph_Linf_2_impl.h           |    768 +
 .../Segment_Delaunay_graph_Linf_hierarchy_2_impl.h |   1219 +
 .../Segment_Delaunay_graph_Linf_2/Traits_base_2.h  |    173 +
 .../Vertex_conflict_C2.h                           |   1455 +
 .../Voronoi_vertex_C2.h                            |     76 +
 .../Voronoi_vertex_ring_C2.h                       |   3972 +
 .../Voronoi_vertex_sqrt_field_new_C2.h             |   4744 +
 .../CGAL/Segment_Delaunay_graph_Linf_2/basic.h     |     36 +
 ...Segment_Delaunay_graph_Linf_filtered_traits_2.h |    245 +
 .../CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h |     79 +
 .../CGAL/Segment_Delaunay_graph_Linf_traits_2.h    |    166 +
 .../Segment_Delaunay_graph_adaptation_policies_2.h |      0
 .../Segment_Delaunay_graph_adaptation_traits_2.h   |      0
 .../CGAL/Segment_Delaunay_graph_face_base_2.h      |      0
 .../Segment_Delaunay_graph_filtered_traits_2.h     |      0
 .../CGAL/Segment_Delaunay_graph_hierarchy_2.h      |    507 +
 ...egment_Delaunay_graph_hierarchy_vertex_base_2.h |      0
 .../CGAL/Segment_Delaunay_graph_simple_site_2.h    |      0
 .../Segment_Delaunay_graph_simple_storage_site_2.h |      0
 .../include/CGAL/Segment_Delaunay_graph_site_2.h   |      0
 .../CGAL/Segment_Delaunay_graph_storage_site_2.h   |      0
 ...gment_Delaunay_graph_storage_site_with_info_2.h |      0
 .../CGAL/Segment_Delaunay_graph_storage_traits_2.h |      0
 ...ent_Delaunay_graph_storage_traits_with_info_2.h |      0
 .../include/CGAL/Segment_Delaunay_graph_traits_2.h |      0
 .../CGAL/Segment_Delaunay_graph_vertex_base_2.h    |      0
 .../include/CGAL/Segment_tree_d.h                  |      0
 .../include/CGAL/Segment_tree_k.h                  |      0
 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3.h |     40 +
 .../CGAL-4.8/include/CGAL/Shape_detection_3/Cone.h |    480 +
 .../include/CGAL/Shape_detection_3/Cylinder.h      |    399 +
 .../CGAL/Shape_detection_3/Efficient_RANSAC.h      |    912 +
 .../Shape_detection_3/Efficient_RANSAC_traits.h    |    185 +
 .../include/CGAL/Shape_detection_3/Octree.h        |    727 +
 .../include/CGAL/Shape_detection_3/Plane.h         |    211 +
 .../include/CGAL/Shape_detection_3/Shape_base.h    |    702 +
 .../include/CGAL/Shape_detection_3/Sphere.h        |    565 +
 .../include/CGAL/Shape_detection_3/Torus.h         |    407 +
 .../include/CGAL/Side_of_bounded_square_2.h        |    579 +
 .../include/CGAL/Side_of_oriented_square_2.h       |    180 +
 .../CGAL-4.8/include/CGAL/Side_of_triangle_mesh.h  |    174 +
 .../include/CGAL/Simple_cartesian.h                |      0
 .../include/CGAL/Simple_circular_kernel_2.h        |      0
 .../include/CGAL/Simple_homogeneous.h              |      0
 .../include/CGAL/Simple_polygon_visibility_2.h     |    685 +
 .../include/CGAL/Simple_spherical_kernel_3.h       |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sixtuple.h |      0
 .../include/CGAL/Skin_surface_3.h                  |      0
 .../include/CGAL/Skin_surface_base_3.h             |      0
 .../include/CGAL/Skin_surface_filtered_traits_3.h  |     71 +
 .../Skin_surface_marching_tetrahedra_observer_3.h  |      0
 .../include/CGAL/Skin_surface_polyhedral_items_3.h |      0
 ...urface_polyhedral_items_with_face_information.h |      0
 .../CGAL/Skin_surface_quadratic_surface_3.h        |      0
 .../CGAL/Skin_surface_refinement_policy_3.h        |      0
 .../include/CGAL/Skin_surface_traits_3.h           |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skiplist.h |      0
 .../Small_side_angle_bisector_decomposition_2.h    |    869 +
 .../include/CGAL/Snap_rounding_2.h                 |      0
 .../include/CGAL/Snap_rounding_kd_2.h              |      0
 .../CGAL-4.8/include/CGAL/Snap_rounding_traits_2.h |    223 +
 .../CGAL/Sorted_matrix_search_traits_adaptor.h     |      0
 .../include/CGAL/Spatial_lock_grid_3.h             |      0
 .../include/CGAL/Spatial_sort_traits_adapter_2.h   |      0
 .../include/CGAL/Spatial_sort_traits_adapter_3.h   |      0
 .../include/CGAL/Spatial_sort_traits_adapter_d.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Sphere_3.h          |    349 +
 .../include/CGAL/Spherical_kernel_3.h              |      0
 .../include/CGAL/Spherical_kernel_intersections.h  |      0
 .../CGAL/Spherical_kernel_type_equality_wrapper.h  |      0
 .../include/CGAL/Splitters.h                       |      0
 .../include/CGAL/Sqrt_extension.h                  |      0
 .../Sqrt_extension/Algebraic_extension_traits.h    |      0
 .../Sqrt_extension/Algebraic_structure_traits.h    |      0
 .../CGAL/Sqrt_extension/Chinese_remainder_traits.h |      0
 .../include/CGAL/Sqrt_extension/Coercion_traits.h  |      0
 .../include/CGAL/Sqrt_extension/Eigen_NumTraits.h  |      0
 .../include/CGAL/Sqrt_extension/Fraction_traits.h  |      0
 .../CGAL/Sqrt_extension/Get_arithmetic_kernel.h    |      0
 .../include/CGAL/Sqrt_extension/Modular_traits.h   |      0
 .../CGAL/Sqrt_extension/Real_embeddable_traits.h   |      0
 .../CGAL/Sqrt_extension/Scalar_factor_traits.h     |      0
 .../CGAL/Sqrt_extension/Sqrt_extension_type.h      |      0
 .../include/CGAL/Sqrt_extension/Wang_traits.h      |      0
 .../include/CGAL/Sqrt_extension/convert_to_bfi.h   |    107 +
 .../include/CGAL/Sqrt_extension/io.h               |      0
 .../include/CGAL/Sqrt_extension_fwd.h              |      0
 .../include/CGAL/Square_border_parameterizer_3.h   |      0
 .../include/CGAL/Straight_2.h                      |      0
 .../include/CGAL/Straight_skeleton_2.h             |      0
 .../Polygon_offset_builder_2_impl.h                |      0
 .../Straight_skeleton_2/Straight_skeleton_aux.h    |      0
 .../Straight_skeleton_builder_2_impl.h             |   1825 +
 .../Straight_skeleton_builder_events_2.h           |      0
 .../Straight_skeleton_builder_traits_2_aux.h       |      0
 .../include/CGAL/Straight_skeleton_2/assertions.h  |      0
 .../include/CGAL/Straight_skeleton_2/debug.h       |      0
 .../include/CGAL/Straight_skeleton_2/test.h        |      0
 .../include/CGAL/Straight_skeleton_builder_2.h     |      0
 .../CGAL/Straight_skeleton_builder_traits_2.h      |      0
 .../include/CGAL/Straight_skeleton_converter_2.h   |      0
 .../include/CGAL/Straight_skeleton_face_base_2.h   |      0
 .../CGAL/Straight_skeleton_halfedge_base_2.h       |      0
 .../include/CGAL/Straight_skeleton_items_2.h       |      0
 .../include/CGAL/Straight_skeleton_vertex_base_2.h |      0
 .../include/CGAL/Stream_lines_2.h                  |      0
 .../include/CGAL/Subdivision_mask_3.h              |      0
 .../include/CGAL/Subdivision_method_3.h            |      0
 .../include/CGAL/Subdivision_method_impl_3.h       |      0
 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh.h      |     35 +
 .../include/CGAL/Surface_mesh/IO.h                 |      0
 .../include/CGAL/Surface_mesh/Properties.h         |      0
 .../include/CGAL/Surface_mesh/Surface_mesh.h       |   3037 +
 .../include/CGAL/Surface_mesh/Surface_mesh_fwd.h   |     37 +
 .../include/CGAL/Surface_mesh_cell_base_3.h        |      0
 .../Surface_mesh_complex_2_in_triangulation_3.h    |      0
 .../include/CGAL/Surface_mesh_default_criteria_3.h |      0
 .../CGAL/Surface_mesh_default_edges_criteria_3.h   |      0
 .../CGAL/Surface_mesh_default_triangulation_3.h    |      0
 .../include/CGAL/Surface_mesh_deformation.h        |   1537 +
 .../include/CGAL/Surface_mesh_shortest_path.h      |     33 +
 .../Surface_mesh_shortest_path.h                   |   2786 +
 .../Surface_mesh_shortest_path_traits.h            |    205 +
 .../CGAL/Surface_mesh_shortest_path/barycentric.h  |    248 +
 .../Surface_mesh_shortest_path/function_objects.h  |    601 +
 .../internal/Cone_expansion_event.h                |     86 +
 .../internal/Cone_tree.h                           |    439 +
 .../internal/misc_functions.h                      |     97 +
 .../Surface_mesh_simplification/Detail/Common.h    |      0
 .../Detail/Edge_collapse.h                         |      0
 .../Detail/Edge_collapse_impl.h                    |      0
 .../Edge_collapse_visitor_base.h                   |      0
 .../HalfedgeGraph_Polyhedron_3.h                   |      0
 .../Policies/Edge_collapse/Constrained_placement.h |      0
 .../Edge_collapse/Count_ratio_stop_predicate.h     |      0
 .../Policies/Edge_collapse/Count_stop_predicate.h  |      0
 .../Edge_collapse/Detail/Lindstrom_Turk_core.h     |      0
 .../Detail/Lindstrom_Turk_core_impl.h              |      0
 .../Policies/Edge_collapse/Edge_length_cost.h      |      0
 .../Policies/Edge_collapse/Edge_profile.h          |      0
 .../Policies/Edge_collapse/Edge_profile_impl.h     |      0
 .../Policies/Edge_collapse/LindstromTurk.h         |      0
 .../Policies/Edge_collapse/LindstromTurk_cost.h    |      0
 .../Policies/Edge_collapse/LindstromTurk_params.h  |      0
 .../Edge_collapse/LindstromTurk_placement.h        |      0
 .../Policies/Edge_collapse/Midpoint_and_length.h   |      0
 .../Policies/Edge_collapse/Midpoint_placement.h    |      0
 .../Surface_mesh_simplification/edge_collapse.h    |    169 +
 .../include/CGAL/Surface_mesh_traits_generator_3.h |      0
 .../CGAL/Surface_mesh_triangulation_generator_3.h  |      0
 .../include/CGAL/Surface_mesh_vertex_base_3.h      |      0
 .../include/CGAL/Surface_mesher/Combining_oracle.h |      0
 .../include/CGAL/Surface_mesher/Has_edges.h        |      0
 .../Surface_mesher/Implicit_surface_oracle_3.h     |      0
 .../Surface_mesher/Intersection_data_structure_3.h |      0
 .../CGAL/Surface_mesher/Null_oracle_visitor.h      |      0
 .../Point_surface_indices_oracle_visitor.h         |      0
 .../Poisson_implicit_surface_oracle_3.h            |      0
 .../CGAL/Surface_mesher/Polyhedral_oracle.h        |    406 +
 .../include/CGAL/Surface_mesher/Profile_counter.h  |      0
 .../include/CGAL/Surface_mesher/Profile_timer.h    |      0
 .../include/CGAL/Surface_mesher/Sphere_oracle_3.h  |      0
 .../CGAL/Surface_mesher/Standard_criteria.h        |      0
 .../include/CGAL/Surface_mesher/Surface_mesher.h   |      0
 .../Surface_mesher/Surface_mesher_edges_level.h    |      0
 .../Surface_mesher_edges_level_visitor.h           |      0
 .../CGAL/Surface_mesher/Surface_mesher_manifold.h  |    241 +
 .../Surface_mesher/Surface_mesher_regular_edges.h  |      0
 .../CGAL/Surface_mesher/Surface_mesher_visitor.h   |      0
 .../include/CGAL/Surface_mesher/Types_generators.h |      0
 .../include/CGAL/Surface_mesher/Verbose_flag.h     |      0
 .../Vertices_on_the_same_psc_element_criterion.h   |      0
 .../Vertices_on_the_same_surface_criterion.h       |      0
 .../include/CGAL/Surface_mesher_generator.h        |      0
 .../include/CGAL/Sweep_line_2.h                    |      0
 .../Sweep_line_2/Arr_basic_insertion_sl_visitor.h  |      0
 .../Sweep_line_2/Arr_basic_insertion_traits_2.h    |      0
 .../CGAL/Sweep_line_2/Arr_batched_pl_sl_visitor.h  |      0
 .../CGAL/Sweep_line_2/Arr_construction_event.h     |      0
 .../Sweep_line_2/Arr_construction_sl_visitor.h     |      0
 .../CGAL/Sweep_line_2/Arr_construction_subcurve.h  |      0
 .../Sweep_line_2/Arr_default_overlay_traits_base.h |      0
 .../CGAL/Sweep_line_2/Arr_insertion_sl_visitor.h   |      0
 .../CGAL/Sweep_line_2/Arr_insertion_traits_2.h     |      0
 .../CGAL/Sweep_line_2/Arr_overlay_sl_visitor.h     |      0
 .../CGAL/Sweep_line_2/Arr_overlay_subcurve.h       |      0
 .../CGAL/Sweep_line_2/Arr_overlay_traits_2.h       |      0
 .../CGAL/Sweep_line_2/Arr_vert_decomp_sl_visitor.h |      0
 .../CGAL/Sweep_line_2/Basic_sweep_line_2_impl.h    |      0
 .../include/CGAL/Sweep_line_2/Sweep_line_2_debug.h |      0
 .../include/CGAL/Sweep_line_2/Sweep_line_2_impl.h  |      0
 .../include/CGAL/Sweep_line_2/Sweep_line_2_utils.h |      0
 .../CGAL/Sweep_line_2/Sweep_line_2_visitors.h      |      0
 .../CGAL/Sweep_line_2/Sweep_line_curve_pair.h      |      0
 .../include/CGAL/Sweep_line_2/Sweep_line_event.h   |      0
 .../CGAL/Sweep_line_2/Sweep_line_functors.h        |      0
 .../CGAL/Sweep_line_2/Sweep_line_subcurve.h        |      0
 .../include/CGAL/Sweep_line_2_algorithms.h         |    222 +
 .../include/CGAL/Sweep_line_empty_visitor.h        |      0
 .../CGAL/TDS_full_cell_default_storage_policy.h    |      0
 .../CGAL/TDS_full_cell_mirror_storage_policy.h     |      0
 .../include/CGAL/Taucs_fix.h                       |      0
 .../include/CGAL/Taucs_matrix.h                    |      0
 .../include/CGAL/Taucs_solver_traits.h             |      0
 .../include/CGAL/Taucs_vector.h                    |      0
 3rdparty/CGAL-4.8/include/CGAL/Tetrahedron_3.h     |    185 +
 .../Three/Polyhedron_demo_io_plugin_interface.h    |     63 +
 .../CGAL/Three/Polyhedron_demo_plugin_helper.h     |     96 +
 .../CGAL/Three/Polyhedron_demo_plugin_interface.h  |     70 +
 .../include/CGAL/Three/Scene_draw_interface.h      |     45 +
 .../CGAL-4.8/include/CGAL/Three/Scene_group_item.h |    141 +
 .../CGAL-4.8/include/CGAL/Three/Scene_interface.h  |    191 +
 3rdparty/CGAL-4.8/include/CGAL/Three/Scene_item.h  |    459 +
 .../include/CGAL/Three/Scene_item_config.h         |     36 +
 .../CGAL-4.8/include/CGAL/Three/Viewer_config.h    |     36 +
 .../CGAL-4.8/include/CGAL/Three/Viewer_interface.h |    162 +
 .../include/CGAL/Threetuple.h                      |      0
 .../include/CGAL/Time_stamper.h                    |      0
 3rdparty/CGAL-4.8/include/CGAL/Timer.h             |    131 +
 3rdparty/CGAL-4.8/include/CGAL/Timer_impl.h        |    139 +
 .../include/CGAL/Tools/Counter.h                   |      0
 .../include/CGAL/Tools/Label.h                     |      0
 3rdparty/CGAL-4.8/include/CGAL/Tools/Log.h         |    188 +
 3rdparty/CGAL-4.8/include/CGAL/Tools/Log_impl.h    |     32 +
 .../include/CGAL/Tools/chained_map.h               |      0
 .../include/CGAL/Tools/utility_macros.h            |      0
 .../include/CGAL/Traits_with_offsets_adaptor.h     |     92 +
 .../include/CGAL/Transform_iterator.h              |      0
 .../include/CGAL/Tree_assertions.h                 |      0
 .../include/CGAL/Tree_base.h                       |      0
 .../include/CGAL/Tree_traits.h                     |      0
 3rdparty/CGAL-4.8/include/CGAL/Triangle_2.h        |    211 +
 .../CGAL/Triangle_2_Iso_rectangle_2_intersection.h |    339 +
 .../include/CGAL/Triangle_2_Line_2_intersection.h  |      0
 .../include/CGAL/Triangle_2_Point_2_intersection.h |      0
 .../include/CGAL/Triangle_2_Ray_2_intersection.h   |      0
 .../CGAL/Triangle_2_Segment_2_intersection.h       |      0
 .../CGAL/Triangle_2_Triangle_2_do_intersect.h      |      0
 .../CGAL/Triangle_2_Triangle_2_intersection.h      |      0
 3rdparty/CGAL-4.8/include/CGAL/Triangle_3.h        |    154 +
 .../include/CGAL/Triangle_3_Line_3_do_intersect.h  |      0
 .../include/CGAL/Triangle_3_Plane_3_do_intersect.h |      0
 .../include/CGAL/Triangle_3_Point_3_do_intersect.h |      0
 .../include/CGAL/Triangle_3_Ray_3_do_intersect.h   |      0
 .../CGAL/Triangle_3_Segment_3_do_intersect.h       |      0
 .../CGAL/Triangle_3_Tetrahedron_3_do_intersect.h   |      0
 .../CGAL/Triangle_3_Triangle_3_do_intersect.h      |      0
 .../CGAL/Triangle_3_Triangle_3_intersection.h      |      0
 .../include/CGAL/Triangle_accessor_3.h             |      0
 .../CGAL/Triangular_expansion_visibility_2.h       |    713 +
 .../include/CGAL/Triangular_field_2.h              |      0
 .../CGAL/Triangulated_mixed_complex_observer_3.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/Triangulation.h     |   1331 +
 3rdparty/CGAL-4.8/include/CGAL/Triangulation_2.h   |   3647 +
 .../CGAL/Triangulation_2/insert_constraints.h      |      0
 .../Triangulation_2_filtered_projection_traits_3.h |     85 +
 .../CGAL/Triangulation_2_projection_traits_3.h     |    487 +
 .../include/CGAL/Triangulation_2_traits_3.h        |      0
 3rdparty/CGAL-4.8/include/CGAL/Triangulation_3.h   |   6687 +
 .../include/CGAL/Triangulation_cell_base_3.h       |      0
 .../Triangulation_cell_base_with_circumcenter_3.h  |      0
 .../CGAL/Triangulation_cell_base_with_info_3.h     |      0
 .../include/CGAL/Triangulation_conformer_2.h       |      0
 .../include/CGAL/Triangulation_data_structure.h    |      0
 .../include/CGAL/Triangulation_data_structure_2.h  |   2328 +
 .../include/CGAL/Triangulation_data_structure_3.h  |   3971 +
 .../Triangulation_data_structure_using_list_2.h    |      0
 .../CGAL/Triangulation_default_data_structure_2.h  |      0
 .../include/CGAL/Triangulation_ds_cell_base_3.h    |    272 +
 .../include/CGAL/Triangulation_ds_circulators_2.h  |      0
 .../include/CGAL/Triangulation_ds_face_2.h         |      0
 .../include/CGAL/Triangulation_ds_face_base_2.h    |      0
 .../include/CGAL/Triangulation_ds_full_cell.h      |      0
 .../include/CGAL/Triangulation_ds_iterators_2.h    |      0
 .../include/CGAL/Triangulation_ds_vertex.h         |      0
 .../include/CGAL/Triangulation_ds_vertex_2.h       |      0
 .../include/CGAL/Triangulation_ds_vertex_base_2.h  |      0
 .../include/CGAL/Triangulation_ds_vertex_base_3.h  |      0
 .../CGAL/Triangulation_euclidean_traits_2.h        |      0
 .../CGAL/Triangulation_euclidean_traits_xy_3.h     |      0
 .../CGAL/Triangulation_euclidean_traits_xz_3.h     |      0
 .../CGAL/Triangulation_euclidean_traits_yz_3.h     |      0
 .../include/CGAL/Triangulation_face.h              |      0
 .../include/CGAL/Triangulation_face_base_2.h       |      0
 .../CGAL/Triangulation_face_base_with_info_2.h     |      0
 .../include/CGAL/Triangulation_full_cell.h         |    164 +
 .../include/CGAL/Triangulation_geom_traits_3.h     |      0
 .../include/CGAL/Triangulation_hierarchy_2.h       |      0
 .../include/CGAL/Triangulation_hierarchy_3.h       |      0
 .../CGAL/Triangulation_hierarchy_vertex_base_2.h   |      0
 .../CGAL/Triangulation_hierarchy_vertex_base_3.h   |      0
 .../CGAL/Triangulation_incremental_builder_3.h     |      0
 .../CGAL/Triangulation_iterator_adaptator.h        |      0
 .../CGAL/Triangulation_line_face_circulator_2.h    |      0
 .../include/CGAL/Triangulation_simplex_3.h         |      0
 .../Triangulation_structural_filtering_traits.h    |     35 +
 .../include/CGAL/Triangulation_utils_2.h           |      0
 .../include/CGAL/Triangulation_utils_3.h           |      0
 .../CGAL-4.8/include/CGAL/Triangulation_vertex.h   |    129 +
 .../include/CGAL/Triangulation_vertex_base_2.h     |      0
 .../include/CGAL/Triangulation_vertex_base_3.h     |      0
 .../CGAL/Triangulation_vertex_base_with_id_2.h     |      0
 .../CGAL/Triangulation_vertex_base_with_info_2.h   |      0
 .../CGAL/Triangulation_vertex_base_with_info_3.h   |      0
 .../include/CGAL/Trivial_iterator.h                |      0
 .../include/CGAL/Two_vertices_parameterizer_3.h    |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Twotuple.h |      0
 3rdparty/CGAL-4.8/include/CGAL/Umbilics.h          |    309 +
 .../include/CGAL/Uncertain.h                       |      0
 .../include/CGAL/Unfiltered_predicate_adaptor.h    |      0
 3rdparty/CGAL-4.8/include/CGAL/Union_find.h        |    260 +
 .../include/CGAL/Union_of_balls_3.h                |      0
 .../include/CGAL/Unique_hash_map.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/Vector_2.h          |    352 +
 3rdparty/CGAL-4.8/include/CGAL/Vector_3.h          |    334 +
 .../CGAL/Vertex2Data_Property_Map_with_std_map.h   |     43 +
 .../include/CGAL/Visibility_2/visibility_utils.h   |    435 +
 3rdparty/CGAL-4.8/include/CGAL/Voronoi_diagram_2.h |    831 +
 .../include/CGAL/Voronoi_diagram_2/Accessor.h      |      0
 .../Voronoi_diagram_2/Adaptation_traits_base_2.h   |      0
 .../Voronoi_diagram_2/Adaptation_traits_functors.h |      0
 .../Apollonius_graph_degeneracy_testers.h          |      0
 .../Apollonius_graph_nearest_site_2.h              |      0
 .../Voronoi_diagram_2/Cached_degeneracy_testers.h  |      0
 .../CGAL/Voronoi_diagram_2/Circulator_adaptors.h   |      0
 .../CGAL/Voronoi_diagram_2/Connected_components.h  |      0
 .../CGAL/Voronoi_diagram_2/Construct_dual_points.h |      0
 .../Voronoi_diagram_2/Default_site_inserters.h     |      0
 .../CGAL/Voronoi_diagram_2/Default_site_removers.h |      0
 .../Voronoi_diagram_2/Degeneracy_tester_binders.h  |      0
 .../Delaunay_triangulation_degeneracy_testers.h    |      0
 .../Delaunay_triangulation_nearest_site_2.h        |      0
 .../CGAL/Voronoi_diagram_2/Dummy_iterator.h        |      0
 .../include/CGAL/Voronoi_diagram_2/Edge_less.h     |      0
 .../include/CGAL/Voronoi_diagram_2/Face.h          |      0
 .../CGAL/Voronoi_diagram_2/Finder_classes.h        |      0
 .../include/CGAL/Voronoi_diagram_2/Halfedge.h      |      0
 .../CGAL/Voronoi_diagram_2/Handle_adaptor.h        |      0
 .../CGAL/Voronoi_diagram_2/Identity_rejectors.h    |      0
 .../CGAL/Voronoi_diagram_2/Iterator_adaptors.h     |      0
 .../include/CGAL/Voronoi_diagram_2/Policy_base.h   |      0
 .../Regular_triangulation_degeneracy_testers.h     |      0
 .../Regular_triangulation_nearest_site_2.h         |      0
 .../Segment_Delaunay_graph_degeneracy_testers.h    |      0
 .../Segment_Delaunay_graph_nearest_site_2.h        |      0
 .../CGAL/Voronoi_diagram_2/Site_accessors.h        |      0
 .../CGAL/Voronoi_diagram_2/Unbounded_edges.h       |      0
 .../CGAL/Voronoi_diagram_2/Unbounded_faces.h       |      0
 .../CGAL/Voronoi_diagram_2/Validity_testers.h      |      0
 .../include/CGAL/Voronoi_diagram_2/Vertex.h        |      0
 .../include/CGAL/Voronoi_diagram_2/basic.h         |      0
 .../include/CGAL/Voronoi_intersection_2_traits_3.h |      0
 .../include/CGAL/Weighted_Minkowski_distance.h     |      0
 .../CGAL/Weighted_alpha_shape_euclidean_traits_2.h |      0
 .../CGAL/Weighted_alpha_shape_euclidean_traits_3.h |      0
 3rdparty/CGAL-4.8/include/CGAL/Weighted_point.h    |    144 +
 .../CGAL/Weighted_point_with_psc_localisation.h    |      0
 .../CGAL/Weighted_point_with_surface_index.h       |      0
 ...Weighted_point_with_surface_index_geom_traits.h |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/Width_3.h  |      0
 .../include/CGAL/Width_default_traits_3.h          |      0
 .../include/CGAL/Width_polyhedron_3.h              |      0
 .../include/CGAL/Win32_exception.h                 |      0
 .../include/CGAL/aff_transformation_tags.h         |     54 +
 .../include/CGAL/aff_transformation_tags_impl.h    |     33 +
 .../include/CGAL/algorithm.h                       |      0
 .../include/CGAL/all_furthest_neighbors_2.h        |      0
 .../include/CGAL/apply_to_range.h                  |      0
 .../CGAL-4.8/include/CGAL/approximated_offset_2.h  |    166 +
 .../include/CGAL/argument_swaps.h                  |      0
 .../include/CGAL/arrange_offset_polygons_2.h       |    117 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/array.h    |      0
 3rdparty/CGAL-4.8/include/CGAL/assertions.h        |    353 +
 .../include/CGAL/assertions_behaviour.h            |      0
 3rdparty/CGAL-4.8/include/CGAL/assertions_impl.h   |    281 +
 3rdparty/CGAL-4.8/include/CGAL/atomic.h            |     56 +
 .../include/CGAL/auto_link/CGAL.h                  |      0
 .../include/CGAL/auto_link/CORE.h                  |      0
 .../include/CGAL/auto_link/ImageIO.h               |      0
 .../include/CGAL/auto_link/LAPACK.h                |      0
 3rdparty/CGAL-4.8/include/CGAL/auto_link/Qt.h      |     40 +
 .../include/CGAL/auto_link/TAUCS.h                 |      0
 .../CGAL-4.8/include/CGAL/auto_link/auto_link.h    |    449 +
 .../include/CGAL/barycenter.h                      |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/basic.h    |      0
 .../include/CGAL/basic_classes.h                   |      0
 .../include/CGAL/basic_constructions_2.h           |      0
 .../include/CGAL/basic_constructions_3.h           |      0
 .../include/CGAL/bbox_intersection_3.h             |      0
 .../include/CGAL/bilateral_smooth_point_set.h      |    652 +
 3rdparty/CGAL-4.8/include/CGAL/boost/graph/Dual.h  |    329 +
 .../include/CGAL/boost/graph/Euler_operations.h    |   1480 +
 .../include/CGAL/boost/graph/Graph_geometry.h      |    235 +
 .../boost/graph/backward_compatibility_functions.h |      0
 .../CGAL/boost/graph/convert_surface_mesh.h        |     86 +
 .../CGAL/boost/graph/dijkstra_shortest_paths.h     |     43 +
 .../CGAL/boost/graph/dijkstra_shortest_paths.hpp   |    630 +
 .../include/CGAL/boost/graph/graph_concepts.h      |    203 +
 .../CGAL/boost/graph/graph_traits_Arrangement_2.h  |      0
 .../boost/graph/graph_traits_CombinatorialMap.h    |    334 +
 .../graph/graph_traits_Delaunay_triangulation_2.h  |    395 +
 .../boost/graph/graph_traits_Dual_Arrangement_2.h  |      0
 .../CGAL/boost/graph/graph_traits_HalfedgeDS.h     |    252 +
 .../graph/graph_traits_PolyMesh_ArrayKernelT.h     |    697 +
 .../CGAL/boost/graph/graph_traits_Polyhedron_3.h   |    489 +
 .../CGAL/boost/graph/graph_traits_Surface_mesh.h   |    529 +
 .../graph/graph_traits_TriMesh_ArrayKernelT.h      |    614 +
 .../boost/graph/graph_traits_Triangulation_2.h     |    873 +
 .../CGAL/boost/graph/halfedge_graph_traits.h       |      0
 .../boost/graph/halfedge_graph_traits_HalfedgeDS.h |      0
 .../graph/halfedge_graph_traits_Polyhedron_3.h     |      0
 .../CGAL-4.8/include/CGAL/boost/graph/helpers.h    |    722 +
 .../CGAL/boost/graph/internal/Has_member_clear.h   |     45 +
 .../graph/internal/OM_iterator_from_circulator.h   |      0
 .../include/CGAL/boost/graph/internal/helpers.h    |    214 +
 .../CGAL-4.8/include/CGAL/boost/graph/iterator.h   |   1369 +
 .../CGAL/boost/graph/named_function_params.h       |    389 +
 .../include/CGAL/boost/graph/properties.h          |      0
 .../CGAL/boost/graph/properties_CombinatorialMap.h |      0
 .../boost/graph/properties_PolyMesh_ArrayKernelT.h |    367 +
 .../CGAL/boost/graph/properties_Polyhedron_3.h     |      0
 .../CGAL/boost/graph/properties_Surface_mesh.h     |    279 +
 .../boost/graph/properties_TriMesh_ArrayKernelT.h  |    195 +
 .../CGAL-4.8/include/CGAL/boost/graph/selection.h  |    528 +
 .../CGAL/boost/graph/split_graph_into_polylines.h  |    271 +
 .../CGAL-4.8/include/CGAL/boost/graph/visitor.h    |    694 +
 .../CGAL/boost/iterator/counting_iterator.hpp      |      0
 .../CGAL/boost/iterator/transform_iterator.hpp     |      0
 .../include/CGAL/bounding_box.h                    |      0
 .../include/CGAL/box_intersection_d.h              |      0
 .../CGAL/cartesian_homogeneous_conversion.h        |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/centroid.h |      0
 .../include/CGAL/certified_numeric_predicates.h    |      0
 .../include/CGAL/certified_quotient_predicates.h   |      0
 .../include/CGAL/ch_akl_toussaint.h                |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_bykat.h |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_eddy.h  |      0
 .../include/CGAL/ch_function_objects_2.h           |      0
 .../include/CGAL/ch_graham_andrew.h                |      0
 .../include/CGAL/ch_jarvis.h                       |      0
 .../include/CGAL/ch_melkman.h                      |      0
 .../include/CGAL/ch_selected_extreme_points_2.h    |      0
 .../include/CGAL/circulator.h                      |      0
 .../include/CGAL/circulator_bases.h                |      0
 .../include/CGAL/compare_vertices.h                |      0
 .../include/CGAL/compute_average_spacing.h         |    274 +
 .../include/CGAL/compute_outer_frame_margin.h      |      0
 3rdparty/CGAL-4.8/include/CGAL/config.h            |    519 +
 .../include/CGAL/connect_holes.h                   |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/constant.h |      0
 .../CGAL/constructions/Polygon_offset_cons_ftC2.h  |      0
 .../constructions/Straight_skeleton_cons_ftC2.h    |      0
 ...ctions_for_voronoi_intersection_cartesian_2_3.h |      0
 .../constructions_on_weighted_points_cartesian_3.h |    541 +
 .../include/CGAL/constructions/kernel_ftC2.h       |      0
 .../include/CGAL/constructions/kernel_ftC3.h       |      0
 ...squared_radius_smallest_orthogonalcircle_ftC2.h |      0
 .../include/CGAL/constructions_d.h                 |      0
 .../constructions_on_weighted_points_cartesian_2.h |      0
 ...onstructions_on_weighted_points_homogeneous_2.h |      0
 .../include/CGAL/convert_to_bfi.h                  |      0
 .../include/CGAL/convex_decomposition_3.h          |      0
 .../include/CGAL/convex_hull_2.h                   |      0
 3rdparty/CGAL-4.8/include/CGAL/convex_hull_3.h     |    955 +
 .../include/CGAL/convex_hull_3_to_polyhedron_3.h   |      0
 .../CGAL/convex_hull_constructive_traits_2.h       |      0
 .../include/CGAL/convex_hull_incremental_3.h       |      0
 .../include/CGAL/convex_hull_traits_2.h            |      0
 .../include/CGAL/convexity_check_2.h               |      0
 .../include/CGAL/convexity_check_3.h               |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/copy_n.h   |      0
 .../include/CGAL/corefinement_operations.h         |      0
 .../include/CGAL/create_offset_polygons_2.h        |    341 +
 ...ate_offset_polygons_from_polygon_with_holes_2.h |    106 +
 .../include/CGAL/create_straight_skeleton_2.h      |      0
 ...e_straight_skeleton_from_polygon_with_holes_2.h |     45 +
 .../include/CGAL/determinant.h                     |      0
 .../include/CGAL/determinant_of_vectors.h          |      0
 .../include/CGAL/distance_predicates_2.h           |      0
 .../include/CGAL/distance_predicates_3.h           |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/double.h   |      0
 .../include/CGAL/edge_aware_upsample_point_set.h   |    659 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/enum.h     |      0
 .../include/CGAL/envelope_2.h                      |      0
 .../include/CGAL/envelope_3.h                      |      0
 .../include/CGAL/exceptions.h                      |      0
 .../include/CGAL/export/CGAL.h                     |      0
 3rdparty/CGAL-4.8/include/CGAL/export/CORE.h       |     73 +
 .../include/CGAL/export/ImageIO.h                  |      0
 3rdparty/CGAL-4.8/include/CGAL/export/Qt.h         |     49 +
 3rdparty/CGAL-4.8/include/CGAL/export/helpers.h    |     47 +
 .../include/CGAL/extended_euclidean_algorithm.h    |      0
 .../CGAL/extract_mean_curvature_flow_skeleton.h    |     67 +
 .../CGAL-4.8/include/CGAL/extremal_polygon_2.h     |    750 +
 3rdparty/CGAL-4.8/include/CGAL/exude_mesh_3.h      |     84 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/float.h    |      0
 .../include/CGAL/function_objects.h                |      0
 .../include/CGAL/functions_on_enums.h              |      0
 .../include/CGAL/functions_on_signs.h              |      0
 3rdparty/CGAL-4.8/include/CGAL/generators.h        |    110 +
 .../include/CGAL/generic_sweep.h                   |      0
 3rdparty/CGAL-4.8/include/CGAL/gl.h                |     36 +
 .../CGAL/global_functions_circular_kernel_2.h      |      0
 .../CGAL/global_functions_on_root_for_sphere_2_3.h |      0
 ...global_functions_on_roots_and_polynomials_1_3.h |      0
 ...global_functions_on_roots_and_polynomials_2_3.h |      0
 .../CGAL/global_functions_spherical_kernel_3.h     |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/glu.h |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/gmp.h |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/gmpxx.h    |      0
 .../include/CGAL/gmpxx_coercion_traits.h           |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/grabbers.h |      0
 .../include/CGAL/graph_traits_Arrangement_2.h      |    609 +
 .../include/CGAL/graph_traits_Dual_Arrangement_2.h |    748 +
 .../include/CGAL/grid_simplify_point_set.h         |      0
 .../include/CGAL/halfedgeDS_cut_component.h        |      0
 .../include/CGAL/halfedgeds_connected_components.h |      0
 .../include/CGAL/hierarchy_simplify_point_set.h    |    385 +
 3rdparty/CGAL-4.8/include/CGAL/hilbert_sort.h      |    163 +
 .../CGAL-4.8/include/CGAL/hilbert_sort_on_sphere.h |    110 +
 .../include/CGAL/in_place_edge_list.h              |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/int.h |      0
 .../CGAL/internal/AABB_tree/AABB_drawing_traits.h  |     98 +
 .../include/CGAL/internal/AABB_tree/AABB_node.h    |      0
 .../CGAL/internal/AABB_tree/AABB_search_tree.h     |      0
 .../internal/AABB_tree/AABB_traversal_traits.h     |      0
 .../Halfedge_and_face_graph_property_maps.h        |      0
 .../AABB_tree/Has_nested_type_Shared_data.h        |      0
 .../CGAL/internal/AABB_tree/Primitive_helper.h     |      0
 .../internal/AABB_tree/nearest_point_segment_3.h   |      0
 .../internal/AABB_tree/nearest_point_triangle_3.h  |      0
 .../CGAL/internal/AFSR/Surface_face_base_2.h       |    107 +
 .../CGAL/internal/AFSR/Surface_vertex_base_2.h     |     78 +
 .../CGAL/internal/AFSR/construct_polyhedron.h      |     90 +
 .../CGAL/internal/AFSR/construct_surface_2.h       |    147 +
 .../CGAL-4.8/include/CGAL/internal/AFSR/orient.h   |    139 +
 .../CGAL/internal/AFSR/write_triple_indices.h      |     60 +
 .../include/CGAL/internal/Classification_type.h    |      0
 .../include/CGAL/internal/Combination_enumerator.h |      0
 .../internal/Combinatorial_map_copy_functors.h     |    415 +
 .../internal/Combinatorial_map_group_functors.h    |    972 +
 .../internal/Combinatorial_map_internal_functors.h |    927 +
 .../CGAL/internal/Combinatorial_map_sewable.h      |    331 +
 .../CGAL/internal/Combinatorial_map_utility.h      |      0
 .../Combinatorial_map_utility_novariadic.h         |      0
 .../internal/Delaunay_triangulation_hierarchy_3.h  |      0
 .../include/CGAL/internal/Dummy_tds_3.h            |      0
 .../include/CGAL/internal/Exact_type_selector.h    |      0
 .../include/CGAL/internal/Get_dimension_tag.h      |      0
 .../Intersections_3/Bbox_3_Bbox_3_do_intersect.h   |      0
 .../Intersections_3/Bbox_3_Line_3_do_intersect.h   |      0
 .../Intersections_3/Bbox_3_Plane_3_do_intersect.h  |      0
 .../Intersections_3/Bbox_3_Ray_3_do_intersect.h    |      0
 .../Bbox_3_Segment_3_do_intersect.h                |      0
 .../Intersections_3/Bbox_3_Sphere_3_do_intersect.h |      0
 .../Bbox_3_Triangle_3_do_intersect.h               |      0
 .../Triangle_3_Line_3_intersection.h               |      0
 .../Triangle_3_Ray_3_intersection.h                |      0
 .../Triangle_3_Segment_3_intersection.h            |      0
 .../include/CGAL/internal/K_neighbor_search.h      |      0
 .../include/CGAL/internal/Lazy_alpha_nt_2.h        |    296 +
 .../include/CGAL/internal/Lazy_alpha_nt_3.h        |    343 +
 ...domain_of_complex_3_in_triangulation_3_to_off.h |      0
 .../CGAL/internal/Mesh_3/Graph_manipulations.h     |     98 +
 .../include/CGAL/internal/Mesh_3/check_weights.h   |     66 +
 .../include/CGAL/internal/Mesh_3/get_index.h       |      0
 .../CGAL/internal/Mesh_3/split_in_polylines.h      |    219 +
 .../CGAL/internal/Polyhedron_plane_clipping_3.h    |    391 +
 .../include/CGAL/internal/Projection_traits_3.h    |    724 +
 .../Regular_triangulation_filtered_traits_3.h      |      0
 .../CGAL-4.8/include/CGAL/internal/Rich_grid.h     |    514 +
 .../include/CGAL/internal/Static_filters/Angle_3.h |      0
 .../Static_filters/Compare_squared_radius_3.h      |    424 +
 .../Compare_weighted_squared_radius_3.h            |    399 +
 .../internal/Static_filters/Compare_y_at_x_2.h     |      0
 .../Static_filters/Coplanar_orientation_3.h        |      0
 .../Coplanar_side_of_bounded_circle_3.h            |      0
 .../CGAL/internal/Static_filters/Do_intersect_3.h  |      0
 .../include/CGAL/internal/Static_filters/Equal_3.h |    112 +
 .../CGAL/internal/Static_filters/Is_degenerate_3.h |      0
 .../CGAL/internal/Static_filters/Orientation_2.h   |      0
 .../CGAL/internal/Static_filters/Orientation_3.h   |      0
 .../Static_filters/Periodic_2_orientation_2.h      |    270 +
 .../Periodic_2_side_of_oriented_circle_2.h         |    246 +
 .../Static_filters/Periodic_3_orientation_3.h      |      0
 .../Periodic_3_side_of_oriented_sphere_3.h         |      0
 .../CGAL/internal/Static_filters/Power_test_3.h    |    795 +
 ...Regular_triangulation_static_filters_traits_3.h |      0
 .../Static_filters/Side_of_oriented_circle_2.h     |      0
 .../Static_filters/Side_of_oriented_sphere_3.h     |      0
 .../internal/Static_filters/Static_filter_error.h  |    164 +
 .../CGAL/internal/Static_filters/Static_filters.h  |    302 +
 .../include/CGAL/internal/Static_filters/tools.h   |    193 +
 .../CGAL/internal/Static_or_dynamic_array.h        |      0
 .../Spokes_and_rims_iterator.h                     |      0
 .../Surface_mesh_segmentation/AABB_traits.h        |     92 +
 .../AABB_traversal_traits.h                        |      0
 .../Alpha_expansion_graph_cut.h                    |    688 +
 .../Surface_mesh_segmentation/Disk_samplers.h      |      0
 .../Expectation_maximization.h                     |      0
 .../internal/Surface_mesh_segmentation/Filters.h   |      0
 .../Surface_mesh_segmentation/K_means_clustering.h |      0
 .../Surface_mesh_segmentation/SDF_calculation.h    |      0
 .../Surface_mesh_segmentation.h                    |      0
 .../Surface_mesh_skeletonization/Curve_skeleton.h  |    617 +
 .../internal/Surface_mesh_skeletonization/Debug.h  |     54 +
 .../Detect_degeneracy.h                            |    164 +
 .../Surface_mesh_skeletonization/get_normal.h      |     82 +
 .../CGAL/internal/Transform_coordinates_traits_3.h |    267 +
 .../CGAL/internal/Triangulation/Dummy_TDS.h        |      0
 .../Triangulation/Triangulation_ds_iterators.h     |      0
 .../CGAL/internal/Triangulation/utilities.h        |      0
 .../CGAL/internal/Triangulation_ds_circulators_3.h |      0
 .../CGAL/internal/Triangulation_ds_iterators_3.h   |      0
 .../Voronoi_covariance_3/voronoi_covariance_3.h    |    229 +
 .../voronoi_covariance_sphere_3.h                  |    111 +
 .../include/CGAL/internal/auxiliary/graph.h        |   1751 +
 .../CGAL/internal/boost/array_binary_tree.hpp      |    193 +
 .../include/CGAL/internal/boost/mutable_heap.hpp   |      0
 .../include/CGAL/internal/boost/mutable_queue.hpp  |      0
 .../include/CGAL/internal/boost/property_map.h     |      0
 .../include/CGAL/internal/bounded_priority_queue.h |      0
 .../include/CGAL/internal/container_fwd_fixed.hpp  |      0
 .../Combinatorial_map_for_corefinement.h           |      0
 .../corefinement/Polyhedron_constness_types.h      |      0
 .../intersection_coplanar_triangles_3.h            |      0
 .../corefinement/intersection_triangle_segment_3.h |      0
 .../intersection_triangle_segment_3_coplanar.h     |      0
 .../include/CGAL/internal/deprecation_warning.h    |      0
 .../include/CGAL/internal/info_check.h             |      0
 .../include/CGAL/interpolation_functions.h         |      0
 .../include/CGAL/intersection_2.h                  |      0
 .../include/CGAL/intersection_2_1.h                |      0
 .../include/CGAL/intersection_2_2.h                |      0
 .../include/CGAL/intersection_2_3.h                |      0
 .../include/CGAL/intersection_3.h                  |      0
 .../include/CGAL/intersection_3_1.h                |      0
 .../include/CGAL/intersection_of_Polyhedra_3.h     |   2108 +
 ...ntersection_of_Polyhedra_3_refinement_visitor.h |   2260 +
 .../include/CGAL/intersections.h                   |      0
 .../include/CGAL/intersections_d.h                 |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/ipower.h   |      0
 .../include/CGAL/is_convertible.h                  |      0
 .../include/CGAL/is_iterator.h                     |      0
 .../include/CGAL/is_streamable.h                   |      0
 .../include/CGAL/is_y_monotone_2.h                 |      0
 3rdparty/CGAL-4.8/include/CGAL/iterator.h          |   2500 +
 .../include/CGAL/iterator_from_indices.h           |      0
 .../CGAL-4.8/include/CGAL/jet_estimate_normals.h   |    362 +
 .../CGAL-4.8/include/CGAL/jet_smooth_point_set.h   |    345 +
 .../include/CGAL/kernel_assertions.h               |      0
 .../include/CGAL/kernel_basic.h                    |      0
 .../include/CGAL/kernel_config.h                   |      0
 .../include/CGAL/kernel_to_kernel.h                |      0
 .../include/CGAL/known_bit_size_integers.h         |      0
 .../include/CGAL/leda_bigfloat.h                   |      0
 .../include/CGAL/leda_bigfloat_interval.h          |      0
 .../include/CGAL/leda_coercion_traits.h            |      0
 .../include/CGAL/leda_integer.h                    |      0
 3rdparty/CGAL-4.8/include/CGAL/leda_rational.h     |    308 +
 .../include/CGAL/leda_real.h                       |      0
 .../include/CGAL/linear_least_squares_fitting_2.h  |     98 +
 .../include/CGAL/linear_least_squares_fitting_3.h  |    106 +
 .../CGAL/linear_least_squares_fitting_circles_2.h  |    254 +
 .../CGAL/linear_least_squares_fitting_cuboids_3.h  |    343 +
 .../CGAL/linear_least_squares_fitting_points_2.h   |    111 +
 .../CGAL/linear_least_squares_fitting_points_3.h   |    102 +
 .../linear_least_squares_fitting_rectangles_2.h    |    226 +
 .../CGAL/linear_least_squares_fitting_segments_2.h |    173 +
 .../CGAL/linear_least_squares_fitting_segments_3.h |    173 +
 .../CGAL/linear_least_squares_fitting_spheres_3.h  |    163 +
 .../linear_least_squares_fitting_tetrahedra_3.h    |    335 +
 .../linear_least_squares_fitting_triangles_2.h     |    226 +
 .../linear_least_squares_fitting_triangles_3.h     |    246 +
 .../CGAL-4.8/include/CGAL/lloyd_optimize_mesh_2.h  |    178 +
 .../CGAL-4.8/include/CGAL/lloyd_optimize_mesh_3.h  |    108 +
 .../include/CGAL/long_double.h                     |      0
 .../include/CGAL/long_long.h                       |      0
 3rdparty/CGAL-4.8/include/CGAL/make_mesh_3.h       |    452 +
 .../CGAL/make_piecewise_smooth_surface_mesh.h      |      0
 .../include/CGAL/make_skin_surface_mesh_3.h        |      0
 .../include/CGAL/make_surface_mesh.h               |      0
 .../include/CGAL/make_union_of_balls_3.h           |      0
 .../include/CGAL/marching_tetrahedra_3.h           |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/memory.h   |      0
 .../include/CGAL/mesh_segmentation.h               |      0
 .../include/CGAL/mesh_skin_surface_3.h             |      0
 .../include/CGAL/mesh_union_of_balls_3.h           |      0
 .../include/CGAL/min_max_n.h                       |      0
 .../include/CGAL/min_quadrilateral_2.h             |      0
 .../CGAL/minimum_enclosing_quadrilateral_2.h       |      0
 3rdparty/CGAL-4.8/include/CGAL/minkowski_sum_2.h   |    478 +
 .../include/CGAL/minkowski_sum_3.h                 |      0
 .../include/CGAL/monotone_matrix_search.h          |      0
 .../include/CGAL/more_functions_on_signs.h         |      0
 .../include/CGAL/mpfi_coercion_traits.h            |      0
 .../include/CGAL/mpfr_coercion_traits.h            |      0
 .../include/CGAL/mpq_class.h                       |      0
 .../include/CGAL/mpz_class.h                       |      0
 .../CGAL-4.8/include/CGAL/mst_orient_normals.h     |    716 +
 .../include/CGAL/multiset_assertions.h             |      0
 3rdparty/CGAL-4.8/include/CGAL/mutex.h             |     34 +
 .../include/CGAL/natural_neighbor_coordinates_2.h  |      0
 .../include/CGAL/natural_neighbor_coordinates_3.h  |      0
 .../include/CGAL/nearest_neighbor_delaunay_2.h     |      0
 .../include/CGAL/normal_vector_newell_3.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/number_type_basic.h |     80 +
 .../include/CGAL/number_type_config.h              |      0
 .../include/CGAL/number_utils.h                    |      0
 .../include/CGAL/number_utils_classes.h            |      0
 .../CGAL-4.8/include/CGAL/odt_optimize_mesh_3.h    |    107 +
 3rdparty/CGAL-4.8/include/CGAL/offset_polygon_2.h  |    162 +
 .../include/CGAL/optimize_mesh_3.h                 |      0
 .../include/CGAL/parameterize.h                    |      0
 .../include/CGAL/partition_2.h                     |      0
 .../include/CGAL/partition_is_valid_2.h            |      0
 .../CGAL-4.8/include/CGAL/pca_estimate_normals.h   |    317 +
 .../include/CGAL/periodic_3_triangulation_3_io.h   |      0
 3rdparty/CGAL-4.8/include/CGAL/perturb_mesh_3.h    |    133 +
 .../include/CGAL/pierce_rectangles_2.h             |      0
 .../CGAL-4.8/include/CGAL/point_generators_2.h     |    547 +
 .../CGAL-4.8/include/CGAL/point_generators_3.h     |    309 +
 .../CGAL-4.8/include/CGAL/point_generators_d.h     |    211 +
 .../include/CGAL/point_set_processing_assertions.h |      0
 .../include/CGAL/poisson_refine_triangulation.h    |      0
 .../include/CGAL/polygon_function_objects.h        |      0
 .../include/CGAL/polygon_mesh_processing.h         |     43 +
 .../include/CGAL/polyhedron_cut_plane_3.h          |      0
 .../include/CGAL/polynomial_utils.h                |      0
 .../CGAL/predicates/Polygon_offset_pred_ftC2.h     |      0
 .../CGAL/predicates/Regular_triangulation_ftC2.h   |      0
 .../CGAL/predicates/Regular_triangulation_ftC3.h   |      0
 .../CGAL/predicates/Regular_triangulation_rtH2.h   |      0
 .../CGAL/predicates/Regular_triangulation_rtH3.h   |      0
 .../CGAL/predicates/Straight_skeleton_pred_ftC2.h  |      0
 .../predicates/in_smallest_orthogonalcircle_ftC2.h |      0
 .../include/CGAL/predicates/kernel_ftC2.h          |      0
 .../include/CGAL/predicates/kernel_ftC3.h          |      0
 .../predicates/predicates_for_mixed_complex_3.h    |      0
 ...icates_for_voronoi_intersection_cartesian_2_3.h |      0
 .../predicates_on_weighted_points_cartesian_3.h    |      0
 .../include/CGAL/predicates/sign_of_determinant.h  |      0
 .../include/CGAL/predicates_d.h                    |      0
 .../include/CGAL/predicates_on_lines_2.h           |      0
 .../include/CGAL/predicates_on_points_2.h          |      0
 .../include/CGAL/predicates_on_points_3.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/primes.h            |     70 +
 3rdparty/CGAL-4.8/include/CGAL/primes_impl.h       |    293 +
 3rdparty/CGAL-4.8/include/CGAL/property_map.h      |    396 +
 .../include/CGAL/radial_orient_normals.h           |      0
 .../include/CGAL/random_convex_hull_in_disc_2.h    |      0
 .../CGAL-4.8/include/CGAL/random_convex_set_2.h    |    125 +
 .../include/CGAL/random_polygon_2.h                |      0
 3rdparty/CGAL-4.8/include/CGAL/random_selection.h  |     65 +
 .../include/CGAL/random_simplify_point_set.h       |      0
 .../include/CGAL/range_search_delaunay_2.h         |      0
 .../include/CGAL/rational_rotation.h               |      0
 .../CGAL-4.8/include/CGAL/read_vtk_image_data.h    |     95 +
 .../include/CGAL/rectangular_3_center_2.h          |      0
 .../include/CGAL/rectangular_p_center_2.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/refine_mesh_3.h     |    502 +
 .../include/CGAL/regular_neighbor_coordinates_2.h  |      0
 .../include/CGAL/remove_far_points_in_mesh_3.h     |      0
 .../include/CGAL/remove_outliers.h                 |      0
 .../include/CGAL/representation_tags.h             |      0
 .../include/CGAL/result_of.h                       |      0
 .../include/CGAL/segment_intersection_points_2.h   |      0
 .../include/CGAL/sibson_gradient_fitting.h         |      0
 .../include/CGAL/simple_transformations_d.h        |      0
 .../include/CGAL/simplest_rational_in_interval.h   |      0
 .../CGAL-4.8/include/CGAL/sorted_matrix_search.h   |    415 +
 3rdparty/CGAL-4.8/include/CGAL/spatial_sort.h      |    196 +
 .../CGAL-4.8/include/CGAL/spatial_sort_on_sphere.h |    144 +
 .../include/CGAL/squared_distance_2.h              |      0
 .../include/CGAL/squared_distance_2_1.h            |      0
 .../include/CGAL/squared_distance_2_2.h            |      0
 .../include/CGAL/squared_distance_3.h              |      0
 .../include/CGAL/squared_distance_3_0.h            |      0
 .../include/CGAL/squared_distance_3_1.h            |      0
 .../include/CGAL/squared_distance_3_2.h            |      0
 .../include/CGAL/squared_distance_utils.h          |      0
 3rdparty/CGAL-4.8/include/CGAL/sse2.h              |     36 +
 .../include/CGAL/streamlines_assertions.h          |      0
 .../include/CGAL/subdivide_skin_surface_mesh_3.h   |      0
 .../include/CGAL/subdivide_union_of_balls_mesh_3.h |      0
 .../surface_mesh_parameterization_assertions.h     |      0
 .../include/CGAL/surface_neighbor_coordinates_3.h  |      0
 .../include/CGAL/surface_neighbors_3.h             |      0
 .../surface_reconstruction_points_assertions.h     |    368 +
 .../include/CGAL/sweep_observer.h                  |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/tags.h     |      0
 .../include/CGAL/test_FPU_rounding_mode_impl.h     |     70 +
 .../include/CGAL/to_rational.h                     |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/trace.h    |      0
 .../include/CGAL/transforming_iterator.h           |      0
 .../include/CGAL/transforming_pair_iterator.h      |    127 +
 .../include/CGAL/triangulate_mixed_complex_3.h     |   1324 +
 .../include/CGAL/triangulate_power_diagram_3.h     |      0
 .../include/CGAL/triangulation_assertions.h        |      0
 3rdparty/CGAL-4.8/include/CGAL/tss.h               |     53 +
 3rdparty/CGAL-4.8/include/CGAL/tuple.h             |    244 +
 .../include/CGAL/type_traits.h                     |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/typeset.h  |      0
 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/use.h |      0
 .../include/CGAL/user_classes.h                    |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/utility.h  |      0
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/utils.h    |      0
 .../include/CGAL/utils_classes.h                   |      0
 .../include/CGAL/value_type_traits.h               |      0
 .../CGAL-4.8/include/CGAL/vcm_estimate_edges.h     |     84 +
 .../CGAL-4.8/include/CGAL/vcm_estimate_normals.h   |    520 +
 3rdparty/CGAL-4.8/include/CGAL/vector.h            |    620 +
 3rdparty/CGAL-4.8/include/CGAL/version.h           |     35 +
 .../include/CGAL/version_macros.h                  |      0
 .../include/CGAL/vtkSurfaceMesherContourFilter.h   |      0
 .../include/CGAL/width_assertions.h                |      0
 .../CGAL/wlop_simplify_and_regularize_point_set.h  |    715 +
 .../{CGAL-4.6 => CGAL-4.8}/include/CGAL/wmult.h    |      0
 3rdparty/CGAL-4.8/scripts/cgal_create_CMakeLists   |    639 +
 .../scripts/cgal_create_assertions.sh              |      0
 3rdparty/CGAL-4.8/scripts/cgal_create_cmake_script |    169 +
 .../scripts/cgal_make_macosx_app                   |      0
 .../CGAL-4.8/src/CGAL/Bbox_2_intersections.cpp     |     33 +
 .../{CGAL-4.6 => CGAL-4.8}/src/CGAL/CMakeLists.txt |      0
 3rdparty/CGAL-4.8/src/CGAL/Color.cpp               |     30 +
 3rdparty/CGAL-4.8/src/CGAL/File_header_OFF.cpp     |     32 +
 .../CGAL-4.8/src/CGAL/File_header_extended_OFF.cpp |     32 +
 3rdparty/CGAL-4.8/src/CGAL/File_scanner_OFF.cpp    |     32 +
 3rdparty/CGAL-4.8/src/CGAL/File_writer_OFF.cpp     |     32 +
 3rdparty/CGAL-4.8/src/CGAL/File_writer_VRML_2.cpp  |     32 +
 .../CGAL-4.8/src/CGAL/File_writer_inventor.cpp     |     32 +
 .../CGAL-4.8/src/CGAL/File_writer_wavefront.cpp    |     32 +
 3rdparty/CGAL-4.8/src/CGAL/Geomview_stream.cpp     |     30 +
 3rdparty/CGAL-4.8/src/CGAL/Interval_arithmetic.cpp |     31 +
 3rdparty/CGAL-4.8/src/CGAL/JAMA_numeric_solver.cpp |     26 +
 3rdparty/CGAL-4.8/src/CGAL/KDS_Log.cpp             |     34 +
 3rdparty/CGAL-4.8/src/CGAL/NefPolynomial.cpp       |     27 +
 3rdparty/CGAL-4.8/src/CGAL/Random.cpp              |     36 +
 3rdparty/CGAL-4.8/src/CGAL/Real_timer.cpp          |     37 +
 3rdparty/CGAL-4.8/src/CGAL/Residue_type.cpp        |     32 +
 3rdparty/CGAL-4.8/src/CGAL/Timer.cpp               |     37 +
 .../CGAL-4.8/src/CGAL/Turkowski_numeric_solver.cpp |     26 +
 3rdparty/CGAL-4.8/src/CGAL/assertions.cpp          |     30 +
 3rdparty/CGAL-4.8/src/CGAL/io.cpp                  |     36 +
 3rdparty/CGAL-4.8/src/CGAL/kernel.cpp              |     31 +
 .../CGAL-4.8/src/CGAL/numeric_solvers_support.cpp  |     27 +
 3rdparty/CGAL-4.8/src/CGAL/primes.cpp              |     25 +
 .../CGAL-4.8/src/CGAL/test_FPU_rounding_mode.cpp   |     26 +
 3rdparty/CGAL-4.8/src/CGAL_Core/BigFloat.cpp       |     49 +
 3rdparty/CGAL-4.8/src/CGAL_Core/CMakeLists.txt     |     20 +
 3rdparty/CGAL-4.8/src/CGAL_Core/CoreAux.cpp        |     41 +
 3rdparty/CGAL-4.8/src/CGAL_Core/CoreDefs.cpp       |     40 +
 3rdparty/CGAL-4.8/src/CGAL_Core/CoreIO.cpp         |     34 +
 3rdparty/CGAL-4.8/src/CGAL_Core/Expr.cpp           |     42 +
 3rdparty/CGAL-4.8/src/CGAL_Core/GmpIO.cpp          |     29 +
 3rdparty/CGAL-4.8/src/CGAL_Core/Real.cpp           |     43 +
 3rdparty/CGAL-4.8/src/CGAL_Core/extLong.cpp        |     47 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/CMakeLists.txt  |     54 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/ImageIO.cpp     |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/Image_3.cpp     |     26 +
 .../src/CGAL_ImageIO/LICENSE                       |      0
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/analyze.cpp     |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/analyze.h       |     74 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/analyze_impl.h  |    852 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmp.cpp         |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmp.h           |     65 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmp_impl.h      |    518 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpendian.cpp   |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpendian.h     |     80 +
 .../CGAL-4.8/src/CGAL_ImageIO/bmpendian_impl.h     |    257 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpread.cpp     |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpread.h       |     87 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpread_impl.h  |   1237 +
 .../src/CGAL_ImageIO/bmptypes.h                    |      0
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/convert.cpp     |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/convert.h       |    108 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/convert_impl.h  |    490 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/fgetns.cpp      |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/fgetns.h        |     35 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/fgetns_impl.h   |     45 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gif.cpp         |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gif.h           |     38 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gif_impl.h      |    700 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gis.cpp         |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gis.h           |    141 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gis_impl.h      |    730 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/inr.cpp         |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/inr.h           |     65 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/inr_impl.h      |    517 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/iris.cpp        |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/iris.h          |     37 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/iris_impl.h     |    499 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/mincio.cpp      |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/mincio.h        |     77 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/mincio_impl.h   |    502 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/pnm.cpp         |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/pnm.h           |     46 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/pnm_impl.h      |    643 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recbuffer.cpp   |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recbuffer.h     |    203 +
 .../CGAL-4.8/src/CGAL_ImageIO/recbuffer_impl.h     |   1743 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recline.cpp     |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recline.h       |    235 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recline_impl.h  |    699 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/reech4x4.cpp    |     27 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/reech4x4.h      |    288 +
 3rdparty/CGAL-4.8/src/CGAL_ImageIO/reech4x4_impl.h |   3176 +
 .../src/CGAL_ImageIO/typedefs.h                    |      0
 3rdparty/CGAL-4.8/src/CGAL_Qt5/CMakeLists.txt      |     94 +
 3rdparty/CGAL-4.8/src/CGAL_Qt5/DemosMainWindow.cpp |     27 +
 .../CGAL-4.8/src/CGAL_Qt5/GraphicsView.qtmoc.cmake |      9 +
 .../src/CGAL_Qt5/GraphicsViewNavigation.cpp        |     27 +
 .../src/CGAL_Qt5/GraphicsViewPolylineInput.cpp     |     27 +
 3rdparty/CGAL-4.8/src/CGAL_Qt5/debug.cpp           |     27 +
 3rdparty/CGAL-4.8/src/CGAL_Qt5/resources.cpp       |     26 +
 3rdparty/CGAL-4.8/src/CGAL_Qt5/utility.cpp         |     27 +
 .../src/CGAL_libs_verinfo.rc.in                    |      0
 3rdparty/CGAL-4.8/src/CMakeLists.txt               |    195 +
 3rdparty/CMakeLists.txt                            |     17 +-
 CMakeLists.txt                                     |     46 +-
 ChangeLog                                          |      2 +
 app/mshrable.cpp                                   |     35 +-
 debian/changelog                                   |     16 +
 debian/control                                     |     26 +-
 .../{libmshr1.6.install => libmshr2016.1.install}  |      0
 debian/patches/build_cgal_component_library        |     13 -
 debian/patches/series                              |      1 -
 debian/rules                                       |      1 +
 demo/python/csg-subdomains-2D.py                   |      3 +-
 demo/python/extrude.py                             |     30 +
 demo/python/propeller.py                           |      7 +-
 demo/python/remove_degenerate.py                   |      3 +-
 demo/python/simple-csg-3D.py                       |      6 +-
 include/mshr.h                                     |      1 -
 include/mshr/CSGCGALDomain2D.h                     |     41 +-
 include/mshr/CSGCGALDomain3D.h                     |     88 +-
 include/mshr/CSGCGALMeshGenerator2D.h              |     11 +-
 include/mshr/CSGCGALMeshGenerator3D.h              |     16 +-
 include/mshr/CSGGeometry.h                         |     19 +-
 include/mshr/CSGPrimitives3D.h                     |     59 +-
 include/mshr/DolfinMeshUtils.h                     |     15 +-
 include/mshr/MeshGenerator.h                       |      9 +-
 include/mshr/OFFFileReader.h                       |     47 +
 include/mshr/STLFileReader.h                       |      2 +-
 include/mshr/SurfaceConsistency.h                  |     87 +-
 include/mshr/SurfaceReconstruction.h               |     38 +
 include/mshr/TetgenFileWriter.h                    |     48 -
 include/mshr/TetgenMeshGenerator3D.h               |      3 +-
 include/mshr/VTPFileReader.h                       |      2 +-
 src/CSGCGALDomain2D.cpp                            |    646 +-
 src/CSGCGALDomain3D.cpp                            |   2693 +-
 src/CSGCGALMeshGenerator2D.cpp                     |    336 +-
 src/CSGCGALMeshGenerator3D.cpp                     |     66 +-
 src/CSGPrimitives3D.cpp                            |     65 +-
 src/DolfinMeshUtils.cpp                            |    200 +-
 src/FuzzyPointLocator.h                            |    145 +
 src/MeshGenerator.cpp                              |     29 +-
 src/Meshes.cpp                                     |      5 +-
 src/OFFFileReader.cpp                              |    188 +
 src/Point3FuzzyStrictlyLess.h                      |     53 -
 ...al_multicomponent_mesh_domain_with_features_3.h |     37 +-
 src/Polyhedron_utils.h                             |   2826 +-
 src/STLFileReader.cpp                              |    107 +-
 src/SurfaceConsistency.cpp                         |    272 +-
 src/SurfaceReconstruction.cpp                      |    264 +
 src/TetgenFileWriter.cpp                           |     69 -
 src/TetgenMeshGenerator3D.cpp                      |    108 +-
 src/VTPFileReader.cpp                              |      7 +-
 src/make_multicomponent_mesh_3.h                   |      2 +-
 src/meshclean.h                                    |    123 +-
 src/smoothing.h                                    |     73 +
 src/triangulate_polyhedron.h                       |     59 -
 swig/mshr.i                                        |    130 +-
 test/CMakeLists.txt                                |     25 +-
 test/test-fuzzypointmap.py                         |    108 +
 test/test-mesh-generation.py                       |     10 +
 test/test-meshes.py                                |      6 +
 6967 files changed, 757182 insertions(+), 662591 deletions(-)
 delete mode 100644 3rdparty/CGAL-4.6/CHANGES
 delete mode 100644 3rdparty/CGAL-4.6/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/INSTALL.md
 delete mode 100644 3rdparty/CGAL-4.6/LICENSE
 delete mode 100644 3rdparty/CGAL-4.6/VERSION
 delete mode 100644 3rdparty/CGAL-4.6/auxiliary/cgal_create_cmake_script.1
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/2.6.2-to-2.8.1/FindQt4-Copyright.txt
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/2.6.2-to-2.8.1/FindQt4.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/2.6.2-to-2.8.1/Qt4ConfigDependentSettings.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/2.6.2-to-2.8.1/Qt4Macros.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/2.6.2-to-2.8.1/UseQt4.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGALConfig_binary.cmake.in
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGALConfig_install.cmake.in
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGAL_Common.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGAL_GeneratorSpecificSettings.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGAL_Macros.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGAL_SetupBoost.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGAL_SetupDependencies.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/CGAL_VersionUtils.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/FindCGAL.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/FindQGLViewer.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/FindQt3-patched.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/FindTBB.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/Qt3Macros-patched.cmake
 delete mode 100644 3rdparty/CGAL-4.6/cmake/modules/UseCGAL.cmake
 delete mode 100644 3rdparty/CGAL-4.6/config/support/print_QT4_version.cpp
 delete mode 100644 3rdparty/CGAL-4.6/config/testfiles/CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/AABB_demo.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/Scene.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/Scene.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/AABB_tree/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/Alpha_shapes_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/Wshape
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/Wshape2
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/brain_1
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/brain_2
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/degenere.pts
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/dipper
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/dixie
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/fout
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/kleeblatt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/m30f.jpg
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/noisy_circle
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/torus
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_2/data/usa-outline
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/Alpha_shape_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Alpha_shapes_3/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Apollonius_graph_2/Apollonius_graph_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Apollonius_graph_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Apollonius_graph_2/data/algo.dat
 delete mode 100644 3rdparty/CGAL-4.6/demo/Apollonius_graph_2/data/hierarchy.dat
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ArrangementDemoWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ArrangementDemoWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ArrangementGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ArrangementPainterOstream.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ArrangementTypes.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/ColorItemEditor.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/DeleteCurveModeItemEditor.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/OverlayDialog.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/PropertyValueDelegate.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/PropertyValueDelegate.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/Utils.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/Conic_reader.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/MyWindow_files.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/MyWindow_operations.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/MyWindow_overlay.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/arrangement_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/arrangement_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/cgal_types.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/demo_tab.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/demo_tab.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/forms.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/forms.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/overlay_functor.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/qt_layer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Arrangement_on_surface_2/old_demo/qt_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/Qt_widget_X_monotone_circle_segment_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/Qt_widget_circ_polygon.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/Qt_widget_circle_segment_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/Qt_widget_get_circ_polygon.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/Qt_widget_locate_layer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/Qt_widget_locate_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/boolean_operations_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/boolean_operations_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/boolean_operations_2_toolbar.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/boolean_operations_2_toolbar.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/data/vlsi_1.dxf
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/help/index.html
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/comp_P.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/comp_P.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/comp_Q.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/comp_Q.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/del_P.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/del_P.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/del_Q.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/del_Q.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/diff_PQ.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/diff_PQ.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/diff_QP.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/diff_QP.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/insert_circle.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/insert_circle.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/insert_polygon.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/insert_polygon.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/intersection.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/intersection.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/locate.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/locate.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/make_P.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/make_P.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/make_Q.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/make_Q.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/mink_sum.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/mink_sum.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/refresh.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/refresh.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/symm_diff.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/symm_diff.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/union.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/icons/union.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Boolean_set_operations_2/typedefs.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Bounding_volumes/Bounding_volumes.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Bounding_volumes/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/CGAL_ipelets/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/CGAL_ipelets/distance.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/CGAL_ipelets/hyperbolic.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Circular_kernel_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Circular_kernel_2/Circular_kernel_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Circular_kernel_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Circular_kernel_3/Circular_kernel_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Circular_kernel_3/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Circular_kernel_3/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Convex_hull_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane1.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane2.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane3.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane4.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane5.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane6.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane7.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/planes/plane8.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/spheres/sphere1.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/spheres/sphere2.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/spheres/sphere3.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/triangles/triangle1.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/triangles/triangle2.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/triangles/triangle3.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/triangles/triangle4.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/triangles/triangle5.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/data/triangles/triangle6.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/envelope_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/envelope_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/help/index.html
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/icons/edges.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/icons/edges.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/icons/faces.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/icons/faces.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/icons/vertices.bmp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/icons/vertices.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Envelope_3/typedefs.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Generator/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Generator/Generator_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Geomview/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/GraphicsView/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/GraphicsView/min.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Interpolation/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/KDS_Delaunay_triangulation_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/KDS_Delaunay_triangulation_stable_subset_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/KDS_generate_data.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/KDS_gui_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/after002
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/after010
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/after088
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/after103
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/after106
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/before002
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/before010
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/before088
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/before103
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/before106
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/data/before107
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/Qt_Delaunay_stable_subset_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/SoQt_examiner_viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/SoQt_handle.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/SoQt_moving_points_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/SoQt_moving_weighted_points_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/SoQt_triangulation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/SoQt_widget_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Kinetic_data_structures/include/control_coin.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/L1_Voronoi_diagram_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/L1_Voronoi_diagram_2/L1_voronoi_diagram_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementPointInput.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Largest_empty_rect_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Largest_empty_rect_2/Largest_empty_rectangle_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/Linear_cell_complex_3_demo.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/Linear_cell_complex_3_subdivision.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/Linear_cell_complex_pqq_subdivision.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/MainWindow.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Linear_cell_complex/typedefs.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Debug_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_layer_show_circles.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_layer_show_triangulation.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_layer_show_triangulation_constraints.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_widget_style_editor-aux.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_widget_style_editor.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_widget_style_editor.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_widget_styled_layer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Qt_widget_styled_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_clusters.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_points.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_points.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_segments.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_segments_base.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/Show_segments_base.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/contraints.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/icons.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/icons.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/marked.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/mesh_2_demo.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/Qt3/seeds.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_2/README.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/C3t3_type.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Io_c3t3_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Io_image_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Io_implicit_function_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Io_off_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_3_optimization_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_3_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Mesh_function.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Meshing_thread.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Meshing_thread.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Optimizer_thread.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Optimizer_thread.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_c3t3_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_c3t3_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_c3t3_item_config.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_implicit_function_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_implicit_function_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_polygon_soup.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_polygon_soup.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_polyhedron_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_polyhedron_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_segmented_image_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Scene_segmented_image_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/StdAfx.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_plane.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_plane_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_plane_intersection.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_plane_intersection.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_plane_thread.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/Volume_planes_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/cmake/modules/FindGLEW.cmake
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/implicit_functions/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/implicit_functions/Klein_implicit_function.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/implicit_functions/Sphere_implicit_function.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/implicit_functions/Tanglecube_implicit_function.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL/compute_normal.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL/gl_render.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Io_plugin_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Scene.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Scene_draw_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Scene_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Scene_item_with_display_list.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/include/CGAL_demo/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Plugin_helper.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Scene.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Scene_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Scene_item_with_display_list.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Mesh_3/src/CGAL_demo/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/Qt_widget_toolbar.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/Qt_widget_toolbar.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/cgal_types.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/filtered_homogeneous_data/complex.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/filtered_homogeneous_data/symmdif.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/help/index.html
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/box_and_line.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/cake.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/dangling.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/disk.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/line_cross.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/mpii.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/star.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/symmdiff.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/homogeneous_data/triangle.nef
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/nef_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/nef_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/nef_2_layers.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/basic.gif
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/basic.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/basic2.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/boundary.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/boundary.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/closure.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/closure.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/complement.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/complement.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/diff.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/diff.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/exor.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/exor.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/interior.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/interior.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/intersection.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/intersection.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/nef.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/newclosed.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/newopen.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/newpoly.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/union.pcx
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_2/xpms/union.xpm
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/README
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/cube.off
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/include/CGAL/Nef_3/demo_stack.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/include/CGAL/Nef_3/visual_hull_creator.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/mpi.vsh
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/nef_3_extended.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/nef_3_filtered.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/nef_3_homogeneous.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/visual_hull.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SM.cin
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SM.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SNC.cin
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_3/visualization_SNC.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_S2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_S2/include/CGAL/Nef_S2/create_random_Nef_S2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Nef_S2/nef_S2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/Periodic_2_Delaunay_triangulation_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/TriangulationConflictZone.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/TriangulationMovingPoint.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/TriangulationPointInputAndConflictZone.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/TriangulationRemoveVertex.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/MainWindow.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/Scene.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/Scene.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/Scene_utils.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_3_triangulation_3/periodic_3_triangulation_3_demo.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/Periodic_Lloyd_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Periodic_Lloyd_3/typedefs.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polygon/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polygon/Polygon_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/CGAL_demo/Scene_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/CGAL_demo/Scene_item_with_display_list.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/CGAL_demo/Viewer_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Camera_positions_list.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Camera_positions_list.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Camera_positions_list.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Color_map.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Color_ramp.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Deform_mesh.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/FileLoaderDialog.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/GlSplat.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/GlSplat.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/Shader.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/Shader.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/cmake/FindGLEW.cmake
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/GlSplat/shaders/Finalization.glsl
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Io_implicit_function_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/MainWindow.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Mesher_base.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Mesher_base.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Meshing_dialog.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Point_inside_polyhedron_widget.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_3.qrc
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_camera_positions_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_convex_hull_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_corefinement_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_cut_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_edit_polyhedron_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_gocad_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_inside_out_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_intersection_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_io_nef_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_io_plugin_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_jet_fitting_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_join_and_split_polyhedra_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_kernel_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_mesh_3_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_mesh_3_plugin_cgal_code.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_mesh_segmentation_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_mesh_simplification_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_nef_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_normal_estimation_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_normal_estimation_plugin.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_off_to_nef_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_off_to_xyz_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_orient_soup_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_parameterization_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_pca_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_plugin_helper.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_plugin_helper.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_plugin_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_set_average_spacing_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_set_outliers_removal_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_set_outliers_removal_plugin.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_set_simplification_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_set_simplification_plugin.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_point_set_smoothing_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_poisson_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_poisson_plugin.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_poisson_plugin_impl.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_polyhedron_slicer_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_polyhedron_stitching_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_polylines_io_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_remeshing_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_remeshing_plugin_cgal_code.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_scale_space_reconstruction_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_scale_space_reconstruction_plugin.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_selection_io_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_selection_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_self_intersection_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_stl_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_subdivision_methods_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_transform_polyhedron_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_triangulate_facets_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_trivial_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_demo_xyz_plugin.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_slicer_widget.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_type.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Polyhedron_type_fwd.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_c2t3_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_c2t3_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_combinatorial_map_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_combinatorial_map_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_display_list_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_draw_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_edit_polyhedron_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_edit_polyhedron_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_find_items.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_implicit_function_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_implicit_function_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_item_config.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_item_with_display_list.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_nef_polyhedron_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_nef_polyhedron_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_nef_rendering.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_nef_rendering.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_plane_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_plane_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_points_with_normal_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_points_with_normal_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polygon_soup_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polygon_soup_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_item_decorator.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_item_decorator.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_item_k_ring_selection.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_item_k_ring_selection.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_selection_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_selection_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_transform_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polyhedron_transform_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polylines_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_polylines_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_textured_polyhedron_item.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Scene_textured_polyhedron_item.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Selection_widget.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Show_point_dialog.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Show_point_dialog.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/Viewer_config.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/implicit_functions/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/implicit_functions/Implicit_function_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/implicit_functions/Klein_implicit_function.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/implicit_functions/Sphere_implicit_function.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/implicit_functions/Tanglecube_implicit_function.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/include/CGAL/check_gl_error.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/include/CGAL/gl_render.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/include/CGAL/textured_polyhedron.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/include/Point_set_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/include/UI_point_3.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/opengl_tools.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/polyhedron_demo_macros.cmake
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron/texture.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyhedron_IO/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyline_simplification_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyline_simplification_2/Polyline_simplification_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Polyline_simplification_2/about_Polyline_simplification_2.html
 delete mode 100644 3rdparty/CGAL-4.6/demo/Principal_component_analysis/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Principal_component_analysis/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Principal_component_analysis/PCA_demo.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Principal_component_analysis/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Principal_component_analysis/cleanup.bat
 delete mode 100644 3rdparty/CGAL-4.6/demo/Principal_component_analysis/render_edges.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Segment_Delaunay_graph_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Segment_Delaunay_graph_2/about_Segment_voronoi_2.html
 delete mode 100644 3rdparty/CGAL-4.6/demo/Snap_rounding_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Snap_rounding_2/Snap_rounding_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Spatial_searching_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Spatial_searching_2/Spatial_searching_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/cgal_types.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/complex_0.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/complex_1.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/complex_2.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/complex_3.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/complex_4.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/complex_5.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/large_1.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/large_2.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/large_3.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/data/large_4.poly
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/help/index.html
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/ss_types.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/straight_skeleton_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/straight_skeleton_2_layers.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/straight_skeleton_2_toolbar.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/straight_skeleton_2_toolbar.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/straight_skeleton_2_toolbar_layers.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Straight_skeleton_2/straight_skeleton_2_toolbar_layers.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Stream_lines_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Stream_lines_2/Stream_lines_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/Raw_image_dialog.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/Raw_image_dialog.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/Surface_mesher.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/binary_image.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/colorlisteditor.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/mainwindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/mainwindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/polyhedral_surface.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/polyhedral_surface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/surface.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/ui/mainwindow.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/ui/optionsdialog.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/ui/raw_image.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/values_list.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/values_list.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/volume.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_mesher/volume.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_modeling/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Surface_modeling/deform_mesh_for_botsch08_format.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.ui
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/Delaunay_triangulation_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/RegularTriangulationRemoveVertex.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/Regular_triangulation_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/TriangulationMovingPoint.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/TriangulationPointInputAndConflictZone.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/TriangulationRemoveVertex.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/include/CGAL/Lipschitz_sizing_field_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/include/CGAL/Lipschitz_sizing_field_criteria_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_2/include/CGAL/Sizing_field_2.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/MainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/MainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/PreferenceDlg.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/PreferenceDlg.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/T3_demo.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/Viewer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3/Viewer.h
 delete mode 100644 3rdparty/CGAL-4.6/demo/Triangulation_3_Geomview_demos/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/doc_html/index.html
 delete mode 100644 3rdparty/CGAL-4.6/examples/AABB_tree/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Algebraic_foundations/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Algebraic_kernel_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Alpha_shapes_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Alpha_shapes_2/data/fin
 delete mode 100644 3rdparty/CGAL-4.6/examples/Alpha_shapes_2/ex_weighted_alpha_shapes_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Alpha_shapes_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Alpha_shapes_3/ex_periodic_alpha_shapes_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Apollonius_graph_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Apollonius_graph_2/ag2_exact_traits_sqrt.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Approximate_min_ellipsoid_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/arr_rational_nt.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/bgl_dual_adapter.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/bgl_primal_adapter.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/circles.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/circular_arcs.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/consolidated_curve_data.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/curve_history.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/dcel_extension.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/dcel_extension_io.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/dual_lines.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/dual_with_data.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/edge_manipulation_curve_history.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/face_extension.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/face_extension_overlay.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/generic_curve_data.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/io.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/io_curve_history.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/io_unbounded.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Arrangement_on_surface_2/overlay.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/BGL_arrangement_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/BGL_polyhedron_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/BGL_polyhedron_3/range.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/BGL_surface_mesh/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/BGL_triangulation_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Barycentric_coordinates_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Boolean_set_operations_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Box_intersection_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/CGAL_ipelets/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/CGALimageIO/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Circular_kernel_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Circular_kernel_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Circulator/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Combinatorial_map/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Combinatorial_map/map_3_marks.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Convex_decomposition_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Convex_hull_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Convex_hull_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Convex_hull_3/halfspace_intersection_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Core/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Envelope_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Envelope_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Filtered_kernel/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Generator/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Generator/random_degenerate_point_set.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Generator/random_polygon.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/HalfedgeDS/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Inscribed_areas/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Interpolation/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Interval_skip_list/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Jet_fitting_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Jet_fitting_3/Mesh_estimation.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Kernel_23/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Kernel_23/intersections.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Kinetic_data_structures/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Kinetic_framework/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/CMakeLCCViewerQt.inc
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/CMakeLCCViewerVtk.inc
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/README.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/linear_cell_complex_3_triangulation.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/linear_cell_complex_3_viewer_qt.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/linear_cell_complex_3_viewer_vtk.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/voronoi_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Linear_cell_complex/voronoi_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Matrix_search/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/mesh_3D_image.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/mesh_3D_image_variable_size.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/mesh_optimization_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/mesh_optimization_lloyd_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/mesh_polyhedral_domain.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Mesh_3/mesh_polyhedral_domain_with_features.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Min_annulus_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Min_circle_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Min_ellipse_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Min_quadrilateral_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Min_sphere_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Min_sphere_of_spheres_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/approx_inset.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/approx_offset.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/exact_inset.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/exact_offset.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/sum_by_decomposition.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/sum_triangles.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_2/sum_with_holes.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Minkowski_sum_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Modular_arithmetic/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Nef_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Nef_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Nef_S2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Partition_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_2_triangulation_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/colored_vertices.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/covering.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/find_conflicts.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/geometric_access.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/large_point_set.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/periodic_adding_handles.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Periodic_3_triangulation_3/simple_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/average_spacing_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/bilateral_smooth_point_set_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/edge_aware_upsample_point_set_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/jet_smoothing_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/normal_estimation.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/normals_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/random_simplification_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/read_write_xyz_point_set_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/remove_outliers_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polygon/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polyhedron/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polyhedron/include/CGAL/Point_inside_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polyhedron_IO/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polyline_simplification_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polynomial/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polynomial/construction.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Polytope_distance_d/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Principal_component_analysis/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Profiling_tools/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/QP_solver/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/QP_solver/infeasibility_certificate.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/QP_solver/unboundedness_certificate.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/RangeSegmentTrees/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Rectangular_p_center_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Ridges_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Ridges_3/Compute_Ridges_Umbilics.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Ridges_3/PolyhedralSurf.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Ridges_3/PolyhedralSurf.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Ridges_3/PolyhedralSurf_operations.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Ridges_3/PolyhedralSurf_rings.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/STL_Extension/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Scale_space_reconstruction_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Scale_space_reconstruction_3/scale_space.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Segment_Delaunay_graph_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Skin_surface_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Snap_rounding_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Spatial_searching/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Spatial_searching/searching_with_circular_query.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Spatial_sorting/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Straight_skeleton_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Straight_skeleton_2/Create_skeleton_and_offset_polygons_with_holes_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Straight_skeleton_2/dump_to_eps.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Straight_skeleton_2/print.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Stream_lines_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Subdivision_method_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh/sm_aabbtree.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh/sm_iterators.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh/sm_memory.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Authalic_parameterization.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Complete_parameterization_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Eigen_parameterization.cmd
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Eigen_parameterization.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Simple_parameterization.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/Square_border_parameterization.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_segmentation/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_segmentation/segmentation_from_sdf_values_OpenMesh_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_OpenMesh.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_constrain_sharp_edges.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_constrained_border_polyhedron.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_constrained_border_surface_mesh.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_enriched_polyhedron.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_polyhedron.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesh_simplification/edge_collapse_surface_mesh.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_mesher/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_modeling/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_modeling/all_roi_assign_example_custom_polyhedron.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_modeling/custom_weight_for_edges_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_reconstruction_points_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_reconstruction_points_3/include/compute_normal.h
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_reconstruction_points_3/poisson_reconstruction.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Surface_reconstruction_points_3/poisson_reconstruction_example.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation/delaunay_triangulation.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation/triangulation.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation_3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation_3/fast_location_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Triangulation_3/sequential_parallel.cpp
 delete mode 100644 3rdparty/CGAL-4.6/examples/Voronoi_diagram_2/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/AABB_tree.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Apollonius_graph_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Apollonius_site_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_Bezier_curve_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_accessor.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_circle_segment_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_conic_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_dcel_base.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geometry_traits/Circle_segment_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geometry_traits/Conic_arc_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_geometry_traits/Polyline_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_linear_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_non_caching_segment_basic_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_non_caching_segment_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_polyline_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_rat_arc/Singleton.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_rational_function_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_segment_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arr_unb_planar_topology_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arrangement_2/Arrangement_2_iterators.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Arrangement_on_surface_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Barycentric_mapping_parameterizer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Basic_sweep_line_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Bbox_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Bbox_2_Line_2_intersection.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Bbox_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Bigfloat_interval_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_agg_op_sweep.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CGAL_Ipelet_base_v6.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CGAL_Ipelet_base_v7.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/BigFloat.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/BigFloatRep.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/BigInt.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/BigRat.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/CORE.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Config.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/CoreAux.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/CoreDefs.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Expr.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/ExprRep.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Filter.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Gmp.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/MemoryPool.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Promote.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Real.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/RealRep.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/RefCount.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/Timer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/extLong.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom2d/circle2d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom2d/line2d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom2d/point2d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom2d/segment2d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom3d/line3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom3d/plane3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom3d/point3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom3d/polygon3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom3d/segment3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geom3d/triangle3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geombase.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geometry2d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/geometry3d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/linearAlgebra.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Curves.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Curves.tcc
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Poly.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Poly.tcc
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE/poly/Sturm.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE_BigFloat.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/CORE_coercion_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Circle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Circle_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Direction_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Direction_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Iso_cuboid_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Iso_rectangle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Line_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Line_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Plane_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Point_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Point_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Ray_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Ray_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Segment_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Segment_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Sphere_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Tetrahedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Triangle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Triangle_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Vector_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cartesian/Vector_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cell_attribute_with_point.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Cell_iterators.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circular_kernel_3/Circular_arc_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circular_kernel_3/Line_arc_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circulator/Circulator_adapters.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circulator_identity.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Circulator_on_node.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map_basic_operations.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map_functors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map_insertions.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map_iterators_base.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map_operations.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Combinatorial_map_storages.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Compact_container.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Compact_mesh_cell_base_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Concurrent_compact_container.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Constrained_Delaunay_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Constrained_triangulation_plus_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Convex_decomposition_3/SM_walls.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Convex_hull_2/ch_melkman_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Convex_hull_3/dual/interior_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Curved_kernel_via_analysis_2/Qt_widget_Curve_renderer_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Dart.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Dart_const_iterators.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Dart_iterators.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Deform_mesh.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Delaunay_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Delaunay_mesh_face_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Delaunay_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Delaunay_triangulation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Direction_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Direction_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Discrete_authalic_parameterizer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Discrete_conformal_map_parameterizer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Eigen_matrix.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Eigen_solver_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Env_triangle_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Envelope_3/Envelope_element_visitor_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Exact_predicates_exact_constructions_kernel.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Exact_predicates_inexact_constructions_kernel.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/FPU.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Filtered_kernel_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Filtered_predicate.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Fixed_border_parameterizer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Fuzzy_sphere.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpfi_type.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpfr_type.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpq_type.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/GMP/Gmpz_type.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/General_polygon_set_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/General_polygon_set_on_surface_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Gps_circle_segment_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Gps_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Handle_for.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Hilbert_sort_middle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/Aff_transformationH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/CircleH2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/DirectionH2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/DirectionH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/Iso_cuboidH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/Iso_rectangleH2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/LineH2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/PlaneH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/RayH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/SphereH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/VectorH2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Homogeneous/VectorH3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Arr_iostream.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Arrangement_2_writer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Color.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Custom_zoom_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_header_OFF.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_header_extended_OFF.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_medit.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_scanner_OFF.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_writer_OFF.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_writer_VRML_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_writer_inventor.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/File_writer_wavefront.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Geomview_stream.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Navigation_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/OFF_reader.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_help_window.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Alpha_shape_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Apollonius_site_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Conic_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Conic_arc_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Constrained_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Delaunay_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Hyperbola_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Linear_object_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Min_ellipse_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Nef_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Nef_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Nef_S2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_OpenGL.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Optimisation_circle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Optimisation_ellipse_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Polygon_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Polyline_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Regular_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_Triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_circular_arc_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_circular_arc_endpoint_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_focus.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_circle.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_iso_rectangle.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_line.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_point.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_polygon.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_segment.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_get_simple_polygon.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_handtool.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_history.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_rotation_layer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_show_mouse_coordinates.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_standard_toolbar.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/Qt_widget_zoomrect.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/STL_reader.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/io.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/alpha_shape.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/arrow.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/back.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/circle.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/constrained.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/demoicon.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus1.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus1_mask.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus2.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus2_mask.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus3.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/focus3_mask.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/forward.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/greene_approx.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/hand.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/handtool.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/holddown.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/iso_rectangle.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/line.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/min_parallelogram.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/min_rectangle.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/mouse_coord.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/movepoint.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/nearest_vertex.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/notool.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/optimal_convex.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/point.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/points.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/polygon.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/rotation.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/show_polygon.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/triangulation.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/voronoi.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/ymonotone.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/zoom_in.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/zoom_in_rect.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/pixmaps/zoom_out.xpm
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/read_off_points.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/read_xyz_points.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/IO/write_xyz_points.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/ImageIO.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Image_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Image_3_vtk_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Implicit_mesh_domain_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Implicit_to_labeling_function_wrapper.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/In_place_list.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Incremental_neighbor_search.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Intersection_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Intersections_3/intersection_3_1_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Iso_cuboid_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Iso_rectangle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Iterator_range.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kd_tree.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kd_tree_node.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_checker.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Matrix__.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Pair_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Sphere_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Tuple_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/Vector__.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/function_objectsCd.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_d/function_objectsHd.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kernel_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Active_objects_vector.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Handle_degeneracy_function_kernel.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/Qt_moving_points_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/Qt_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/Qt_widget_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/internal/GUI_base.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/internal/Qt_core.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/internal/Qt_timer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/internal/Qt_widget_2_core.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/internal/Qt_window_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/IO/internal/pixmaps.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Ref_counted.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Regular_triangulation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Sort.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/Two_list_pointer_event_queue.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Kinetic/internal/debug_counters.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/LSCM_parameterizer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Labeled_image_mesh_domain_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Labeled_mesh_domain_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Lapack/Linear_algebra_lapack.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Lazy.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Lazy_exact_nt.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Line_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Line_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Linear_cell_complex.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Linear_cell_complex_constructors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Linear_cell_complex_incremental_builder.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Linear_cell_complex_storages.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/MP_Float.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mean_value_coordinates_parameterizer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Memory_sizer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/C3T3_helpers.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Dump_c3t3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Mesh_global_optimizer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Mesher_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Mesher_level.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Protect_edges_sizing_field.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Refine_facets_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Robust_weighted_circumcenter_filtered_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Sliver_perturber.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/Slivers_exuder.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/config.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_3/global_parameters.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_domain_with_polyline_features_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_facet_criteria_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_facet_topology.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mesh_vertex_base_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Meshes/Double_map_container.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Min_annulus_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Min_circle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Min_ellipse_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Min_sphere_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Labels.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Offset_conv_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Minkowski_sum_3/Gaussian_map.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Modular_arithmetic/Residue_type.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Monge_via_jet_fitting.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Mpzf.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_2/PM_point_locator.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_2/Polynomial.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_2/iterator_tools.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_3/Pluecker_line_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_3/SNC_FM_decorator.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_3/SNC_external_structure.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_3/SNC_io_parser.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_3/SNC_ray_shooter.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_S2/SM_io_parser.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_S2/SM_overlayer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_S2/SM_triangulator.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_S2/Sphere_geometry_OGL.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_S2/Sphere_triangle.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_S2/sphere_predicates.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_polyhedron_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Nef_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/KernelD_converter.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Kernel_d_interface.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/LA_eigen/constructors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Types/Hyperplane.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Types/Sphere.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Vector/array.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Vector/vector.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Point_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Segment_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/Wrapper/Vector_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/function_objects_cartesian.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/functor_tags.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/NewKernel_d/utils.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/OpenNL/linear_solver.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Origin.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Orthogonal_incremental_neighbor_search.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/PCA_util.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Param_mesh_patch_vertex.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Partition_2/partition_approx_convex_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Periodic_3_triangulation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Periodic_3_triangulation_filtered_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Periodic_3_triangulation_statically_filtered_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Periodic_3_triangulation_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Plane_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Point_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Point_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Point_inside_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Poisson_reconstruction_function.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polygon_2/Polygon_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polygon_2_algorithms.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polygon_convex_decomposition_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/PolyhedralSurf_neighbors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyhedral_mesh_domain_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyhedral_mesh_domain_with_features_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyhedron_incremental_builder_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyhedron_slicer_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyhedron_stitching.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyline_constraint_hierarchy_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polyline_simplification_2/simplify.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polynomial/CORE_Expr_root_stack.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polynomial/Polynomial_type.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polynomial/internal/CORE_polynomial.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polynomial/internal/numeric_solvers.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polynomial/internal/numeric_solvers_support.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Polytope_distance_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/QP_basis_inverse.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/QP_basis_inverse_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/QP_partial_exact_pricing.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/QP_partial_filtered_pricing.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/QP_solver.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/QP_solver_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/QP_solver/basic.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/CGAL_Qt4_config.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/Converter.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/DemosMainWindow.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewCircleInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewCircularArcInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewLineInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewNavigation.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/GraphicsViewPolylineInput.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/PolygonGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/SegmentsGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/TriangulationGraphicsItem.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/debug.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/resources.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Qt/utility.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/RS/dyadic.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Random.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Range_tree_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Ray_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Ray_2_Bbox_2_intersection.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Ray_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Real_timer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Regular_triangulation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Regular_triangulation_filtered_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Ridges.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Root_for_circles_2_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_approximation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Scale_space_surface_reconstruction_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Search_traits_adapter.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_2/Filtered_traits_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_2/Oriented_side_C2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_2/Traits_base_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Segment_Delaunay_graph_hierarchy_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Self_intersection_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Skin_surface_filtered_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Small_side_angle_bisector_decomposition_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Snap_rounding_traits_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Sphere_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Sqrt_extension/convert_to_bfi.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesh.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesh/Surface_mesh.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesh/Surface_mesh_fwd.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesh_deformation.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesh_simplification/edge_collapse.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesher/Polyhedral_oracle.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Surface_mesher/Surface_mesher_manifold.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Sweep_line_2_algorithms.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Tetrahedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Timer.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Tools/Log.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangle_2_Iso_rectangle_2_intersection.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangle_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_2_filtered_projection_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_2_projection_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_data_structure_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_data_structure_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_ds_cell_base_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_full_cell.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_structural_filtering_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Triangulation_vertex.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Umbilics.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Union_find.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Vector_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Vector_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Voronoi_diagram_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/Weighted_point.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/aff_transformation_tags.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/approximated_offset_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/arrange_offset_polygons_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/assertions.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/auto_link/CGALQt3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/auto_link/Qt4.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/auto_link/auto_link.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/bilateral_smooth_point_set.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/Euler_operations.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/Graph_geometry.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/dijkstra_shortest_paths.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_concepts.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_CombinatorialMap.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_Surface_mesh.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/graph_traits_Triangulation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/helpers.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/internal/helpers.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/iterator.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/named_function_params.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/properties_Surface_mesh.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/selection.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/boost/graph/split_graph_into_polylines.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/compute_average_spacing.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/config.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/constructions/constructions_on_weighted_points_cartesian_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/convex_hull_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/create_offset_polygons_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/edge_aware_upsample_point_set.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/eigen.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/eigen_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/export/CORE.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/export/Qt4.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/export/helpers.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/extremal_polygon_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/exude_mesh_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/generators.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/gl.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/graph_traits_Arrangement_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/graph_traits_Dual_Arrangement_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/hilbert_sort.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/AABB_tree/AABB_drawing_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Combinatorial_map_copy_functors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Combinatorial_map_group_functors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Combinatorial_map_internal_functors.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Combinatorial_map_sewable.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Lazy_alpha_nt_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Lazy_alpha_nt_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Operations_on_polyhedra/Point_inside_vertical_ray_cast.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Operations_on_polyhedra/compute_normal.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Projection_traits_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Rich_grid.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Compare_squared_radius_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Equal_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Periodic_2_orientation_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Power_test_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Static_filter_error.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/Static_filters.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Static_filters/tools.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Surface_mesh_segmentation/AABB_traits.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Surface_mesh_segmentation/Alpha_expansion_graph_cut.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/Surface_modeling/Weights.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/auxiliary/graph.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/boost/array_binary_tree.hpp
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/internal/corefinement/Polyhedron_subset_extraction.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/intersection_of_Polyhedra_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/iterator.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/jet_estimate_normals.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/jet_smooth_point_set.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/leda_rational.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_circles_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_cuboids_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_points_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_points_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_rectangles_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_segments_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_segments_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_spheres_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_triangles_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/linear_least_squares_fitting_triangles_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/lloyd_optimize_mesh_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/make_mesh_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/minkowski_sum_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/mst_orient_normals.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/number_type_basic.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/odt_optimize_mesh_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/offset_polygon_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/orient_polygon_soup.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/orient_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/pca_estimate_normals.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/perturb_mesh_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/point_generators_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/point_generators_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/point_generators_d.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/polygon_soup_to_polyhedron_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/primes.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/property_map.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/random_convex_set_2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/random_selection.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/refine_mesh_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/sorted_matrix_search.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/spatial_sort.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/sse2.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/surface_reconstruction_points_assertions.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/transforming_pair_iterator.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/triangulate_mixed_complex_3.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/triangulate_polyhedron.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/tuple.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/vector.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/version.h
 delete mode 100644 3rdparty/CGAL-4.6/include/CGAL/wlop_simplify_and_regularize_point_set.h
 delete mode 100755 3rdparty/CGAL-4.6/scripts/cgal_create_CMakeLists
 delete mode 100755 3rdparty/CGAL-4.6/scripts/cgal_create_cmake_script
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Bbox_2_intersections.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Color.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_header_OFF.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_header_extended_OFF.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_scanner_OFF.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_writer_OFF.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_writer_VRML_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_writer_inventor.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/File_writer_wavefront.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Geomview_stream.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Interval_arithmetic.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/JAMA_numeric_solver.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/KDS_Log.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/NefPolynomial.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Random.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Real_timer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Residue_type.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Timer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/Turkowski_numeric_solver.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/assertions.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/io.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/kernel.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/numeric_solvers_support.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/primes.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL/test_FPU_rounding_mode.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/BigFloat.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/CoreAux.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/CoreDefs.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/CoreIO.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/Expr.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/GmpIO.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/Real.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Core/extLong.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/ImageIO.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/Image_3.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/analyze.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/analyze.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmp.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmp.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpendian.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpendian.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpread.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/bmpread.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/convert.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/convert.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/fgetns.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/fgetns.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gif.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gif.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gis.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/gis.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/inr.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/inr.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/iris.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/iris.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/mincio.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/mincio.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/pnm.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/pnm.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recbuffer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recbuffer.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recline.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/recline.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/reech4x4.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_ImageIO/reech4x4.h
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_core.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_timer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_widget_2_core.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_Qt_window_2.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_data_structures.qtmoc.cmake
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_faster.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_pause.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_pixmaps.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_play.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_play_through.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_play_to.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_print.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_reverse.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_slower.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Kinetic_stop.xpm
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Nef_S2.qtmoc.cmake
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_help_window.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget.qtmoc.cmake
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget_OpenGL.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget_history.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget_layer.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget_standard_toolbar.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt3/Qt_widget_xpm_icons.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/CMakeLists.txt
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/DemosMainWindow.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/GraphicsView.qtmoc.cmake
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/GraphicsViewNavigation.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/GraphicsViewPolylineInput.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/debug.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/resources.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CGAL_Qt4/utility.cpp
 delete mode 100644 3rdparty/CGAL-4.6/src/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/AUTHORS (100%)
 create mode 100644 3rdparty/CGAL-4.8/CHANGES
 create mode 100644 3rdparty/CGAL-4.8/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/INSTALL.md
 create mode 100644 3rdparty/CGAL-4.8/LICENSE
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.BSL (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.FREE_USE (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.GPL (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/LICENSE.LGPL (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/README (100%)
 create mode 100644 3rdparty/CGAL-4.8/VERSION
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/auxiliary/cgal_app.icns (100%)
 create mode 100644 3rdparty/CGAL-4.8/auxiliary/cgal_create_cmake_script.1
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/auxiliary/gdb/python/CGAL/__init__.py (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/auxiliary/gdb/python/CGAL/printers.py (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/auxiliary/gdb/test-gdb.py (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/auxiliary/gdb/test.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/auxiliary/gmp/README (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGALConfig_binary.cmake.in
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGALConfig_install.cmake.in
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGALLibConfig.cmake.in
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_CheckCXXFileRuns.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_Common.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_GeneratorSpecificSettings.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_Locate_CGAL_TAUCS.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_Macros.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_SCM.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_SetupBoost.cmake
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_SetupDependencies.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_SetupFlags.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_SetupVLD.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_TweakFindBoost.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseBLAS.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseLAPACK.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseLEDA.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseMKL.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseMPFI.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseRS.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseRS3.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/CGAL_UseTAUCS.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/CGAL_VersionUtils.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindBLAS.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/FindCGAL.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindCGAL_CORE.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindCORE.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindESBTL.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindEigen3.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindF2C.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/FindGLEW.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindGMP.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindGMPXX.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindIPE.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindLAPACK.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindLEDA.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindMKL.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindMPFI.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindMPFR.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindNTL.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindOpenGL.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindOpenMesh.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/FindQGLViewer.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindRS.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindRS3.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/FindTAUCS.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/FindTBB.cmake
 create mode 100644 3rdparty/CGAL-4.8/cmake/modules/UseCGAL.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/UseESBTL.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/UseEigen3.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/UseOpenMesh.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/UseTBB.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/cmake/modules/test_MPFI.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_BOOST_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_GCC_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_GMP_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_IntelCompiler_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_LEDA_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_MPFI_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_MPFR_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_OPENGL_version.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/config/support/print_QT4_version.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_QT_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/print_ZLIB_version.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_ATLAS.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_BLAS.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_BOOST.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_BOOST_PROGRAM_OPTIONS.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_BOOST_THREAD.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_GMP.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_GMPXX.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_LAPACK.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_LEDA.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_LEDAWIN.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_LIDIA.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_MPFR.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_OPENGL.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_QT.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_X11.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_ZLIB.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/support/test_syntaxonly.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_BOOST_VARIANT_SWAP_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_MATCHING_BUG_7.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_MATCHING_BUG_8.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_NO_LIMITS.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_NO_STL.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/config/version.h.in (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/AABB_demo.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/AABB_demo.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/AABB_demo.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/Color_ramp.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/MainWindow.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/MainWindow.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/MainWindow.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/Refiner.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/Scene.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/Scene.h
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/AABB_tree/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/benchmarks.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/data/hand.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/data/knot.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/data/part.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/data/u.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/resources/about.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/resources/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/AABB_tree/types.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_2/Alpha_shapes_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_2/Alpha_shapes_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_2/Alpha_shapes_2.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_2/about_Alpha_shapes_2.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/Alpha_shape_3.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_3/Alpha_shape_3.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/MainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/MainWindow.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_3/MainWindow.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Alpha_shapes_3/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_3/about_Alpha_shapes_3.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Alpha_shapes_3/typedefs.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Apollonius_graph_2/Apollonius_graph_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Apollonius_graph_2/Apollonius_graph_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Apollonius_graph_2/Apollonius_graph_2.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Apollonius_graph_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Apollonius_graph_2/about_Apollonius_graph_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementCurveInputCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoGraphicsView.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoPropertiesDialog.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoTab.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoTab.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ArrangementDemoWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ArrangementDemoWindow.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoWindow.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementDemoWindow.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementGraphicsItem.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ArrangementGraphicsItem.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ArrangementPainterOstream.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ArrangementSegmentInputCallback.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ArrangementTypes.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/Callback.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/Callback.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/ColorItemEditor.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ColorItemEditor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/Conic_reader.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/CurveGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/DeleteCurveCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/DeleteCurveMode.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/DeleteCurveMode.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/DeleteCurveModeItemEditor.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/DeleteCurveModeItemEditor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/EnvelopeCallback.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/EnvelopeCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/FillFaceCallback.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/FillFaceCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/GraphicsViewCurveInput.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/GraphicsViewSegmentInput.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/GraphicsViewSegmentInput.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/ISnappable.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/MergeEdgeCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/NewTabDialog.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/NewTabDialog.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/NewTabDialog.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/OverlayDialog.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/OverlayDialog.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/OverlayDialog.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/PointLocationCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/PointsGraphicsItem.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/PointsGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/PropertyValueDelegate.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/PropertyValueDelegate.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/SplitEdgeCallback.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/SplitEdgeCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/Utils.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Arrangement_on_surface_2/Utils.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/VerticalRayGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/VerticalRayShootCallback.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/VerticalRayShootCallback.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/arrangement_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/algebraic/alg_circle.arr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/algebraic/cubic.arr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/algebraic/erdos_lemiscate.arr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/algebraic/infinitesimal.arr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/algebraic/trifolium.arr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/conic/big_circ_arcs.arr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/conic/big_circ_arcs.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/conic/circles_21.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/polyline/ps_circs.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/polyline/random_polylines_10_20.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/polyline/sines.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/fork0505_mc.seg.rand.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/non_degenerate_100_x.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/onebig_100.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/onebig_100_x.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/onebig_250_x.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/polygon_100.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/random_segments_100.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/random_segments_100_x.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/random_segments_500_x.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/tilt_grid_200.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/data/segment/world.seg.cut.rand.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/help/about.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/help/index.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/blue_icon.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/conic.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/conic_types.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/delete.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_arrow_down.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_arrow_up.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_colors.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_3points.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_5points.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_circle.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_ellipse.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_line.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_ray.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_conic_segment.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_delete.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_delete.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_fill.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_insert.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_insert.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_merge.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_merge.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_pointlocation.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_pointlocation.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_rayshoot.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_rayshoot.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_rayshoot_down.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_rayshoot_up.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_snapgrid.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_snapgrid.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_snapvertex.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_snapvertex.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_split.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_split.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_zoomin.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_zoomin.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_zoomout.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/demo_zoomout.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/draw.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/green_icon.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/grid.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/hand.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/insert.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/lower_env_xpm.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/lower_env_xpm.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/merge.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/none.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/po.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/points.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/polyline.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/ray_shooting.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/ray_shooting2.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/red_icon.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/snap.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/split.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/upper_env_xpm.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/upper_env_xpm.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/voronoi.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/icons/yellow_icon.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/tests/CMakeLists.txt (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/tests/Test.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/tests/TestAlgebraic.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Arrangement_on_surface_2/tests/TestRayPL.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Bounding_volumes/Bounding_volumes.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/Bounding_volumes.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/Bounding_volumes.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Bounding_volumes/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/Ellipse.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/about_Bounding_volumes.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/convex_hull.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/min_circle.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/min_circle.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/min_ellipse.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/min_parallelogram.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/min_quadrilateral.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Bounding_volumes/icons/p_center.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/CGAL_ipelets/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/alpha_shapes.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/arrangement.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/bbox_restriction.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/circle_pencils.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/diagrams.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/CGAL_ipelets/distance.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/generator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/hilbert_sort.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/hull.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/CGAL_ipelets/hyperbolic.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/include/CGAL_ipelets/k_delaunay.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/include/CGAL_ipelets/pencils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_alpha_shapes.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_arrangement.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_bbox_restriction.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_circle_pencils.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_diagrams.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_distance.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_generator.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_hilbert_sort.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_hull.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_hyperbolic.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_mesh_2.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_minkowski.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_multi_delaunay.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_multi_regular.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_partition.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_pca.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_simple_triangulation.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_skeleton.lua (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/CGAL_ipelets/lua/libCGAL_svdlinf.lua
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/lua/libCGAL_triangulation.lua (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/mesh_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/minkowski.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/multi_delaunay.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/multi_regular.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/partition.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/pca.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/simple_triangulation.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/skeleton.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/CGAL_ipelets/svdlinf.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/CGAL_ipelets/triangulation.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/ArcsGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Circular_kernel_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Circular_kernel_2/Circular_kernel_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/Circular_kernel_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/Circular_kernel_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/about_Circular_kernel_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/arcs.arc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/data/circle_grid.cgal (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Circular_kernel_2/data/circles_21.cgal (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Circular_kernel_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Circular_kernel_3/Circular_kernel_3.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Circular_kernel_3/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Circular_kernel_3/Viewer.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Convex_hull_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Convex_hull_3/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Convex_hull_3/quickhull_3_demo.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Generator/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Generator/Generator_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Generator/Generator_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Generator/Generator_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Generator/about_Generator_2.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Geomview/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Geomview/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Geomview/data/points3 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Geomview/gv_terrain.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Geomview/input.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Geomview/kernel.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/GraphicsView/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/GraphicsView/min.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Interpolation/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Interpolation/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Interpolation/interpolation_2_demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Interpolation/surface_voronoi.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/L1_Voronoi_diagram_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/L1_Voronoi_diagram_2/L1_voronoi_diagram_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/L1_Voronoi_diagram_2/L1_voronoi_diagram_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/L1_Voronoi_diagram_2/L1_voronoi_diagram_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/L1_Voronoi_diagram_2/about_L1_voronoi_diagram_2.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/ArrangementPointInput.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/L1_Voronoi_diagram_2/include/CGAL/Qt/SetGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Largest_empty_rect_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Largest_empty_rect_2/Largest_empty_rectangle_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Largest_empty_rect_2/Largest_empty_rectangle_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Largest_empty_rect_2/Largest_empty_rectangle_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Largest_empty_rect_2/about_Largest_empty_rectangle_2.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Linear_cell_complex/CreateMenger.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Linear_cell_complex/CreateMesh.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Linear_cell_complex/CreateSierpinskiCarpet.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Linear_cell_complex/CreateSierpinskiTriangle.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Linear_cell_complex/Linear_cell_complex_3.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/Linear_cell_complex_3_demo.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/Linear_cell_complex_3_subdivision.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/Linear_cell_complex_pqq_subdivision.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/MainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/MainWindow.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/MainWindow.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Linear_cell_complex/about_Linear_cell_complex_3.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/import_moka.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Linear_cell_complex/typedefs.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_2/README.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/conform.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/butterfly.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/clusters.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/clusters.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/clusters2.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/fish.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/fish.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img1.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img2.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img3.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img4.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img5.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img6.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img7.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/img8.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/lettre_A.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/lettre_A_2.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/data/trivial.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_2/mesh.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/C3t3_type.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Color_ramp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Color_ramp.h (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Image_type.h (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Image_type_fwd.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Io_c3t3_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Io_image_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Io_implicit_function_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Io_off_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/MainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/MainWindow.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_3.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Mesh_3.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_3_optimization_plugin.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Mesh_3_optimization_plugin_cgal_code.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_3_plugin.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Mesh_3_plugin_image_cgal_code.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Mesh_3_plugin_implicit_function_cgal_code.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Mesh_3_plugin_polyhedron_cgal_code.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Mesh_function.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Meshing_thread.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Meshing_thread.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Optimizer_thread.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Optimizer_thread.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Polyhedron_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Polyhedron_type_fwd.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_c3t3_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_c3t3_item.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_c3t3_item_config.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_implicit_function_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_implicit_function_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Scene_implicit_function_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_polygon_soup.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_polygon_soup.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Scene_polygon_soup_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_polyhedron_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_polyhedron_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Scene_polyhedron_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_segmented_image_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Scene_segmented_image_item.h
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/Scene_segmented_image_item_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/StdAfx.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/StdAfx.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_plane.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_plane_interface.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_plane_intersection.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_plane_intersection.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_plane_thread.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/Volume_planes_plugin.cpp
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/concurrent_mesher_config.cfg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/implicit_functions/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/implicit_functions/Implicit_function_interface.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/implicit_functions/Klein_implicit_function.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/implicit_functions/Sphere_implicit_function.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/implicit_functions/Tanglecube_implicit_function.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/include/CGAL_demo/Io_plugin_interface.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/include/CGAL_demo/Messages_interface.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/include/CGAL_demo/Plugin_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/include/CGAL_demo/Plugin_interface.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/include/CGAL_demo/Scene.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/include/CGAL_demo/Scene_draw_interface.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/include/CGAL_demo/Scene_interface.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/include/CGAL_demo/Scene_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/include/CGAL_demo/Scene_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/include/CGAL_demo/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/include/CGAL_demo/Viewer_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/about.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/check-off.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/check-off.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/check-on.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/check.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/editcopy.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/minus.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/resources/plus.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/src/CGAL_demo/Plugin_helper.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/src/CGAL_demo/Scene.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/src/CGAL_demo/Scene_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Mesh_3/src/CGAL_demo/Viewer.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/Function_dialog.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/Image_res_dialog.ui (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/LocalOptim_dialog.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/MainWindow.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/Meshing_dialog.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/Rib_dialog.ui (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Mesh_3/ui_files/Smoother_dialog.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/Otr2_demo.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/Otr2_kerneled.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/data/blob00.xy
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/data/maple_leaf_embroidery.bmp
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/data/round_rect00.xy
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/data/skyline_noisy00.xy
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/data/stair-noise00.xy
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/dialog_options.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/glviewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/glviewer.h
 copy 3rdparty/{CGAL-4.6/demo => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/Voronoi_diagram_2.png (100%)
 copy 3rdparty/{CGAL-4.6/demo/Periodic_Lloyd_3 => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/fileNew.png (100%)
 copy 3rdparty/{CGAL-4.6/demo/Periodic_3_triangulation_3 => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/fileOpen.png (100%)
 copy 3rdparty/{CGAL-4.6/demo/Periodic_Lloyd_3 => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/fileSave.png (100%)
 copy 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/fit-page-32.png (100%)
 copy 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/inputPoint.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/icons/snapshot.png
 copy 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Optimal_transportation_reconstruction_2}/icons/triangulation.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/icons/until.png
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/icons/vertex.png
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/options.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/pwsrec.qrc
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/pwsrec.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/random.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/render.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/scene.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/window.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Optimal_transportation_reconstruction_2/window.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/Periodic_2_Delaunay_triangulation_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/Periodic_2_triangulation_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/Periodic_2_triangulation_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/TriangulationCircumcircle.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/TriangulationConflictZone.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/TriangulationMovingPoint.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/TriangulationPointInputAndConflictZone.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/TriangulationRemoveVertex.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/about_Periodic_2_triangulation_2.html (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/circumcenter.pdf (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/circumcenter.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/conflict_zone.pdf (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/conflict_zone.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/constrained_triangulation.pdf (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/constrained_triangulation.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/constrained_triangulation_show_constraints.pdf (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/constrained_triangulation_show_constraints.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/constrained_triangulation_show_in_domain.pdf (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/constrained_triangulation_show_in_domain.png (100%)
 rename 3rdparty/{CGAL-4.6/demo => CGAL-4.8/demo/Periodic_2_triangulation_2}/icons/fit-page-32.png (100%)
 rename 3rdparty/{CGAL-4.6/demo => CGAL-4.8/demo/Periodic_2_triangulation_2}/icons/inputPoint.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/moving_point.pdf (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/moving_point.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/icons/triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Polyline_simplification_2 => CGAL-4.8/demo/Periodic_2_triangulation_2}/icons/triangulation.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicVoronoiGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/MainWindow.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/MainWindow.ui
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qhcp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qhp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/Periodic_3_triangulation_3.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/Scene.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/Scene.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/Scene_utils.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/data/oneH.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/data/oneK.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/data/points (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/documentation/images/mainwindow.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/documentation/index.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/documentation/introduction.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/documentation/menu.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/ball.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/camera.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/clipping.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/clippingOff.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/conflict.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/cover1.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/cover27.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_Lloyd_3 => CGAL-4.8/demo/Periodic_3_triangulation_3}/icons/fileOpen.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/init0.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/init1.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/initGrid.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/initRand.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/initRandPlanar.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/inputPointBall.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/inputPointRandom.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/license.txt (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/locate.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/multiple.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/multipleOff.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/pause.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/planar.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/play.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/twoColorClipping.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/wireframe.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/icons/wireframeOff.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_3_triangulation_3/periodic_3_triangulation_3_demo.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/resources/about.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_3_triangulation_3/resources/about_CGAL.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/MainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/MainWindow.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/MainWindow.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/Periodic_Lloyd_3.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/Periodic_Lloyd_3.qhcp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/Periodic_Lloyd_3.qhp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/Periodic_Lloyd_3.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/Scene.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/about_CGAL.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/about_Periodic_Lloyd_3.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/documentation/images/mainwindow.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/documentation/index.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/documentation/introduction.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/documentation/menu.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/icons/cp8.png (100%)
 rename 3rdparty/{CGAL-4.6/demo => CGAL-4.8/demo/Periodic_Lloyd_3}/icons/fileNew.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_3 => CGAL-4.8/demo/Periodic_Lloyd_3}/icons/fileOpen.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_3 => CGAL-4.8/demo/Periodic_Lloyd_3}/icons/fileSave.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/icons/pause.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/icons/planar.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/icons/play.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Periodic_Lloyd_3/icons/step.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Periodic_Lloyd_3/typedefs.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polygon/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polygon/Polygon_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polygon/Polygon_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polygon/Polygon_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polygon/about_Polygon_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polygon/unweighted_polygon.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polygon/weighted_polygon.wsl (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/C2t3_type.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/C3t3_type.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/CGAL_polyhedron_demoConfig.cmake.in (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Color_map.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Color_ramp.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Color_ramp.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/FileLoaderDialog.ui
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/File_loader_dialog.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/GlSplat.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/GlSplat.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/GlSplat/GlSplat_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/Shader.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/Shader.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/GlSplat/cmake/FindQGLViewer.cmake (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/GlSplat/demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/GlSplat/glsplat.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/GlSplat/shaders/Finalization.glsl
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/GlSplat/shaders/Raycasting.glsl (100%)
 rename 3rdparty/{CGAL-4.6/demo/Mesh_3 => CGAL-4.8/demo/Polyhedron}/Image_type.h (100%)
 rename 3rdparty/{CGAL-4.6/demo/Mesh_3 => CGAL-4.8/demo/Polyhedron}/Image_type_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Kernel_type.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/MainWindow_config.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Mainpage.md
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Messages_interface.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Nef_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Nef_type_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/One_ring_iterators.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/AABB_tree/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/AABB_tree/Cut_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Camera_position/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Camera_position/Camera_positions_list.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Camera_position/Camera_positions_list.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Camera_position/Camera_positions_list.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Camera_position/Camera_positions_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Convex_decomposition/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Convex_decomposition/Nef_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Convex_hull/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Convex_hull/Convex_hull_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Convex_hull/Kernel_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/Add_point_set_dialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/Add_polylines_dialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/demo/Polyhedron => CGAL-4.8/demo/Polyhedron/Plugins/IO}/Function_dialog.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/GOCAD_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/Implicit_function_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/Nef_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/OFF_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/OFF_to_nef_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/OFF_to_xyz_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/PLY_to_xyz_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/Polylines_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/STL_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/Selection_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/VTK_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/IO/XYZ_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_2/Mesh_2_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_2/mesh_2_dialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/C3t3_io_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Detect_sharp_edges_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Facet_extra_criterion.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Image_res_dialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Io_image_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Io_implicit_function_plugin.cpp
 rename 3rdparty/{CGAL-4.6/demo/Mesh_3/ui_files/LocalOptim_dialog.ui => CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Local_optimizers_dialog.ui} (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Mesh_3_plugin_cgal_code.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Meshing_dialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Meshing_thread.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Optimization_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Optimization_plugin_cgal_code.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Optimizer_thread.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Polyhedron_demo_mesh_3_labeled_mesh_domain_3.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Raw_image_dialog.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Raw_image_dialog.h
 rename 3rdparty/{CGAL-4.6/demo/Mesh_3/ui_files => CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3}/Smoother_dialog.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Volume_plane.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Volume_plane_interface.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Volume_plane_intersection.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Volume_plane_intersection.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Volume_plane_thread.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/Volume_planes_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/config_mesh_3.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Mesh_3/raw_image.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/Clip_polyhedron_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/Clip_polyhedron_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/Corefinement_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/Intersection_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/Scene_combinatorial_map_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra/Scene_combinatorial_map_item.h
 rename 3rdparty/{CGAL-4.6/demo/Polyhedron => CGAL-4.8/demo/Polyhedron/Plugins/Operations_on_polyhedra}/Scene_combinatorial_map_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/Create_bbox_mesh_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/Pca_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/Scene_polyhedron_transform_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/Scene_polyhedron_transform_item.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/Transform_polyhedron_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PCA/Trivial_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Fairing_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Fairing_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Hole_filling_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Hole_filling_polyline_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Hole_filling_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Inside_out_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_dialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Jet_fitting_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Join_and_split_polyhedra_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Mean_curvature_flow_skeleton_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Mean_curvature_flow_skeleton_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Orient_soup_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Point_inside_polyhedron_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Point_inside_polyhedron_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Polyhedron_slicer_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Polyhedron_slicer_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Polyhedron_stitching_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Repair_polyhedron_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Selection_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Self_intersection_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/PMP/Triangulate_facets_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Features_detection_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Features_detection_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Merge_point_sets_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_average_spacing_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_bilateral_smoothing_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_bilateral_smoothing_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_normal_estimation_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_normal_estimation_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_outliers_removal_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_outliers_removal_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_selection_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_selection_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_simplification_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_simplification_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_smoothing_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_upsampling_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_upsampling_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_wlop_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Point_set_wlop_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Surface_reconstruction_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Surface_reconstruction_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Point_set/Surface_reconstruction_plugin_impl.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Subdivision_methods/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Subdivision_methods/Subdivision_methods_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Mesh_segmentation_plugin.cpp
 rename 3rdparty/{CGAL-4.6/demo/Polyhedron => CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh}/Mesh_segmentation_widget.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Mesh_simplification_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Mesher_base.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Mesher_base.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Parameterization_plugin.cpp
 rename 3rdparty/{CGAL-4.6/demo/Polyhedron => CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh}/Remeshing_dialog.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Remeshing_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Remeshing_plugin_cgal_code.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Scene_polyhedron_shortest_path_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Scene_polyhedron_shortest_path_item.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Shortest_path_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh/Shortest_path_widget.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh_deformation/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh_deformation/Deform_mesh.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh_deformation/Edit_polyhedron_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item.h
 copy 3rdparty/{CGAL-4.6/demo/Polyhedron => CGAL-4.8/demo/Polyhedron/Plugins/Surface_mesh_deformation}/Scene_edit_polyhedron_item_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Point_dialog_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_3.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_3.qrc
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_demo.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_demo.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_demo_config.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_demo_detect_sharp_edges.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_demo_plugin_helper.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_type.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Polyhedron_type_fwd.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Preferences.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_basic_objects_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_c2t3_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_c2t3_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_c2t3_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_c3t3_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_c3t3_item.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_c3t3_item_config.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_edit_polyhedron_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_find_items.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_group_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_implicit_function_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_implicit_function_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_implicit_function_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_nef_polyhedron_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_nef_polyhedron_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_nef_polyhedron_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_plane_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_plane_item.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_points_with_normal_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_points_with_normal_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_points_with_normal_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polygon_soup_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polygon_soup_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polygon_soup_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polyhedron_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_item_decorator.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_item_decorator.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polyhedron_item_decorator_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_item_k_ring_selection.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_item_k_ring_selection.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polyhedron_item_k_ring_selection_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_selection_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_selection_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polyhedron_selection_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polyhedron_shortest_path_item_config.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polyhedron_transform_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polylines_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_polylines_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_polylines_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_segmented_image_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_segmented_image_item.h
 rename 3rdparty/{CGAL-4.6/demo/Mesh_3 => CGAL-4.8/demo/Polyhedron}/Scene_segmented_image_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_textured_polyhedron_item.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Scene_textured_polyhedron_item.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Scene_textured_polyhedron_item_config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Show_point_dialog.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Show_point_dialog.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Show_point_dialog.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Statistics_on_item_dialog.ui
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Textured_polyhedron_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Textured_polyhedron_type_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/Travel_isolated_components.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/UseCGAL_polyhedron_demo.cmake (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/Viewer.h
 rename 3rdparty/{CGAL-4.6/demo/Mesh_3 => CGAL-4.8/demo/Polyhedron}/concurrent_mesher_config.cfg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/create_sphere.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/anchor.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/bones.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/couplingdown.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/cow.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/cross.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/cube-ouvert.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/data/cube-shuffled.off
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/cube.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/data/cube4-shuffled.off
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/dragknob.off (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/elephant.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/ellipsoid.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/handle.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/icosahedron.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/joint.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/knot1.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/knot2.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/man.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/mushroom.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/negative.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/data/oblong-shuffled.off
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/oblong.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/pinion.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/pipe.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/pyramid.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/rotor.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/sphere.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/spool.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/star.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/translated-cube.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/data/tripod.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/implicit_functions/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/implicit_functions/Implicit_function_interface.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/implicit_functions/Klein_implicit_function.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/implicit_functions/Sphere_implicit_function.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/implicit_functions/Tanglecube_implicit_function.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/Dualizer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/Make_bar.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/Make_quad_soup.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/Make_triangle_soup.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/Polyhedron_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/Textured_polyhedron_builder.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/include/CGAL/Triangulation_file_input.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/gocad_io.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/include/CGAL/statistics_helpers.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/include/CGAL/textured_polyhedron.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/include/CGAL/translate.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/include/Point_set_3.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/include/UI_point_3.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/opengl_tools.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/polyhedron_demo_macros.cmake
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/about.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/back.png
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/boolean-diff.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/boolean-intersection.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/boolean-union.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/bot.png
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/check-off.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/check-off.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/check-on.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/check.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/convex-hull.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/down.png
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/editcopy.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/front.png
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/kernel.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/left.png
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/minus.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/plus.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/right.png
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_c3t3.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_c3t3.v
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_c3t3_edges.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_c3t3_edges.v
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_instanced.v
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_no_light_no_selection.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_plane_two_faces.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_with_light.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_with_light.v
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_with_texture.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_with_texture.v
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_with_textured_edges.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_with_textured_edges.v
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_without_light.f
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/shader_without_light.v
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/resources/simplification.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/top.png
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/resources/up.png
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron/texture.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron/texture.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyhedron_IO/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron_IO/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron_IO/geomview_demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyhedron_IO/viewpoint2off.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyline_simplification_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyline_simplification_2/Polyline_simplification_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/Polyline_simplification_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/Polyline_simplification_2.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Polyline_simplification_2/about_Polyline_simplification_2.html
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/all_crossed.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/bee.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_G.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_P.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_T.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_c.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_d.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_q.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letter_u.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/letters_cd.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/map_1.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/map_2.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/map_3.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/maps.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/data/norway.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/icons/triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Segment_Delaunay_graph_2 => CGAL-4.8/demo/Polyline_simplification_2}/icons/triangulation.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/include/CGAL/Qt/Polyline_simplification_2_graphics_item.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Polyline_simplification_2/include/CGAL/Qt/TriangulationArrangementGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Principal_component_analysis/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Principal_component_analysis/MainWindow.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/MainWindow.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/MainWindow.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Principal_component_analysis/PCA_demo.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/PCA_demo.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/Scene.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/Scene.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Principal_component_analysis/Viewer.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/Viewer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/data/cylinder.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/data/cylinder_locally_refined.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/data/ellipsoid.off (100%)
 rename 3rdparty/{CGAL-4.6/demo/AABB_tree => CGAL-4.8/demo/Principal_component_analysis}/render_edges.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/resources/about.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/resources/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Principal_component_analysis/types.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.cpp
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_2/Segment_voronoi_2.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_2/about_Segment_voronoi_2.html
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/circumcenter.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/circumcenter.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/conflict_zone.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/conflict_zone.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/constrained_triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/constrained_triangulation.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/constrained_triangulation_show_constraints.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/constrained_triangulation_show_constraints.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/constrained_triangulation_show_in_domain.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/constrained_triangulation_show_in_domain.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/moving_point.pdf (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/moving_point.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/icons/triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_2}/icons/triangulation.png (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/include/CGAL/Constraints_loader.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Segment_Delaunay_graph_2/svd-typedefs.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/demo/Segment_Delaunay_graph_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/Segment_voronoi_2.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2/Segment_voronoi_2.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2/Segment_voronoi_linf_2.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2/about_Segment_voronoi_2.html
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/circumcenter.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/circumcenter.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/conflict_zone.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/conflict_zone.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/constrained_triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/constrained_triangulation.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/constrained_triangulation_show_constraints.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/constrained_triangulation_show_constraints.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/constrained_triangulation_show_in_domain.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/constrained_triangulation_show_in_domain.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/moving_point.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/moving_point.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/triangulation.pdf (100%)
 copy 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/icons/triangulation.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Segment_Delaunay_graph_2 => CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2}/include/CGAL/Constraints_loader.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Segment_Delaunay_graph_Linf_2/svd-typedefs.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Snap_rounding_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Snap_rounding_2/Snap_rounding_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Snap_rounding_2/Snap_rounding_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Snap_rounding_2/Snap_rounding_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Snap_rounding_2/about_Snap_rounding_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Snap_rounding_2/icons/grid.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Snap_rounding_2/icons/snapped.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Snap_rounding_2/icons/unsnapped.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Spatial_searching_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Spatial_searching_2/NearestNeighbor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Spatial_searching_2/Spatial_searching_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Spatial_searching_2/Spatial_searching_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Spatial_searching_2/Spatial_searching_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Spatial_searching_2/about_Spatial_searching_2.html (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Stream_lines_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Stream_lines_2/Stream_lines_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Stream_lines_2/Stream_lines_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Stream_lines_2/Stream_lines_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Stream_lines_2/about_Stream_lines_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Stream_lines_2/data/vnoise.vec.cin (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesh_deformation/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesh_deformation/deform_mesh_for_botsch08_format.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/File_XT.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/Raw_image_dialog.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/Raw_image_dialog.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/Surface_mesher.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/binary_image.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/colorlisteditor.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/colorlisteditor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/get_polyhedral_surface.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/bbox-red.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/bbox-red.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/bbox.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/bbox.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/fileopen.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/filesave.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/flip.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/flip.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/minus.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/plus.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/resize.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/resize.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/surface.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/surface.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/twosides.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/icons/twosides.svg (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/mainwindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/mainwindow.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/polyhedral_surface.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/polyhedral_surface.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/surface.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/surface_mesher.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/ui/mainwindow.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/ui/optionsdialog.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/ui/raw_image.ui
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/ui/values_list.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/values_list.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/values_list.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Surface_mesher/values_list.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/viewer.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/volume.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Surface_mesher/volume.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Three/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Three/Example_plugin/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Three/Example_plugin/Polyhedron_demo_example_plugin.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Three/Example_plugin/Polyhedron_demo_example_plugin.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Three/Example_plugin/dock_example.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.ui
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/DelaunayMeshInsertSeeds.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/Delaunay_triangulation_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/Delaunay_triangulation_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/Delaunay_triangulation_2.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/RegularTriangulationRemoveVertex.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/Regular_triangulation_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/Regular_triangulation_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/Regular_triangulation_2.ui (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/TriangulationCircumcircle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/TriangulationConflictZone.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/TriangulationMovingPoint.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/TriangulationPointInputAndConflictZone.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/TriangulationRemoveVertex.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/about_Constrained_Delaunay_triangulation_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/about_Delaunay_triangulation_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/about_Regular_triangulation_2.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/butterfly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/butterfly.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/clusters.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/clusters.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/clusters2.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/fish (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/fish.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/fish.poly (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img1.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img2.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img3.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img4.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img5.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img6.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img7.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/img8.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/lettre_A.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/lettre_A_2.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/norway.edg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/poisson (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/tr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/triangulation.cgal (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_2/data/trivial.poly (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/circumcenter.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/circumcenter.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/conflict_zone.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/conflict_zone.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/constrained_triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/constrained_triangulation.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/constrained_triangulation_show_constraints.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/constrained_triangulation_show_constraints.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/constrained_triangulation_show_in_domain.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/constrained_triangulation_show_in_domain.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/moving_point.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/moving_point.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/triangulation.pdf (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo/Triangulation_2}/icons/triangulation.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_2/include/CGAL/Lipschitz_sizing_field_criteria_2.h
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/MainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/MainWindow.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/MainWindow.ui (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/PreferenceDlg.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/PreferenceDlg.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/Scene.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/Scene.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/T3_demo.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/T3_demo.qrc (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/Viewer.cpp
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3/Viewer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/documentation/about.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/documentation/about_CGAL.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/about_CGAL.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/clear.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/coordinates.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/empty_sphere.jpeg (100%)
 rename 3rdparty/{CGAL-4.6/demo => CGAL-4.8/demo/Triangulation_3}/icons/fileOpen.png (100%)
 rename 3rdparty/{CGAL-4.6/demo => CGAL-4.8/demo/Triangulation_3}/icons/fileSave.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/flat.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/grid.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/insert.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/insert_point.jpg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/move_1.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/nearest_nb.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/normal_view.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/pause.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/play.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/pointRandom.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/preferences.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/quit.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/select_hand.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/show_delaunay.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/show_facet.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/show_point.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/show_voronoi.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/stereo.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/icons/stop.jpeg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3/typedefs.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/demo/Triangulation_3_Geomview_demos/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3_Geomview_demos/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3_Geomview_demos/Triangulation_3_color_demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3_Geomview_demos/Triangulation_3_demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3_Geomview_demos/Triangulation_3_remove_demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3_Geomview_demos/Triangulation_3_voronoi_demo.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/Triangulation_3_Geomview_demos/data/points (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/Delaunay_triangulation_2.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/File.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/Input.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/Triangulation_2.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/Voronoi_diagram_2.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_Lloyd_3 => CGAL-4.8/demo}/icons/fileNew.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_3_triangulation_3 => CGAL-4.8/demo}/icons/fileOpen.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_Lloyd_3 => CGAL-4.8/demo}/icons/fileSave.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo}/icons/fit-page-32.png (100%)
 rename 3rdparty/{CGAL-4.6/demo/Periodic_2_triangulation_2 => CGAL-4.8/demo}/icons/inputPoint.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/inputPoint.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/inputPolyline.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/license.txt (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/zoom-best-fit.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/icons/zoom-best-fit.svg (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/resources/CGAL.qrc (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/resources/about_CGAL.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/resources/cgal_logo.xpm (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/demo/resources/cgal_logo_ipe_2013.png (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/doc_html/Manual/index.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/doc_html/Manual/packages.html (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/doc_html/cgal.ico (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/doc_html/images/cgal_2013_grey.png (100%)
 create mode 100644 3rdparty/CGAL-4.8/doc_html/index.html
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_custom_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_custom_indexed_triangle_set_array_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_custom_indexed_triangle_set_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_custom_triangle_soup_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_face_graph_triangle_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_halfedge_graph_edge_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_insertion_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_polyhedron_edge_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_polyhedron_facet_distance_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_polyhedron_facet_intersection_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_segment_3_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/AABB_tree/AABB_triangle_3_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/AABB_tree/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Advancing_front_surface_reconstruction/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Advancing_front_surface_reconstruction/boundaries.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Advancing_front_surface_reconstruction/data/half.xyz
 create mode 100644 3rdparty/CGAL-4.8/examples/Advancing_front_surface_reconstruction/reconstruction_class.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Advancing_front_surface_reconstruction/reconstruction_fct.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Advancing_front_surface_reconstruction/reconstruction_surface_mesh.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Algebraic_foundations/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_foundations/algebraic_structure_dispatch.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_foundations/fraction_traits.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_foundations/implicit_interoperable_dispatch.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_foundations/integralize.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_foundations/interoperable.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Algebraic_kernel_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_kernel_d/Compare_1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_kernel_d/Construct_algebraic_real_1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_kernel_d/Isolate_1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_kernel_d/Sign_at_1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Algebraic_kernel_d/Solve_1.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Alpha_shapes_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_2/README (100%)
 rename 3rdparty/{CGAL-4.6/demo => CGAL-4.8/examples}/Alpha_shapes_2/data/fin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_2/ex_alpha_shapes_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Alpha_shapes_2/ex_weighted_alpha_shapes_2.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Alpha_shapes_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/data/bunny_1000 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/data/bunny_5000 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/data/fin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/ex_alpha_shapes_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/ex_alpha_shapes_exact_alpha.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/ex_alpha_shapes_with_fast_location_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/ex_fixed_weighted_alpha_shapes_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Alpha_shapes_3/ex_periodic_alpha_shapes_3.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Alpha_shapes_3/ex_weighted_alpha_shapes_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Apollonius_graph_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Apollonius_graph_2/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Apollonius_graph_2/ag2_exact_traits.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Apollonius_graph_2/ag2_exact_traits_sqrt.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Apollonius_graph_2/ag2_filtered_traits_no_hidden.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Apollonius_graph_2/ag2_hierarchy.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Apollonius_graph_2/data/hierarchy.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Apollonius_graph_2/data/sites.cin (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Approximate_min_ellipsoid_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Approximate_min_ellipsoid_d/ellipsoid.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Approximate_min_ellipsoid_d/ellipsoid_for_maple.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/Bezier.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/Bezier_curves.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/Bezier_polycurve.dat
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/Europe.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/aggregated_insertion.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/algebraic_curves.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/algebraic_segments.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/arr_inexact_construction_segments.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/arr_print.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/batched_point_location.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/bgl_dual_adapter.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/bgl_primal_adapter.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/bounded_planar_vertical_decomposition.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/circles.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/circular_arcs.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/circular_line_arcs.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/coll_points.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/conic_multiplicities.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/conics.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/consolidated_curve_data.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/curve_history.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/dcel_extension.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/dcel_extension_io.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/dual_lines.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/dual_with_data.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/edge_insertion.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/edge_manipulation.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/edge_manipulation_curve_history.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/face_extension.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/face_extension_overlay.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/fan_grids.dat (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/generic_curve_data.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/global_insertion.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/global_removal.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/incremental_insertion.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/io.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/io_curve_history.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/io_unbounded.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/isolated_vertices.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/observer.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/overlay.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/overlay_unbounded.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/point_location_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/point_location_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/points.dat (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/polycurve_bezier.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/polycurve_circular_arc.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/polycurve_conic.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/polycurve_geodesic.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Arrangement_on_surface_2/polycurves_basic.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/polylines.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/predefined_kernel.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/predefined_kernel_non_intersecting.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/rational_functions.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/rational_functions_rational_coefficients.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/special_edge_insertion.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/spherical_insert.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/tracing_counting.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/unb_planar_vertical_decomposition.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/unbounded_non_intersecting.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/unbounded_rational_functions.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Arrangement_on_surface_2/vertical_ray_shooting.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_OpenMesh/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_OpenMesh/TriMesh.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_arrangement_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_arrangement_2/arr_print.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_arrangement_2/arr_rational_nt.h (100%)
 rename 3rdparty/{CGAL-4.6/examples/BGL_arrangement_2/dual.cpp => CGAL-4.8/examples/BGL_arrangement_2/arrangement_dual.cpp} (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_arrangement_2/primal.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_polyhedron_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/cube.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/distance.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/distance.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/incident_vertices.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/incident_vertices.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/kruskal.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/kruskal_with_stored_id.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/normals.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/normals.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_polyhedron_3/polyhedron_2_OpenMesh.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/range.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_polyhedron_3/range.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/transform_iterator.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_polyhedron_3/transform_iterator.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_surface_mesh/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_surface_mesh/connected_components.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_surface_mesh/data/prim.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_surface_mesh/prim.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_surface_mesh/prim.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/BGL_triangulation_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_triangulation_2/dijkstra.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_triangulation_2/dijkstra_with_internal_properties.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_triangulation_2/emst.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/BGL_triangulation_2/face_graph.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Barycentric_coordinates_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Discrete_harmonic_coordinates_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Mean_value_coordinates_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Segment_coordinates_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Terrain_height_modeling.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Triangle_coordinates_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Triangle_coordinates_speed_test.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Barycentric_coordinates_2/Wachspress_coordinates_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Boolean_set_operations_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_a.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_b.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_c.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_d.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_e.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_f.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_g.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_h.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_i.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_j.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/amer_k.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/bezier_traits_adapter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/bezier_traits_adapter2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/bso_rational_nt.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/char_g.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/char_g.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/char_m.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/char_m.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/circle_segment.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/conic_traits_adapter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/connect_polygon.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/do_intersect.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/dxf_union.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/input_0.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/input_1.bps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/pgn_holes.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/print_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/sequence.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/set_union.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/simple_join_intersect.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/symmetric_difference.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Boolean_set_operations_2/test.dxf (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Box_intersection_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/box_grid.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/custom_box_grid.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/data/points.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/data/triangles.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/minimal.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/minimal_self.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/proximity_custom_box_traits.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/triangle_self_intersect.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Box_intersection_d/triangle_self_intersect_pointers.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/CGAL_ipelets/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/CGAL_ipelets/test_grabbers.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/CGALimageIO/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/CGALimageIO/convert_raw_image_to_inr.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/CGALimageIO/test_imageio.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Circular_kernel_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circular_kernel_2/functor_has_on_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circular_kernel_2/intersecting_arcs.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Circular_kernel_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circular_kernel_3/functor_compare_theta_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circular_kernel_3/functor_has_on_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circular_kernel_3/intersecting_spheres.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Circulator/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circulator/circulator_prog1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circulator/circulator_prog2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Circulator/circulator_prog3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Combinatorial_map/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Combinatorial_map/map_3_dynamic_onmerge.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Combinatorial_map/map_3_foreach.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Combinatorial_map/map_3_marks.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Combinatorial_map/map_3_operations.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Combinatorial_map/map_3_simple_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Combinatorial_map/map_3_with_colored_facets.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Combinatorial_map/map_4_simple_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Convex_decomposition_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_decomposition_3/list_of_convex_parts.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_decomposition_3/list_of_convex_parts.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Convex_hull_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/array_convex_hull_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/ch_from_cin_to_cout.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/ch_from_cin_to_cout.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/ch_graham_anderson.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/ch_graham_anderson.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/ch_timing.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/convex_hull_yz.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/convex_hull_yz.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/files/CD500 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/include/CGAL/ch_timing_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/include/CGAL/ch_timing_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/iostream_convex_hull_2.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/iostream_convex_hull_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_2/vector_convex_hull_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Convex_hull_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_3/dynamic_hull_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Convex_hull_3/halfspace_intersection_3.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Convex_hull_3/lloyd_algorithm.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Convex_hull_3/quickhull_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Core/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Core/delaunay.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Envelope_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_2/ch_points.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_2/convex_hull.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_2/envelope_circles.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_2/envelope_segments.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Envelope_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_3/envelope_planes.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_3/envelope_spheres.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_3/envelope_triangles.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Envelope_3/spheres.dat (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Filtered_kernel/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Filtered_kernel/Cartesian_I.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Filtered_kernel/Filtered_predicate.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Generator/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/ball_d.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/combination_enumerator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/cube_d.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/grid_d.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/name_pairs.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/random_convex_hull_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/random_convex_set.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Generator/random_degenerate_point_set.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/random_grid.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Generator/random_points_tetrahedron_and_triangle_3.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Generator/random_points_triangle_2.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Generator/random_polygon.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/random_polygon2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/random_segments1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/random_segments2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Generator/sphere_d.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/HalfedgeDS/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_color.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_compact.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_compact2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_default.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_edge_iterator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_graph.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_graph2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_halfedge_iterator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/HalfedgeDS/hds_prog_vector.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Inscribed_areas/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Inscribed_areas/extremal_polygon_2_area.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Inscribed_areas/extremal_polygon_2_perimeter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Inscribed_areas/largest_empty_rectangle.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Interpolation/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/data/points3 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/interpolation_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/linear_interpolation_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/nn_coordinates_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/nn_coordinates_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/rn_coordinates_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/sibson_interpolation_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interpolation/surface_neighbor_coordinates_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Interval_skip_list/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interval_skip_list/intervals.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interval_skip_list/isl_terrain.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Interval_skip_list/terrain.pts (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Jet_fitting_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Jet_fitting_3/Mesh_estimation.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/PolyhedralSurf.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/PolyhedralSurf_operations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/PolyhedralSurf_rings.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/Single_estimation.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/data/ellipe0.003.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/data/in_points_d4.txt (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/data/in_points_file.txt (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Jet_fitting_3/data/poly2x^2+y^2-0.062500-off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Kernel_23/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyConstruct_bbox_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyConstruct_coord_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyConstruct_point_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyKernel.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyKernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyPointC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MyPointC2_iostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/MySegmentC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/cartesian_converter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/exact.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Kernel_23/intersection_get.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Kernel_23/intersection_visitor.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Kernel_23/intersections.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/points_and_segment.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kernel_23/surprising.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Kinetic_data_structures/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/Kinetic_Delaunay_triangulation_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/Kinetic_Delaunay_triangulation_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/Kinetic_insert_event.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/Kinetic_regular_triangulation_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/Kinetic_sort.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/Kinetic_sweepline.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/data/points_1 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/data/points_2 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/data/points_3 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/data/sweepline.input (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_data_structures/data/weighted_points_3 (100%)
 rename 3rdparty/{CGAL-4.6/examples/Kinetic_framework => CGAL-4.8/examples/Kinetic_data_structures}/defining_a_simulation_traits.cpp (100%)
 rename 3rdparty/{CGAL-4.6/examples/Kinetic_framework => CGAL-4.8/examples/Kinetic_data_structures}/trivial_kds.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Kinetic_framework/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_framework/adding_a_certificate.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_framework/data/points_2 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_framework/data/points_with_color_2 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_framework/listener.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_framework/pointer_queue.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Kinetic_framework/ref_counted.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Linear_cell_complex/CMakeLCCViewerQt.inc
 create mode 100644 3rdparty/CGAL-4.8/examples/Linear_cell_complex/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Linear_cell_complex/README.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/data/armadillo.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/data/graph.txt (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/data/points_2 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/data/points_3 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/data/small_points_2 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/data/small_points_3 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/linear_cell_complex_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/linear_cell_complex_3_attributes_management.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Linear_cell_complex/linear_cell_complex_3_viewer_qt.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/linear_cell_complex_3_with_colored_vertices.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/linear_cell_complex_3_with_mypoint.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/linear_cell_complex_4.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Linear_cell_complex/plane_graph_to_lcc_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Linear_cell_complex/voronoi_2.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Linear_cell_complex/voronoi_3.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Matrix_search/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Matrix_search/sorted_matrix_search.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_2/conforming.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_2/mesh_class.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_2/mesh_global.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_2/mesh_optimization.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_2/mesh_with_seeds.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/data/cheese.off (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/data/elephant.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/data/fandisk.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/data/liver.inr.gz (100%)
 copy 3rdparty/{CGAL-4.6/examples/Surface_mesher => CGAL-4.8/examples/Mesh_3}/data/skull_2.9.inr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/implicit_functions.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/implicit_functions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_3D_gray_image.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_3D_gray_vtk_image.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_3D_image.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_3D_image_variable_size.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_cubes_intersection.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_cubes_intersection_with_features.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_implicit_domains.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_implicit_domains_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_implicit_ellipsoid.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_implicit_sphere.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_implicit_sphere_variable_size.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_optimization_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_optimization_lloyd_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_polyhedral_domain.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Mesh_3/mesh_polyhedral_domain_with_features.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Mesh_3/mesh_two_implicit_spheres_with_balls.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Min_annulus_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_annulus_d/min_annulus_d.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Min_circle_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_circle_2/min_circle_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Min_ellipse_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_ellipse_2/min_ellipse_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Min_quadrilateral_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_quadrilateral_2/minimum_enclosing_rectangle_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_quadrilateral_2/minimum_enclosing_strip_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Min_sphere_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_sphere_d/min_sphere_d.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Min_sphere_of_spheres_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_sphere_of_spheres_d/benchmark.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/approx_inset.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/approx_offset.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/arr_conics.h
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/bops_circular.h
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/bops_linear.h
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/exact_inset.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/exact_offset.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/holes.dat
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_2/ms_rational_nt.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/pgn_print.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_2/print_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_2/rooms_star.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_2/spiked.dat (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/sum_by_decomposition.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/sum_of_holes.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/sum_triangle_square.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_2/sum_with_holes.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_2/tight.dat (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Minkowski_sum_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_3/cube.nef3 (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_3/cube_offset.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_3/cube_offset.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_3/glide.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Minkowski_sum_3/glide.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Modular_arithmetic/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Modular_arithmetic/modular_filter.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Nef_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_2/nef_2_construction.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_2/nef_2_intersection.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_2/nef_2_polylines.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Nef_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/comparison.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/complex_construction.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/complex_construction.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/exploration_SM.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/exploration_SM.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/extended_kernel.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/extended_kernel.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/handling_double_coordinates.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/handling_double_coordinates.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/interface_polyhedron.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/interface_polyhedron.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/nefIO.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/nefIO.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/nef_3_construction.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/nef_3_point_location.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/nef_3_point_location.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/nef_3_simple.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/offIO.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/offIO.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/point_set_operations.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/polyline_construction.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/set_operations.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/shell_exploration.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/shell_exploration.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/topological_operations.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/topological_operations.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_3/transformation.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Nef_S2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_S2/include/CGAL/Nef_S2/create_random_Nef_S2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_S2/nef_s2_construction.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_S2/nef_s2_exploration.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_S2/nef_s2_point_location.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Nef_S2/nef_s2_simple.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/data/stair.xy
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/data/stair.xym
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/otr2_indexed_output_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/otr2_list_output_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/otr2_mass_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Optimal_transportation_reconstruction_2/otr2_simplest_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Partition_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Partition_2/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Partition_2/approx_convex_partition_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Partition_2/greene_approx_convex_partition_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Partition_2/optimal_convex_partition_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Partition_2/y_monotone_partition_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_2_triangulation_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/data/triangulation_prog1.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_adding_handles.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_colored_vertices.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_covering.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_find_conflicts.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_geometric_access.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_hierarchy.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_info_insert_with_pair_iterator_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_info_insert_with_transform_iterator_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_info_insert_with_zip_iterator_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_large_point_set.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_2_triangulation_2/p2t2_simple_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Periodic_3_triangulation_3/README (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/colored_vertices.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/covering.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/find_conflicts.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/geometric_access.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/large_point_set.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/periodic_adding_handles.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Periodic_3_triangulation_3/simple_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_2/nearest_neighbor.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_2/range_search.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/average_spacing_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/bilateral_smooth_point_set_example.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/ChineseDragon-10kv.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/before_upsample.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/camel.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/data/fandisk.off
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/fin90_with_PCA_normals.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/oni.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/sphere_1k.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/sphere_20k.xyz (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/data/sphere_20k_normal.xyz (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/edge_aware_upsample_point_set_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/edges_example.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/grid_simplification_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/grid_simplify_indices.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/hierarchy_simplification_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/jet_smoothing_example.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/normal_estimation.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/normal_estimation.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/normals_example.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Point_set_processing_3/property_map.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/random_simplification_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/read_write_xyz_point_set_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/remove_outliers_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/data/cube.pwn
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/efficient_RANSAC_basic.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/efficient_RANSAC_custom_shape.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/efficient_RANSAC_custom_shape.h
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/efficient_RANSAC_parameters.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Point_set_shape_detection_3/efficient_RANSAC_point_access.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Poisson_surface_reconstruction_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/examples/Surface_reconstruction_points_3 => CGAL-4.8/examples/Poisson_surface_reconstruction_3}/data/kitten.xyz (100%)
 rename 3rdparty/{CGAL-4.6/examples/Surface_reconstruction_points_3 => CGAL-4.8/examples/Poisson_surface_reconstruction_3}/data/sphere926.pwn (100%)
 rename 3rdparty/{CGAL-4.6/examples/Surface_reconstruction_points_3 => CGAL-4.8/examples/Poisson_surface_reconstruction_3}/poisson_reconstruction.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Poisson_surface_reconstruction_3/poisson_reconstruction.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polygon/Example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polygon/Polygon.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polygon/polygon_algorithms.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polygon/projected_polygon.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/compute_normals_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/compute_normals_example_OM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/connected_components_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/P.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/blobby.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/blobby_3cc.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/cube_quad.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/degtri_sliding.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/eight.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/full_border_quads.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/mech-holes-shark.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/pig.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/data/tet-shuffled.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/hole_filling_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/hole_filling_example_OM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/hole_filling_example_SM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/isotropic_remeshing_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/mesh_slicer_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/point_inside_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/point_inside_example_OM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/polygon_soup_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/refine_fair_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/self_intersections_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/stitch_borders_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/stitch_borders_example_OM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/triangulate_faces_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/triangulate_faces_example_OM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polygon_mesh_processing/triangulate_polyline_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Polyhedron/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/corner.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/corner_with_hole.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/corner_with_sharp_edge.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/cross.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_color.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_cube.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_cut_cube.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_incr_builder.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_normals.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_off.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_planes.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_simple.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_subdiv.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_subdiv.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_subdiv_with_boundary.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_subdiv_with_boundary.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_tetra.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_traits.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_vector.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_vertex_color.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_prog_vertex_normal.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_self_intersection.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron/polyhedron_self_intersection.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Polyhedron_IO/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/iv2off.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/iv2off.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2iv.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2iv.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2off.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2off.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2stl.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2stl.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2vrml.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2vrml.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2wav.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off2wav.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off_bbox.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off_bbox.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off_glue.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off_glue.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off_transform.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/off_transform.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/polyhedron2vrml.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/polyhedron2vrml.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/polyhedron_copy.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/polyhedron_copy.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/terr_trian.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/terr_trian.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyhedron_IO/triangulation_print_OFF.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Polyline_simplification_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/points_and_vertices.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/points_and_vertices.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/simplify.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/simplify.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/simplify_polygon.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/simplify_polygon.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/simplify_polyline.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polyline_simplification_2/simplify_polyline.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Polynomial/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polynomial/coefficient_access.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Polynomial/construction.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polynomial/degree.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polynomial/gcd_up_to_constant_factor.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polynomial/subresultants.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polynomial/substitute.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polynomial/swap_move.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Polytope_distance_d/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polytope_distance_d/all_furthest_neighbors_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polytope_distance_d/polytope_distance_d.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polytope_distance_d/polytope_distance_d_fast_exact.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Polytope_distance_d/width_simplex.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Principal_component_analysis/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Principal_component_analysis/barycenter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Principal_component_analysis/bounding_box.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Principal_component_analysis/centroid.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Principal_component_analysis/linear_least_squares_fitting_points_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Principal_component_analysis/linear_least_squares_fitting_triangles_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Profiling_tools/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Profiling_tools/Profile_counter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Profiling_tools/Profile_histogram_counter.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Profiling_tools/Profile_timer.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/QP_solver/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/convex_hull_containment.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/convex_hull_containment2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/convex_hull_containment_benchmarks.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/cycling.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/cycling.mps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/double_qp_solver.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/double_qp_solver.data (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_lp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_lp.mps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_lp_from_iterators.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_lp_from_mps.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_lp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_lp.mps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_lp_from_iterators.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_lp_from_mps.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_qp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_qp.mps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_qp_from_iterators.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_nonnegative_qp_from_mps.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_qp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_qp.mps (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_qp_basic_constraints.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_qp_from_iterators.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/first_qp_from_mps.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/important_variables.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/QP_solver/infeasibility_certificate.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/integer_qp_solver.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/integer_qp_solver.data (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/invert_matrix.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/optimality_certificate.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/print_first_lp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/print_first_nonnegative_lp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/print_first_nonnegative_qp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/print_first_qp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/rational_qp_solver.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/rational_qp_solver.data (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/solve_convex_hull_containment_lp.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/solve_convex_hull_containment_lp2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/QP_solver/solve_convex_hull_containment_lp3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/QP_solver/unboundedness_certificate.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/RangeSegmentTrees/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/include/Tree_Traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/range_tree_1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/range_tree_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/range_tree_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/range_tree_4.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/range_tree_map_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/range_tree_set_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_4.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_map_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_set_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/segment_tree_set_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/RangeSegmentTrees/software_design_rgs.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Rectangular_p_center_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Rectangular_p_center_2/rectangular_p_center_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Ridges_3/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Ridges_3/Compute_Ridges_Umbilics.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Ridges_3/PolyhedralSurf.h
 create mode 100644 3rdparty/CGAL-4.8/examples/Ridges_3/PolyhedralSurf_rings.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Ridges_3/README (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Ridges_3/Ridges_Umbilics_SM.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Ridges_3/compute_normals.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Ridges_3/data/poly2x^2+y^2-0.062500.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Ridges_3/skip_vcproj_auto_generation (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/STL_Extension/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/STL_Extension/Default.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/STL_Extension/Dispatch_output_iterator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/STL_Extension/in_place_list_prog.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/STL_Extension/min_element_if_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/STL_Extension/min_max_element_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/STL_Extension/unordered_map.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Scale_space_reconstruction_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Scale_space_reconstruction_3/data/kitten.off (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Scale_space_reconstruction_3/scale_space.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Scale_space_reconstruction_3/scale_space.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Scale_space_reconstruction_3/scale_space_incremental.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Scale_space_reconstruction_3/scale_space_incremental.cpp (100%)
 rename 3rdparty/{CGAL-4.6/examples/Scale_space_reconstruction_3/scale_space.cmd => CGAL-4.8/examples/Scale_space_reconstruction_3/scale_space_manifold.cmd} (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Scale_space_reconstruction_3/scale_space_manifold.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_2/CMakeLists.txt
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/data/sites.cin (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/data/sites2.cin (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/data/sitesx.cin (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/data/sitesxx.cin (100%)
 copy 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/data/sitesxx.rb.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/sdg-count-sites.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/sdg-fast-sp-polygon.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/sdg-fast-sp.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/sdg-filtered-traits.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/sdg-info-set.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_2/sdg-red-blue-info.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Segment_Delaunay_graph_2/sdg-voronoi-edges.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/examples/Segment_Delaunay_graph_2 => CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2}/data/sites.cin (100%)
 rename 3rdparty/{CGAL-4.6/examples/Segment_Delaunay_graph_2 => CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2}/data/sites2.cin (100%)
 rename 3rdparty/{CGAL-4.6/examples/Segment_Delaunay_graph_2 => CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2}/data/sitesx.cin (100%)
 rename 3rdparty/{CGAL-4.6/examples/Segment_Delaunay_graph_2 => CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2}/data/sitesxx.cin (100%)
 rename 3rdparty/{CGAL-4.6/examples/Segment_Delaunay_graph_2 => CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2}/data/sitesxx.rb.cin (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/print-sdg-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-count-sites-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-fast-sp-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-fast-sp-polygon-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-filtered-traits-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-info-set-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-red-blue-info-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-voronoi-edges-exact-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Segment_Delaunay_graph_Linf_2/sdg-voronoi-edges-linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Skin_surface_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/data/1IYE.pdb (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/data/1mvm.pdb (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/data/1t7i.pdb (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/data/4lfq.pdb (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/data/caffeine.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/data/molecule_tunnel.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/include/extract_balls_from_pdb.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/skin_surface_pdb_reader.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/skin_surface_retrieve_defining_weighted_points.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/skin_surface_simple.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/skin_surface_subdiv.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/skin_surface_subdiv_with_normals.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/skin_surface_writer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/union_of_balls_simple.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Skin_surface_3/union_of_balls_subdiv.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Snap_rounding_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Snap_rounding_2/data/snap_rounding_data (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Snap_rounding_2/snap_rounding.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Snap_rounding_2/snap_rounding_data.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Snap_rounding_2/snap_rounding_to_integer.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Solver_interface/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Solver_interface/diagonalize_matrix.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Solver_interface/singular_value_decomposition.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Solver_interface/sparse_solvers.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Spatial_searching/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/Distance.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/Point.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/circular_query.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/data/tripod.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/distance_browsing.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/fuzzy_range_query.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/general_neighbor_searching.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/iso_rectangle_2_query.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/nearest_neighbor_searching.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/searching_polyhedron_vertices.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Spatial_searching/searching_polyhedron_vertices_with_fuzzy_sphere.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/searching_sphere_orthogonally.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/searching_surface_mesh_vertices.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Spatial_searching/searching_with_circular_query.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/searching_with_point_with_info.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/searching_with_point_with_info_inplace.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/searching_with_point_with_info_pmap.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/splitter_worst_cases.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/user_defined_point_and_distance.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/using_fair_splitting_rule.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_searching/weighted_Minkowski_distance.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Spatial_sorting/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/example_delaunay_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/hilbert.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/hilbert_policies.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Spatial_sorting/hilbert_sort_on_sphere.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/myPoint.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/small_example_delaunay_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/sort_indices.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/sp_sort_using_property_map_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/sp_sort_using_property_map_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Spatial_sorting/sp_sort_using_property_map_d.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Spatial_sorting/spatial_sort_on_sphere.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Straight_skeleton_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Create_offset_polygons_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Create_saop_from_polygon_with_holes_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Create_skeleton_and_offset_polygons_2.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Straight_skeleton_2/Create_skeleton_and_offset_polygons_with_holes_2.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Create_straight_skeleton_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Create_straight_skeleton_from_polygon_with_holes_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Low_level_API.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Show_offset_polygon.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/Show_straight_skeleton.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Straight_skeleton_2/dump_to_eps.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/input_file_format.txt (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Straight_skeleton_2/print.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/sample_1.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/sample_2.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/sample_3.dat (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Straight_skeleton_2/sample_4.dat (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Stream_lines_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Stream_lines_2/data/datap.tri.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Stream_lines_2/data/datav.tri.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Stream_lines_2/data/irregular_data.tri.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Stream_lines_2/data/vnoise.vec.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Stream_lines_2/stl_regular_field.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Stream_lines_2/stl_triangular_field.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Subdivision_method_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/CatmullClark_subdivision.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/Customized_subdivision.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/DooSabin_subdivision.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/Loop_subdivision.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/data/corner.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/data/corner_tris_with_hole.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/data/corner_with_hole.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/data/corner_with_sharp_edge.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/data/cross.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Subdivision_method_3/data/quint_tris.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/cube.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/data/elephant.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/data/knot1.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/data/quad.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/data/triangle.off
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/sm_aabbtree.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_bgl.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_bgl.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_circulators.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_do_intersect.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_do_intersect.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/sm_iterators.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/sm_join.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_kruskal.cmd (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_kruskal.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh/sm_memory.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh/sm_properties.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_deformation/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/all_roi_assign_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/all_roi_assign_example_Surface_mesh.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_deformation/all_roi_assign_example_custom_polyhedron.cpp
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/all_roi_assign_example_with_OpenMesh.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_deformation/custom_weight_for_edges_example.cpp
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/data/plane.off (100%)
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/deform_polyhedron_with_custom_pmap_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/k_ring_roi_translate_rotate_Surface_mesh.cpp (100%)
 rename 3rdparty/{CGAL-4.6/examples/Surface_modeling => CGAL-4.8/examples/Surface_mesh_deformation}/k_ring_roi_translate_rotate_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/Authalic_parameterization.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/Authalic_parameterization.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/Complete_parameterization_example.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/Complete_parameterization_example.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/Mesh_cutting_parameterization.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/Simple_parameterization.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/Simple_parameterization.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/Square_border_parameterization.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/Square_border_parameterization.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/check_64x64.bmp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/holes.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/mannequin-devil.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/mask_cone.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/nefertiti.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/parameterization.mtl (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/rotor.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/sphere966.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/data/three_peaks.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/include/Mesh_cutter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/include/Parameterization_polyhedron_adaptor_ex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/include/Polyhedron_ex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/polyhedron_ex_parameterization.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/quick_test_suite.bat
 create mode 100755 3rdparty/CGAL-4.8/examples/Surface_mesh_parameterization/quick_test_suite.sh
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_segmentation/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_segmentation/data/cactus.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_segmentation/sdf_values_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_segmentation/segmentation_from_sdf_values_OpenMesh_example.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_segmentation/segmentation_from_sdf_values_SM_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_segmentation/segmentation_from_sdf_values_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_segmentation/segmentation_via_sdf_values_example.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_segmentation/segmentation_with_facet_ids_example.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_shortest_path/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/examples/Mesh_3 => CGAL-4.8/examples/Surface_mesh_shortest_path}/data/elephant.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_shortest_path/shortest_path_sequence.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_shortest_path/shortest_paths_OpenMesh.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_shortest_path/shortest_paths_multiple_sources.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_shortest_path/shortest_paths_no_id.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_shortest_path/shortest_paths_with_id.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/cube-meshed.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/cube.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_OpenMesh.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/edge_collapse_constrain_sharp_edges.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_constrain_sharp_edges.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/edge_collapse_constrained_border_polyhedron.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_constrained_border_polyhedron.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/edge_collapse_constrained_border_surface_mesh.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_constrained_border_surface_mesh.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/edge_collapse_enriched_polyhedron.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_enriched_polyhedron.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/edge_collapse_polyhedron.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_polyhedron.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/edge_collapse_surface_mesh.cmd (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_simplification/edge_collapse_surface_mesh.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesh_simplification/mesh_with_border.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/MCF_Skeleton_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/MCF_Skeleton_sm_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/data/161.off
 rename 3rdparty/{CGAL-4.6/demo/Polyhedron => CGAL-4.8/examples/Surface_mesh_skeletonization}/data/elephant.off (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/segmentation_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/simple_mcfskel_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesh_skeletonization/simple_mcfskel_sm_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Surface_mesher/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesher/data/skull_2.9.inr (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesher/data/triceratops.off (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesher/mesh_a_3d_gray_image.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesher/mesh_an_implicit_function.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Surface_mesher/skip_vcproj_auto_generation (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Sweep_line_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/examples/Arrangement_on_surface_2 => CGAL-4.8/examples/Sweep_line_2}/sweep_line.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/TDS_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6/examples/Triangulation_3 => CGAL-4.8/examples/TDS_3}/linking_2d_and_3d.cpp (100%)
 rename 3rdparty/{CGAL-4.6/examples/Triangulation_3 => CGAL-4.8/examples/TDS_3}/tds.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation/barycentric_subdivision.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation/delaunay_triangulation.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation/triangulation.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation/triangulation1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation/triangulation2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation/triangulation_data_structure_dynamic.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation/triangulation_data_structure_static.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/adding_handles.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/colored_face.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/constrained.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/constrained_hierarchy_plus.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/constrained_plus.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/copy_triangulation_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/data/constrained.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/data/regular.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/data/terrain.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/data/triangulation_prog1.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/data/voronoi.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/hierarchy.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/info_insert_with_pair_iterator_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/info_insert_with_pair_iterator_regular_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/info_insert_with_transform_iterator_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/info_insert_with_zip_iterator_2.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/polygon_triangulation.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/polylines_triangulation.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/print_cropped_voronoi.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/regular.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/terrain.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/triangulation_prog1.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_2/voronoi.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation_3/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/README (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/adding_handles_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/color.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/copy_triangulation_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation_3/fast_location_3.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/find_conflicts_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/info_insert_with_pair_iterator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/info_insert_with_pair_iterator_regular.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/info_insert_with_transform_iterator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/info_insert_with_zip_iterator.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/parallel_insertion_and_removal_in_regular_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/parallel_insertion_in_delaunay_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/regular_3.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Triangulation_3/sequential_parallel.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/simple_triangulation_3.cpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Triangulation_3/simplex.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Visibility_2/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/examples/Visibility_2/general_polygon_example.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Visibility_2/simple_polygon_visibility_2.cpp
 create mode 100644 3rdparty/CGAL-4.8/examples/Voronoi_diagram_2/CMakeLists.txt
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/1D.ag.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/data1.ag.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/data1.dt.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/data1.svd.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/data2.ag.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/data3.ag.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/degenerate.ag.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/queries1.dt.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/data/queries1.svd.cin (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/examples/Voronoi_diagram_2/vd_2_point_location.cpp (100%)
 create mode 100644 3rdparty/CGAL-4.8/examples/Voronoi_diagram_2/vd_2_point_location_sdg_linf.cpp
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/AABB_C3T3_triangle_primitive.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_face_graph_triangle_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_halfedge_graph_segment_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_intersections.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_polyhedral_oracle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_polyhedron_segment_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_polyhedron_triangle_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_segment_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/AABB_tree.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/AABB_triangle_primitive.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Advancing_front_surface_reconstruction.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Aff_transformation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Aff_transformation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_extension_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Bitstream_descartes_rndl_tree_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Algebraic_kernel_d/Curve_analysis_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Curve_pair_analysis_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Descartes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Event_line_builder.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Float_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Interval_evaluate_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Interval_evaluate_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/LRU_hashed_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Real_embeddable_extension.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Real_roots.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Shear_controller.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Shear_transformation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Status_line_CA_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/Status_line_CPA_1.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Algebraic_kernel_d/Xy_coordinate_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/algebraic_curve_kernel_2_tools.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/bound_between_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/construct_binary.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/enums.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/exceptions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/flags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/refine_zero_against.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/shear.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d/univariate_polynomial_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_d_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_circles/function_objects_on_roots_and_polynomials_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_circles/internal_functions_comparison_root_for_circles_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomial_1_2_and_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_circles/internal_functions_on_roots_and_polynomials_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_circles_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_spheres/function_objects_on_roots_and_polynomials_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_comparison_root_for_spheres_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_for_spheres_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Algebraic_structure_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_euclidean_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_euclidean_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Alpha_shape_vertex_base_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Apollonius_graph_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Compare_weight_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Compare_x_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Compare_y_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Constructions_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Constructions_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Constructions_rtH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Incircle8_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Incircle_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Is_hidden_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Orientation8_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Orientation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Predicates_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/check_filter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/comparator_profiler.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/compare_quadratic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/predicate_profiler.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/uncertain/Apollonius_graph_uncertain_filtered_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_adaptation_policies_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_adaptation_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_data_structure_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_filtered_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_hierarchy_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Apollonius_graph_vertex_base_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Apollonius_site_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arithmetic_kernel/Arithmetic_kernel_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_Bezier_curve_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_accessor.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_algebraic_segment_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_batched_point_location.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_bounded_planar_topology_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_circle_segment_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_circular_arc_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_circular_line_arc_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_conic_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_consolidated_curve_data_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_counting_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_curve_data_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_dcel_base.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_default_dcel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_default_overlay_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_enums.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_extended_dcel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_face_index_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_face_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Arr_plane_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Bezier_cache.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Bezier_curve_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Bezier_point_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Circle_segment_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Conic_arc_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Conic_intersections_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Conic_point_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Curve_data_aux.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Hyperbolic_arc_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Polycurve_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_geometry_traits/Polyline_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Rational_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/Segment_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_geometry_traits/de_Casteljau_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_landmarks_point_location.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_line_arc_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_linear_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_naive_point_location.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_non_caching_segment_basic_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_non_caching_segment_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_observer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_overlay.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_overlay_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_generator_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_grid_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_halton_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_random_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_X_trapezoid.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_active_edge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_active_trapezoid.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_active_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_dag.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_dag_node.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_inactive_edge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_inactive_trapezoid.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_inactive_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_ninetuple.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_predicates.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Td_traits_functions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_point_location_result.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_polycurve_basic_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_polycurve_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_polyline_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_rat_arc/Algebraic_point_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_rat_arc/Cache.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_rat_arc/Rational_arc_d_1.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_rat_arc/Rational_function.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_rat_arc/Rational_function_pair.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_rat_arc/Singleton.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_rational_function_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_segment_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_simple_point_location.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_spherical_topology_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_tags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_bounded_planar_batched_pl_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_bounded_planar_construction_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_bounded_planar_insertion_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_bounded_planar_overlay_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_bounded_planar_topology_traits_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_bounded_planar_vert_decomp_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_inc_insertion_zone_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_planar_topology_traits_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_spherical_batched_pl_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_spherical_insertion_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_tracing_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_trapezoid_ric_point_location.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_triangulation_point_location.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arr_unb_planar_topology_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_vertex_index_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_vertex_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_vertical_decomposition_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arr_walk_along_line_point_location.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_default_planar_topology.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arr_with_history_accessor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arrangement_2/Arrangement_2_iterators.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/Open_hash.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_2/arrangement_type_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Arrangement_on_surface_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_on_surface_with_history_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_with_history_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Arrangement_zone_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/Mean_value_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/Segment_coordinates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/Triangle_coordinates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/Wachspress_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Barycentric_mapping_parameterizer_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Basic_sweep_line_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Bbox_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Bbox_2_Line_2_intersection.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Bbox_2_Line_2_intersection_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Bbox_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Bbox_2_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Bbox_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Bigfloat_interval_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_agg_op_sweep.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_base_functor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_default_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_join_functor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_merge.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Point_with_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Bounded_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Box_intersection_d/Box_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Box_intersection_d/Box_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Box_intersection_d/Box_with_handle_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Box_intersection_d/Box_with_info_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Box_intersection_d/box_limits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Box_intersection_d/segment_tree.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CC_safe_handle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CGAL_Ipelet_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CGAL_Ipelet_base_v6.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CGAL_Ipelet_base_v7.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/BigFloat.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/BigFloatRep.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/BigFloat_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/BigInt.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/BigRat.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/CORE.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Config.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreAux.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreAux_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreDefs.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreDefs_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/CoreIO_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Expr.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/ExprRep.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Expr_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Filter.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Gmp.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Gmp_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/MemoryPool.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Promote.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Real.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/RealRep.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Real_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/RefCount.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/Timer.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/extLong.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/extLong_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom2d/circle2d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom2d/line2d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom2d/point2d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom2d/segment2d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom3d/line3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom3d/plane3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom3d/point3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom3d/polygon3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom3d/segment3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geom3d/triangle3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geombase.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geometry2d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/geometry3d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/linearAlgebra.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Curves.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Curves.tcc
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Poly.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Poly.tcc
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE/poly/Sturm.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE_BigFloat.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CORE_BigInt.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CORE_BigRat.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CORE_Expr.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CORE_algebraic_number_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/CORE_arithmetic_kernel.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/CORE_coercion_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cache.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Aff_transformation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Aff_transformation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Aff_transformation_rep_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Aff_transformation_rep_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Cartesian_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Circle_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Circle_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Data_accessor_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Direction_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Direction_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Iso_cuboid_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Iso_rectangle_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Line_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Line_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/MatrixC33.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Plane_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Point_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Point_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Ray_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Ray_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Rotation_rep_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Scaling_rep_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Scaling_rep_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Segment_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Segment_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Sphere_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Tetrahedron_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Translation_rep_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/Translation_rep_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Triangle_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Triangle_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Vector_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cartesian/Vector_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/basic_constructions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/basic_constructions_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/ft_constructions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/ft_constructions_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/function_objects.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/line_constructions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/plane_constructions_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/point_constructions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/point_constructions_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/predicates_on_directions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/predicates_on_planes_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/predicates_on_points_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/predicates_on_points_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian/solve_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cartesian_matrix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cell_attribute.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cell_attribute_with_point.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Cell_const_iterators.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Cell_iterators.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Chinese_remainder_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circle_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circle_2_Circle_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circle_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circle_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_arc_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_arc_point_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_arc_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_border_parameterizer_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/Circular_arc_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circular_kernel_2/Circular_arc_point_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/Intersection_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/Line_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/function_objects_on_line_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/interface_macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circular_kernel_3/Circular_arc_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circular_kernel_3/Circular_arc_point_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/Intersection_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circular_kernel_3/Line_arc_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/interface_macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_intersections.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circular_kernel_type_equality_wrapper.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circulator/Circulator_adapters.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circulator/Circulator_concepts.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circulator/Safe_circulator_from_iterator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circulator_identity.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Circulator_on_node.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Circulator_project.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Combination_enumerator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_basic_operations.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Combinatorial_map_constructors.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_functors.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_insertions.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_iterators_base.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Combinatorial_map_min_items.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_operations.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_save_load.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Combinatorial_map_storages.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Compact_container.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Compact_mesh_cell_base_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Complex_2_in_triangulation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Complex_2_in_triangulation_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Complex_2_in_triangulation_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Complexity_tags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Compute_anchor_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Concatenate_iterator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Concurrent_compact_container.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ConicCPA2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ConicHPA2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Conic_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Conic_misc.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Constrained_Delaunay_triangulation_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Constrained_triangulation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Constrained_triangulation_face_base_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Constrained_triangulation_plus_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Constrained_voronoi_diagram_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Constraint_hierarchy_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convertible_circulator_project.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convertible_filter_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convertible_iterator_project.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Edge_sorter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/External_structure_builder.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Ray_hit_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/SFace_separator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Convex_decomposition_3/SM_walls.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Single_wall_creator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Single_wall_creator2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/Single_wall_creator3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_decomposition_3/is_reflex_sedge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_bykat_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_eddy_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_jarvis_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Convex_hull_2/ch_melkman_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_2/convexity_check_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Convex_hull_3/dual/interior_polyhedron_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_3/dual/predicates.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_d_to_polyhedron_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_projective_xy_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_projective_xz_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_projective_yz_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Convex_hull_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Counted_number.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Counting_iterator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Dart.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Dart_const_iterators.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Dart_iterators.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Default.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Default_diagonalize_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Delaunay_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_mesh_area_criteria_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_mesh_criteria_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Delaunay_mesh_face_base_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_mesh_local_size_criteria_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_mesh_size_criteria_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Delaunay_mesh_vertex_base_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_mesher_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_mesher_no_edge_refinement_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_triangulation.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Delaunay_triangulation_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Delaunay_triangulation_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_triangulation_adaptation_policies_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_triangulation_adaptation_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_triangulation_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Diagonalize_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Dimension.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Direction_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Direction_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Discrete_authalic_parameterizer_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Discrete_conformal_map_parameterizer_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Distance_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Double_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Dummy_tds_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Dynamic_matrix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Edge_hash_function.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Eigen_diagonalize_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Eigen_matrix.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Eigen_solver_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Eigen_svd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Eigen_vector.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Enum_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Env_default_diagram_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Env_plane_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Env_sphere_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Env_surface_data_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Env_tracing_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Env_triangle_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_2/Env_divide_and_conquer_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Env_plane_traits_3_functions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Envelope_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Envelope_3/Envelope_element_visitor_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Envelope_overlay_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Envelope_overlay_functor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/Envelope_pm_dcel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_3/set_dividors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Envelope_diagram_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Epick_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Euclidean_distance.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Euclidean_distance_sphere_point.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Euler_integrator_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Exact_circular_kernel_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Exact_integer.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Exact_predicates_exact_constructions_kernel.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Exact_predicates_inexact_constructions_kernel.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Exact_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Exact_spherical_kernel_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Exponent_vector.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Extended_cartesian.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Extended_homogeneous.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Extremal_polygon_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/FPU.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/FPU_extension.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/FPU_gcc_i386.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/FPU_gcc_i386_sse2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/FPU_msvc.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/FaceGraph_to_Polyhedron_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filter_circulator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_bbox_circular_kernel_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_construction.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_extended_homogeneous.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Filtered_kernel_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Filtered_kernel_fwd.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Filtered_predicate.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Fixed_alpha_shape_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Fixed_alpha_shape_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Fixed_alpha_shape_vertex_base_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Fixed_border_parameterizer_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Flattening_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Fourtuple.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Fraction_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Fuzzy_iso_box.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Fuzzy_sphere.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpfi_type.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/GMP/Gmpfi_type_static.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpfr_type.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/GMP/Gmpfr_type_static.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpq_type.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/GMP/Gmpz_type.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/GMP/Gmpzf_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/GMP_arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/General_polygon_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/General_polygon_set_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/General_polygon_set_on_surface_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/General_polygon_with_holes_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Get_arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmp_coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpfi.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpfr.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpq.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpz.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gmpzf.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Gps_circle_segment_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gps_segment_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Gps_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Gray_image_mesh_domain_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Gray_level_image_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_const_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_default.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_face_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_face_max_base_with_id.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_face_min_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_halfedge_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_halfedge_min_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_items_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_items_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_iterator_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_min_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_vector.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_vertex_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_vertex_max_base_with_id.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/HalfedgeDS_vertex_min_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Handle.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Handle_for.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Handle_for_virtual.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Handle_hash_function.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Handle_with_policy.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Has_timestamp.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_policy_tags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_median_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_median_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_median_d.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Hilbert_sort_middle_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_middle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_middle_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hilbert_sort_middle_d.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Hilbert_sort_on_sphere_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/Aff_transformationH2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/Aff_transformationH3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/CircleH2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/Data_accessorH2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/DirectionH2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/DirectionH3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/Homogeneous_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/Iso_cuboidH3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/Iso_rectangleH2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/LineH2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/PlaneH3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/PointH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/PointH3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/RayH3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/SphereH3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/VectorH2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Homogeneous/VectorH3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/basic_constructionsH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/basic_constructionsH3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/distance_predicatesH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/distance_predicatesH3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/function_objects.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/predicates_on_directionsH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/predicates_on_pointsH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous/predicates_on_pointsH3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Homogeneous_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hyperbola_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hyperbola_ray_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Hyperbola_segment_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IEEE_754_unions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Arr_iostream.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Arr_text_formatter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Arr_with_history_2_reader.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Arr_with_history_2_writer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Arr_with_history_iostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Arr_with_history_text_formatter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Arrangement_2_reader.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Arrangement_2_writer.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Color.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Color_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Dxf_bsop_reader.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Dxf_reader.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Dxf_reader_doubles.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Dxf_stream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Dxf_variant_reader.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Dxf_writer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Fig_stream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Fig_stream_Conic_arc_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_avizo.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/File_binary_mesh_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_header_OFF.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_header_OFF_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_header_extended_OFF.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_header_extended_OFF_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/File_maya.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_medit.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/File_poly.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_scanner_OFF.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_scanner_OFF_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/File_tetgen.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_OFF.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_OFF_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_VRML_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_VRML_2_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_inventor.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_inventor_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_wavefront.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/File_writer_wavefront_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Generic_writer.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Geomview_stream.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/Geomview_stream_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Gps_iostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Inventor_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Istream_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Nef_polyhedron_2_PS_stream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Nef_polyhedron_S2_OGLUT_stream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Nef_polyhedron_iostream_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Nef_polyhedron_iostream_S2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/OFF_reader.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Ostream_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_VRML_1_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_VRML_2_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_builder_from_STL.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_geomview_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_inventor_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_iostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Polyhedron_scan_OFF.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/STL_reader.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Scanner_OFF.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Tee_for_output_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Triangulation_geomview_ostream_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Triangulation_geomview_ostream_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Triangulation_ps_stream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/VRML_1_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/VRML_2_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Verbose_ostream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/Writer_OFF.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/alpha_shape_geomview_ostream_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/binary_file_io.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/generic_copy_OFF.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/generic_print_polyhedron.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/io.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/io_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/io_tags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/output_surface_facets_to_polyhedron.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/output_surface_facets_to_triangle_soup.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/print_OFF.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/print_VRML_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/print_VRML_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/print_inventor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/print_wavefront.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/read_off_points.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/read_ply_points.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/read_xyz_points.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/scan_OFF.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/IO/write_off_points.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/write_ply_points.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/IO/write_xyz_points.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Identity_policy_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/ImageIO.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/ImageIO_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Image_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Image_3_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Image_3_vtk_interface.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Implicit_mesh_domain_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Implicit_surface_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Implicit_to_labeling_function_wrapper.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/In_place_list.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Incremental_neighbor_search.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Index_property_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interpolation_gradient_fitting_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interpolation_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Intersection_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Intersection_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Intersection_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Intersections_3/intersection_3_1_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interval_arithmetic.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Interval_arithmetic_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interval_nt.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interval_skip_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interval_skip_list_interval.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Interval_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Inverse_index.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Is_a_predicate.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Is_extended_kernel.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Iso_cuboid_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Iso_rectangle_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iso_rectangle_2_Iso_rectangle_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iso_rectangle_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iso_rectangle_2_Point_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iso_rectangle_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iso_rectangle_2_Segment_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iso_rectangle_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iterator_project.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Iterator_range.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Iterator_transform.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Join_input_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/K_neighbor_search.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kd_tree.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kd_tree_node.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kd_tree_rectangle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/Dimension_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/Return_base_tag.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/Same_uncertainty.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/Type_equality_wrapper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/Type_mapper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/Wutils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/function_objects.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/global_functions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/global_functions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/global_functions_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/global_functions_internal_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/global_functions_internal_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/interface_macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/mpl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel/solve.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_checker.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Aff_transformationCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Aff_transformationHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Aff_transformation_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Cartesian_converter_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/DirectionCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/DirectionCd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/DirectionHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/DirectionHd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Direction_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/HyperplaneCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/HyperplaneCd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/HyperplaneHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/HyperplaneHd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Hyperplane_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Interface_classes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Interval_linear_algebra.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Iso_box_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Kernel_classesCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Kernel_classesHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Line_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Line_d_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Linear_algebraCd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Linear_algebraHd_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Matrix__.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/PVDHACd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/PVDHAHd_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Pair_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/PointCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/PointCd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/PointHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/PointHd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Point_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Ray_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Segment_d.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Sphere_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Tuple_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/VectorCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/VectorCd_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/VectorHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/VectorHd_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/Vector__.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/Vector_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/function_objects.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/function_objectsCd.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_d/function_objectsHd.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/interface_macros_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/intersection_objectsCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/intersection_objectsHd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/intersection_objects_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_d/simple_objects.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kernel_profiler.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kernel_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Active_objects_vector.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/CORE_Expr_exact_simulation_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Cartesian.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Certificate_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Default_instantaneous_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Default_simulator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_default_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_event_log_visitor_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_event_log_visitor_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_recent_edges_visitor_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_visitor_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Delaunay_triangulation_visitor_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Derivitive_filter_function_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Enclosing_box_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Enclosing_box_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Erase_event.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Event_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Exact_simulation_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Free_event_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Handle_degeneracy_function_kernel.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Heap_pointer_event_queue.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Inexact_simulation_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Insert_event.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Listener.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Multi_listener.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Ref_counted.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Regular_triangulation_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_CORE_exact_simulation_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_event_log_visitor_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_exact_simulation_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_inexact_simulation_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_instantaneous_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Regular_triangulation_visitor_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Simulator_objects_listener.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Sort.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Sort_event_log_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Sort_visitor_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/Triangulation_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/Two_list_pointer_event_queue.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Delaunay_triangulation_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Instantaneous_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_kinetic_kernel_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_orthosphere_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_weighted_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Center.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Certificate.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Delaunay_lifted_lifting.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Delaunay_lifting.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/Reverse_time.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/To_static.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/Triangulation_helper_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/config.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/internal/debug_counters.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Kinetic/internal/debug_counters_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/infinity_or_max.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/tds_2_helpers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/internal/triangulation_helpers_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Kinetic/listeners.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/LEDA_arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/LEDA_basic.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/LSCM_parameterizer_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Labeled_image_mesh_domain_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Labeled_mesh_domain_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Lapack_svd.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Largest_empty_iso_rectangle_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Lazy.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Lazy_exact_nt.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Lazy_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Level_interval.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Lightweight_vector_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Line_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Bbox_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Iso_rectangle_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Point_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Segment_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_2_Triangle_2_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Line_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_arc_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Line_arc_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Linear_algebraCd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Linear_algebraHd.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Linear_cell_complex.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Linear_cell_complex_constructors.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Linear_cell_complex_incremental_builder.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Linear_cell_complex_min_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Linear_cell_complex_operations.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Linear_cell_complex_storages.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Linear_cell_complex_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Location_policy.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/MP_Float.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/MP_Float_arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/MP_Float_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Manhattan_distance_iso_box_point.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Marching_tetrahedra_observer_default_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mean_curvature_flow_skeletonization.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mean_value_coordinates_parameterizer_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Memory_sizer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Clusters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Do_not_refine_edges.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Face_badness.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/Lloyd_move_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/Mesh_sizing_field.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Output_stream.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/README
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Refine_edges.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Refine_edges_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Refine_edges_with_clusters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_2/Refine_faces.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/Sizing_field_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_2/Uniform_sizing_field_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/C3T3_helpers.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Concurrent_mesher_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Creator_weighted_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Detect_features_in_polyhedra.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Detect_features_in_polyhedra_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Detect_polylines_in_polyhedra.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Detect_polylines_in_polyhedra_fwd.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Dump_c3t3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Has_features.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Labeled_mesh_domain_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Lloyd_move.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Mesh_global_optimizer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Mesh_sizing_field.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Mesher_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Mesher_level.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Mesher_level_default_implementations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Null_exuder_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Null_global_optimizer_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Null_perturber_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Odt_move.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Poisson_refine_cells_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Polyline_with_context.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Profile_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Profiling_tools.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Protect_edges_sizing_field.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Refine_cells_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Refine_facets_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Refine_facets_manifold_base.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Refine_tets_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Robust_intersection_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Robust_intersection_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Robust_weighted_circumcenter_filtered_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Sizing_grid.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Sliver_perturber.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/Slivers_exuder.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Triangle_accessor_primitive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Triangulation_helpers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Triangulation_sizing_field.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Uniform_sizing_field.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/Worksharing_data_structures.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/config.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/dihedral_angle_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/global_parameters.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/io_signature.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/mesh_standard_cell_criteria.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/mesh_standard_criteria.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/mesh_standard_facet_criteria.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/min_dihedral_angle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/parameters_defaults.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_3/polylines_to_protect.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/radius_ratio.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/sliver_criteria.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/utilities.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_3/vertex_perturbation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_cell_criteria_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_complex_3_in_triangulation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_constant_domain_field_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_criteria_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_domain_with_polyline_features_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_edge_criteria_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_facet_criteria_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_facet_topology.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_optimization_return_code.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_polyhedron_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesh_triangulation_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mesh_vertex_base_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesher_level.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesher_level_default_implementations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Mesher_level_visitors.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Meshes/Double_map_container.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Filtered_deque_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Filtered_multimap_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Filtered_queue_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Simple_map_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Simple_queue_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Simple_set_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Min_annulus_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Min_circle_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_circle_2/Min_circle_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_circle_2/Optimisation_circle_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_circle_2_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Min_ellipse_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_ellipse_2_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_quadrilateral_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_annulus_d_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_annulus_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_annulus_d_traits_d.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Min_sphere_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_points_d_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_points_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_points_d_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Min_sphere_of_spheres_d_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/AABB_node_with_join.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/AABB_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Hole_filter_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Labels.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Offset_conv_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Offset_decomp_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Minkowski_sum_3/Gaussian_map.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Minkowski_sum_3/PointMark.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Modifiable_priority_queue.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Modifier_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Modular_arithmetic/Residue_type.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Modular_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Monge_via_jet_fitting.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Mpzf.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Multi_surface_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Multiscale_sort.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Multiset.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NT_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/N_step_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/N_step_adaptor_derived.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Needs_parens_as_product.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/Bounding_box_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/Constrained_triang_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/HDS_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/Line_to_epoint.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/Object_handle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/Object_index.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_checker.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_const_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_explorer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_io_parser.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_overlayer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/PM_persistent_PL.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_2/PM_point_locator.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_2/Polynomial.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_2/Polynomial_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/Segment_overlay_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/gen_point_location.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_2/geninfo.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_2/iterator_tools.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Binary_operation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Bounding_box_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Combine_with_halfspace.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Default_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Edge_edge_overlay.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Halfedge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Halffacet.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/ID_support_handler.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Infimaximal_box.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/K3_tree.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Mark_bounded_volumes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Nef_box.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/OGL_helper.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_3/Pluecker_line_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SFace.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SHalfedge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SHalfloop.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SM_visualizor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_3/SNC_FM_decorator.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_SM_explorer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_SM_overlayer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_SM_visualizor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_const_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_constructor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_decorator_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_3/SNC_external_structure.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_indexed_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_3/SNC_io_parser.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_iteration.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_k3_tree_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_point_locator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_simplify.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_sphere_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/SNC_structure.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/Volume.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/binop_intersection_tests.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/bounded_side_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/polyhedron_3_to_nef_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/shell_to_nef_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Generic_handle_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Normalizing.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/OGL_base_object.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_checker.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_const_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_constrained_triang_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_decorator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_decorator_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_S2/SM_io_parser.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_items.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_iteration.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_list.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_S2/SM_overlayer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_point_locator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_S2/SM_triangulator.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/SM_visualizor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Sphere_circle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Sphere_direction.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Sphere_geometry.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_S2/Sphere_geometry_OGL.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Sphere_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Sphere_point.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/Sphere_segment.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_S2/Sphere_triangle.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_S2/leda_sphere_map.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_S2/sphere_predicates.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_nary_intersection_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_nary_union_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_polyhedron_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Nef_polyhedron_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_polyhedron_S2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_polynomial.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nef_polynomial_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Nested_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_LA_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_LA_functors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_change_FT.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_complete.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_filter_K.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_filter_NT.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_per_dimension.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Cartesian_static_filters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Coaffine.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Define_kernel_types.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Dimension_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Filtered_predicate2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/KernelD_converter.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Kernel_2_interface.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Kernel_3_interface.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Kernel_d_interface.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Kernel_object_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/LA_eigen/LA.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/LA_eigen/constructors.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Lazy_cartesian.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Types/Aff_transformation.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Types/Hyperplane.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Types/Iso_box.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Types/Line.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Types/Ray.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Types/Segment.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Types/Sphere.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Vector/array.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/avx4.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/mix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/sse2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/Vector/v2int.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Vector/vector.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Point_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Segment_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Sphere_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/Wrapper/Vector_d.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/function_objects_cartesian.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/functor_properties.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/functor_tags.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/static_int.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/NewKernel_d/store_kernel.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/NewKernel_d/utils.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Null_matrix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Number_type_checker.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Number_types/internal_functions_comparison_root_of_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OFF_to_nef_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Cost.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Reconstruction_edge_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Reconstruction_face_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Reconstruction_triangulation_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Reconstruction_vertex_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OTR_2/Sample.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Object.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OpenNL/bicgstab.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OpenNL/blas.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OpenNL/conjugate_gradient.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OpenNL/full_vector.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/OpenNL/linear_solver.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OpenNL/preconditioner.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/OpenNL/sparse_matrix.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Optimal_transportation_reconstruction_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Access_coordinates_begin_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Access_coordinates_begin_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Access_coordinates_begin_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Access_dimension_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Access_dimension_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Access_dimension_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Construct_point_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Construct_point_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/Construct_point_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation/debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation_d_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Optimisation_d_traits_d.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Orientation_Linf_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Origin.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Origin_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Orthogonal_incremental_neighbor_search.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Orthogonal_k_neighbor_search.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/PCA_util.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Parabola_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Parabola_segment_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Param_mesh_patch_circulators.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Param_mesh_patch_iterators.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Param_mesh_patch_vertex.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Parameterization_mesh_feature_extractor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Parameterization_mesh_patch_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Parameterization_polyhedron_adaptor_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Parameterizer_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Circulator_pair.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Indirect_edge_compare.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Indirect_less_xy_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Indirect_not_less_yx_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Iterator_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Matrix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Partition_opt_cvx_edge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Partition_opt_cvx_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Partition_traits_2_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Partition_vertex_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Partitioned_polygon_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Point_pair_less_xy_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Rotation_tree_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Rotation_tree_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Rotation_tree_node_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Segment_less_yx_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Triangulation_indirect_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Turn_reverser.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Vertex_visibility_graph_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/is_degenerate_polygon_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Partition_2/partition_approx_convex_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/partition_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/partition_greene_approx_convex_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/partition_optimal_convex_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_2/partition_y_monotone_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_is_valid_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Partition_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_Delaunay_triangulation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_offset_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_dummy_12.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_filtered_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_hierarchy_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_hierarchy_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_iterators_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_statically_filtered_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_2_triangulation_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_Delaunay_triangulation_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_construct_point_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_offset_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_triangulation_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_triangulation_dummy_36.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_triangulation_filtered_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_triangulation_hierarchy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_triangulation_iterators_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Periodic_3_triangulation_remove_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_triangulation_statically_filtered_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Periodic_3_triangulation_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Plane_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Plane_separator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Point_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_2_Iso_rectangle_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_2_Point_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_2_Segment_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_2_Triangle_2_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Point_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_set_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_with_normal_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_with_psc_localisation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_with_surface_index.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Point_with_surface_index_geom_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Poisson_implicit_surface_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Poisson_mesh_cell_criteria_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Poisson_reconstruction_function.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polychain_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2/Polygon_2_edge_circulator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2/Polygon_2_edge_iterator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_2/Polygon_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2/Polygon_2_simplicity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_2/polygon_assertions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_2_algorithms.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_convex_decomposition_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/Weights.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/bbox.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/border.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/compute_normal.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/connected_components.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/distance.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/fair.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h
 rename 3rdparty/{CGAL-4.6/include/CGAL/internal/Operations_on_polyhedra => CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh}/AABB_triangle_accessor_3_primitive.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/fair_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/named_function_params.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/internal/refine_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/measure.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/orientation.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/refine.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/remesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/repair.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/self_intersections.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/stitch_borders.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/triangulate_faces.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_processing/triangulate_hole.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_mesh_slicer.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_offset_builder_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_offset_builder_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_set_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_triangulation_decomposition_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polygon_vertical_decomposition_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polygon_with_holes_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/PolyhedralSurf_neighbors.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyhedral_mesh_domain_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyhedral_mesh_domain_with_features_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyhedron_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_copy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_decorator_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyhedron_incremental_builder_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_items_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_items_with_id_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_min_items_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyhedron_traits_with_normals_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyline_constraint_hierarchy_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyline_simplification_2/Squared_distance_cost.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polyline_simplification_2/Vertex_base_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polyline_simplification_2/simplify.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Algebraic_structure_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/CORE_Expr_root_stack.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/CORE_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Chinese_remainder_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Degree.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Fixed_polynomial.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Fraction_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Get_arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Interpolator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Interval_polynomial.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Modular_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Monomial_representation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Numeric_root_stack.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Polynomial.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/Polynomial_type.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Real_embeddable_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Root_stack_default_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Scalar_factor_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Sturm_root_stack.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/Sturm_root_stack_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/bezout_matrix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/determinant.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/hgdelta_update.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Alternation_counter.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/CORE_polynomial.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Descartes_root_count.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Double_with_infinity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_function.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_has_root.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_root_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_are_negations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_polynomial_rational_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_bound_evaluator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_multiplicity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_sign_at.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_number.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Construct_filtered_function.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Descartes_has_root.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Descartes_root_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_are_negations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_multiplicity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_sign_above_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_root_bound_evaluator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_sign_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_sign_at_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Filtered_rational/Filtered_standard_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Fixed_polynomial_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/GSL_numeric_solver.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Isolating_interval.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/JAMA_numeric_solvers_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Is_even_multiplicity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Is_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Isolating_interval.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Lower_bound_root.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Multiplicity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Rational_between_roots.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Root_container.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Sign_above.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Sign_at.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Sign_below.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/Sign_between_roots.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/To_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Kernel/predicate_template.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Polynomial_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Are_negations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Bezier_root_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Compare_isolated_roots_in_interval.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Construct_function.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Derivative.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Descartes_has_root.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Descartes_root_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Euclidean_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Evaluate_polynomial.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Invert_variable.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Map_rational_interval_to_positive.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Monic_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Negate_variable.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Primitive_part_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Pseudo_quotient.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Pseudo_remainder.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Quotient.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Quotient_remainder.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Rational_multiplicity.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Rational_traits_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Rational_translate_zero.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Reduced_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Remainder.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Root_bound_evaluator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Shift_power.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sign_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sign_above_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sign_at_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sign_below_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Standard_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sturm_root_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Sturm_sequence_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Rational/Subresultant_Sturm_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Root_stack_traits_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Sign_variations_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Simple_interval_root.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Statistics.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Sturm_isolating_interval.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/Sturm_root_rep.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/Turkowski_numeric_solvers_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/filtered_function_leaf_nodes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/filtered_function_node_bases.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/filtered_function_operation_nodes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/interval_arithmetic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/nt_converters.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/numeric_solvers.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/numeric_solvers_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/numeric_solvers_support.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polynomial/internal/numeric_solvers_support_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/internal/polynomial_generators.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/misc.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/modular_filter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/modular_gcd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/modular_gcd_utcf_dfai.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/modular_gcd_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/polynomial_converters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/polynomial_gcd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/polynomial_gcd_implementations.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/polynomial_gcd_ntl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/prs_resultant.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/resultant.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/square_free_factorize.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/sturm_habicht_sequence.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial/subresultants.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomial_type_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomials_1_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomials_1_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomials_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomials_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polynomials_for_line_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Polytope_distance_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polytope_distance_d_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polytope_distance_d_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Polytope_distance_d_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Prevent_deref.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Profile_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Profile_timer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Projection_traits_xy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Projection_traits_xz_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Projection_traits_yz_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_functions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_models.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_options.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solution.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/Initialization.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP__filtered_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP__filtered_base_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP__partial_base.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/QP_basis_inverse.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/QP_basis_inverse_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_exact_bland_pricing.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_full_exact_pricing.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_full_filtered_pricing.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_functions_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/QP_partial_exact_pricing.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/QP_partial_filtered_pricing.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_pricing_strategy.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_solution_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/QP_solver.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_solver_bounds_impl.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/QP_solver_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/Unbounded_direction.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/assertions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/QP_solver/basic.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/QP_solver/functors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/AlphaShapeGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/ApolloniusGraphGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/CGAL_Qt_config.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/CircularArcGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/Converter.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/CreateOpenGLContext.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/DemosMainWindow.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/DemosMainWindow_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsItem.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewCircleInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewCircularArcInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewIsoRectangleInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewLineInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewNavigation.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewNavigation_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/GraphicsViewPointInput.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewPolylineInput.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/GraphicsViewPolylineInput_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/LineGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/PainterOstream.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/PointsGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/PointsInKdTreeGraphicsItem.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/PolygonGraphicsItem.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/PolygonWithHolesGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/PolylinesGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/PowerdiagramGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/RegularGridGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/RegularGridVectorFieldGraphicsItem.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/RegularTriangulationGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/SegmentDelaunayGraphLinfGraphicsItem.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/SegmentsGraphicsItem.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/StreamLinesGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/TriangulationGraphicsItem.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Qt/VoronoiGraphicsItem.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/debug.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/debug_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/resources.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/resources_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/utility.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Qt/utility_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Quotient.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Quotient_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/Gmpfr_make_unique.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/ak_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/ak_z_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/algebraic_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/algebraic_z_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/bisection_refiner_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/comparator_1.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/RS/dyadic.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/exact_signat_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/functors_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/functors_z_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/polynomial_converter_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/rs23_k_isolator_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/rs2_calls.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/rs2_isolator_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/rs3_k_refiner_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/rs3_refiner_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/RS/signat_1.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Random.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Random_access_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Random_access_value_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Random_convex_hull_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Random_convex_set_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Random_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Random_polygon_2_sweep.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Random_polygon_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Range_segment_tree_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Range_tree_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Range_tree_k.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Rational_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Ray_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Ray_2_Bbox_2_intersection.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Ray_2_Bbox_2_intersection_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Ray_2_Iso_rectangle_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Ray_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Ray_2_Point_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Ray_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Ray_2_Segment_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Ray_2_Triangle_2_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Ray_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Real_embeddable_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Real_timer.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Real_timer_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Reconstruction_triangulation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Rectangular_p_center_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Referenced_argument.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_complex_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_grid_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Regular_triangulation_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_adaptation_policies_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_adaptation_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_euclidean_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_euclidean_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_filtered_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Regular_triangulation_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Residue.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Ridges.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Robust_circumcenter_filtered_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Robust_circumcenter_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Robust_construction.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Root_for_circles_2_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Root_for_spheres_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Root_of_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Root_of_traits_specializations.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Rotational_sweep_visibility_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Runge_kutta_integrator_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Scalar_factor_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Scale_space_reconstruction_3/internal/Auto_count.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Scale_space_surface_reconstruction_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Search_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Search_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Search_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Search_traits_adapter.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Search_traits_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Search_traits_vertex_handle_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_2_Iso_rectangle_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_2_Point_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_2_Segment_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_2_Triangle_2_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Are_parallel_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Are_same_points_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Are_same_segments_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Arrangement_enum.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Arrangement_type_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Arrangement_type_non_intersecting_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Basic_predicates_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Cartesian_converter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Compare_x_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Compare_y_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Construct_storage_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Construct_storage_site_with_info_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Constructions_C2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_2/Filtered_traits_base_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Filtered_traits_concept_check_tags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Finite_edge_interior_conflict_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Infinite_edge_interior_conflict_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Is_degenerate_edge_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Kernel_wrapper_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Orientation_C2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_2/Oriented_side_C2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Oriented_side_of_bisector_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Predicates_C2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Sqrt_extension_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_2/Traits_base_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Traits_wrapper_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Triangulation_face_base_with_edges_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Vertex_conflict_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_ring_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_new_C2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/edge_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_2/in_place_edge_list.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Basic_predicates_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Bisector_Linf.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Constructions_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Filtered_traits_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Finite_edge_interior_conflict_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Infinite_edge_interior_conflict_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Orientation_Linf_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_of_bisector_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Predicates_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_hierarchy_2_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Traits_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Vertex_conflict_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_2/basic.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_Linf_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_adaptation_policies_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_adaptation_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Segment_Delaunay_graph_hierarchy_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_simple_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_simple_storage_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_storage_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_storage_site_with_info_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_storage_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_storage_traits_with_info_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_Delaunay_graph_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_tree_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Segment_tree_k.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Cone.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Cylinder.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Efficient_RANSAC.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Efficient_RANSAC_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Octree.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Plane.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Shape_base.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Sphere.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Shape_detection_3/Torus.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Side_of_bounded_square_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Side_of_oriented_square_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Side_of_triangle_mesh.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Simple_cartesian.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Simple_circular_kernel_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Simple_homogeneous.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Simple_polygon_visibility_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Simple_spherical_kernel_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sixtuple.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_base_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Skin_surface_filtered_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_marching_tetrahedra_observer_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_polyhedral_items_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_polyhedral_items_with_face_information.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_quadratic_surface_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_refinement_policy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skin_surface_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Skiplist.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Small_side_angle_bisector_decomposition_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Snap_rounding_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Snap_rounding_kd_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Snap_rounding_traits_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sorted_matrix_search_traits_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spatial_lock_grid_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spatial_sort_traits_adapter_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spatial_sort_traits_adapter_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spatial_sort_traits_adapter_d.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Sphere_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spherical_kernel_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spherical_kernel_intersections.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Spherical_kernel_type_equality_wrapper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Splitters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Algebraic_extension_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Algebraic_structure_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Chinese_remainder_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Eigen_NumTraits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Fraction_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Get_arithmetic_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Modular_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Real_embeddable_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Scalar_factor_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Sqrt_extension_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/Wang_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Sqrt_extension/convert_to_bfi.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension/io.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sqrt_extension_fwd.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Square_border_parameterizer_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_2/test.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_builder_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_builder_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_converter_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_halfedge_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_items_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Straight_skeleton_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Stream_lines_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Subdivision_mask_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Subdivision_method_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Subdivision_method_impl_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh/IO.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh/Properties.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh/Surface_mesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh/Surface_mesh_fwd.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_default_criteria_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_default_edges_criteria_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_default_triangulation_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_deformation.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/barycentric.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/function_objects.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Detail/Common.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/HalfedgeGraph_Polyhedron_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_params.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_and_length.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesh_simplification/edge_collapse.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_traits_generator_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_triangulation_generator_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesh_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Combining_oracle.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Has_edges.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Intersection_data_structure_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Null_oracle_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesher/Polyhedral_oracle.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Profile_counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Profile_timer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Sphere_oracle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Standard_criteria.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Surface_mesher.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Surface_mesher_edges_level.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Surface_mesher/Surface_mesher_manifold.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Surface_mesher_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Types_generators.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Verbose_flag.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Surface_mesher_generator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_basic_insertion_sl_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_basic_insertion_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_batched_pl_sl_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_construction_event.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_construction_subcurve.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_default_overlay_traits_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_insertion_sl_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_insertion_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_overlay_sl_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_overlay_subcurve.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_overlay_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Arr_vert_decomp_sl_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Basic_sweep_line_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_2_debug.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_2_impl.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_2_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_curve_pair.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_event.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_functors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_2/Sweep_line_subcurve.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Sweep_line_2_algorithms.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Sweep_line_empty_visitor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/TDS_full_cell_default_storage_policy.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/TDS_full_cell_mirror_storage_policy.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Taucs_fix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Taucs_matrix.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Taucs_solver_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Taucs_vector.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Tetrahedron_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Polyhedron_demo_plugin_helper.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Polyhedron_demo_plugin_interface.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Scene_draw_interface.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Scene_group_item.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Scene_interface.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Scene_item.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Scene_item_config.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Viewer_config.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Three/Viewer_interface.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Threetuple.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Time_stamper.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Timer.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Timer_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tools/Counter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tools/Label.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Tools/Log.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Tools/Log_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tools/chained_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tools/utility_macros.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Traits_with_offsets_adaptor.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Transform_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tree_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tree_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Tree_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangle_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangle_2_Iso_rectangle_2_intersection.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_2_Line_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_2_Point_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_2_Ray_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_2_Segment_2_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_2_Triangle_2_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_2_Triangle_2_intersection.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangle_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Line_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Plane_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Point_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Ray_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Segment_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Tetrahedron_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Triangle_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_3_Triangle_3_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangle_accessor_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangular_expansion_visibility_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangular_field_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulated_mixed_complex_observer_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_2/insert_constraints.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_2_filtered_projection_traits_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_2_projection_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_2_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_cell_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_cell_base_with_circumcenter_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_cell_base_with_info_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_conformer_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_data_structure.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_data_structure_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_data_structure_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_data_structure_using_list_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_default_data_structure_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_ds_cell_base_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_circulators_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_face_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_full_cell.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_iterators_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_vertex_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_ds_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_euclidean_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_euclidean_traits_xy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_euclidean_traits_xz_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_euclidean_traits_yz_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_face.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_face_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_face_base_with_info_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_full_cell.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_geom_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_hierarchy_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_hierarchy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_hierarchy_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_hierarchy_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_incremental_builder_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_iterator_adaptator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_line_face_circulator_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_simplex_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_structural_filtering_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_utils_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_utils_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Triangulation_vertex.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_vertex_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_vertex_base_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_vertex_base_with_id_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_vertex_base_with_info_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Triangulation_vertex_base_with_info_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Trivial_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Two_vertices_parameterizer_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Twotuple.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Umbilics.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Uncertain.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Unfiltered_predicate_adaptor.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Union_find.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Union_of_balls_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Unique_hash_map.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Vector_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Vector_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Vertex2Data_Property_Map_with_std_map.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Visibility_2/visibility_utils.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Voronoi_diagram_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Accessor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Connected_components.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Construct_dual_points.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Default_site_removers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Dummy_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Edge_less.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Face.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Finder_classes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Halfedge.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Identity_rejectors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Policy_base.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Site_accessors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Unbounded_edges.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Unbounded_faces.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Validity_testers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/Vertex.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_diagram_2/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Voronoi_intersection_2_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Weighted_Minkowski_distance.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Weighted_alpha_shape_euclidean_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/Weighted_point.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Weighted_point_with_psc_localisation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Weighted_point_with_surface_index.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Weighted_point_with_surface_index_geom_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Width_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Width_default_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Width_polyhedron_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/Win32_exception.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/aff_transformation_tags.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/aff_transformation_tags_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/algorithm.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/all_furthest_neighbors_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/apply_to_range.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/approximated_offset_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/argument_swaps.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/arrange_offset_polygons_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/array.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/assertions.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/assertions_behaviour.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/assertions_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/atomic.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/auto_link/CGAL.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/auto_link/CORE.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/auto_link/ImageIO.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/auto_link/LAPACK.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/auto_link/Qt.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/auto_link/TAUCS.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/auto_link/auto_link.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/barycenter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/basic_classes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/basic_constructions_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/basic_constructions_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/bbox_intersection_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/bilateral_smooth_point_set.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/Dual.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/Euler_operations.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/Graph_geometry.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/backward_compatibility_functions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/convert_surface_mesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/dijkstra_shortest_paths.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_concepts.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/graph_traits_Arrangement_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_CombinatorialMap.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_HalfedgeDS.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_Polyhedron_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_Surface_mesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/graph_traits_Triangulation_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/halfedge_graph_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/helpers.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/internal/Has_member_clear.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/internal/helpers.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/iterator.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/named_function_params.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/properties.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/properties_CombinatorialMap.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/graph/properties_Polyhedron_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/properties_Surface_mesh.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/selection.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/split_graph_into_polylines.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/boost/graph/visitor.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/iterator/counting_iterator.hpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/boost/iterator/transform_iterator.hpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/bounding_box.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/box_intersection_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/cartesian_homogeneous_conversion.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/centroid.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/certified_numeric_predicates.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/certified_quotient_predicates.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_akl_toussaint.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_bykat.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_eddy.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_function_objects_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_graham_andrew.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_jarvis.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_melkman.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ch_selected_extreme_points_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/circulator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/circulator_bases.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/compare_vertices.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/compute_average_spacing.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/compute_outer_frame_margin.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/config.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/connect_holes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constant.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions/Polygon_offset_cons_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/constructions/constructions_on_weighted_points_cartesian_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions/kernel_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions/kernel_ftC3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions/squared_radius_smallest_orthogonalcircle_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions_on_weighted_points_cartesian_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/constructions_on_weighted_points_homogeneous_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convert_to_bfi.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convex_decomposition_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convex_hull_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/convex_hull_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convex_hull_3_to_polyhedron_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convex_hull_constructive_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convex_hull_incremental_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convex_hull_traits_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convexity_check_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/convexity_check_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/copy_n.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/corefinement_operations.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/create_offset_polygons_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/create_straight_skeleton_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/determinant.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/determinant_of_vectors.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/distance_predicates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/distance_predicates_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/double.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/edge_aware_upsample_point_set.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/enum.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/envelope_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/envelope_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/exceptions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/export/CGAL.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/export/CORE.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/export/ImageIO.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/export/Qt.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/export/helpers.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/extended_euclidean_algorithm.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/extract_mean_curvature_flow_skeleton.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/extremal_polygon_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/exude_mesh_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/float.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/function_objects.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/functions_on_enums.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/functions_on_signs.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/generators.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/generic_sweep.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/gl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/global_functions_circular_kernel_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/global_functions_on_root_for_sphere_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/global_functions_on_roots_and_polynomials_1_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/global_functions_on_roots_and_polynomials_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/global_functions_spherical_kernel_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/glu.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/gmp.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/gmpxx.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/gmpxx_coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/grabbers.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/graph_traits_Arrangement_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/graph_traits_Dual_Arrangement_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/grid_simplify_point_set.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/halfedgeDS_cut_component.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/halfedgeds_connected_components.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/hierarchy_simplify_point_set.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/hilbert_sort.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/hilbert_sort_on_sphere.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/in_place_edge_list.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/int.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AABB_tree/AABB_drawing_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/AABB_node.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/AABB_search_tree.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/AABB_traversal_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/Has_nested_type_Shared_data.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/Primitive_helper.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/nearest_point_segment_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/AABB_tree/nearest_point_triangle_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AFSR/Surface_face_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AFSR/Surface_vertex_base_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AFSR/construct_polyhedron.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AFSR/construct_surface_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AFSR/orient.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/AFSR/write_triple_indices.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Classification_type.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Combination_enumerator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Combinatorial_map_copy_functors.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Combinatorial_map_group_functors.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Combinatorial_map_internal_functors.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Combinatorial_map_sewable.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Combinatorial_map_utility.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Combinatorial_map_utility_novariadic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Dummy_tds_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Exact_type_selector.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Get_dimension_tag.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Bbox_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Line_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Plane_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Ray_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Sphere_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Bbox_3_Triangle_3_do_intersect.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Triangle_3_Line_3_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Triangle_3_Ray_3_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/K_neighbor_search.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Lazy_alpha_nt_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Lazy_alpha_nt_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Mesh_3/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Mesh_3/Graph_manipulations.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Mesh_3/check_weights.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Mesh_3/get_index.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Mesh_3/split_in_polylines.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Polyhedron_plane_clipping_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Projection_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Regular_triangulation_filtered_traits_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Rich_grid.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Angle_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Compare_squared_radius_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Compare_y_at_x_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Coplanar_orientation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Do_intersect_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Equal_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Is_degenerate_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Orientation_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Orientation_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Periodic_2_orientation_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Periodic_3_orientation_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Power_test_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Regular_triangulation_static_filters_traits_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Side_of_oriented_circle_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_filters/Side_of_oriented_sphere_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Static_filter_error.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/Static_filters.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Static_filters/tools.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Static_or_dynamic_array.h (100%)
 rename 3rdparty/{CGAL-4.6/include/CGAL/internal/Surface_modeling => CGAL-4.8/include/CGAL/internal/Surface_mesh_deformation}/Spokes_and_rims_iterator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Surface_mesh_segmentation/AABB_traits.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/AABB_traversal_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Surface_mesh_segmentation/Alpha_expansion_graph_cut.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/Disk_samplers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/Expectation_maximization.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/Filters.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Surface_mesh_segmentation/Surface_mesh_segmentation.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Surface_mesh_skeletonization/Curve_skeleton.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Surface_mesh_skeletonization/Debug.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Surface_mesh_skeletonization/Detect_degeneracy.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Surface_mesh_skeletonization/get_normal.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Transform_coordinates_traits_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Triangulation/Dummy_TDS.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Triangulation/Triangulation_ds_iterators.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Triangulation/utilities.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Triangulation_ds_circulators_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/Triangulation_ds_iterators_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/auxiliary/graph.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/internal/boost/array_binary_tree.hpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/boost/mutable_heap.hpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/boost/mutable_queue.hpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/boost/property_map.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/bounded_priority_queue.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/container_fwd_fixed.hpp (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/corefinement/Polyhedron_constness_types.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/corefinement/intersection_coplanar_triangles_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/corefinement/intersection_triangle_segment_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/corefinement/intersection_triangle_segment_3_coplanar.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/deprecation_warning.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/internal/info_check.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/interpolation_functions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersection_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersection_2_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersection_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersection_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersection_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersection_3_1.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/intersection_of_Polyhedra_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersections.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/intersections_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/ipower.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/is_convertible.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/is_iterator.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/is_streamable.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/is_y_monotone_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/iterator.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/iterator_from_indices.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/jet_estimate_normals.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/jet_smooth_point_set.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/kernel_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/kernel_basic.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/kernel_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/kernel_to_kernel.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/known_bit_size_integers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/leda_bigfloat.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/leda_bigfloat_interval.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/leda_coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/leda_integer.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/leda_rational.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/leda_real.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_circles_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_cuboids_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_points_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_points_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_rectangles_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_segments_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_segments_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_spheres_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_tetrahedra_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_triangles_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/linear_least_squares_fitting_triangles_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/lloyd_optimize_mesh_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/lloyd_optimize_mesh_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/long_double.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/long_long.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/make_mesh_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/make_piecewise_smooth_surface_mesh.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/make_skin_surface_mesh_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/make_surface_mesh.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/make_union_of_balls_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/marching_tetrahedra_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/memory.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mesh_segmentation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mesh_skin_surface_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mesh_union_of_balls_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/min_max_n.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/min_quadrilateral_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/minimum_enclosing_quadrilateral_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/minkowski_sum_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/minkowski_sum_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/monotone_matrix_search.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/more_functions_on_signs.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mpfi_coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mpfr_coercion_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mpq_class.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/mpz_class.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/mst_orient_normals.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/multiset_assertions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/mutex.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/natural_neighbor_coordinates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/natural_neighbor_coordinates_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/nearest_neighbor_delaunay_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/normal_vector_newell_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/number_type_basic.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/number_type_config.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/number_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/number_utils_classes.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/odt_optimize_mesh_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/offset_polygon_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/optimize_mesh_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/parameterize.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/partition_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/partition_is_valid_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/pca_estimate_normals.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/periodic_3_triangulation_3_io.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/perturb_mesh_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/pierce_rectangles_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/point_generators_2.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/point_generators_3.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/point_generators_d.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/point_set_processing_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/poisson_refine_triangulation.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/polygon_function_objects.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/polygon_mesh_processing.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/polyhedron_cut_plane_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/polynomial_utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/Polygon_offset_pred_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/Regular_triangulation_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/Regular_triangulation_ftC3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/Regular_triangulation_rtH2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/Regular_triangulation_rtH3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/in_smallest_orthogonalcircle_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/kernel_ftC2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/kernel_ftC3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/predicates_for_mixed_complex_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/predicates_on_weighted_points_cartesian_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates/sign_of_determinant.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates_on_lines_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates_on_points_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/predicates_on_points_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/primes.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/primes_impl.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/property_map.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/radial_orient_normals.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/random_convex_hull_in_disc_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/random_convex_set_2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/random_polygon_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/random_selection.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/random_simplify_point_set.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/range_search_delaunay_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/rational_rotation.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/read_vtk_image_data.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/rectangular_3_center_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/rectangular_p_center_2.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/refine_mesh_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/regular_neighbor_coordinates_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/remove_far_points_in_mesh_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/remove_outliers.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/representation_tags.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/result_of.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/segment_intersection_points_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/sibson_gradient_fitting.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/simple_transformations_d.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/simplest_rational_in_interval.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/sorted_matrix_search.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/spatial_sort.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/spatial_sort_on_sphere.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_2_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_2_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_3_0.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_3_1.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_3_2.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/squared_distance_utils.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/sse2.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/streamlines_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/subdivide_skin_surface_mesh_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/subdivide_union_of_balls_mesh_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/surface_mesh_parameterization_assertions.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/surface_neighbor_coordinates_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/surface_neighbors_3.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/surface_reconstruction_points_assertions.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/sweep_observer.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/tags.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/test_FPU_rounding_mode_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/to_rational.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/trace.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/transforming_iterator.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/transforming_pair_iterator.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/triangulate_mixed_complex_3.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/triangulate_power_diagram_3.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/triangulation_assertions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/tss.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/tuple.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/type_traits.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/typeset.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/use.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/user_classes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/utility.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/utils.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/utils_classes.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/value_type_traits.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/vcm_estimate_edges.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/vcm_estimate_normals.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/vector.h
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/version.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/version_macros.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/vtkSurfaceMesherContourFilter.h (100%)
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/width_assertions.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/include/CGAL/wlop_simplify_and_regularize_point_set.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/include/CGAL/wmult.h (100%)
 create mode 100755 3rdparty/CGAL-4.8/scripts/cgal_create_CMakeLists
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/scripts/cgal_create_assertions.sh (100%)
 create mode 100755 3rdparty/CGAL-4.8/scripts/cgal_create_cmake_script
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/scripts/cgal_make_macosx_app (100%)
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Bbox_2_intersections.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/src/CGAL/CMakeLists.txt (100%)
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Color.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_header_OFF.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_header_extended_OFF.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_scanner_OFF.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_writer_OFF.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_writer_VRML_2.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_writer_inventor.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/File_writer_wavefront.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Geomview_stream.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Interval_arithmetic.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/JAMA_numeric_solver.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/KDS_Log.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/NefPolynomial.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Random.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Real_timer.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Residue_type.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Timer.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/Turkowski_numeric_solver.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/assertions.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/io.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/kernel.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/numeric_solvers_support.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/primes.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL/test_FPU_rounding_mode.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/BigFloat.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/CoreAux.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/CoreDefs.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/CoreIO.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/Expr.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/GmpIO.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/Real.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Core/extLong.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/ImageIO.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/Image_3.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/src/CGAL_ImageIO/LICENSE (100%)
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/analyze.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/analyze.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/analyze_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmp.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmp.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmp_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpendian.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpendian.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpendian_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpread.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpread.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/bmpread_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/src/CGAL_ImageIO/bmptypes.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/convert.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/convert.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/convert_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/fgetns.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/fgetns.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/fgetns_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gif.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gif.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gif_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gis.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gis.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/gis_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/inr.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/inr.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/inr_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/iris.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/iris.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/iris_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/mincio.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/mincio.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/mincio_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/pnm.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/pnm.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/pnm_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recbuffer.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recbuffer.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recbuffer_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recline.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recline.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/recline_impl.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/reech4x4.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/reech4x4.h
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_ImageIO/reech4x4_impl.h
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/src/CGAL_ImageIO/typedefs.h (100%)
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/CMakeLists.txt
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/DemosMainWindow.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/GraphicsView.qtmoc.cmake
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/GraphicsViewNavigation.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/GraphicsViewPolylineInput.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/debug.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/resources.cpp
 create mode 100644 3rdparty/CGAL-4.8/src/CGAL_Qt5/utility.cpp
 rename 3rdparty/{CGAL-4.6 => CGAL-4.8}/src/CGAL_libs_verinfo.rc.in (100%)
 create mode 100644 3rdparty/CGAL-4.8/src/CMakeLists.txt
 rename debian/{libmshr1.6.install => libmshr2016.1.install} (100%)
 delete mode 100644 debian/patches/build_cgal_component_library
 delete mode 100644 debian/patches/series
 create mode 100644 demo/python/extrude.py
 create mode 100644 include/mshr/OFFFileReader.h
 create mode 100644 include/mshr/SurfaceReconstruction.h
 delete mode 100644 include/mshr/TetgenFileWriter.h
 create mode 100644 src/FuzzyPointLocator.h
 create mode 100644 src/OFFFileReader.cpp
 delete mode 100644 src/Point3FuzzyStrictlyLess.h
 create mode 100644 src/SurfaceReconstruction.cpp
 delete mode 100644 src/TetgenFileWriter.cpp
 create mode 100644 src/smoothing.h
 delete mode 100644 src/triangulate_polyhedron.h
 create mode 100644 test/test-fuzzypointmap.py
 create mode 100644 test/test-mesh-generation.py
 create mode 100644 test/test-meshes.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/mshr.git



More information about the debian-science-commits mailing list