cgal/Minkowski_sum_2/test/Minkowski_sum_2
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
..
data Fixed face filtering in case one of the summands does not have an outer boundary 2018-11-27 16:32:07 +02:00
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
read_polygon.h Enhanced testing: added test_minkowski_sum_with_holes to test Minkowski sum of polygons with holes 2014-10-07 14:43:01 +03:00
test_approx_offset.cmd remove ./ prefix 2021-10-04 09:32:04 +02:00
test_approx_offset.cpp clang-tidy on tests 2021-02-18 15:15:12 +01:00
test_exact_offset.cmd remove ./ prefix 2021-10-04 09:32:04 +02:00
test_exact_offset.cpp clang-tidy on tests 2021-02-18 15:15:12 +01:00
test_minkowski_sum.cmd Fixed the documentation of the decomposition concept. Added one for polygon with holes. Fixed the implementation of the decomp. methods that supports polygons with holes. 2014-10-21 19:17:21 +03:00
test_minkowski_sum.cpp Fix "decomposition" typos 2023-02-14 18:47:46 +01:00
test_minkowski_sum_with_holes.cmd Fixed face filtering in case one of the summands does not have an outer boundary 2018-11-27 16:32:07 +02:00
test_minkowski_sum_with_holes.cpp Use CGAL::Timer 2020-12-28 14:05:44 +00:00