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
Sylvain Pion
7e71c4b1f1
Move Convex_hull_d documentation under Convex_hull_d rather than Kernel_d.
2007-04-17 13:28:07 +00:00
Andreas Fabri
537acd2bd1
Added HowToCite
2007-04-12 12:18:03 +00:00
Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Andreas Fabri
40d91a08fd
Remove Window_stream
2007-03-20 22:04:11 +00:00
Sylvain Pion
f7b30ec07b
Remove pgcc warnings "white space between backslash and newline in line splice ignored"
2007-03-10 10:42:31 +00:00
Sylvain Pion
df23612ab4
macros must be prefixed by CGAL_
2007-02-15 21:32:14 +00:00
Sylvain Pion
22d4246093
remove warning
2007-02-11 22:39:45 +00:00
Sylvain Pion
37bc9b39dc
remove warning
2007-02-11 22:38:44 +00:00
Sylvain Pion
df026fcd46
remove g++ 4.3 warning
2007-02-11 22:27:17 +00:00
Sylvain Pion
d8ddadd925
remove more references to the Support Library
2007-02-09 13:38:48 +00:00
Sylvain Pion
49c35b9e6f
rename .C to .cpp
2007-01-27 21:18:21 +00:00
Sylvain Pion
40d0fb8d35
Fix all "align=center" in <img> by "align=middle".
2007-01-13 21:49:03 +00:00
Sylvain Pion
29d13841fb
Uniformize the format. Add some missing/updates.
2006-12-17 11:58:21 +00:00
Andreas Meyer
5b508b5bca
typo
2006-11-20 13:37:44 +00:00
Michael Hemmer
9b95f31c05
rm global function io_tag
...
introduced Io_traits with public type Io_tag.
the default is io_Operator_tag
--> rm most io_tag specializations without replacement
2006-11-10 13:36:37 +00:00
Sylvain Pion
de2a75b503
get rid of contact@cgal.org, and prisme->geometrica update.
2006-10-30 00:10:15 +00:00
Bernd Gärtner
877b6e5f5e
public types R, RT, FT removed from manual to be consistent with Kernel_23
2006-10-24 09:52:09 +00:00
Bernd Gärtner
ef597cca3f
fixed operator[]'s to be const
2006-10-21 17:04:32 +00:00
Andreas Fabri
7a28211444
min/max fix also in the testsuite
2006-09-13 16:30:52 +00:00
Andreas Fabri
78416a4cf0
fixed min/max problem
2006-08-16 15:12:39 +00:00
Andreas Fabri
279d75d868
fox min/max problem
2006-08-04 10:17:42 +00:00
Andreas Fabri
7b073e29e5
fix min/max problem
2006-08-03 03:35:27 +00:00
Andreas Fabri
0b768d2195
fix of \ccPkgIntroducedInCGAL
2006-06-20 12:09:20 +00:00
Sylvain Pion
e8cbc79348
- Typos "Triagulation".
...
- Fix \ccPkgIntroducedInCGAL for d-d convex hull.
2006-06-19 12:12:49 +00:00
Sylvain Pion
5b47226ed0
finish move *.C -> *_impl.h
2006-05-26 21:31:43 +00:00
Sylvain Pion
800bbe302d
Move include/CGAL/Kernel_d/*.C to *_impl.h .
2006-05-25 17:51:30 +00:00
Sylvain Pion
2d3edaa4b2
Rename internal enum from NO to NO_INTERSECTION as it clashes with a macro
...
defined in some system headers on MacOSX.
(see http://balanceinmotion.net/blog/?p=115 )
2006-05-17 16:30:56 +00:00
Andreas Meyer
0e3d6b8143
manual bugfix (ccHowToCiteCgal)
2006-05-04 12:28:44 +00:00
Andreas Meyer
dc3ce8747e
\ccHowToCite --> \ccHowToCiteCgal
2006-05-03 11:24:03 +00:00
Andreas Fabri
cd15170cbc
Added ccHowTocite
2006-05-02 19:23:26 +00:00
Andreas Fabri
4b61cd5230
Added Michael Seel as chapter author
2006-04-28 07:12:37 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Laurent Saboret
312353dd51
Global fix of svn:executable property in trunk
2006-04-14 15:07:17 +00:00
Andreas Fabri
afb29eba8b
Added package description
2006-04-11 20:22:40 +00:00
Andreas Fabri
0be50c8c58
Added package description
2006-04-10 14:46:28 +00:00
Andreas Fabri
087e19d253
Added package description
2006-04-10 14:12:10 +00:00
Andreas Meyer
2261e9cdfd
rename: \ccEnableRawListOfRefpages
2006-04-09 22:16:09 +00:00
Andreas Meyer
db6a2f90ea
special formatting for ref manual
2006-04-07 18:43:04 +00:00
Andreas Meyer
5b5a60cecf
rewritten the whole manual
...
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri
b432ff0a44
cleanup of \sections
2006-04-05 13:37:09 +00:00
Andreas Fabri
1a8b66cea7
cleanup of \sections
2006-04-05 07:21:47 +00:00
Sylvain Pion
a302f59f26
- Remove warning.
2006-03-26 21:00:34 +00:00
Andreas Fabri
aba8ccb2c5
Fixed desastreous typo in the ref manual
2006-03-07 08:52:59 +00:00
Sylvain Pion
0e130994a7
- Fix for universal brain damage: "the the" -> "the".
2006-03-06 17:38:43 +00:00
Andreas Fabri
1c84016a9e
Added intro.tex with the \chapter command in order to get uniform URLs
2006-03-06 12:38:03 +00:00
Marc Glisse
b41ad5d643
Missing std:: or #include <cstdlib>
2006-02-25 23:14:49 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
a6b9850365
Move packages to trunk root
2006-02-14 08:58:16 +00:00