| ------------------------------------------------------------------------
| r57880 | lrineau | 2010-08-09 16:02:11 +0200 (Mon, 09 Aug 2010) | 4 lines
| Changed paths:
| M /trunk/Installation/cmake/modules/CGAL_GeneratorSpecificSettings.cmake
|
| GMP/MPFR without auto-link is now the default under Windows. Auto-link is
| for only CGAL libraries, Boost libraries, and Blas/Lapack/TAUCS (when
| needed).
|
| ------------------------------------------------------------------------
| ------------------------------------------------------------------------
| r57852 | afabri | 2010-08-06 15:03:15 +0200 (Fri, 06 Aug 2010) | 1 line
| Changed paths:
| M /trunk/GraphicsView/demo/Polygon/Polygon_2.cpp
|
| Having a rubberband polygon without a key modifier pressed needs mouseTracking switched on
| ------------------------------------------------------------------------
- CGALConfig_install.cmake.source.in is removed. The variable
SOURCE_INSTALL/CGAL_SOURCE_INSTALL were unused, and probably not tested
for a long time (I found errors in
CGALConfig_install.cmake.source.in). This has been cleaned.
- CGALConfig_install.cmake.fhs.in is renamed (no .fhs. in it).
- The module path is now modified in a macro (defined in
CGAL_Macros.cmake), and the variable CGAL_CMAKE_MODULE_PATH is no
longer stored or used in CGALConfig.cmake (the reason is that is was
used as a path, where it is actually a list of paths).
- The UseCGAL.cmake file only link with CGAL libraries that has been
configured.
change classification on the bound: the simplex is inside
the alpha-complex when alpha >= its squared_radius.
this was the source of a bug in find_alpha_solid which cause a bug
in find_optimal_alpha
fix approved by Mariette.
| ------------------------------------------------------------------------
| r57752 | lrineau | 2010-08-03 16:22:25 +0200 (Tue, 03 Aug 2010) | 6 lines
| Changed paths:
| M /trunk/Cartesian_kernel/include/CGAL/Cartesian/function_objects.h
| M /trunk/Homogeneous_kernel/include/CGAL/Homogeneous/function_objects.h
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/Kernel_CompareDistance_2.tex
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/Kernel_CompareDistance_3.tex
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/Kernel_CompareSquaredDistance_2.tex
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/Kernel_CompareSquaredDistance_3.tex
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ComputeSquaredDistance_2.tex
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/Kernel_ComputeSquaredDistance_3.tex
| A /trunk/Kernel_23/doc_tex/Kernel_23_ref/compare_distance.tex
| M /trunk/Kernel_23/doc_tex/Kernel_23_ref/compare_squared_distance.tex
| M /trunk/Kernel_23/include/CGAL/Kernel/global_functions.h
| M /trunk/Kernel_23/include/CGAL/Kernel/global_functions_internal_2.h
| M /trunk/Kernel_23/include/CGAL/Kernel/global_functions_internal_3.h
| M /trunk/Kernel_23/test/Kernel_23/include/CGAL/_test_new_2.h
| M /trunk/Kernel_23/test/Kernel_23/include/CGAL/_test_new_3.h
|
| - Deprecate operator()(T1, T2, T3, T4) of Kernel::CompareSquaredDistance_[23]
| and move it to Kernel::CompareDistance_[23].
| - Add CGAL::compare_distance(T1, T2, T3, T4).
|
| (Test suite OK.)
|
| ------------------------------------------------------------------------
+ some encroached facet could be missed with the old version of the code (seems to happen in some cases where facet_size > tet_size in the meshing criteria). This leads to a possible crash with the new optimized version of the volume refinement.
| ------------------------------------------------------------------------
| r57717 | eric | 2010-08-02 15:55:31 +0200 (Mon, 02 Aug 2010) | 2 lines
| Changed paths:
| M /trunk/Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h
|
| bugfix: p can be identical to _ps or _pt, which results in a failing assertion for case of res1/2 == EQUAL, as in this case both can be non-exact
|
| ------------------------------------------------------------------------
- CMakeLists.txt is changed (now that FindQt4.cmake has been update to
the version shipped with CMake-2.8.1,
- the .qhcp files have been updated, so that the first URL is correct.
- Use embedded resources in demo/Periodic_3_triangulation_3/MainWindow.h,
so that the resources are found even if the build/install directory is
out of sources.