Algebraic_foundations
rename Real_embeddable_traits::Sign Sgn
2008-09-18 15:35:55 +00:00
Algebraic_kernel_d
Bugfix in refine-method
2008-09-24 09:01:19 +00:00
Algebraic_kernel_for_circles
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Algebraic_kernel_for_spheres
Remove Arity_tag.
2008-07-22 12:29:01 +00:00
Alpha_shapes_2
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Alpha_shapes_3
Remove useless <CGAL/utility.h> includes
2008-07-25 15:10:02 +00:00
Apollonius_graph_2
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Approximate_min_ellipsoid_d
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Arrangement_of_spheres_3
Rename boost::array to CGAL::array.
2008-08-26 13:15:21 +00:00
Arrangement_on_surface_2
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
BGL
fixed typo
2008-09-08 08:02:07 +00:00
Benchmark
Use object_cast instead of assign
2008-07-29 11:48:27 +00:00
Benchmark_instances
…
Boolean_set_operations_2
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Box_intersection_d
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
CGALimageIO
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Cartesian_kernel
Rename Bool_type to Boolean.
2008-08-26 13:40:26 +00:00
Circular_kernel_2
putting both Get_equation together in function_objects_polynomial
2008-09-18 18:53:33 +00:00
Circular_kernel_3
makefile for demos re-added...
2008-09-17 09:01:30 +00:00
Circulator
simplification of file organization
2008-09-09 08:13:14 +00:00
Conic_2
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Convex_decomposition_3
fixed link, but why must it be written by hand in the first place ???
2008-09-08 08:12:34 +00:00
Convex_hull_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Convex_hull_3
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
Convex_hull_d
Add {} after empty else block to remove warnings
2008-07-30 09:54:22 +00:00
Core
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Curved_kernel_via_analysis_2
Derivative -> Differentiate
2008-09-24 09:46:56 +00:00
Developers_manual /doc_tex
*.c -> *.C.
2008-09-10 08:21:54 +00:00
Distance_2
Use integer coordinates to avoid warnings.
2008-09-07 13:02:19 +00:00
Distance_3
Rewrite the test-suite using:
2008-08-29 18:14:36 +00:00
Envelope_2
adding ./ at beginning of file
2008-07-30 09:43:17 +00:00
Envelope_3
Second pass to remove CGAL_USE_QT: remove "#ifndef CGAL_USE_QT"/"#else"/"#endif // CGAL_USE_QT"
2008-09-09 21:42:42 +00:00
Filtered_kernel
New profiling tool : Profile_branch_counter, that improves the display
2008-09-08 09:52:37 +00:00
Generator
Added generator for demos
2008-09-22 08:09:22 +00:00
Geomview
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
GraphicsView
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
HalfedgeDS
Removed troubling \XHDS macro
2008-08-29 21:09:04 +00:00
Hash_map
Hash_map is not a standalone package
2008-09-10 13:08:26 +00:00
Homogeneous_kernel
Rename Bool_type to Boolean.
2008-08-26 13:40:26 +00:00
Installation
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Interpolation
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
Intersections_2
More *_pair classes cleanups.
2008-09-07 15:09:56 +00:00
Intersections_3
Use global random gen.
2008-08-29 18:11:03 +00:00
Interval_skip_list
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Inventor
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Jet_fitting_3
corrected scope of sign_of_determinant
2008-09-02 07:38:25 +00:00
Kernel_23
Construct_supporting_plane_3( circle3 ) -> Construct_plane_3
2008-09-16 13:47:46 +00:00
Kernel_d
Unify struct and class
2008-09-18 13:44:36 +00:00
Kinetic_data_structures
rename RET::Sign RET::Sgn
2008-09-18 15:41:45 +00:00
LEDA
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Largest_empty_rect_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
MacOSX
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Maintenance
Followup: (fixed spec file)
2008-09-18 14:28:26 +00:00
Manual
Renamed directory as the alphabetical index of ref pages needs all ref pages to be in the same directory
2008-09-10 07:51:58 +00:00
Manual_tools
Added #include <stdlib.h> to make it compile on a gcc 4.3 system.
2008-08-22 19:40:47 +00:00
Matrix_search
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Mesh_2
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Min_annulus_d
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
Min_circle_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Min_ellipse_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Min_quadrilateral_2
Apparently this cgal_test does not bring anything over the automatically generated one.
2008-09-10 08:46:30 +00:00
Min_sphere_d
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Min_sphere_d_new
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
Min_sphere_of_spheres_d
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Minkowski_sum_2
fixing - no newline at end of file
2008-09-21 08:23:52 +00:00
Minkowski_sum_3
]include PkgDescription and homogenize package title with overall manual
2008-09-22 06:20:15 +00:00
Modifier
Modifier is not a standalone package
2008-09-10 13:10:22 +00:00
Modular_arithmetic
added Models
2008-09-17 09:15:15 +00:00
Nef_2
rename Real_embeddable_traits::Sign -> Sgn
2008-09-18 16:32:35 +00:00
Nef_3
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Nef_S2
added some make_object calls, which were still missing
2008-09-10 17:39:05 +00:00
Number_types
rename Real_embeddable_traits::Sign Sgn
2008-09-18 15:35:55 +00:00
OpenNL
Fixed bug in Bi-CGSTAB solver when omega==0, which may happen for small linear systems.
2008-08-25 15:26:38 +00:00
Optimisation_basic
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Optimisation_doc
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
PDB
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Partition_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Point_set_2
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Polygon
5th pass (manually) to remove CGAL_USE_QT: remove "#ifdnef CGAL_USE_QT"/"#endif"
2008-09-09 22:17:19 +00:00
Polyhedron
improve texturing for parameterization
2008-09-23 14:56:31 +00:00
Polyhedron_IO
kill warning
2008-08-21 13:10:38 +00:00
Polynomial
Added include
2008-09-23 14:27:50 +00:00
Polytope_distance_d
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Principal_component_analysis
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Profiling_tools
Renamed directory as the alphabetical index of ref pages needs all ref pages to be in the same directory
2008-09-10 07:40:56 +00:00
QP_solver
another try (inserted missing const)
2008-09-05 09:34:51 +00:00
Qt_widget
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
Quadrical_kernel_3
…
Random_numbers
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Reconstruction_from_slices_3
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Ridges_3
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Robustness
Second pass to remove CGAL_USE_QT: remove "#ifndef CGAL_USE_QT"/"#else"/"#endif // CGAL_USE_QT"
2008-09-09 21:42:42 +00:00
STL_Extension
Replace Nef's custom Object_handle by CGAL::Object.
2008-09-09 16:03:25 +00:00
Scripts
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
SearchStructures
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Segment_Delaunay_graph_2
rename Real_embeddable_traits::Sign -> Sgn
2008-09-18 16:32:35 +00:00
Skin_surface_3
Made custom CMakeList.txt file as one application needs PDB
2008-09-09 14:01:25 +00:00
Snap_rounding_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Spatial_searching
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Spatial_sorting
…
Straight_skeleton_2
Fixed inexact_sqrt problem due to change of number type
2008-09-22 20:23:41 +00:00
Stream_lines_2
6th pass to remove CGAL_USE_QT: remove "#ifdnef CGAL_USE_QT"/"#else"/"#endif"
2008-09-09 22:20:48 +00:00
Stream_support
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Subdivision_method_3
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Surface_mesh_parameterization
Added trace
2008-08-26 14:43:28 +00:00
Surface_mesh_simplification
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Surface_mesher
rename Real_embeddable_traits::Sign -> Sgn
2008-09-18 16:32:35 +00:00
Surface_reconstruction_3
Fixed bug in Point_set_3::delete_selection(): update the bounding box, sphere,...
2008-09-18 15:44:44 +00:00
Testsuite
Unfix the ordering of packages to test
2008-09-10 14:39:26 +00:00
Triangulation_2
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Triangulation_3
revert change, code was right before
2008-09-15 20:54:02 +00:00
Union_find
Union find is not a standalone package
2008-09-10 13:07:24 +00:00
Visibility_complex_2
7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT
2008-09-09 22:29:51 +00:00
Voronoi_diagram_2
7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT
2008-09-09 22:29:51 +00:00
Width_3
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
iostream
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
kdtree
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
wininst
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
.gitattributes
- Fix soname and soversion of libraries (they were exchanged).
2008-09-24 10:32:44 +00:00
.gitignore
appended svn:ignore
2008-09-24 09:12:16 +00:00