Andreas Meyer
20315de571
* replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
...
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +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
b24108f5fd
Remove #include <cassert> from everywhere under include/CGAL/.
...
CGAL code has to use CGAL assertions instead.
2008-01-20 18:47:19 +00:00
Sylvain Pion
50ed4bb632
Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>.
2008-01-18 20:33:57 +00:00
Monique Teillaud
75c5ab36de
todo
2008-01-03 14:42:15 +00:00
Monique Teillaud
904a492138
more fixes, following Efi's specific comments
2008-01-03 14:24:35 +00:00
Monique Teillaud
e85a541e8a
updates following the "general comments" in Efi's review
2008-01-03 13:11:31 +00:00
Monique Teillaud
19e5b0db6f
Pedro added as author
2008-01-03 10:31:43 +00:00
Sylvain Pion
a46b55bf71
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
...
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Sébastien Loriot
3360ca2dc3
remove #warning
...
add header to include files
2007-11-20 17:16:27 +00:00
Sébastien Loriot
55276b9bf8
Correct two bugs:
...
polar circle coord in case of IVM
power of a pole
2007-11-20 16:51:55 +00:00
Sébastien Loriot
5eb56cde59
Add files for function on reference sphere
2007-11-08 09:56:16 +00:00
Andreas Meyer
6623d525eb
* replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
...
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sébastien Loriot
5e57596663
add operator() to Theta_extremal_pt
2007-10-31 17:33:32 +00:00
Sébastien Loriot
0f2ba50ac4
add Intersect_3 + one operator has_on on ref sphere
2007-10-31 15:01:26 +00:00
Sébastien Loriot
01a5718dee
compare_to_left_3
2007-10-31 07:36:32 +00:00
Sébastien Loriot
362f8643ee
Compare_theta_z_3
2007-10-30 15:44:47 +00:00
Sébastien Loriot
8c108ab46a
Half_circle_on_reference_sphere_3
2007-10-29 21:45:21 +00:00
Sébastien Loriot
8cc61800a8
go on introducing predicates
2007-10-29 16:30:12 +00:00
Sébastien Loriot
22c50d5979
correct bug hquadrant
2007-10-23 08:24:45 +00:00
Sébastien Loriot
147ea1a4f0
Start moving predicates on reference sphere
2007-10-22 21:48:06 +00:00
Sébastien Loriot
b4afba2e66
Add circular_arc_on_reference_sphere_3, but must remove Sphere_with_radius_3 from SK:
2007-10-16 15:00:59 +00:00
Sébastien Loriot
3db4c286fa
first try for arc on ref sphere
2007-10-15 22:24:08 +00:00
Sébastien Loriot
1baadd4910
correct few things
2007-10-15 17:27:03 +00:00
Sébastien Loriot
e061e6fa1d
circle_on_ref_sphere.h : correct a bug in coeff
2007-10-14 22:01:16 +00:00
Sébastien Loriot
7d2ff76317
add the files....
2007-10-12 21:20:38 +00:00
Sébastien Loriot
5437256b67
Add Circle_on_reference_sphere_3 : pb with H_qrt ?
2007-10-12 16:56:47 +00:00
Sébastien Loriot
1218b5f547
add files for interface of primitives on reference sphere
2007-10-12 08:32:48 +00:00
Sébastien Loriot
bf20d6bfc4
running with epec
2007-10-08 13:58:34 +00:00
Sébastien Loriot
c063eb05f2
constant file
2007-10-07 11:48:32 +00:00
Sébastien Loriot
72125e86ff
debugging SK rep()
2007-10-05 16:08:42 +00:00
Sébastien Loriot
e96499f6c6
Find PB: SK does not work with EPEC
2007-10-04 23:01:29 +00:00
Sébastien Loriot
a21f178641
overload compare_{x,y,z,xy,xyz} for Cir_arc_pt_on_ref_sphere
...
with a nice macro
2007-10-04 16:40:35 +00:00
Sébastien Loriot
b25addebea
add sphere with both squared_radius and radius in Spherical kernel
2007-10-03 16:08:26 +00:00
Sébastien Loriot
67edf55ed2
Circle_3 specialization
2007-10-01 17:25:01 +00:00
Sébastien Loriot
bf84414d98
It now works for Cir_pt_on_ref_sphere
2007-09-29 11:54:11 +00:00
Sébastien Loriot
b5f1c719bf
Circ_pt_on_sphere modif
2007-09-28 17:44:09 +00:00
Sébastien Loriot
5f6c6c3809
add Circular_arc_point_on_ref_sphere
...
it does not compile
2007-09-27 21:53:38 +00:00
Sébastien Loriot
3bd45fabfe
remove bug in compare_y, compare_z (cpoy paste error)
2007-09-26 16:51:26 +00:00
Sébastien Loriot
763c74fadf
Default template parameter to Circle_3
2007-09-25 17:19:14 +00:00
Sébastien Loriot
5ba6755e77
Remove shortname AK and replace it by Algebraic_kernel
2007-09-06 16:41:00 +00:00
Monique Teillaud
63e389896a
todo
2007-09-05 14:17:14 +00:00
Monique Teillaud
607a984732
name fixed
2007-08-27 07:08:58 +00:00
Sylvain Pion
b976aea1b6
Remove 2 workarounds which are not needed anymore by the latest SunPRO:
...
CGAL_CFG_DEEP_DEPENDENT_TEMPLATE_BUG
CGAL_CFG_DEDUCABLE_CONTEXT_BUG
2007-08-24 12:57:55 +00:00
Monique Teillaud
7530a3361d
todo
2007-08-23 12:40:43 +00:00
Monique Teillaud
90fc346ed7
missing algebraic pages added
2007-08-23 12:40:06 +00:00