cgal/Triangulation_3/test/Triangulation_3
Sebastien Loriot caecbe29c7
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
2023-12-26 17:33:36 +01:00
..
data automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
include/CGAL Replace boost::mpl (#7813) 2023-12-26 17:33:36 +01:00
CMakeLists.txt Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject. 2023-11-02 18:09:03 +00:00
test_RT_cell_base_with_weighted_circumcenter_3.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
test_Triangulation_with_transform_iterator.cpp Deal with Triangulation_3 2022-01-18 16:47:56 +00:00
test_Triangulation_with_zip_iterator.cpp Deal with Triangulation_3 2022-01-18 16:47:56 +00:00
test_delaunay_3.cpp moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
test_delaunay_hierarchy_3.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
test_delaunay_hierarchy_3_old.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
test_dependencies.h
test_dt_deterministic_3.cpp Fix precomputed data 2023-06-29 15:34:03 +01:00
test_dt_deterministic_3.in Fix precomputed data 2023-06-29 15:34:03 +01:00
test_io_triangulation_3.cpp remove trailing whitespaces 2020-04-02 15:02:27 +02:00
test_regular_3.cpp Various test cleaning / improvements for Triangulation_3 2022-12-12 16:07:21 +01:00
test_regular_as_delaunay_3.cpp Various test cleaning / improvements for Triangulation_3 2022-12-12 16:07:21 +01:00
test_regular_insert_range_with_info.cpp boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
test_regular_remove_3.cpp boost::int -> std::int 2023-04-23 18:43:10 +02:00
test_regular_traits_3.cpp moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
test_robust_weighted_circumcenter.cpp First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
test_segment_cell_traverser_3.cpp fix compilation errors and warnings 2020-04-10 18:30:50 +02:00
test_segment_simplex_traverser_3.cpp add special test cases 2023-06-19 17:06:31 +02:00
test_simplex_3.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
test_simplex_iterator_3.cpp factorize the debug function helpers 2023-06-18 21:20:19 +02:00
test_static_filters.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
test_triangulation_3.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
test_triangulation_serialization_3.cpp add missing test 2023-06-13 14:38:48 +02:00
test_triangulation_simplex_3_debug.h factorize the debug function helpers 2023-06-18 21:20:19 +02:00