Commit Graph

52761 Commits

Author SHA1 Message Date
Nico Kruithof fe72cd13b1 Cleanup of the performance test 2013-03-29 14:37:29 +01:00
Jane Tournois abd099e8b6 Intrusive_list : change modificators of next_intrusive and previous_intrusive to functions set_next_intrusive and set_previous_intrusive
(old functions were returning a reference for modification)
2013-03-29 14:05:14 +01:00
Sébastien Loriot 62f7e53b13 make Construct_offset_point public
add a benchmark file using it to avoid building the complete exterior skeleton.
2013-03-29 11:23:33 +01:00
Mariette Yvinec 92b406ee6a fixed the doc of the triangulation type 2013-03-29 10:31:22 +01:00
Sébastien Loriot 672a87f8f9 explicit epsilon 2013-03-28 18:36:44 +01:00
Clement Jamin 612ec45b4d Updated MeshComplex_3InTriangulation_3 concept 2013-03-28 18:32:29 +01:00
Laurent Rineau 70b33e7c86 Stéphane is gone. I am the maintainer of Mesh_3. 2013-03-28 16:56:27 +01:00
Jane Tournois 2594644d60 fix compilation in debug mode when macro is activated, on windows 2013-03-28 16:40:53 +01:00
Laurent Rineau d09971b3c3 Update the picture of Triangulation_utils_3 (was unreadable) 2013-03-28 14:51:56 +01:00
Jane Tournois 59f7e9d919 fix typo 2013-03-28 14:19:22 +01:00
Andreas Fabri 601009ae35 Add a test for nanoflan 2013-03-28 13:47:52 +01:00
Clement Jamin 729834f9be Updated Mesh_triangulation_3 doc. 2013-03-28 11:21:46 +01:00
Andreas Fabri 24334fd46a Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-03-28 10:46:50 +01:00
Clement Jamin 17cfd743af Rephrased the "CGAL::Mesh_triangulation_3<>::type" thing 2013-03-28 10:05:57 +01:00
Nico Kruithof a9ff53e529 Added test to log the performance of the periodic Delaunay triangulation 2013-03-27 18:05:50 +01:00
Sébastien Loriot 2be61b63e6 add benchmarks
-to compare the computation of the skeleton with different kernels
-to compare the computation of exterior skeleton
2013-03-27 17:03:20 +01:00
Laurent Rineau bdae010b64 Fix several warnings 2013-03-27 15:50:06 +01:00
Sébastien Loriot bebe1ad127 fix typo 2013-03-27 15:19:40 +01:00
Laurent Rineau b6ffa7c425 Merge branch 'CGAL-fix_warnings-GF'
That branch was successfully tested in CGAL-4.2-Ic-205.
2013-03-27 12:23:31 +01:00
Laurent Rineau 5b00ce6616 Add Eigen and ESBTL to x86-64_Linux-Fedora16_g++-4.6.2_m32 2013-03-27 12:02:17 +01:00
Laurent Rineau c0c18dfe6a Put /home/lrineau/CGAL/MPFI-RS/setup-rs in setup-common 2013-03-27 12:00:43 +01:00
Laurent Rineau 3007b02bed Split setup-common into several files 2013-03-27 12:00:20 +01:00
Laurent Rineau 7b8c3c7f82 Update the path of my file setup-common 2013-03-27 11:49:05 +01:00
Laurent Rineau aadbef6497 x86-64_Linux-Fedora16_g++-4.6.2_Release now uses -DCGAL_NDEBUG 2013-03-27 11:40:25 +01:00
Laurent Rineau 71425fc27a Remove the platform x86-64_Linux-Fedora16_g++-4.5-branch_CXX0X
And use -j7 instead of -j6 (the machine has 4 cores, and hyperthreading).
2013-03-27 11:39:51 +01:00
Nico Kruithof 0e9e38498f Fixed excessive calls to validating whether the too long edges administration is correct.
The entire triangulation was checked for every face.
2013-03-27 07:58:11 +01:00
Mariette Yvinec 9a3aa487fd Changed the doc for the triangulation type in concept Complex_3InTriangulation_3 2013-03-26 19:19:08 +01:00
Nico Kruithof 851e7a3d94 Fixed a bug in the too_long_edges bookkeeping. 2013-03-26 15:08:39 +01:00
Nico Kruithof f5ba6b3ac0 Draw the bounding box around the middle cover if we have multiple covers 2013-03-26 15:07:44 +01:00
Laurent Rineau d47b8963a2 Change the way the Git branch is displayed in test results
Now the commit hash will be display, and also all the local branch names
that correspond (similarly to the use of --decorate in git-log).
2013-03-26 12:45:13 +01:00
Laurent Rineau 5523cd67c3 Fix test_Uncertain.cpp when CGAL_NDEBUG is set
The following commit was too systematic. For test_Uncertain.cpp, it is
important to let the call to CGAL_assertion_code. See the comment in the
code.
2013-03-26 12:18:30 +01:00
Sébastien Loriot 29738420ba fix incorrect bash construction 2013-03-26 11:37:11 +01:00
Nico Kruithof 26e7e44acb Everything is implemented. The big cleanup starts now 2013-03-26 11:16:22 +01:00
Nico Kruithof 33ec6528e7 Added locally_Delaunay tests to the testsuite 2013-03-26 10:58:33 +01:00
Nico Kruithof 98a85e2636 Code cleanup
Making locally_Delaunay public
2013-03-26 10:57:26 +01:00
Sébastien Loriot 4860091679 doc bugfix: s/InputIterator/ForwardIterator/g (used in a multipass algorithm) 2013-03-26 10:37:35 +01:00
Sébastien Loriot 104384b40f doc bugfix: iterator is a ForwardIterator since the algorithm is multipass
the fix consists in s/InputIterator/ForwardIterator/
and update the description of the input iterator
2013-03-26 10:16:07 +01:00
Sébastien Loriot d62c514d18 remove a swap call for resizing a vector that is useless for a list 2013-03-26 09:46:55 +01:00
Sébastien Loriot f724d4a704 remove extra typename 2013-03-26 09:44:13 +01:00
Sébastien Loriot a483e26dd0 skip documentation of header in dont_submit 2013-03-26 08:25:47 +01:00
Laurent Rineau f8e63d575c Update the configuration of picasso
The configuration was already updated for a while, but not commited.

Today I have added a new platform that will use LEDA instead of GMP. And I
have disable x64_Cygwin-Windows8_MSVC2012-Debug-32bits

That commit also adds a shell script to update the local copy from the
files on picasso.
2013-03-25 17:50:29 +01:00
Laurent Rineau 3a5ab74b93 Remove the anonymous namespace
That fixes a warning about a function "not emitted".
2013-03-25 17:12:09 +01:00
Clement Jamin 081c39706d Replaced "Void" (undocumented) by Default 2013-03-25 15:18:42 +01:00
Jane Tournois 3c5cfea454 missing for freeze in parameters::lloyd() and parameters::odt() 2013-03-25 14:48:51 +01:00
Jane Tournois 6ae05570ca typos about freeze 2013-03-25 14:39:35 +01:00
Laurent Rineau dbdcdffaeb The default value of a parameter is used even if its name is not.
Fixes:
  | commit 0cbc8b0e40
  | Author: Andreas Fabri <andreas.fabri@geometryfactory.com>
  | Date:   Sat Mar 23 08:45:06 2013 +0100
  |
  |     remove unused parameters
2013-03-25 14:26:50 +01:00
Laurent Rineau 846c627aeb Better linking to the other function 2013-03-25 12:41:04 +01:00
Clement Jamin c848a6eb12 Added vertex_base and cell_base to Mesh_triangulation_3 template params
And a placeholder for the future Concurrency_tag (unused for now)
2013-03-25 11:45:30 +01:00
Sébastien Loriot 1c8bcfb412 use the classical cmake way to find third party library 2013-03-25 10:29:42 +01:00
Sébastien Loriot 1d36416ada more efficient way to display a combinatorial map 2013-03-25 10:26:22 +01:00