Philipp Möller
1adf441b18
Convert all CRLF files to LF
2012-12-03 18:44:24 +01:00
Laurent Rineau
4c3e1c3138
Fix mixed eol styles
2012-08-02 13:35:03 +00:00
Marc Glisse
a758751485
Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled).
2012-07-28 06:21:06 +00:00
Philipp Möller
17797b7271
Merge next into this branch. There have been conflicts in the
...
AABB_tree documentation, Intersections_3 and Arrangement_on_surface_2.
The merge also introduced a regression for a bug fixed in R68387 which
fixed a bug in Triangle_3 Segment_3 intersections. The relevant
testcase is in triangle_other_intersection_test.cpp.
2012-04-24 15:06:19 +00:00
Philipp Möller
542f5d9c51
Merged ^/branches/next here
2012-04-16 08:53:21 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Philipp Möller
5b5827839b
* removed cruft from lazy
...
* Circular_kernel_3 fixed by removing inheritance
2011-11-25 11:20:34 +00:00
Philipp Möller
0e0a200646
* Using result_of instead of Qualified_result_of
...
* limited refactoring in the lazy kernel
* still bugs in circular_3
* still specialization problem with iso_rectangle
2011-11-23 17:52:38 +00:00
Philipp Möller
94affd589d
Moved the Intersection_result concept into the functors and adapted code in the lazy kernel to that change.
2011-11-15 15:40:22 +00:00
Philipp Möller
9051768cea
Introduced Intersection_results as a Kernel concept for use in public APIs in favor over Intersection_traits.
2011-11-15 13:41:14 +00:00
Philipp Möller
450f438518
IT shortcut not circumvents specifying a kernel making it an actual shortcut and nicer for exposure in APIs
2011-11-10 11:06:26 +00:00
Philipp Möller
a4e6d57cff
Circular_kernel_2 and Circular_kernel_3 now use CGAL_INTERSECTION_VERSION for backwards compatability
2011-11-09 14:29:46 +00:00
Philipp Möller
875bde1083
Added support to Lazy kernel for constructions that return Object, fixed a bug in Line_arc_3 - Line_arc_3 intersections
2011-11-07 15:38:49 +00:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Philipp Möller
b07e2df018
* Circular_kernel is now Object free, doesn't compile with Lazy yet,
...
* hack for ternary function
2011-08-25 21:40:12 +00:00
Sébastien Loriot
83875b9cc1
use make_sqrt instead of make_root_of_2
2011-05-05 14:34:36 +00:00
Sébastien Loriot
d5c2355419
merge the modification from experimental packages to
...
the candidate branch of the feature + few name bug fixes
2011-04-12 11:34:37 +00:00
Sébastien Loriot
e5a96255ba
*remove warnings.
...
In particular remove UNTESTED_XXXXXXXXXXX unused variable that possibly hide true warnings.
In those cases, the string printed while executed now starts with "NOTE: ".
*CGAL internal code no longer rely on depecrated features
2011-02-28 15:28:28 +00:00
Sébastien Loriot
d12d8eb3bf
missing include file
2010-06-16 17:24:58 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Laurent Rineau
67928706cf
C++ conformance: calls to member templates of dependent names must be
...
qualified with the "template" keyword.
Example:
template <typenam T>
void f(T foobar) {
foobar.get<0>().foobar(); // error
}
must be written:
foobar.template get<0>().foobar();
2010-05-16 16:50:24 +00:00
Sébastien Loriot
8eab88c475
remove deprecated TODO
2010-05-10 07:15:28 +00:00
Sébastien Loriot
bdad265446
forgot to commit changes
2010-05-06 12:46:10 +00:00
Sébastien Loriot
0a7fa389e5
remove warnings
2010-01-19 07:41:16 +00:00
Sébastien Loriot
2c90de93ed
New demo for CK3 using libQGLviewer
2010-01-18 15:04:21 +00:00
Laurent Rineau
83912b2952
Massive fix of svn:keywords properties, and $URL$ keyword.
2009-10-20 08:59:26 +00:00
Sylvain Pion
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Sylvain Pion
927b432b39
typo : mecanism -> mechanism.
2009-08-10 15:57:03 +00:00
Sébastien Loriot
0f9df424db
remove variable name ES that seems to be catch by g++4.3.3CentOS
2009-07-28 14:22:35 +00:00
Sébastien Loriot
46c843db63
add myself as author in CK3 files
2009-07-21 09:08:07 +00:00
Sébastien Loriot
9ea0b3c43e
assign -> object_cast : remove warning "uninitialized variable"
2009-07-09 11:05:10 +00:00
Sébastien Loriot
5cef2446c4
remove warning conversion from float to unsigned (approved by RM)
2009-07-09 08:18:16 +00:00
Sébastien Loriot
962a85ac6a
add CGAL_NTS before sign (bug in CORE, convertion from int to Sign)
2009-07-08 13:37:55 +00:00
Sébastien Loriot
4f57133432
truncf --> floor
2009-07-02 06:36:30 +00:00
Sébastien Loriot
ae2a914f0e
bug in Intersect_3, missing Outputiterator
2009-07-01 14:35:40 +00:00
Sébastien Loriot
a3cbbb4024
add macro for overloaded functor from linear kernel
2009-06-30 07:29:54 +00:00
Sébastien Loriot
48080deda7
move modifs from exp package to trunk
2009-06-24 16:58:20 +00:00
Pedro Machado Manhaes de Castro
9885387aad
removing trash
2009-03-31 15:43:42 +00:00
Pedro Machado Manhaes de Castro
867287b000
Major bug fix on the has_on function of a Circular_arc (thanks to Sebastien)
2008-12-09 13:32:48 +00:00
Andreas Fabri
6701257f6c
Forward orientation
2008-12-08 14:45:22 +00:00
Andreas Fabri
7acc06fb68
fix bug in Sphere_3 constructor in the VC++ workaround
2008-12-07 21:11:04 +00:00
Andreas Fabri
e66df2fe73
forwarding calls as 'using' them doesn't work for VC8
2008-12-05 16:36:43 +00:00
Andreas Fabri
efbd90eb3a
More forward operator calls from circular to linear functor for VC++
2008-12-03 15:22:22 +00:00
Andreas Fabri
578d650272
forward operator calls from circular to linear functor for VC++
2008-12-03 10:00:17 +00:00
Pedro Machado Manhaes de Castro
ea61aa9fbd
avoid ambiguity
2008-11-10 13:53:16 +00:00
Pedro Machado Manhaes de Castro
f1bd30929d
small fix on ambiguity
2008-11-10 13:50:56 +00:00
Andreas Fabri
d84c498c02
Remove second typedef for result_type
2008-10-21 12:33:21 +00:00
Pedro Machado Manhaes de Castro
183968ef03
function<SK>(...) to SphericalFunctors::function<SK>(...)
2008-10-13 18:26:48 +00:00
Sylvain Pion
4aa1cb057a
Remove my email adress from header files.
2008-10-11 20:21:08 +00:00
Pedro Machado Manhaes de Castro
e257c6cef2
global functions compare_{x,y,z,xy,xyz} for CK3
2008-10-03 11:56:42 +00:00