Commit Graph

47603 Commits

Author SHA1 Message Date
Sébastien Loriot 12f8c5d435 Add reference to Eigen and specify which solver is recommended 2012-01-20 10:02:53 +00:00
Sébastien Loriot c70cff6454 document default solver+ add more space in example 2012-01-20 09:28:59 +00:00
Sébastien Loriot 062869883e fix typo an unify solver descriptions 2012-01-20 09:16:30 +00:00
Sébastien Loriot b03db42148 Insist on the facet that Eigen is recommended 2012-01-20 09:01:44 +00:00
Sébastien Loriot 7bb19c0e5e add third party link 2012-01-20 08:19:20 +00:00
Sébastien Loriot bff8608b53 Eigen is now the recommanded sparse solver.
Make this clearer on the surface mesh parameterization page
2012-01-20 08:12:57 +00:00
Guillaume Damiand 5f642cffd5 typo 2012-01-19 18:17:21 +00:00
Andreas Fabri f2cbdf7eec typos fixed 2012-01-19 17:35:01 +00:00
Laurent Rineau 03f4d9bb2c Add missing copyright to OpenNL 2012-01-19 16:58:06 +00:00
Laurent Rineau 3efd3543bf Check also the license of src/ 2012-01-19 16:52:16 +00:00
Laurent Rineau 902a51c9f2 Fix missing copyright and/or license notice 2012-01-19 16:51:59 +00:00
Laurent Rineau 7f0df0919c Fix the license header
That file is under Boost Software License. We cannot relicence it like we
want!
2012-01-19 16:50:34 +00:00
Laurent Rineau c84cf08626 That one was forgotten in the switch from LGPLv2 to LGPLv3+. 2012-01-19 16:49:52 +00:00
Laurent Rineau ebc733b514 Update Qt from 4.7-beta1 to 4.8.0 2012-01-19 15:10:12 +00:00
Laurent Rineau 6786dd44fd Try a workaround to fix the Intel Compiler tests
Define __SIZEOF_LONG__ and __SIZEOF_LONG_LONG__ to 8.
2012-01-19 14:22:45 +00:00
Laurent Rineau 569a0e174e Add explicit casts
This seems required. At least the Intel Compiler version 12 gives a set of errors
(not even warnings!). Here is one of them:

/home/lrineau/CGAL/CGAL-4.0-Ic-248/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h:192:29: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list
    unsigned int off0[3] = {(o0>>2)&1,(o0>>1)&1,(o0&1)};
                            ^~~~~~~~~
/home/lrineau/CGAL/CGAL-4.0-Ic-248/include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h:192:29: note: override this message by inserting an explicit cast
    unsigned int off0[3] = {(o0>>2)&1,(o0>>1)&1,(o0&1)};
                            ^~~~~~~~~
                            static_ca)t<unsigned int>(
2012-01-19 11:33:04 +00:00
Laurent Rineau 98211afa35 Try a workaround to fix the Intel Compiler tests
Define __SIZEOF_LONG__ and __SIZEOF_LONG_LONG__ to 8.
2012-01-19 10:58:52 +00:00
Sébastien Loriot 45e7c06392 revert r67297.
Fix test it in candidates
2012-01-19 10:08:57 +00:00
Sébastien Loriot f17ccbb823 explicitly check that the Interval template parameter is an interval.
MSVC is not able to eliminate the function even when the functor used
is Null_functor that has no result_type.
2012-01-19 08:49:20 +00:00
Andreas Fabri 792deb3819 Fix for Windows 'min/max' bug and remove superfluous #include 2012-01-19 08:43:49 +00:00
Andreas Fabri a3d7c19dbe Fix for Windows 'min/max' bug 2012-01-19 08:22:09 +00:00
Andreas Fabri 0d56ed88dc Fix for Windows 'min/max' bug 2012-01-19 08:11:02 +00:00
Andreas Fabri 628abfbb4c Fix for Windows 'min/max' bug 2012-01-19 08:09:04 +00:00
Andreas Fabri 560246e34b Fix for Windows 'min/max' bug 2012-01-19 08:07:40 +00:00
Andreas Fabri f834260e4c Fix for Windows 'min/max' bug 2012-01-19 08:03:51 +00:00
Andreas Fabri ad30118925 Fix for Windows 'min/max' bug 2012-01-19 08:02:43 +00:00
Andreas Fabri 0a89e16d86 Fix for Windows 'min/max' bug 2012-01-19 08:00:17 +00:00
Laurent Rineau aa61eaa607 In dont_submit, also check for "demo" or "examples". 2012-01-18 18:29:07 +00:00
Laurent Rineau 37af1861b3 Full-support of WITH_examples and WITH_demo in a branch-build
- Factorize the logic of Installation/examples/CMakeLists.txt and
  Installation/demo/CMakeLists.txt in to a function defined in
  Installation/CMakeLists.txt

- Call cgal_create_cmake_script, potentially out-of-build, when the
  CMakeLists.txt does not exist.
2012-01-18 18:18:06 +00:00
Laurent Rineau 97a7727e76 Allow to call "cgal_create_cmake_script demo" on an empty directory 2012-01-18 18:16:12 +00:00
Laurent Rineau 2dd281500a Followup to that commit:
| ------------------------------------------------------------------------
  | r65982 | lrineau | 2011-10-20 17:49:05 +0200 (Thu, 20 Oct 2011) | 8 lines
  | Changed paths:
  |    M /branches/next/Scripts/scripts/cgal_create_cmake_script
  | 
  | Improvement of cgal_create_cmake_script
  | 
  | This allows to create a CMakeLists.txt in a directory whereas the sources
  | are in another directory.
  | 
  | This will allow out-of-sources creation of CMakeLists.txt files. And, in
  | the end, that will improve the branch-build.
  | 
  | ------------------------------------------------------------------------

Make create_single_source_cgal_program() compatible with absolute paths
2012-01-18 13:58:12 +00:00
Laurent Rineau 27fb543865 Add --std=c++11 to our clang platform 2012-01-18 13:38:36 +00:00
Andreas Fabri e0ac2935a2 Fix for Windows 'min/max' bug 2012-01-18 12:15:59 +00:00
Andreas Fabri f84435560d Fix for Windows 'min/max' bug 2012-01-18 12:15:26 +00:00
Laurent Rineau 02ef8e35d8 Fix typo 2012-01-18 12:05:43 +00:00
Andreas Fabri 98e48ff177 Fix for Windows 'min/max' bug 2012-01-18 12:03:01 +00:00
Andreas Fabri 77f3648287 Fix for Windows 'min/max' bug 2012-01-18 12:02:15 +00:00
Michael Hemmer c153408f14 remove warnings 2012-01-18 11:56:04 +00:00
Andreas Fabri 75f50a1513 Fix for Windows 'min/max' bug 2012-01-18 11:32:21 +00:00
Andreas Fabri 26ec45fee9 Fix for Windows 'min/max' bug 2012-01-18 11:27:10 +00:00
Andreas Fabri 844e7869fa Fix for Windows 'min/max' bug 2012-01-18 11:25:40 +00:00
Andreas Fabri 10d334d4a5 Fix for Windows 'min/max' bug 2012-01-18 11:21:11 +00:00
Andreas Fabri 77f4e02022 Fix for Windows 'min/max' bug 2012-01-18 11:19:51 +00:00
Andreas Fabri cfbf3b9eeb Fix for Windows 'min/max' bug 2012-01-18 11:19:03 +00:00
Andreas Fabri 73a21e0f47 Fix for Windows 'min/max' bug 2012-01-18 11:17:08 +00:00
Andreas Fabri ae3244e596 Fix for Windows 'min/max' bug 2012-01-18 11:15:52 +00:00
Andreas Fabri f880735fbf Fix for Windows 'min/max' bug 2012-01-18 11:14:44 +00:00
Laurent Rineau dbf52257f8 In Polyhedral_mesh_domain_3, add a check that the input polyhedron is
triangulated.
2012-01-18 11:06:11 +00:00
Andreas Fabri cebb7314bc Fix for Windows 'min/max' bug 2012-01-18 11:05:35 +00:00
Laurent Rineau f31b9c3101 Fix LaTeX compilation error: '&' is a special character for LaTeX 2012-01-18 11:03:38 +00:00