Sylvain Pion
ff378d17a7
Resurrect the "Design and Implementation History" sections in Kernel_23 and
...
Kernel_d which somehow got dropped.
2009-01-03 15:54:11 +00:00
Sylvain Pion
873efc64e1
Remove svn:executable property on images.
2009-01-03 13:27:56 +00:00
Sylvain Pion
dbe4033a50
Add double-struck P (projective space), used in Kernel_d, fixed its use there,
...
and remove many obsolete ccTexHtml there.
2009-01-03 12:47:55 +00:00
Andreas Fabri
6131e54d50
Add illustration
2008-12-09 16:22:59 +00:00
Laurent Rineau
ec9f2e29e5
Update citations (s/07/08/).
...
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Andreas Fabri
b064019f3d
struct -> class
2008-10-13 13:18:11 +00:00
Andreas Fabri
13c2776cff
Unify struct and class
2008-09-18 13:44:36 +00:00
Andreas Fabri
6723c8d7c2
Unify struct and class
2008-09-18 12:22:25 +00:00
Sylvain Pion
0c9d10baa6
Recommend object_cast instead of assign
2008-07-29 13:59:20 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Michael Hoffmann
545229c2de
Remove dependency on CGAL/functional.
2008-07-23 15:27:18 +00:00
Sylvain Pion
79864c0c8e
Remove Arity_tag.
2008-07-22 12:29:01 +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
Sylvain Pion
7eeb87cf71
Add a Dimension typedef to the d-dim kernels.
...
Swap the order of the arguments of the Point<2, K> so that there can be a default for the dimension.
2008-04-17 14:02:06 +00:00
Sylvain Pion
3868a6ca3d
Remove traces of unused NOCGALINCL macro.
2008-04-17 13:32:52 +00:00
Sylvain Pion
55d538b335
"Ambient" is not spelled "Ambiant" in English...
2008-04-17 10:13:31 +00:00
Sylvain Pion
2389cdcc1e
Dimension detecting stuff rewrite.
...
There is now Ambiant_dimension and Feature_dimension.
The handling of the dynamic dimension case is now done by having
the di,ension tag as the first thing provided, with the integral
constant value available only when it makes sense (INT_MAX no longer needed).
2008-04-13 12:38:48 +00:00
Sylvain Pion
02e543a294
Add Dimension<T, K> whose nested "value" is the dimension of the ambiant
...
space. A special constant CGAL::Dynamic_dimension (equal to INT_MAX)
indicates the case where the dimension is only known at run time.
2008-04-11 21:03:22 +00:00
Sylvain Pion
6084db93d2
Extract the class Cartesian_const_iterator_d to make it re-usable
...
by the 2D-3D Homogeneous kernel as well.
2008-04-09 16:26:38 +00:00
Sylvain Pion
771a50a5f8
Re-add a cast to CGAL::Sign, as LA::sign_of_determinant() returns an int (yuck!).
...
Maybe "to be fixed later".
2008-04-09 16:24:01 +00:00
Sylvain Pion
a70cdbf863
Remove useless comments
2008-04-09 16:07:00 +00:00
Sylvain Pion
b0f2c77fdc
Remove casts to Oriented_side.
...
They are useless since we merged the various enum types.
2008-04-09 12:35:10 +00:00
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
Andreas Fabri
4187ba81b4
fixed typo
2008-03-13 07:31:39 +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
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
1caa856e2f
Disable workaround for a warning as I suspect it is obsolete.
2008-01-20 15:54:27 +00:00
Sylvain Pion
166798d0fd
Replace namespace ::CGALLA by ::CGAL::Linear_Algebra.
2008-01-18 10:20:44 +00:00
Sylvain Pion
ba2dc8bab2
Disable debug mode which was enabled by default...
...
( Maybe this caused slowdowns for the d-dim stuff... )
2008-01-17 21:59:23 +00:00
Sylvain Pion
d3179418a4
Move debugthread variable to an internal namespace to avoid clash with Nef_2's,
...
and pollution of the global scope.
(it remains the fact that it's non sense to have a static variable in a header file,
but it's only debug code, so...)
2008-01-15 13:31:56 +00:00
Sylvain Pion
6049e4ac78
Protect (global scope !!!) definition of debugthread variable by CGAL_KD_DEBUG.
2008-01-12 21:02:46 +00:00
Sylvain Pion
fd0df56ebd
Get rid of some eternally commented debug code at global scope ::MSDEBUG.
2008-01-12 21:00:11 +00:00
Sylvain Pion
b95fbae11a
Remove last traces of KCC
2008-01-02 17:28:16 +00:00
Sylvain Pion
28f4ae9125
Fix g++ 4.3 warnings by specifying "{}" as the empty body of for loops
...
(instead of only a semi-column).
2007-12-27 16:15:21 +00:00
Sylvain Pion
fe1bd91e97
add spaces to kill g++ 4.3 warning
2007-12-27 16:07:38 +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
Andreas Meyer
0f941fbcf2
again CGAL_error -> CGAL_error_msg
2007-11-09 15:27:44 +00:00
Andreas Meyer
c1d1609af1
replaced CGAL_assertion( false* and CGAL_assertion( 0*
...
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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
Sylvain Pion
90b39fe156
Replace abort() by CGAL_assertion*.
2007-11-05 10:08:04 +00:00
Andreas Fabri
1d6a34f492
Added pages for dD Cartesian and Homogeneous kernel
2007-09-06 20:32:35 +00:00
Andreas Fabri
3fc7e21b15
3.3 branch -> trunk
2007-06-04 14:10:45 +00:00
Andreas Meyer
7ed1a00c04
merge manual fixed from 3.3 branch back intro trunk:
...
svn merge -r 38751:38754 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38773:38775 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38783:38784 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38795:38796 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38815:38816 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38827:38829 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38834:38836 ~/projects/CGAL/branches/CGAL-3.3-branch
2007-05-28 23:05:00 +00:00
Sylvain Pion
51b8b2e28a
Do not use _DEBUG, prefix some macros by CGAL_KD_.
2007-05-23 13:33:11 +00:00
Andreas Fabri
182c5d8290
Kernel -> Geometry Kernel (suggested by sylvain)
2007-04-18 09:10:01 +00:00
Sylvain Pion
318ce6597d
Spell check.
2007-04-17 13:37:10 +00:00