Commit Graph

44776 Commits

Author SHA1 Message Date
Andreas Fabri dd6c852182 fixed type (thank you Sylvain) 2010-08-10 15:46:53 +00:00
Laurent Rineau a968f82c31 Fix CMake error! 2010-08-10 15:12:49 +00:00
Andreas Fabri 62c1507752 Add an example with a user defined points class 2010-08-10 15:12:23 +00:00
Andreas Fabri 00983a7365 Add an example with a user defined points class 2010-08-10 15:10:11 +00:00
Andreas Fabri 192c1644ee Add an example with a user defined points class 2010-08-10 15:09:50 +00:00
Laurent Rineau 1708d986df Re-add a file that was removed by error! 2010-08-10 14:51:29 +00:00
Sébastien Loriot 80538dc161 typo in postCondition 2010-08-10 14:46:09 +00:00
Laurent Rineau d81a462615 Quote file paths 2010-08-10 14:35:04 +00:00
Laurent Rineau d1cf7e4698 Name mangling is no longer used for BLAS/LAPACK/TAUCS on Windows: we now
provide only one variant: /MT.
2010-08-10 14:07:57 +00:00
Laurent Rineau 6c2d4dc8b0 Update of the Windows installer. As the precompiled libraries
(gmp/mpfr, blas/lapack/taucs) are no longer compiled with different
variants, the variants selection page is turned in a single platform
selection page (32 bits or 64 bits).
2010-08-10 13:55:36 +00:00
Andreas Fabri 11f9c270a4 Rewrite of loops 2010-08-10 13:22:20 +00:00
Laurent Rineau 040e9869d4 - Merge minor things from the CGAL-3.7-branch.
- Updates of svn:mergeinfo
2010-08-10 11:59:10 +00:00
Laurent Rineau b0c3cf4121 Merge the work from CGAL-3.7-branch:
| ------------------------------------------------------------------------
  | r57723 | lrineau | 2010-08-02 16:51:09 +0200 (Mon, 02 Aug 2010) | 9 lines
  | 
  | - 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-10 11:56:34 +00:00
Laurent Rineau f101addfb0 Merge the work from CGAL-3.7-branch:
| ------------------------------------------------------------------------
  | r57850 | stayeb | 2010-08-06 14:51:21 +0200 (Fri, 06 Aug 2010) | 1 line
  | 
  | Mesh_3 demo: Fix about window.
  | ------------------------------------------------------------------------
2010-08-10 11:55:52 +00:00
Laurent Rineau e458164d0a Merge the work from CGAL-3.7-branch:
| ------------------------------------------------------------------------
  | r57847 | lrineau | 2010-08-06 14:11:31 +0200 (Fri, 06 Aug 2010) | 4 lines
  | 
  | 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).
  | ------------------------------------------------------------------------
  | r57816 | lrineau | 2010-08-05 15:56:57 +0200 (Thu, 05 Aug 2010) | 17 lines
  | 
  | 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-10 11:55:00 +00:00
Andreas Fabri e3b6097631 remove 2010-08-10 11:53:22 +00:00
Andreas Fabri f4c074a0da Returning a const double& is slower than a copy 2010-08-10 11:51:05 +00:00
Andreas Fabri ba6f72ac3f Initialize in the initializer list 2010-08-10 11:44:18 +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
Michael Hemmer c42d61581d fix problem with x86-64_Linux-2.6_g++-4.4.0_F13 2010-08-10 09:32:01 +00:00
Sylvain Pion ee8454ad5b interval_support.cpp is not longer in this directory. 2010-08-10 09:02:13 +00:00
Sylvain Pion f20f2f45c5 Qualify calls to min/max with CGAL:: to avoid ambiguity with std::min/max. 2010-08-10 08:55:55 +00:00
Sylvain Pion 7e8a50b7ae Qualify to avoid ADL issue with boost::detail::test. 2010-08-10 08:49:17 +00:00
Andreas Fabri efffec74b9 see if Intel C++ strict ansi likes this assertion better 2010-08-10 08:46:12 +00:00
Andreas Fabri 2777ed35c3 Simplify test and get rid of warning 2010-08-10 08:24:42 +00:00
Andreas Fabri 16010cf531 For VC++ we have to directly derive from Has_qrt 2010-08-10 08:02:28 +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 54bf7e3192 Fix GMP/MPFR stuff, again... 2010-08-09 15:17:50 +00:00
Laurent Rineau c46f40b929 Fix GMP/MPFR stuff (forgot that part!) 2010-08-09 14:41:27 +00:00
Laurent Rineau 106529531e Fix the GMP/MPFR installation 2010-08-09 14:36:06 +00:00
Laurent Rineau e3a4a60da9 s/3.7/3.8/ in the trunk 2010-08-09 14:04:49 +00:00
Laurent Rineau ee31e79906 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 14:02:11 +00:00
Laurent Rineau 2452cea0d0 Update the GMP/MPFR stuff. 2010-08-09 13:56:16 +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
Sébastien Loriot c55460707b typos 2010-08-06 14:47:44 +00:00
Michael Hemmer 37c48c8f93 missing reference / typo 2010-08-06 14:43:56 +00:00
Andreas Fabri 9753c4b67b Add a remark that users must think to enable mouse tracking for the polyline input tool 2010-08-06 13:12:54 +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
Andreas Fabri fb6db200b5 Having a rubberband polygon without a key modifier pressed needs mouseTracking switched on 2010-08-06 13:03:15 +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 1dfbb1f9a9 Fix the CMakeLists.txt:
- use CORE if available, do not fail otherwise
  - fix an out-of-sources compilation error.
2010-08-06 12:35:32 +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
Andreas Fabri a7d117f1a9 int -> dize_t 2010-08-06 11:58:13 +00:00
Andreas Fabri ed0b889d3a Don't submit the Qt3 based demo as it is now part of the Bounding Volumes demo 2010-08-06 11:48:04 +00:00
Andreas Fabri 910b549c62 int -> size_t 2010-08-06 11:47:05 +00:00
Andreas Fabri 2328885e90 int -> size_t 2010-08-06 11:43:29 +00:00