| .. |
|
data
|
Added test for the case where the curve is closed (first and last points are the same)
|
2016-02-22 08:13:56 +01:00 |
|
Batched_point_location_test.h
|
use correct function
|
2013-12-02 15:41:55 +01:00 |
|
CMakeLists.txt
|
Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
|
2016-10-05 13:02:25 +02:00 |
|
Construction_test.h
|
Restore correct permissions of files
|
2013-09-24 11:05:57 +02:00 |
|
IO_base_test.h
|
Added test for the case where the curve is closed (first and last points are the same)
|
2016-02-22 08:13:56 +01:00 |
|
IO_test.h
|
polycurve stuff
|
2015-02-19 20:25:25 +02:00 |
|
Overlay_test.h
|
Fix spelling of 'matches'
|
2016-12-17 13:57:54 -07:00 |
|
Point_location_dynamic_test.h
|
Cleanup
|
2013-11-17 16:16:44 +02:00 |
|
Point_location_test.h
|
Introduced batched point-location test
|
2013-12-01 11:55:01 +02:00 |
|
Segment_reader.h
|
…
|
|
|
Traits_adaptor_test.h
|
Synchronized with a recent version of master
|
2013-10-22 10:00:18 +03:00 |
|
Traits_base_test.h
|
polycurve stuff
|
2015-02-19 20:25:25 +02:00 |
|
Traits_test.h
|
Fixed small issues found by different platforms
|
2015-02-24 19:22:26 +02:00 |
|
Vertical_decomposition_test.h
|
Vertical decomposition stuff
|
2013-12-01 18:37:15 +02:00 |
|
cgal_test.cmake
|
Fix the CTest script of Arr_2
|
2017-01-16 19:17:39 +01:00 |
|
cgal_test_base
|
Followup to #1736
|
2016-12-06 13:47:12 +01:00 |
|
cgal_test_with_cmake
|
…
|
|
|
construction_test_suite_generator.cpp
|
Arithmetic_kernel -> Exact_integer/rational
|
2014-07-16 18:55:30 +02:00 |
|
ex_kernel_point.cpp
|
Arithmetic_kernel -> Exact_integer/rational
|
2014-07-16 18:55:30 +02:00 |
|
ex_kernel_segment.cpp
|
Arithmetic_kernel -> Exact_integer/rational
|
2014-07-16 18:55:30 +02:00 |
|
test_arc_polycurve.cpp
|
fix typos in tests
|
2015-05-28 10:59:16 +02:00 |
|
test_batched_point_location.cpp
|
removed compiler warning about comparison of incompatible type
|
2013-12-01 18:00:52 +01:00 |
|
test_batched_point_location.geodesic_arcs_on_sphere.cmd
|
Enhanced batched point-location with geodesic arcs
|
2013-12-02 18:29:05 +02:00 |
|
test_batched_point_location.linear.cmd
|
reorg
|
2013-12-01 12:49:38 +02:00 |
|
test_batched_point_location.segments.cmd
|
reorg
|
2013-12-01 12:49:38 +02:00 |
|
test_bezier_polycurve.cpp
|
* Has_construct_x_monotone_curve_from_two_points_category added into "Arr_bezier_curve_traits"
|
2014-06-23 17:21:22 +02:00 |
|
test_circular_arc_polycurve.cpp
|
polycurve
|
2015-02-16 11:26:39 +02:00 |
|
test_configuration.h
|
Cleaned up
|
2014-11-30 13:59:05 +02:00 |
|
test_conic_polycurve.cpp
|
Fixed typos in doc and comments
|
2016-12-09 11:27:17 +01:00 |
|
test_construction.cpp
|
use Arithmetic_kernel (only in testsuite as undocumented to not explicitely write leda_rational/Gmpq/Quotient<MP_float>
|
2013-03-22 13:55:00 +01:00 |
|
test_construction.geodesic_arcs_on_sphere.cmd
|
added tests
|
2013-05-08 23:31:50 +03:00 |
|
test_construction.linear.cmd
|
enhanced linear traits test
|
2013-06-06 11:33:45 +03:00 |
|
test_construction.segments.cmd
|
…
|
|
|
test_data_traits.h
|
…
|
|
|
test_do_equal.cpp
|
polycurve stuff
|
2015-02-19 20:25:25 +02:00 |
|
test_do_intersect.cpp
|
Included iostream instead of Arr_iostream.h
|
2016-01-19 15:48:14 +01:00 |
|
test_dual.cpp
|
Merge branch 'boost-work_around_dijktra_bug_1.54-local'
|
2014-07-23 08:46:33 +02:00 |
|
test_extended_topol_traits.h
|
…
|
|
|
test_geom_traits.h
|
polycurve stuff
|
2015-02-19 20:25:25 +02:00 |
|
test_insertion.cpp
|
…
|
|
|
test_io.cpp
|
Added test_io
|
2016-01-19 15:48:14 +01:00 |
|
test_iso_verts.cpp
|
Included iostream instead of Arr_iostream.h
|
2016-01-19 15:48:14 +01:00 |
|
test_kernel.h
|
…
|
|
|
test_number_type.h
|
…
|
|
|
test_observer.cmd
|
…
|
|
|
test_observer.cpp
|
replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
|
2013-03-21 10:50:55 +01:00 |
|
test_overlay.cpp
|
cleanup
|
2013-01-01 02:43:02 +02:00 |
|
test_overlay.geodesic_arcs_on_sphere.cmd
|
enhanced overlay test
|
2013-05-20 13:28:26 +03:00 |
|
test_overlay.segments.cmd
|
…
|
|
|
test_point_location.circle_segments.cmd
|
reorg
|
2013-12-01 13:25:54 +02:00 |
|
test_point_location.cpp
|
Synchronized with a recent version of master
|
2013-10-22 10:00:18 +03:00 |
|
test_point_location.linear.cmd
|
reorg
|
2013-12-01 13:25:54 +02:00 |
|
test_point_location.segments.cmd
|
reorg
|
2013-12-01 13:25:54 +02:00 |
|
test_point_location_dynamic.cpp
|
Introduced batched point-location test
|
2013-12-01 11:55:01 +02:00 |
|
test_point_location_dynamic.segments.cmd
|
reorg
|
2013-12-01 14:08:58 +02:00 |
|
test_polylines.cpp
|
renamed polyline.cpp test_polyline.cpp
|
2015-04-20 16:13:53 +03:00 |
|
test_rational_function_traits_2.cpp
|
Added some CGAL_USE_TYPE() to suppress warnings about unused locally defined typedefs
|
2013-07-31 12:21:14 +03:00 |
|
test_removal.cpp
|
Included iostream instead of Arr_iostream.h
|
2016-01-19 15:48:14 +01:00 |
|
test_spherical_merge.cpp
|
Included fstream instead of Arr_iostream.h
|
2016-01-19 15:48:13 +01:00 |
|
test_spherical_overlay.cpp
|
Fix spelling of 'matches'
|
2016-12-17 13:57:54 -07:00 |
|
test_spherical_removal.cmd
|
…
|
|
|
test_spherical_removal.cpp
|
Add_range_support for Arrangement Dcel.
|
2017-04-24 09:56:21 +02:00 |
|
test_tags.cpp
|
Fix warnings about unused types or variables.
|
2013-02-08 16:50:02 +01:00 |
|
test_topol_traits.h
|
…
|
|
|
test_traits.cpp
|
Removed Has_construct_x_monotone_curve_from_two_points_category. Removed traces of Parameter_space where not needed. Cleaned up
|
2014-11-27 14:01:32 +02:00 |
|
test_traits.h
|
…
|
|
|
test_traits_adaptor.cpp
|
Passed the traits all the way to IO_base_test, so that it can be used to construct points, curves, and x-curves
|
2013-07-13 09:36:36 +03:00 |
|
test_traits_adaptor.h
|
…
|
|
|
test_traits_dispatching.cpp
|
Fix warnings about unused types or variables.
|
2013-02-08 16:50:02 +01:00 |
|
test_unbounded_rational_direct_insertion.cpp
|
…
|
|
|
test_unbounded_rational_insertion.cpp
|
…
|
|
|
test_unbounded_removal.cpp
|
Included iostream instead of Arr_iostream.h
|
2016-01-19 15:48:13 +01:00 |
|
test_vert_ray_shoot_vert_segments.cpp
|
replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
|
2013-03-21 10:50:55 +01:00 |
|
test_vertical_decomposition.cpp
|
pacify compiler
|
2013-12-06 01:25:15 +02:00 |
|
test_vertical_decomposition.linear.cmd
|
Added vertical decomposition for linear objects
|
2013-12-01 19:07:53 +02:00 |
|
test_vertical_decomposition.segments.cmd
|
Introduced test of vertical decomposition
|
2013-12-01 19:01:46 +02:00 |
|
test_zone.cpp
|
Included iostream instead of Arr_iostream.h
|
2016-01-19 15:48:13 +01:00 |
|
todo
|
…
|
|
|
utils.h
|
Integrated with a recent version master
|
2013-07-14 14:40:09 +03:00 |