The public CGAL repository, see the README below
Go to file
Laurent Rineau 0b83562ef1 Backport from trunk, fixes to the testsuite:
| ------------------------------------------------------------------------
  | r58061 | lrineau | 2010-08-13 18:14:29 +0200 (Fri, 13 Aug 2010) | 8 lines
  | Changed paths:
  |    M /trunk/Boolean_set_operations_2/test/Boolean_set_operations_2/test_bop.cpp
  | 
  | Use a full-qualified name, because a of conflict with something from Boost.
  | 
  | Old error log:
  | /home/lrineau/CGAL/boost/1.44-beta1/include/boost/type_traits/has_new_operator.hpp: In function 'bool test_one_file(std::ifstream&)':
  | /home/lrineau/CGAL/boost/1.44-beta1/include/boost/type_traits/has_new_operator.hpp:24: error: 'template<class U, U x> struct boost::detail::test' is not a function,
  | /home/lrineau/CGAL/CGAL-3.7-I-135/cmake/platforms/x86-64_Linux-2.6_g++-4.4.4_F13-MATCHING-BUG-6/test/Boolean_set_operations_2/test_bop.cpp:137: error:   conflict with 'template<class Polygon1, class Polygon2> bool test(std::istream&, const Polygon1&, const Polygon2&)'
  | /home/lrineau/CGAL/CGAL-3.7-I-135/cmake/platforms/x86-64_Linux-2.6_g++-4.4.4_F13-MATCHING-BUG-6/test/Boolean_set_operations_2/test_bop.cpp:386: error:   in call to 'test'
  | 
  | ------------------------------------------------------------------------
  | r58062 | lrineau | 2010-08-13 18:19:37 +0200 (Fri, 13 Aug 2010) | 8 lines
  | Changed paths:
  |    M /trunk/Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/interface_check.cpp
  | 
  | Use a fully-qualified name for ::test, because otherwise there is a
  | conflict with something from Boost:
  | 
  | /home/lrineau/CGAL/boost/1.44-beta1/include/boost/type_traits/has_new_operator.hpp: In function 'int main()':
  | /home/lrineau/CGAL/boost/1.44-beta1/include/boost/type_traits/has_new_operator.hpp:24: error: 'template<class U, U x> struct boost::detail::test' is not a function,
  | /home/lrineau/CGAL/CGAL-3.7-I-135/cmake/platforms/x86-64_Linux-2.6_g++-4.4.4_F13-MATCHING-BUG-6/test/Min_sphere_of_spheres_d/interface_check.cpp:147: error:   conflict with 'template<int D, class FT, class Sqrt, class Alg> void test(int, const FT&)'
  | /home/lrineau/CGAL/CGAL-3.7-I-135/cmake/platforms/x86-64_Linux-2.6_g++-4.4.4_F13-MATCHING-BUG-6/test/Min_sphere_of_spheres_d/interface_check.cpp:210: error:   in call to 'test'
  | 
  | ------------------------------------------------------------------------
2010-08-18 20:59:25 +00:00
AABB_tree Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Algebraic_foundations add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Algebraic_kernel_d Backport from trunk: 2010-08-18 14:42:09 +00:00
Algebraic_kernel_for_circles add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Algebraic_kernel_for_spheres add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Alpha_shapes_2 merge from trunk r58105: 2010-08-17 07:28:18 +00:00
Alpha_shapes_3 Add static_cast 2010-06-25 07:39:10 +00:00
Apollonius_graph_2 int -> size_type/std::size_t 2010-06-22 09:55:56 +00:00
Approximate_min_ellipsoid_d Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Arithmetic_kernel Backport from trunk (without any polution this time): 2010-08-11 10:54:40 +00:00
Arrangement_on_surface_2 Backport the following fix from trunk: 2010-08-02 14:53:10 +00:00
BGL int -> size_t 2010-06-25 08:19:41 +00:00
Boolean_set_operations_2 Backport from trunk, fixes to the testsuite: 2010-08-18 20:59:25 +00:00
Box_intersection_d int -> size_type/std::size_t 2010-06-21 16:44:18 +00:00
CGAL_ipelets autodetect version of IPE 2010-06-23 16:20:18 +00:00
CGALimageIO Remove a few "warning: extra ';'" with g++ -pedantic. 2009-11-14 11:49:52 +00:00
Cartesian_kernel Backport from trunk: 2010-08-03 14:24:59 +00:00
Circular_kernel_2 Backport from trunk: 2010-08-13 15:34:25 +00:00
Circular_kernel_3 missing include file 2010-06-16 17:24:58 +00:00
Circulator add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Conic_2 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Convex_decomposition_3 Fix keyword $URL$ and $Id$: "$URL: " and "$Id: " are not correct Subversion keywords 2010-06-29 12:47:18 +00:00
Convex_hull_2 Merged revisions 56835,56864-56870,56876,56895-56897 via svnmerge from 2010-06-20 21:48:20 +00:00
Convex_hull_3 int -> size_type/std::size_t 2010-06-21 16:47:25 +00:00
Convex_hull_d int -> size_t as well as static_casts 2010-06-22 15:54:41 +00:00
Core Revert previous commit 2010-08-11 10:53:34 +00:00
Developers_manual remove package namespace macro 2010-06-09 08:45:58 +00:00
Distance_2 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Distance_3 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Envelope_2 int -> size_t and static_cast 2010-06-25 15:05:05 +00:00
Envelope_3 Added Dan Halperin as an Author 2010-06-28 13:33:55 +00:00
Filtered_kernel add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Generator Move the old Qt3 demo/Generator to demo/Generator/qt3. A new Qt4 demo has been create by Andreas Fabri in the GraphicsView package. 2010-07-09 08:40:18 +00:00
Geomview add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
GraphicsView Backport from trunk: 2010-08-12 13:49:43 +00:00
HalfedgeDS add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Hash_map int -> size_type/std::size_t 2010-06-21 15:08:06 +00:00
Homogeneous_kernel Backport from trunk: 2010-08-03 14:24:59 +00:00
Installation Add a macro CGAL_CORE_1_7_64BITS to detect if CGAL_Core is a Core-1.7 in 64 2010-08-18 09:48:23 +00:00
Interpolation static_cast 2010-06-22 17:02:41 +00:00
Intersections_2 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Intersections_3 correct bug in triangle_3-segment_3 intersection: 2010-07-12 06:34:17 +00:00
Interval_skip_list Remove empty lines at beginning and end of files 2010-02-01 12:55:28 +00:00
Interval_support change Interval_traits to a class, as all other related traits classes 2010-06-11 08:05:45 +00:00
Inventor add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Jet_fitting_3 int -> size_t and static_casts 2010-06-25 15:30:45 +00:00
Kernel_23 Backport from trunk: 2010-08-03 14:24:59 +00:00
Kernel_d static_casts 2010-06-22 16:17:33 +00:00
Kinetic_data_structures int -> size_t and static_casts 2010-06-23 08:30:32 +00:00
LEDA add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Largest_empty_rect_2 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
MacOSX
Maintenance Let's target CGAL-3.7-alpha2, now. 2010-08-02 09:32:37 +00:00
Manual manual.bib for CGAL-3.7 2010-08-02 12:43:49 +00:00
Manual_tools update after manual-3.7.bib 2010-08-02 12:46:30 +00:00
Matrix_search Merged revisions 56906,56908 via svnmerge from 2010-06-21 10:40:54 +00:00
Mesh_2 Fix the CMakeLists.txt files so that: 2010-07-12 12:58:42 +00:00
Mesh_3 Do not compile implicit_functions if the demo is not compiled. 2010-08-13 14:10:59 +00:00
Min_annulus_d add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Min_circle_2 int -> size_t 2010-06-25 15:39:47 +00:00
Min_ellipse_2 Backport from trunk: 2010-08-11 12:24:53 +00:00
Min_quadrilateral_2 Merged revisions 56835,56864-56870,56876,56895-56897 via svnmerge from 2010-06-20 21:48:20 +00:00
Min_sphere_d remove package namespace macro 2010-06-09 08:45:58 +00:00
Min_sphere_of_spheres_d Backport from trunk, fixes to the testsuite: 2010-08-18 20:59:25 +00:00
Minkowski_sum_2 solving warning converting from unsigned int to int 2010-06-21 21:52:32 +00:00
Minkowski_sum_3 Fix keyword $URL$ and $Id$: "$URL: " and "$Id: " are not correct Subversion keywords 2010-06-29 12:47:18 +00:00
Modifier add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Modular_arithmetic add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Nef_2 Don't rely on the implicit conversion QString -> const char*. 2010-07-12 10:02:56 +00:00
Nef_3 Fix keyword $URL$ and $Id$: "$URL: " and "$Id: " are not correct Subversion keywords 2010-06-29 12:47:18 +00:00
Nef_S2 Fix warnings: braces around empty body, and unused parameters. 2010-06-29 12:38:52 +00:00
Number_types Fix the "bug" of CORE-1.7 in 64 bits. The bug was actually in CGAL 2010-08-18 13:08:04 +00:00
OpenNL cleanup extra ';' 2010-04-24 09:37:42 +00:00
Optimisation_basic add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Optimisation_doc All 2D Bounding Volumes demo integrated in one 2010-06-16 15:23:52 +00:00
Partition_2 Merged revisions 56835,56864-56870,56876,56895-56897 via svnmerge from 2010-06-20 21:48:20 +00:00
Periodic_3_triangulation_3 Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Point_set_2 int -> size_t / Cartesian -> ExactExact 2010-06-25 09:45:35 +00:00
Point_set_processing_3 Backport from trunk: 2010-08-11 09:18:32 +00:00
Polygon int -> size_type/std::size_t 2010-06-21 16:52:36 +00:00
Polyhedron Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Polyhedron_IO int -> size_t 2010-06-28 10:55:25 +00:00
Polynomial fix for VC++ 2010-07-09 06:50:24 +00:00
Polytope_distance_d add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Principal_component_analysis Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Profiling_tools add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
QP_solver add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Qt_widget rm ambig 2010-03-11 13:46:27 +00:00
Random_numbers add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Ridges_3 merge from trunk (typo in postCondition) 2010-08-10 14:50:25 +00:00
Robustness Added demos to the demos target 2008-12-18 17:29:36 +00:00
STL_Extension Import fix for narrowing conversions from the relevant LWG issue 2010-07-08 09:12:23 +00:00
Scripts Unless the -k option is used, the src/ directory is erased after the 2010-07-07 16:00:13 +00:00
SearchStructures add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Segment_Delaunay_graph_2 Add a README.txt that explains where is the demo for this package. 2010-07-12 13:01:25 +00:00
Skin_surface_3 find(ESBTL) after include( ${CGAL_USE_FILE} ) to override 2010-06-17 06:05:20 +00:00
Snap_rounding_2 Don't rely on the implicit conversion QString -> const char*. 2010-07-12 10:02:56 +00:00
Spatial_searching merge from trunk: 2010-08-18 12:56:15 +00:00
Spatial_sorting add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Straight_skeleton_2 Revert Straight_skeleton_2 to the version from CGAL-3.6-branch 2010-08-09 10:00:17 +00:00
Stream_lines_2 Don't rely on the implicit conversion QString -> const char*. 2010-07-12 10:02:56 +00:00
Stream_support The badbit is for I/O error, and failbit is for logic errors. 2010-06-28 10:58:52 +00:00
Subdivision_method_3 Missing #include 2010-06-24 08:52:54 +00:00
Surface_mesh_parameterization bug-fix to use a Polyhedron instanciated with Polyhedron_traits_with_normal 2010-07-13 14:34:21 +00:00
Surface_mesh_simplification int->size_t and suppres VC++ warning on truncted names 2010-06-25 08:55:21 +00:00
Surface_mesher Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Surface_reconstruction_points_3 Global fix of all uses of qt4_generate_moc: the destination file path must be absolute. 2010-08-11 13:24:20 +00:00
Testsuite remove dependance on CGAL_PDB: merge from the branche created for that purpose 2010-06-10 17:26:38 +00:00
Triangulation_2 merge from trunk: 2010-07-15 14:19:46 +00:00
Triangulation_3 Backport from trunk: 2010-08-03 14:51:37 +00:00
Union_find add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Voronoi_diagram_2 Try a fix for the [io]fstream(Qstring) ambiguity in C++0X. 2010-07-11 17:28:04 +00:00
Width_3 add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
iostream Backport from trunk: 2010-08-03 10:34:25 +00:00
kdtree add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
wininst Backport from trunk: 2010-08-10 15:48:56 +00:00
.gitattributes Backport from trunk: 2010-08-12 13:49:43 +00:00
.gitignore - Fix the Qt Help Collection stuff: 2010-08-02 14:51:09 +00:00