Laurent Rineau
|
6ffd76a87e
|
Merge pull request #2792 from afabri/Intersections_3-Add_missing_do_intersect-GF
Intersections_3: Add missing do_intersect() overloads
|
2019-01-18 16:37:54 +01:00 |
Andreas Fabri
|
df08a8b8fa
|
Do not include extra files in the testsuite
|
2018-12-03 15:26:39 +01:00 |
Andreas Fabri
|
e58de4baa1
|
cleanup
|
2018-12-03 12:52:06 +01:00 |
Andreas Fabri
|
aac8ac4e6b
|
Some changes after Sebastien's review
|
2018-11-29 15:58:34 +01:00 |
Andreas Fabri
|
a76623e7e8
|
Fix test
|
2018-11-04 11:24:15 +01:00 |
Sébastien Loriot
|
057f4eafe7
|
fix warning + cosmetic changes
|
2018-11-02 14:17:16 +01:00 |
Sébastien Loriot
|
0685423ae8
|
update from cgal/master
|
2018-11-02 11:32:31 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Andreas Fabri
|
d868969a07
|
Add tests
|
2018-05-30 15:58:04 +01:00 |
Andreas Fabri
|
93d19591da
|
To intersect a Circle_2 means to intersect the boundary
|
2018-05-30 15:24:50 +01:00 |
Andreas Fabri
|
71c3c13664
|
fix dependencies
|
2018-05-23 14:49:50 +01:00 |
Andreas Fabri
|
a82b920b97
|
Include <CGAL/double.h>
|
2018-05-23 09:47:42 +01:00 |
Andreas Fabri
|
2f8515067c
|
Add #include for CGAL::abs()
|
2018-05-22 10:51:39 +01:00 |
Andreas Fabri
|
9bfbd567d5
|
Remove CGAL_NO_INTERSECTION_FUNCTION and functions doing nothing
|
2018-05-17 14:30:30 +01:00 |
Andreas Fabri
|
162241066b
|
Remove CGAL_NO_INTERSECTION_FUNCTION and functions doing nothing
|
2018-05-17 11:52:58 +01:00 |
Andreas Fabri
|
e1eacead95
|
Add #includes of kernel object types
|
2018-05-09 12:20:11 +01:00 |
Andreas Fabri
|
e65eba0301
|
Add #includes
|
2018-05-04 09:00:09 +02:00 |
Andreas Fabri
|
8abfad66ab
|
inline
|
2018-05-04 09:00:08 +02:00 |
Andreas Fabri
|
92dcb7ca48
|
Reorganize header files
|
2018-05-04 09:00:08 +02:00 |
Andreas Fabri
|
4111e3e20c
|
Reorganize header files
|
2018-05-04 09:00:07 +02:00 |
Andreas Fabri
|
09c7fe1103
|
move purely internal files
|
2018-05-04 08:57:57 +02:00 |
Andreas Fabri
|
ffb13b07d6
|
Remove some functions added by Maxime
|
2018-05-04 08:57:57 +02:00 |
Andreas Fabri
|
0d3ac75518
|
Introduce namespace Intersections
|
2018-05-04 08:57:56 +02:00 |
Andreas Fabri
|
78b90d2614
|
Fix bugs revealed with g++
|
2018-05-04 08:57:56 +02:00 |
Andreas Fabri
|
77f5a4e556
|
Remove typename; Comment after #endif
|
2018-05-04 08:57:56 +02:00 |
Sébastien Loriot
|
72cdc05152
|
fix headers
|
2018-05-04 08:57:56 +02:00 |
Andreas Fabri
|
c5367399ab
|
Remove unneeded includes
|
2018-05-04 08:57:55 +02:00 |
Andreas Fabri
|
12a5cd9f82
|
Add the remaining missing functions
|
2018-05-04 08:57:55 +02:00 |
Andreas Fabri
|
5d5f4d0a3d
|
split header files
|
2018-05-04 08:57:55 +02:00 |
Andreas Fabri
|
702eafafdc
|
Add Iso_cuboid / Sphere
|
2018-05-04 08:57:54 +02:00 |
Andreas Fabri
|
7dd25721f7
|
Add do_intersect(Bbox_3, Iso_cuboid_3)
|
2018-05-04 08:57:53 +02:00 |
Andreas Fabri
|
42762b7efb
|
Add do_intersect(Iso_cuboid_3, Plane_3/Triangle_3)
|
2018-05-04 08:57:53 +02:00 |
Andreas Fabri
|
e783228551
|
Share code between Iso_cuboid_3/BBox_3 for do_intersect with Ray_3 Nd Segment_3 to profit from static filter
|
2018-05-04 08:57:52 +02:00 |
Maxime Gimeno
|
318e7a7d12
|
Add missing overloads for Point_3 intersections
|
2018-05-04 08:56:05 +02:00 |
Andreas Fabri
|
991f3847e8
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Laurent Rineau
|
a2bfde2c06
|
Merge pull request #2869 from afabri/CGAL-fallthrough-GF
Intersections_3: Deal with fallthrough warnings
|
2018-03-02 16:32:57 +01:00 |
Andreas Fabri
|
d3027734ca
|
fix indentation
|
2018-02-23 19:07:36 +00:00 |
Andreas Fabri
|
ae1923aa2e
|
Deal with Triangle_Line and Triangle_Ray
|
2018-02-22 17:31:23 +00:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
Laurent Rineau
|
30c44fcebe
|
Merge pull request #2812 from afabri/CGAL-fallthrough-GF
Intersections_3: Replace last case with a default to avoid warning
|
2018-02-14 15:35:37 +01:00 |
Andreas Fabri
|
1170433885
|
Comment what default means
|
2018-02-09 14:23:40 +00:00 |
Andreas Fabri
|
6f79d2c6f0
|
fix typo
|
2018-02-08 15:30:25 +00:00 |
Andreas Fabri
|
fbc1a9b1d3
|
Replace last case with default and remove fallthrough
|
2018-02-08 15:11:48 +00:00 |
Andreas Fabri
|
e9c652d63f
|
Add several fallthrough
|
2018-02-08 15:03:39 +00:00 |
Maxime Gimeno
|
a6b455b618
|
Fixes
|
2018-02-02 13:52:33 +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 |