mirror of https://github.com/CGAL/cgal
Move dependencies creation to package_info and add dependencies to git
This commit is contained in:
parent
8bde832931
commit
688b5dd06e
|
|
@ -144,7 +144,7 @@ addons:
|
||||||
- qt55tools
|
- qt55tools
|
||||||
- qt55graphicaleffects
|
- qt55graphicaleffects
|
||||||
- libopencv-dev
|
- libopencv-dev
|
||||||
|
- libmetis-dev
|
||||||
- mesa-common-dev
|
- mesa-common-dev
|
||||||
- libglu1-mesa-dev
|
- libglu1-mesa-dev
|
||||||
# Not allowed (yet)
|
# Not allowed (yet)
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ addons:
|
||||||
- qt55tools
|
- qt55tools
|
||||||
- qt55graphicaleffects
|
- qt55graphicaleffects
|
||||||
- libopencv-dev
|
- libopencv-dev
|
||||||
|
- libmetis-dev
|
||||||
- mesa-common-dev
|
- mesa-common-dev
|
||||||
- libglu1-mesa-dev
|
- libglu1-mesa-dev
|
||||||
# Not allowed (yet)
|
# Not allowed (yet)
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#Will cd $1 and test packge named $2
|
#Will cd $1 and test package named $2
|
||||||
#to find out if it or one of its dependencies has changed in the current branch
|
#to find out if it or one of its dependencies has changed in the current branch
|
||||||
|
|
||||||
DO_IGNORE=FALSE
|
DO_IGNORE=FALSE
|
||||||
cd $1
|
cd $1
|
||||||
|
|
||||||
LIST_OF_FILES=$(git diff --name-only origin/master |cut -d/ -f1 |uniq |sort)
|
LIST_OF_FILES=$(git diff --name-only origin/master |cut -d/ -f1 |uniq |sort)
|
||||||
LIST_OF_DEPS=$(cat "$2/dependencies")
|
LIST_OF_DEPS=$(cat "$2/package_info/$ARG/dependencies")
|
||||||
echo "$LIST_OF_DEPS"
|
echo "$LIST_OF_DEPS"
|
||||||
for flie in $LIST_OF_DEPS
|
for flie in $LIST_OF_DEPS
|
||||||
do
|
do
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
AABB_tree
|
||||||
|
Algebraic_foundations
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_searching
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,34 @@
|
||||||
|
|
||||||
|
Advancing_front_surface_reconstruction
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
TDS_3
|
||||||
|
Triangulation_2
|
||||||
|
Triangulation_3
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Algebraic_kernel_d
|
||||||
|
Arithmetic_kernel
|
||||||
|
CGAL_Core
|
||||||
|
Circulator
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polynomial
|
||||||
|
Profiling_tools
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Algebraic_kernel_for_circles
|
||||||
|
Arithmetic_kernel
|
||||||
|
Filtered_kernel
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Algebraic_kernel_for_spheres
|
||||||
|
Arithmetic_kernel
|
||||||
|
Filtered_kernel
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Alpha_shapes_2
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Alpha_shapes_3
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Filtered_kernel
|
||||||
|
Geomview
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_3
|
||||||
|
Triangulation_3
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Apollonius_graph_2
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Algebraic_kernel_d
|
||||||
|
Arithmetic_kernel
|
||||||
|
Arrangement_on_surface_2
|
||||||
|
BGL
|
||||||
|
CGAL_Core
|
||||||
|
Cartesian_kernel
|
||||||
|
Circular_kernel_2
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polynomial
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Spatial_searching
|
||||||
|
Stream_support
|
||||||
|
Surface_sweep_2
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polygon_mesh_processing
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Barycentric_coordinates_2
|
||||||
|
Installation
|
||||||
|
Kernel_23
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Arrangement_on_surface_2
|
||||||
|
Boolean_set_operations_2
|
||||||
|
Cartesian_kernel
|
||||||
|
Circular_kernel_2
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
Surface_sweep_2
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Bounding_volumes
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Matrix_search
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Optimisation_basic
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
QP_solver
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Box_intersection_d
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
CGAL_ImageIO
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Algebraic_kernel_for_circles
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circular_kernel_2
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Algebraic_kernel_for_spheres
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circular_kernel_3
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
Circulator
|
||||||
|
Installation
|
||||||
|
Kernel_23
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
BGL
|
||||||
|
Circulator
|
||||||
|
Classification
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Point_set_processing_3
|
||||||
|
Principal_component_analysis_LGPL
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_searching
|
||||||
|
Stream_support
|
||||||
|
Surface_mesh_segmentation
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Combinatorial_map
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
CGAL_Core
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Cone_spanners_2
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polynomial
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Box_intersection_d
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_decomposition_3
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Nef_2
|
||||||
|
Nef_3
|
||||||
|
Nef_S2
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Convex_hull_2
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,32 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_hull_2
|
||||||
|
Convex_hull_3
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
QP_solver
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
Triangulation_3
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Convex_hull_d
|
||||||
|
Distance_2
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Distance_2
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Kernel_23
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arrangement_on_surface_2
|
||||||
|
Envelope_2
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,29 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Apollonius_graph_2
|
||||||
|
Arithmetic_kernel
|
||||||
|
Arrangement_on_surface_2
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Envelope_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
Surface_sweep_2
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Combinatorial_map
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Generalized_map
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
BGL
|
||||||
|
Circulator
|
||||||
|
Generator
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Distance_2
|
||||||
|
GraphicsView
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
STL_Extension
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Inscribed_areas
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Matrix_search
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Optimisation_basic
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -1309,7 +1309,7 @@ ${CMAKE_CURRENT_SOURCE_DIR}/../${package}/include/${header}"
|
||||||
COMMAND ${CMAKE_COMMAND}
|
COMMAND ${CMAKE_COMMAND}
|
||||||
-DCGAL_PACKAGES_PREFIX=${CGAL_SOURCE_DIR}
|
-DCGAL_PACKAGES_PREFIX=${CGAL_SOURCE_DIR}
|
||||||
-DCGAL_COPY_DEPENDENCIES=${CGAL_COPY_DEPENDENCIES}
|
-DCGAL_COPY_DEPENDENCIES=${CGAL_COPY_DEPENDENCIES}
|
||||||
-DCGAL_COPY_PATH=${CGAL_SOURCE_DIR}/${package}/dependencies
|
-DCGAL_COPY_PATH=${CGAL_SOURCE_DIR}/${package}/package_info/${package}/dependencies
|
||||||
-DOUTPUT_HEADERS_LIST=${CGAL_BINARY_DIR}/package_info/${package}/included_headers
|
-DOUTPUT_HEADERS_LIST=${CGAL_BINARY_DIR}/package_info/${package}/included_headers
|
||||||
-DOUTPUT_PACKAGES_LIST=${CGAL_BINARY_DIR}/package_info/${package}/dependencies
|
-DOUTPUT_PACKAGES_LIST=${CGAL_BINARY_DIR}/package_info/${package}/dependencies
|
||||||
-P "${CGAL_MODULES_DIR}/process_dependencies.cmake"
|
-P "${CGAL_MODULES_DIR}/process_dependencies.cmake"
|
||||||
|
|
|
||||||
|
|
@ -47,9 +47,9 @@ if(OUTPUT_PACKAGES_LIST)
|
||||||
file(WRITE ${CGAL_COPY_PATH} "")
|
file(WRITE ${CGAL_COPY_PATH} "")
|
||||||
endif()
|
endif()
|
||||||
foreach(pkg ${pkgs})
|
foreach(pkg ${pkgs})
|
||||||
file(APPEND ${CGAL_COPY_PATH} "${pkg}\n")
|
file(APPEND ${OUTPUT_PACKAGES_LIST} "${pkg}\n")
|
||||||
if (CGAL_COPY_DEPENDENCIES)
|
if (CGAL_COPY_DEPENDENCIES)
|
||||||
file(APPEND package_path/dependencies "${pkg}\n")
|
file(APPEND ${CGAL_COPY_PATH} "${pkg}\n")
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Installation
|
||||||
|
STL_Extension
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Interpolation
|
||||||
|
Kernel_23
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -54,7 +54,8 @@ namespace internal {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if(p[i] <= r[i]) { // prq
|
if(p[i] <= r[i]) { // prq
|
||||||
if((bbox.max)(i) < p[i] || (bbox.min)(i) > q[i])
|
if(
|
||||||
|
(bbox.max)(i) < p[i] || (bbox.min)(i) > q[i])
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else { // rpq
|
else { // rpq
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Distance_2
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
CGAL_Core
|
||||||
|
Cartesian_kernel
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,30 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
CGAL_Core
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Kinetic_data_structures
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
TDS_3
|
||||||
|
Triangulation_2
|
||||||
|
Triangulation_3
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Combinatorial_map
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Generalized_map
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Linear_cell_complex
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Matrix_search
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Optimisation_basic
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Mesh_2
|
||||||
|
Mesher_level
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,46 @@
|
||||||
|
|
||||||
|
AABB_tree
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Box_intersection_d
|
||||||
|
CGAL_ImageIO
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_hull_2
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Generator
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Mesh_3
|
||||||
|
Mesher_level
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polygon_mesh_processing
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Principal_component_analysis
|
||||||
|
Principal_component_analysis_LGPL
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_searching
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
Surface_mesh
|
||||||
|
TDS_3
|
||||||
|
Triangulation_3
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
|
||||||
|
AABB_tree
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Arrangement_on_surface_2
|
||||||
|
Boolean_set_operations_2
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_hull_2
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Minkowski_sum_2
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Partition_2
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_searching
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
Surface_sweep_2
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,38 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Box_intersection_d
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_decomposition_3
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Minkowski_sum_3
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Nef_2
|
||||||
|
Nef_3
|
||||||
|
Nef_S2
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Box_intersection_d
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Nef_2
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Box_intersection_d
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Nef_2
|
||||||
|
Nef_3
|
||||||
|
Nef_S2
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Nef_2
|
||||||
|
Nef_S2
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Filtered_kernel
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
NewKernel_d
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
CGAL_Core
|
||||||
|
Filtered_kernel
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Optimal_transportation_reconstruction_2
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Convex_hull_2
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Partition_2
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Periodic_2_triangulation_2
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Periodic_3_triangulation_3
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_3
|
||||||
|
Triangulation_3
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Point_set_2
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
BGL
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Point_set_3
|
||||||
|
Point_set_processing_3
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Stream_support
|
||||||
|
Surface_mesh
|
||||||
|
|
@ -0,0 +1,44 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_hull_2
|
||||||
|
Convex_hull_3
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Generator
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Jet_fitting_3
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Point_set_2
|
||||||
|
Point_set_processing_3
|
||||||
|
Polygon
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Principal_component_analysis
|
||||||
|
Principal_component_analysis_LGPL
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
QP_solver
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_searching
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
TDS_3
|
||||||
|
Triangulation_2
|
||||||
|
Triangulation_3
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Point_set_shape_detection_3
|
||||||
|
Principal_component_analysis
|
||||||
|
Principal_component_analysis_LGPL
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_searching
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Generator
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Mesher_level
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Point_set_processing_3
|
||||||
|
Poisson_surface_reconstruction_3
|
||||||
|
Polygon
|
||||||
|
Principal_component_analysis_LGPL
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_searching
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
Surface_mesher
|
||||||
|
TDS_3
|
||||||
|
Triangulation_3
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Installation
|
||||||
|
Kernel_23
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,38 @@
|
||||||
|
|
||||||
|
AABB_tree
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Box_intersection_d
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Generator
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Mesh_3
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polygon_mesh_processing
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Spatial_searching
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
TDS_3
|
||||||
|
Triangulation_2
|
||||||
|
Triangulation_3
|
||||||
|
Union_find
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
BGL
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
BGL
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Geomview
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Inventor
|
||||||
|
Kernel_23
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
Hash_map
|
||||||
|
Homogeneous_kernel
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polygon
|
||||||
|
Polyline_simplification_2
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
STL_Extension
|
||||||
|
Spatial_sorting
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
Circulator
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Polynomial
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Arithmetic_kernel
|
||||||
|
BGL
|
||||||
|
Cartesian_kernel
|
||||||
|
Circulator
|
||||||
|
Convex_hull_2
|
||||||
|
Convex_hull_3
|
||||||
|
Distance_2
|
||||||
|
Distance_3
|
||||||
|
Filtered_kernel
|
||||||
|
HalfedgeDS
|
||||||
|
Hash_map
|
||||||
|
Installation
|
||||||
|
Intersections_2
|
||||||
|
Intersections_3
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Matrix_search
|
||||||
|
Modifier
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Optimisation_basic
|
||||||
|
Polygon
|
||||||
|
Polyhedron
|
||||||
|
Polyhedron_IO
|
||||||
|
Polytope_distance_d
|
||||||
|
Profiling_tools
|
||||||
|
Property_map
|
||||||
|
QP_solver
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
TDS_2
|
||||||
|
Triangulation_2
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Kernel_d
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Principal_component_analysis
|
||||||
|
Principal_component_analysis_LGPL
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Solver_interface
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
Installation
|
||||||
|
Kernel_23
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Installation
|
||||||
|
STL_Extension
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Circulator
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
QP_solver
|
||||||
|
Random_numbers
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
Algebraic_foundations
|
||||||
|
Installation
|
||||||
|
Interval_support
|
||||||
|
Kernel_23
|
||||||
|
Modular_arithmetic
|
||||||
|
Number_types
|
||||||
|
Profiling_tools
|
||||||
|
STL_Extension
|
||||||
|
Stream_support
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue