Commit Graph

34 Commits

Author SHA1 Message Date
Sébastien Loriot 8d602ed8c2 Merge branch 'triangulation_3-copy_tds-sloriot'
Approved by the release manager

Conflicts:
	Alpha_shapes_3/test/Alpha_shapes_3/copy_tds.h
	Triangulation_2/doc/TDS_2/Concepts/TriangulationDataStructure_2.h

it introduces a more general copy_tds that allows to copy tds with different types of simplices.
2013-04-29 11:09:01 +02:00
Sébastien Loriot 498492e770 add set_infinite_vertex to Triangulation_3 and use it with copy_tds
the 2D version already exists
2013-04-12 16:04:59 +02:00
Sébastien Loriot f915998b2f use the new copy_tds function instead of the locally defined free function 2013-04-11 20:06:06 +02:00
Sébastien Loriot 9fcf46e11a replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
this should be the case, following our guidelines.

using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Andreas Fabri 82ac1828ad one less warning in Alpha_shapes_3 2013-01-30 18:10:54 +01:00
Sébastien Loriot 7f6b7c9ff1 remove warnings on windows 2012-01-17 10:59:01 +00:00
Sébastien Loriot a7456a2736 merge from next 2012-01-16 15:28:51 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sébastien Loriot 0de8e46456 update benchmark (add exact + update text) 2011-12-27 15:11:35 +00:00
Sébastien Loriot e14fc08b34 use Default for base of Vertex and Cell 2011-12-27 14:36:29 +00:00
Sébastien Loriot 0d4cd34a0a use a tag to indicate whether exact comparison of alpha value should be done 2011-12-27 13:33:28 +00:00
Sébastien Loriot db195f4d33 add benchmark/test for filter traits.
update doc (missing replacement of Atag)
2011-04-28 07:55:45 +00:00
Sébastien Loriot b39dc96716 merge from experimental-packages into the trunk 2011-04-13 11:25:23 +00:00
Sébastien Loriot e0ec621504 missing include file 2011-02-22 16:01:18 +00:00
Sébastien Loriot 71dce496c4 remove unused file 2011-02-10 19:42:34 +00:00
Sébastien Loriot d1ab01a9b0 merge candidate package into trunk 2010-12-08 17:39:30 +00:00
Sébastien Loriot 2cf6ef07f1 avoid unused var warning 2010-12-08 07:21:28 +00:00
Andreas Fabri 2fa4ebaf7c int -> size_type 2010-06-23 13:58:41 +00:00
Laurent Rineau 5c0f14c901 Fix last (untested!) commit: the forward declaration was wrong. 2010-05-22 11:58:44 +00:00
Laurent Rineau 855268ff7f Add a simple forward declaration so that function is declared before used. 2010-05-21 16:57:15 +00:00
Sébastien Loriot 6caed3812c deprecate class Weighted_alpha_shape_euclidean_traits_3, should use Regular_triangulation_euclidean_traits_3 instead. 2009-10-20 17:56:12 +00:00
Andreas Fabri 0556076679 Remove Alpha_shape_euclidean_traits_3 class as compute_squared_radius is now part of the Kernel concept; Remove cmake generated Makefile 2009-07-06 20:26:44 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Sylvain Pion 88b74063f7 Rename *.C to *.h. 2007-12-28 16:02:59 +00:00
Sylvain Pion e1b7d741de rename .C to .cpp and remove Makefile, same as generated 2007-01-27 21:15:03 +00:00
Sylvain Pion ed25e93dc9 remove CGAL_MAKEFILE hardcoding (damn emacs users !) 2006-08-08 08:20:54 +00:00
Andreas Fabri 47261e1e33 fixed ccDepends 2006-04-11 14:14:28 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret f95e742de3 Move packages to trunk root 2006-02-14 08:58:13 +00:00