Commit Graph

44685 Commits

Author SHA1 Message Date
Laurent Rineau 2f830ab071 Backport from trunk:
| ------------------------------------------------------------------------
  | r57936 | lrineau | 2010-08-10 17:12:49 +0200 (Tue, 10 Aug 2010) | 2 lines
  | Changed paths:
  |    M /trunk/GraphicsView/demo/Polygon/CMakeLists.txt
  | 
  | Fix CMake error!
  | 
  | ------------------------------------------------------------------------
2010-08-10 15:23:18 +00:00
Sébastien Loriot d1fa9f232b merge from trunk (typo in postCondition) 2010-08-10 14:50:25 +00:00
Laurent Rineau f711a10228 Backport from trunk:
| ------------------------------------------------------------------------
  | r57907 | spion | 2010-08-10 10:55:55 +0200 (Tue, 10 Aug 2010) | 2 lines
  | Changed paths:
  |    M /trunk/Number_types/include/CGAL/Lazy_exact_nt.h
  | 
  | Qualify calls to min/max with CGAL:: to avoid ambiguity with std::min/max.
  | 
  | ------------------------------------------------------------------------
2010-08-10 10:15:51 +00:00
Joachim Reichel f773b15dd0 update date and version in man page header--This line, and those below, will be ignored--
M    auxiliary/cgal_create_cmake_script.1
2010-08-09 19:25:28 +00:00
Laurent Rineau 0656da9bd0 Backport from trunk:
| ------------------------------------------------------------------------
  | 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).
  | 
  | ------------------------------------------------------------------------
2010-08-09 16:07:30 +00:00
Laurent Rineau 01e4f7caf8 Fix GMP/MPFR stuff in the Windows installer 2010-08-09 15:37:10 +00:00
Laurent Rineau 28b39948af Revert Straight_skeleton_2 to the version from CGAL-3.6-branch 2010-08-09 10:00:17 +00:00
Laurent Rineau 15240104a2 Attempt to fix the comparison of version for CMake-2.6.0 and CMake-2.6.1. 2010-08-08 10:59:11 +00:00
Laurent Rineau 4f5580b2b5 Backport from trunk:
| ------------------------------------------------------------------------
  | 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
  | ------------------------------------------------------------------------
2010-08-06 13:09:10 +00:00
Stéphane Tayeb 118ad76be9 Mesh_3 demo: Fix about window. 2010-08-06 12:51:21 +00:00
Laurent Rineau 283367f826 Backport from trunk:
| ------------------------------------------------------------------------
  | r57848 | lrineau | 2010-08-06 14:35:32 +0200 (Fri, 06 Aug 2010) | 4 lines
  | Changed paths:
  |    M /trunk/GraphicsView/demo/Polygon/CMakeLists.txt
  | 
  | Fix the CMakeLists.txt:
  |   - use CORE if available, do not fail otherwise
  |   - fix an out-of-sources compilation error.
  | 
  | ------------------------------------------------------------------------
2010-08-06 12:51:04 +00:00
Laurent Rineau c0bcff26db Turn cgal_setup_module_path into a CMake function.
Fix the CMake errors with CMake-2.6.0 and CMake-2.6.1 (VERSION_LESS if IF
has been introduced in CMake-2.6.2).
2010-08-06 12:11:31 +00:00
Laurent Rineau a3b7d81ead Fix typo. 2010-08-06 08:57:54 +00:00
Laurent Rineau a208f8fd83 Fix, after previous commits. 2010-08-06 08:57:19 +00:00
Sébastien Loriot 72287586b7 Backport from trunk
|------------------------------------------------------------------------
  |r57822 | sloriot | 2010-08-06 08:42:03 +0200 (Fri, 06 Aug 2010) | 5 lines
  |
  |add information in the installation manual about ESBTL
  |modif FindESBTL to look inside  ENV ESBTL_IN_DIR
  |------------------------------------------------------------------------
2010-08-06 06:48:27 +00:00
Laurent Rineau c4a894fc07 Backport from trunk
| ------------------------------------------------------------------------
  | r57817 | lrineau | 2010-08-05 16:56:05 +0200 (Thu, 05 Aug 2010) | 1 line
  | Changed paths:
  |    M /trunk/GraphicsView/doc_tex/GraphicsView/GraphicsView.tex
  |    M /trunk/Straight_skeleton_2/doc_tex/Straight_skeleton_2/Straight_skeleton_user.tex
  | 
  | Fix LaTeX warnings about figure size
  | ------------------------------------------------------------------------
2010-08-05 15:14:17 +00:00
Laurent Rineau dd63eccaa4 Clean the CMake configuration:
- 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.
2010-08-05 13:56:57 +00:00
Sébastien Loriot 05afcfd12f merge from trunk:
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.
2010-08-05 12:55:01 +00:00
Laurent Rineau ead14d266d Patch FindQt4.cmake only if CMake is newer than CMake-2.6.2 and before
2.8.1. Otherwise, use the version shipped with CMake.
2010-08-04 14:08:56 +00:00
Laurent Rineau 0ce6169205 Backport from trunk:
| ------------------------------------------------------------------------
  | r57771 | lrineau | 2010-08-04 11:12:24 +0200 (Wed, 04 Aug 2010) | 2 lines
  | Changed paths:
  |    M /trunk/Installation/INSTALL
  |    M /trunk/Installation/doc_tex/Installation/installation.tex
  | 
  | CMake >= 2.6.2 is now required.
  | 
  | ------------------------------------------------------------------------
  | r57770 | lrineau | 2010-08-04 11:12:02 +0200 (Wed, 04 Aug 2010) | 2 lines
  | Changed paths:
  |    M /trunk/Installation/CHANGES
  | 
  | typo
  | 
  | ------------------------------------------------------------------------
2010-08-04 09:44:04 +00:00
Laurent Rineau da0343a3c8 Allow ESBTL be found by CMake via an env variable (useful to setup a
testsuite).
2010-08-03 16:09:13 +00:00
Laurent Rineau ef80f2e06a Backport from trunk:
| ------------------------------------------------------------------------
  | r57747 | stayeb | 2010-08-03 14:28:52 +0200 (Tue, 03 Aug 2010) | 1 line
  | Changed paths:
  |    M /trunk/Triangulation_3/doc_tex/Triangulation_3/Triang3.tex
  | 
  | Typo: MB -> GB.
  | ------------------------------------------------------------------------
2010-08-03 14:51:37 +00:00
Laurent Rineau 5767e2d1b9 Backports from trunk:
| ------------------------------------------------------------------------
  | r57740 | sloriot | 2010-08-03 12:57:15 +0200 (Tue, 03 Aug 2010) | 4 lines
  | Changed paths:
  |    M /trunk/Installation/INSTALL
  | 
  | correct typo
  | add paragraph for ESBTL in INSTALL
  | 
  | 
  | ------------------------------------------------------------------------
  | r57754 | lrineau | 2010-08-03 16:48:22 +0200 (Tue, 03 Aug 2010) | 3 lines
  | Changed paths:
  |    M /trunk/Installation/doc_tex/Installation/installation.tex
  | 
  | Add a paragraph about ESBTL in the Prerequisites->Miscellaneous
  | sub-section.
  | 
  | ------------------------------------------------------------------------
2010-08-03 14:50:32 +00:00
Laurent Rineau 09d97fc9d7 Backport from trunk:
| ------------------------------------------------------------------------
  | 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.)
  | 
  | ------------------------------------------------------------------------
2010-08-03 14:24:59 +00:00
Laurent Rineau 4926946f29 Backport from trunk:
| ------------------------------------------------------------------------
  | r57737 | lrineau | 2010-08-03 12:27:42 +0200 (Tue, 03 Aug 2010) | 3 lines
  | Changed paths:
  |    M /trunk/iostream/include/CGAL/IO/io_tags.h
  | 
  | Fix a long long issues, detected by g++ -pedantic. Bug reported by  
  | Jens Seidel <jensseidel@users.sf.net>.
  | 
  | ------------------------------------------------------------------------
2010-08-03 10:34:25 +00:00
Laurent Rineau 91d30d17a5 Backport from trunk:
| ------------------------------------------------------------------------
  | r57736 | lrineau | 2010-08-03 12:25:18 +0200 (Tue, 03 Aug 2010) | 2 lines
  | Changed paths:
  |    M /trunk/Installation/doc_tex/Installation/appendix.tex
  | 
  | Fix a typo (doc bug found by Jens Seidel <jensseidel@users.sf.net>)
  | 
  | ------------------------------------------------------------------------
2010-08-03 10:33:14 +00:00
Stéphane Tayeb a5f7a4357e Fix facet encroachement test:
+ 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.
2010-08-03 06:34:02 +00:00
Laurent Rineau e45aacd6c3 Backport the following fix from trunk:
| ------------------------------------------------------------------------
  | 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 
  | 
  | ------------------------------------------------------------------------
2010-08-02 14:53:10 +00:00
Laurent Rineau efb2c205a3 - Fix the Qt Help Collection stuff:
- 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.
2010-08-02 14:51:09 +00:00
Laurent Rineau 7ee0635297 Update FindQt4 to the version shipped with CMake-2.8.1. 2010-08-02 14:04:07 +00:00
Laurent Rineau 3157f5c2c8 update after manual-3.7.bib 2010-08-02 12:46:30 +00:00
Laurent Rineau 1cf6f6047a manual.bib for CGAL-3.7 2010-08-02 12:43:49 +00:00
Laurent Rineau 2ade3af8da Let's target CGAL-3.7-alpha2, now. 2010-08-02 09:32:37 +00:00
Michael Kerber d87294bb09 Updated doc wrt to new implementation 2010-07-28 12:04:42 +00:00
Michael Kerber e7ef20b368 Simplified example 2010-07-28 12:02:24 +00:00
Michael Kerber 32acceae07 Implemented missing methods 2010-07-28 12:02:03 +00:00
Laurent Rineau 84879c2a5d Backport from trunk:
| ------------------------------------------------------------------------
  | r57615 | lrineau | 2010-07-27 20:53:03 +0200 (Tue, 27 Jul 2010) | 1 line
  | Changed paths:
  |    M /trunk/Installation/doc_tex/Installation/installation.tex
  | 
  | fix URL
  | ------------------------------------------------------------------------
2010-07-27 19:08:27 +00:00
Stéphane Tayeb 2b88828238 Mesh_3 demo: Fix target names in customized cgal_test_with_cmake (see r57561). 2010-07-26 07:53:24 +00:00
Stéphane Tayeb 6e9a34547c Fix __declspec related stuff in CMakeLists.txt (follows r57561). 2010-07-21 15:02:16 +00:00
Stéphane Tayeb 6341863388 Fix demo/Mesh_3 CMakeList.txt in order to avoid conflicts with Polyhedron demo. 2010-07-21 08:05:17 +00:00
Stéphane Tayeb 2cc43761fb Fix Mesh_3 changes according to Mariette's comment. 2010-07-19 14:29:45 +00:00
Efi Fogel 070bbd503b included the appropriate header instead of a depricated one 2010-07-19 13:35:07 +00:00
Stéphane Tayeb 1ddf3c7236 Add changes of 3D Mesh Generation package. 2010-07-19 12:23:18 +00:00
Sébastien Loriot bf4ae1f957 merge from trunk:
remove fast_remove in case degree >= 8
2010-07-15 14:19:46 +00:00
Laurent Rineau 8ff65cc68d Backport from trunk:
| ------------------------------------------------------------------------
  | r57497 | lrineau | 2010-07-14 14:06:50 +0200 (Wed, 14 Jul 2010) | 3 lines
  | Changed paths:
  |    M /trunk/Arrangement_on_surface_2/dont_submit
  | 
  | dont_submit demo/Arr_algebraic_segment_traits_2 because that directory is
  | very strange and creates a CMake error in the CGAL release.
  | 
  | ------------------------------------------------------------------------
2010-07-14 12:14:37 +00:00
Laurent Rineau b4e7bb1c6b Branch for CGAL-3.7 2010-07-13 15:41:49 +00:00
Sébastien Loriot dec70b56a3 bug-fix to use a Polyhedron instanciated with Polyhedron_traits_with_normal 2010-07-13 14:34:21 +00:00
Laurent Rineau 61a26a427b Fix the missing caption and label in HTML mode. 2010-07-13 10:16:30 +00:00
Laurent Rineau cf74cf28a8 Next public releases are candidates for CGAL-3.7-alpha1. 2010-07-12 15:55:50 +00:00
Laurent Rineau 5bd32a5885 Changes in supported compilers 2010-07-12 14:05:46 +00:00