Commit Graph
39098 Commits
Author SHA1 Message Date
Ophir Setter 7a71e93402 add comment 2008-09-16 14:40:45 +00:00
Laurent Saboret 42658202bf Added assertion 2008-09-16 14:32:56 +00:00
Monique Teillaud e7e60be8a7 update 2008-09-16 13:56:30 +00:00
Andreas Fabri d0bc6469b9 Operator needed for VC++ HAS_ITERATOR_DEBUGGING 2008-09-16 13:54:07 +00:00
Monique Teillaud 5eb7d9dddb Construct_supporting_plane_3( circle3 ) -> Construct_plane_3
Construct_diametral_sphere_3( circle3 ) -> Construct_spehe_3
corresponding constructors added in the two classes
2008-09-16 13:47:46 +00:00
Laurent Rineau a5efb9f1ba Fix indentation. 2008-09-16 13:34:43 +00:00
Andreas Fabri e0549ef7b5 VC++ iterator debugging needs the operator < with both orders of arguments 2008-09-16 13:25:57 +00:00
Pedro Machado Manhaes de Castro acf6c397a5 Construct_diametral_sphere => Construct_sphere in SK3 2008-09-16 13:21:57 +00:00
Pedro Machado Manhaes de Castro 7b44979a90 Convention to allow Circle_3 c = Circle_3(p1, p2, p3); Sphere_3 s = c; Plane_3 p = c; 2008-09-16 13:04:08 +00:00
Pedro Machado Manhaes de Castro 642a419079 Is_degenerate_3 functor for Circle_3 2008-09-16 12:48:45 +00:00
Laurent Rineau 8ebe4539d2 Followup of revision 45554:
"prefix enum values by CGAL_, to avoid a conflict with windows.h on
 WIndows!"

There was still some conflicts, in other files.
2008-09-16 12:45:40 +00:00
Pedro Machado Manhaes de Castro 0ce9d35d32 Construct_supporting_plane => Construct_plane, Construct_diametral_sphere => Construct_sphere 2008-09-16 12:45:08 +00:00
Michael Hemmer 3b3b7e8978 typo^2 2008-09-16 12:35:03 +00:00
Pedro Machado Manhaes de Castro 031d752c8d identation 2008-09-16 12:27:12 +00:00
Monique Teillaud e5a6eb10b2 Construct_diametral_sphere -> Construct_sphere 2008-09-16 12:08:08 +00:00
Laurent Rineau d55fa891ea Fix naming hell in 3RD_PARTY_*DIR (*DIRS or *DIR). I have choosen *DIRS. 2008-09-16 11:57:59 +00:00
Michael Hemmer e5961e97ec typo 2008-09-16 11:48:40 +00:00
Michael Hemmer 8feb631dec Residue is thread safe if CGAL_HAS_THREADS is defined 2008-09-16 11:47:30 +00:00
Monique Teillaud a38f0b2903 more complete definition 2008-09-16 11:30:22 +00:00
Michael Hemmer 41e2d1e3f2 test for thread safty of CGAL::Residue 2008-09-16 11:28:48 +00:00
Monique Teillaud 57b0329dac added missing operator == 2008-09-16 11:27:56 +00:00
Monique Teillaud 8b2f9cba73 - add constructor arc(three Point_3)
- constructors for supporting line/circle/plane
- various bug fixes
2008-09-16 09:49:46 +00:00
Laurent Rineau 1cd9d75dd7 Make shortnames contain <COMPILER>_<OSTYPE>, instead of <OSTYPE>_<COMPILER>.
That way, testresults will be ordered in a more intuitive order.
2008-09-16 09:38:35 +00:00
Monique Teillaud beceafe179 indentation 2008-09-16 09:14:13 +00:00
Monique Teillaud 5aeb11a03a added link to the functor example in the manual
+ cosmetic changes in the examples
2008-09-16 09:11:18 +00:00
Monique Teillaud bc80c3a711 cleaning 2008-09-16 09:02:19 +00:00
Monique Teillaud 31fec8a966 added constructor(three points)
+ some rephrasing in other places
2008-09-16 08:46:13 +00:00
Monique Teillaud fd74f54625 - constructor arc(three Point_2) added
- some rephrasing about (non-)orientation
2008-09-16 08:35:00 +00:00
Monique Teillaud 18ebbef2b7 link to new example added in manual
cosmetic changes in examples
2008-09-16 08:09:23 +00:00
Monique Teillaud c6597a6402 added: ConstructLine/Circle supporting arc 2008-09-16 07:57:13 +00:00
Monique Teillaud c73b8ead50 cleaning 2008-09-16 07:40:44 +00:00
Monique Teillaud 1ff5a1f357 cleaning 2008-09-16 07:40:29 +00:00
Michael Hemmer 909c7ed95c made CGAL::Residue thread safe using
boost thread_specific_ptr from <boost/thread/tss.hpp>
2008-09-16 07:31:18 +00:00
Ophir Setter 36ba068665 convolution overlap bug 2008-09-16 06:59:28 +00:00
Ophir Setter cc1af4f86f convolution overlap bug 2008-09-16 06:57:00 +00:00
Manuel Caroli 25a4741b11 revert change, code was right before 2008-09-15 20:54:02 +00:00
Manuel Caroli a1802d060c pass assignment operator argument as reference 2008-09-15 19:36:15 +00:00
Pedro Machado Manhaes de Castro 2040ef0817 Construct_supporting_{X} to Construct_X 2008-09-15 18:58:21 +00:00
Fernando Cacciola e784625207 FIxed "add_unique_flag" macro for cmake 2.4.7 (which doesn't support LIST ( FIND command)" 2008-09-15 18:55:37 +00:00
Fernando Cacciola c85fc9ec45 Added psapi.lib dependency on Windows 2008-09-15 16:41:22 +00:00
Pedro Machado Manhaes de Castro a8e2a6bbb7 moving supporting_line and circle to the deprecated area 2008-09-15 16:40:38 +00:00
Fernando Cacciola cc25cb0130 Fixed unintended presistence of 3RD_PARTY cache variables 2008-09-15 16:25:09 +00:00
Pedro Machado Manhaes de Castro dfd621367b Construct_supporting_circle_2 => Construct_circle_2 2008-09-15 15:29:11 +00:00
Laurent Rineau 7d412a1ac7 prefix enum values by CGAL_, to avoid a conflict with windows.h on WIndows! 2008-09-15 14:30:53 +00:00
Pedro Machado Manhaes de Castro 9cf4e0eff9 Construct_supporting_line_3 => Construct_line_3 2008-09-15 13:24:51 +00:00
Pedro Machado Manhaes de Castro 61b7ab6dd2 Inheritance for result_type 2008-09-15 13:12:44 +00:00
Pedro Machado Manhaes de Castro 0ddfd915b9 Looks like this is not an usual global function in CGAL, so I remove it. 2008-09-15 13:01:55 +00:00
Pedro Machado Manhaes de Castro 5c1829d9e0 Construct_supporting_line_2 => Construct_line_2 2008-09-15 12:57:09 +00:00
Pedro Machado Manhaes de Castro 75bbb8b16b Adding the functor_has_on file 2008-09-15 10:23:04 +00:00
Michael Hemmer 9b9b356ab8 added test within sqff 2008-09-15 09:59:28 +00:00