(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).
| ------------------------------------------------------------------------
| 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.
|
| ------------------------------------------------------------------------
| ------------------------------------------------------------------------
| 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.
|
| ------------------------------------------------------------------------
| ------------------------------------------------------------------------
| 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
| ------------------------------------------------------------------------