Commit Graph

58012 Commits

Author SHA1 Message Date
Andreas Fabri f242567a3f fix wording and indentation 2014-12-30 16:04:01 +01:00
Andreas Fabri 120890cacc Add manual.txt 2014-12-30 12:19:55 +01:00
Sébastien Loriot d4f875782c use boost::tuple if using clang and libc++ 2014-12-30 12:18:14 +01:00
Andreas Fabri 4937d02271 make the trace code work for Surface_mesh 2014-12-30 11:57:05 +01:00
Andreas Fabri 1e9f07711e %n in a scanf reads the number of characters read, and must be an int 2014-12-30 10:53:13 +01:00
Andreas Fabri 7ac935326e Display the distance to the previously selected point 2014-12-29 16:49:14 +01:00
Dmitry Anisimov 8e4a486024 Updated file changes.html. 2014-12-29 16:40:15 +01:00
Dmitry Anisimov 7d9f7bcf9c Test update and modification of the file changes.html. 2014-12-29 16:16:30 +01:00
Dmitry Anisimov e9265d081f Test update. 2014-12-29 15:39:39 +01:00
Dmitry Anisimov 120159d7d3 Test update. 2014-12-29 15:31:00 +01:00
Dmitry Anisimov 08ead571b4 Test update. 2014-12-29 15:14:28 +01:00
Dmitry Anisimov 51e8d361f3 Updated examples. 2014-12-29 15:01:04 +01:00
Andreas Fabri be632d39f5 use the size type of the graph 2014-12-29 14:47:14 +01:00
Andreas Fabri 1160b36765 Add a copy of Index.h from master so that the merge into itegration goes well 2014-12-29 12:55:48 +01:00
Andreas Fabri 8fac52527d use size_type of the graph in the edge property map class instead of std::size_t 2014-12-29 12:55:43 +01:00
Andreas Fabri cb62891f8e Use size_type of the graph 2014-12-29 12:55:37 +01:00
Guillaume Damiand 32464de4a5 Update demo for Menger, Sierpinski Carpet and Sierpinski Triangle. 2014-12-28 17:15:02 +01:00
Guillaume Damiand 237c4b87fb Remove warnings. 2014-12-27 20:12:51 +01:00
Guillaume Damiand 029724ab67 Add example file 2014-12-25 08:20:52 +01:00
Guillaume Damiand d851f35651 Remove warnings; wrong use of typename and template in viewer; default argument for example. 2014-12-25 08:20:00 +01:00
Sébastien Loriot 3fd49a9013 remove exe flag 2014-12-24 09:29:50 +01:00
Guillaume Damiand 69b53d262d Improve demo drawing. 2014-12-24 09:18:55 +01:00
Guillaume Damiand 34e9139cde Update viewers. 2014-12-24 08:19:09 +01:00
Guillaume Damiand bdc0dee6ce Update operations to use are_attributes_automatically_managed 2014-12-23 22:15:49 +01:00
Guillaume Damiand 0860cf5012 Remove trailing whitespaces 2014-12-23 21:52:15 +01:00
Guillaume Damiand c9345af46b add the new function in Linear cell complex class. 2014-12-23 21:51:04 +01:00
Guillaume Damiand 1ac0e7ea8d add the three new functions in CombinatorialMap concept. 2014-12-23 21:39:33 +01:00
Guillaume Damiand 882c6033df Bug fix; optimize merge volume operations. 2014-12-23 21:07:53 +01:00
Sébastien Loriot 4865943ea0 add missing example 2014-12-23 17:30:53 +01:00
Andreas Fabri d50d9d90f2 The concept Index exists meanwhile in master 2014-12-23 16:57:14 +01:00
Andreas Fabri 95af2ea357 don't use the boost testing framework 2014-12-23 16:08:25 +01:00
Andreas Fabri 7fdb146a11 use the overloads that call get(vertex_point_t) 2014-12-23 15:06:51 +01:00
Andreas Fabri 49d6495d62 Merge branch 'Surface_mesh-new_package-GF' of ssh://scm.cgal.org/var/git/cgal into Surface_mesh-new_package-GF 2014-12-23 15:00:56 +01:00
Sébastien Loriot 21a705cdd9 do not use default template parameters 2014-12-23 14:59:00 +01:00
Andreas Fabri fb5ed5c0bb size_t -> int 2014-12-23 14:25:54 +01:00
Andreas Fabri 3a75fb45a0 iterator_range -> Iterator_range 2014-12-23 14:25:29 +01:00
Andreas Fabri 28dc50fdfc point property map must be passed as argument 2014-12-23 14:24:51 +01:00
Sébastien Loriot 4b3f88bab6 add assertion 2014-12-23 13:51:09 +01:00
Sébastien Loriot 205eca6d61 cut-plane plugin is only available if one polyhedron is in the item list
trivial bugfix for master
2014-12-23 11:31:32 +01:00
Alexander Kobel 8bf4b3f778 Merge branch 'Modular_arithmetic_fixes-akobel'
Approved by the release manager
2014-12-23 11:10:42 +01:00
Guillaume Damiand 919bf8af74 Cleanup + some optimizations. 2014-12-23 09:34:09 +01:00
Sébastien Loriot e1b5cce14c add missing dependencies 2014-12-23 08:24:23 +01:00
Clement Jamin 5c2a810ba9 Fix refs... but it still doesn't work :( 2014-12-23 08:03:19 +01:00
Clement Jamin 20cfa93713 Add missing examples 2014-12-23 07:45:48 +01:00
Clement Jamin 392155b2d4 Fix filename 2014-12-23 07:27:09 +01:00
Clement Jamin 782f969da9 \cgalDebug doesn't exist 2014-12-23 07:21:45 +01:00
Andreas Fabri 891b951e6b fix license headers 2014-12-22 18:10:26 +01:00
Andreas Fabri 476fadca6a Add Surface_mesh to changes.html 2014-12-22 18:05:42 +01:00
Laurent Rineau ad7fd054d2 Better script
The pattern "build*/" is now excluded recursively and not only at the
root.

Trivial fix for master.
2014-12-22 18:02:14 +01:00
Andreas Fabri 14926ec8d5 complete package_info 2014-12-22 18:00:03 +01:00