Laurent Rineau
2e54872cf6
Merge pull request #3646 from sloriot/Demo-fix_psp_warning
...
Fix demo warning
2019-02-07 13:31:00 +01:00
Laurent Rineau
3429c6c9df
Merge pull request #3648 from maxGimeno/Demo-Fix_connection-GF
...
Polyhedron demo: Small Fix for Qt missing Connection
2019-02-07 13:30:57 +01:00
Laurent Rineau
69bb49cb72
Merge pull request #3650 from afabri/CGAL-CXX17_deprecation_warnings-GF
...
Address VC++ deprecation warnings concerning the STL
2019-02-07 13:30:55 +01:00
Laurent Rineau
e6209b418a
Merge pull request #3651 from afabri/CORE-setprecision-GF
...
CGAL_Core: Remove call of setprecision()
2019-02-07 13:30:52 +01:00
Laurent Rineau
2f002971e4
Merge pull request #3653 from sgiraudot/Classification-Fix_OpenCV_Qt5_bug-GF
...
Classification: Remove useless full find_package for OpenCV
2019-02-07 13:30:49 +01:00
Laurent Rineau
0ca486665a
Merge pull request #3654 from maxGimeno/Triangulation_fix_tests_for_clang-GF
...
Triangulation: Fix the tests for GCC<4.4 so it wont match clang.
2019-02-07 13:30:46 +01:00
Laurent Rineau
ccab8c7391
Merge pull request #3656 from maxGimeno/Demo-Fix_stuffs-GF
...
Polyhedron Demo: fixes
2019-02-07 13:30:43 +01:00
Laurent Rineau
0ac45879a8
Merge pull request #3657 from lrineau/CGAL-Fix_include_CTest-GF
...
Replace include(CTest) by minimal usage
2019-02-07 13:30:41 +01:00
Laurent Rineau
a4487ed6b6
Merge pull request #3653 from sgiraudot/Classification-Fix_OpenCV_Qt5_bug-GF
...
Classification: Remove useless full find_package for OpenCV
2019-02-07 13:29:55 +01:00
Laurent Rineau
9c31f25653
trivial fix (Python issue)
2019-02-07 13:29:39 +01:00
Maxime Gimeno
535acc73a2
Add preprocessing for build_triangulation
2019-02-07 12:10:57 +01:00
Simon Giraudot
62a50da351
Update CHANGES.md
2019-02-07 11:36:05 +01:00
Simon Giraudot
f6e65759fa
Propagate API to Point Set To Distance Plugin
2019-02-07 11:36:05 +01:00
Simon Giraudot
c43ebbad8d
Propagate API change to classification test
2019-02-07 11:36:05 +01:00
Simon Giraudot
33377a93da
Propagate API change to Point_inside_polyhedron_plugin
2019-02-07 11:36:05 +01:00
Simon Giraudot
458e1c7b80
Update with change of ref tag
2019-02-07 11:36:05 +01:00
Simon Giraudot
2402dcf967
Fix another float/double bug in Point_set_3 IO
2019-02-07 11:36:05 +01:00
Simon Giraudot
8c0417b6c5
Document garbage_size() properly
2019-02-07 11:36:04 +01:00
Simon Giraudot
1b7a2eb2c5
Replace cancel_removal() by cancel_removals()
2019-02-07 11:36:04 +01:00
Simon Giraudot
ee2d6eb3ab
Add useful typedefs of templates of Point_set_3
2019-02-07 11:36:04 +01:00
Simon Giraudot
776a8b735c
Fix doc note about iterator invalidations
2019-02-07 11:36:04 +01:00
Simon Giraudot
6af4189b64
Use new method
2019-02-07 11:36:04 +01:00
Simon Giraudot
6a016e4c27
Update user manual
2019-02-07 11:36:04 +01:00
Simon Giraudot
9bb0266aff
Update test with latest methods
2019-02-07 11:36:04 +01:00
Simon Giraudot
ea250949f9
Fix return type
2019-02-07 11:36:04 +01:00
Simon Giraudot
6f2eed5540
Add method to get properties and types as string
2019-02-07 11:36:04 +01:00
Simon Giraudot
aaad5d7a1e
Bug fix: stop losing properties when creating point item from selection
2019-02-07 11:36:04 +01:00
Simon Giraudot
f778e5e151
Add methods to easily transfer properties from one point set to another
2019-02-07 11:36:04 +01:00
Simon Giraudot
237d7fcd30
Cleanup: no rearrangement of indices for display, use external vector
2019-02-07 11:36:03 +01:00
Simon Giraudot
f90f3e6e94
Update selection in demo with latest Point_set_3 improvments
2019-02-07 11:34:56 +01:00
Simon Giraudot
ed748c8ce9
Unify API of add_normal_map() with add_property_map()
2019-02-07 11:34:56 +01:00
Simon Giraudot
e11e12b69f
Better remove() / is_removed() methods
2019-02-07 11:34:56 +01:00
Maxime Gimeno
9d338e1a36
Remove Z offset.
2019-02-07 11:27:08 +01:00
Laurent Rineau
27f1dc4a62
Do no always search for GMPXX
...
There is a kind of bug in `UseCGAL.cmake`, that enables GMPXX if it is
found, even if `WITH_GMPXX` is `OFF`. If GMPXX is never search for,
that should avoid it to be accidentally activated on platforms we do
not want it.
2019-02-07 10:12:51 +01:00
Andreas Fabri
9bd443da29
Do not initialize
2019-02-06 17:28:38 +01:00
Andreas Fabri
10914d2b8b
Fix of fix and another emplace
2019-02-06 16:28:11 +01:00
Laurent Rineau
2455affba0
Move the addition of -Wno-deprecated-copy to CGAL_Qt5 setup
...
That way:
- that will work, even if CGAL CXX_FLAGS are copied (when hte CMake
options `CGAL_DEV_MODE` or `RUNNING_CGAL_AUTO_TEST` are `ON`),
- that will affect all CGAL Qt5 demos at once.
2019-02-06 11:47:44 +01:00
Maxime Gimeno
37cc9b03c7
Fix output_to_vtu
2019-02-05 16:42:00 +01:00
Maxime Gimeno
257311b0de
rework vtk_io_plugin
2019-02-05 15:23:30 +01:00
Maxime Gimeno
7056e8099b
WIP
2019-02-05 14:39:22 +01:00
Maxime Gimeno
67381b22b0
Support triangulation in VTK_io_plugin
2019-02-05 13:58:00 +01:00
Laurent Rineau
300659577a
Other fixes for GMPXX
...
Followup-up to the previous commit.
2019-02-05 13:32:27 +01:00
Laurent Rineau
bc4da1f4e6
Fix with GMPXX
...
My commit 24e96c270a5 modified CMake scripts, and now GMPXX seems
activated, at least for CGAL packages using CGAL_Core. And gcc 4.1 and
4.4 found compilation errors:
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.14-Ic-115/Circular_kernel_3/TestReport_gimeno_CentOS6.gz
The workaround is easy: explicit the cast from the expression
templates to `FT` in the ternary operator.
2019-02-05 13:32:27 +01:00
Andreas Fabri
b474ea2b2a
Make static data member thread local
2019-02-05 13:15:07 +01:00
Maxime Gimeno
a041444f81
Adapt face selection.
2019-02-04 15:59:46 +01:00
Laurent Rineau
dc275ec013
Fix a warning about unused local type
2019-02-04 15:48:29 +01:00
Laurent Rineau
02690350ee
Replace include(CTest) by minimal usage
...
- Define the option `BUILD_TESTING`
- Call to `enable_testing()` if `BUILD_TESTING` is on.
2019-02-04 15:30:24 +01:00
Laurent Rineau
f37ac9cfc6
Fix non-header-only CGALConfig.cmake as regards to CGAL_Core
...
... and then fix the `CMakeLists.txt` of HDT2_demo.
2019-02-04 15:09:07 +01:00
Laurent Rineau
7e83c9ddf6
Copy the resources from GraphicsView/demo/icons/
...
That is:
- a dirty hack,
- a fixup of commit 65e115c5230, that started copy the qrc files
without copying the resources.
2019-02-04 15:07:38 +01:00
Maxime Gimeno
850b091a3f
temp
2019-02-04 14:59:57 +01:00