Laurent Rineau
ecbfa0a33f
Merge pull request #2805 from afabri/CGAL-unused_variable_or_paramter-GF
...
Fix two warnings about unused variable/parameter
2018-02-14 15:34:55 +01:00
Laurent Rineau
697ed680ee
Merge pull request #2803 from sgiraudot/OTR-Fix_error_test_vertex_edge-GF
...
OT Reconstruction: Fix test_vertex_edge bug by not copying the TDS
2018-02-14 15:34:46 +01:00
Laurent Rineau
bcfad15b16
Merge pull request #2802 from afabri/Polyhedron-STL-GF
...
Polyhedron: Add *STL to nameFilters()
2018-02-14 15:34:38 +01:00
Laurent Rineau
305ebe3de4
Merge pull request #2801 from afabri/Property_map-remove_unused_parameter
...
Property_map: Remove unused parameter (leading to a warning)
2018-02-14 15:34:31 +01:00
Laurent Rineau
9a80f5ddd8
Merge pull request #2800 from jasjuang/master
...
prevent GCC flags propagating to NVCC, fixes #2775
2018-02-14 15:34:23 +01:00
Laurent Rineau
8a55d4cd94
Merge pull request #2798 from sgiraudot/Polyhedron_demo-Fix_reconstruction_angle_parameter-GF
...
Polyhedron Demo Surface Reco. Plugin: Fix missing conversion from degrees to radiants
2018-02-14 15:34:15 +01:00
Laurent Rineau
611d24c05d
Merge pull request #2822 from afabri/PMP_bug_fix_expand_face_selection_for_removal-GF
...
PMP: bugfix in expand_face_selection_for_removal()
2018-02-14 15:34:07 +01:00
Laurent Rineau
0ad9e405dd
Merge pull request #2789 from afabri/Classification-fix_CMakeLists-GF
...
win32 fix concerning bzip headers in the classification plugin CMakeLists.txt
2018-02-14 15:33:58 +01:00
Laurent Rineau
c6fe6876b4
Merge pull request #2786 from MaelRL/T2-Fix_graph_traits-GF
...
Triangulation_2: Fix template parameter in RT_2's graph traits
2018-02-14 15:33:48 +01:00
Laurent Rineau
43c88bf260
Merge pull request #2817 from lrineau/STL_Extensions-cpp17_uncaught_exceptions-GF
...
Use std::uncaught_exceptions() when available
2018-02-14 15:33:40 +01:00
Laurent Rineau
9e7115ac2e
Merge pull request #2784 from maxGimeno/Travis_check_package_dep-GF
...
TravisCI: check package dependencies
2018-02-14 15:33:31 +01:00
Andreas Fabri
f20c76f7a9
PMP: bugfix in expand_face_selection_for_removal()
2018-02-12 15:18:57 +00:00
Laurent Rineau
a7a4966de8
Merge pull request #2821 from maxGimeno/Upgrade_official_doxygen-GF
...
Use Doxygen 1.8.13 for official CGAL doc.
2018-02-12 15:19:58 +01:00
Maxime Gimeno
6474c9a54c
Cganhe official master doc from doxygen 1.8.4 to doxygen 1.8.13.
2018-02-12 12:51:30 +01:00
jasjuang
de47e36dac
prevent GCC flags propagating to NVCC, fixes #2775
2018-02-09 09:46:50 -08:00
Laurent Rineau
ce09744a4a
Use std::uncaught_exceptions() when available
...
That should fix the following warning.
```
[ 50%] Building CXX object CMakeFiles/dynamic_properties_test.dir/dynamic_properties_test.cpp.o
/usr/local/bin/c++ -DCGAL_TEST_SUITE=1 -DCGAL_USE_GMP -DCGAL_USE_MPFR -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/../../include -isystem /usr/include/x86_64-linux-gnu -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/include -I/mnt/testsuite/include -DDONT_USE_BOOST_PROGRAM_OPTIONS -Wall -Wextra -std=c++1z -frounding-math -Wall -frounding-math -o CMakeFiles/dynamic_properties_test.dir/dynamic_properties_test.cpp.o -c /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/dynamic_properties_test.cpp
In file included from /mnt/testsuite/include/CGAL/basic.h:43,
from /mnt/testsuite/include/CGAL/Cartesian/Cartesian_base.h:29,
from /mnt/testsuite/include/CGAL/Simple_cartesian.h:29,
from /mnt/testsuite/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:29,
from /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/dynamic_properties_test.cpp:2:
/mnt/testsuite/include/CGAL/Polyhedron_incremental_builder_3.h: In destructor 'CGAL::Polyhedron_incremental_builder_3<HalfedgeDS_>::~Polyhedron_incremental_builder_3()':
/mnt/testsuite/include/CGAL/assertions.h:104:30: warning: 'bool std::uncaught_exception()' is deprecated [-Wdeprecated-declarations]
(CGAL::possibly(EX)||std::uncaught_exception()?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
^~~~~~~~~~~~~~~~~~
/mnt/testsuite/include/CGAL/Polyhedron_incremental_builder_3.h:204:9: note: in expansion of macro 'CGAL_destructor_assertion'
CGAL_destructor_assertion( check_protocoll == 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-168/Property_map/TestReport_lrineau_Ubuntu-latest-GCC6-CXX1z.gz
Fix #2806 .
2018-02-09 18:46:16 +01:00
Laurent Rineau
b5dd4568fd
Merge pull request #2794 from maxGimeno/Doc_remove_manual_index-GF
...
Documentation: Fix postprocessing
2018-02-09 18:45:41 +01:00
Maxime Gimeno
5de691f700
Specify missing property in warning message in cgal_check_dependencies.sh
2018-02-09 10:56:17 +01:00
Maxime Gimeno
5d46351d77
Fix wrong patch
2018-02-09 10:54:34 +01:00
Maxime Gimeno
a481d2651c
Clean-up
2018-02-09 10:25:39 +01:00
Andreas Fabri
6e66f6bb15
Fix two warnings about unused variable/parameter
2018-02-08 07:40:23 +00:00
Simon Giraudot
7536af7106
Fix test_vertex_edge bug by not copying the TDS
2018-02-07 14:43:09 +01:00
Maxime Gimeno
dae33259c5
Use toLower() in the mainWindow to read indistinctly lower and capital extensions.
2018-02-07 14:36:45 +01:00
Maxime Gimeno
f4fe671a32
hide manual index for 1.8.4 also
2018-02-07 10:17:24 +01:00
Andreas Fabri
73ba2a8e5b
Polyhedron: Add *STL to nameFilters()
2018-02-07 08:53:37 +00:00
Andreas Fabri
5b04ec688a
Property_map: Remove unused parameter (leading to a warning)
2018-02-07 07:37:45 +00:00
Laurent Rineau
070f661244
Remove KDS tests.
...
Those tests consume a lot of CPU and disk space, and nobody in CGAL is
willing to maintain the package.
2018-02-06 16:17:47 +01:00
Simon Giraudot
d84119056b
Fix missing conversion from degrees to radiants
2018-02-06 14:10:41 +01:00
Maxime Gimeno
181b002d3e
Do the same for 1.8.14
2018-02-06 12:10:06 +01:00
Maxime Gimeno
8fec028ea5
Add some postprocessing for 1.8.13
2018-02-06 11:24:12 +01:00
Maxime Gimeno
5aa210918c
Reset packages.txt
2018-02-06 08:53:06 +01:00
Maxime Gimeno
7f90fe1fec
Hide the broken index in Manual.
2018-02-05 15:02:33 +01:00
Maxime Gimeno
f183a26b7c
add missing include in Classification
2018-02-05 10:34:49 +01:00
Mael Rouxel-Labbé
f32e265648
Tr_Base > Triangulation_base to avoid a conflict with a typedef in the T2 hierarchy
2018-02-05 10:20:04 +01:00
Maxime Gimeno
4d440a6b85
add missing include <map>
2018-02-05 07:50:15 +01:00
Andreas Fabri
f750c27354
win32 fix concerning bzip headers in the classification plugin CMakeLists.txt
2018-02-02 15:21:53 +00:00
Laurent Rineau
2e7c3ee5b8
Merge branch 'releases/CGAL-4.11-branch'
2018-02-02 16:13:59 +01:00
Laurent Rineau
36514e2c65
Merge pull request #2759 from maxGimeno/Minor_feature_requests-GF
...
Polyhedron demo: small new features
2018-02-02 16:08:01 +01:00
Laurent Rineau
66b19d9cb5
Merge pull request #2779 from lrineau/Mesh_3-fix_bugs-GF
...
Mesh_3: fix bugs in undocumented code
2018-02-02 16:07:53 +01:00
Laurent Rineau
204033d78a
Merge pull request #2777 from MaelRL/IO-Fix_dxf_reader-GF
...
Circular_kernel_2: Fix the circle reading in the `.dxf ` file reader
2018-02-02 16:07:44 +01:00
Laurent Rineau
fcc85861f6
Merge pull request #2776 from sgiraudot/Shape_detection-Fix_infinite_loop-GF
...
Shape Detection: Fix Infinite Loop
# Conflicts:
# Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h
2018-02-02 16:07:22 +01:00
Laurent Rineau
24b50f5c5c
Merge pull request #2777 from MaelRL/IO-Fix_dxf_reader-GF
...
Circular_kernel_2: Fix the circle reading in the `.dxf ` file reader
2018-02-02 16:06:09 +01:00
Laurent Rineau
d2ac299266
Merge pull request #2776 from sgiraudot/Shape_detection-Fix_infinite_loop-GF
...
Shape Detection: Fix Infinite Loop
2018-02-02 16:06:01 +01:00
Mael Rouxel-Labbé
2b82dc67d9
Fixed wrong template in regular_triangulation_2's graph traits
2018-02-02 14:25:47 +01:00
Maxime Gimeno
a6b455b618
Fixes
2018-02-02 13:52:33 +01:00
Maxime Gimeno
533fa91f41
remove classic package installation becaus eit is supposed to happen in install.sh
2018-02-02 12:08:05 +01:00
Maxime Gimeno
21745bea1e
Ignore packages without dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
fc5ba1b68e
Fixes
2018-02-02 12:08:05 +01:00