Andreas Fabri
6b88613dbf
Suppress performanece warning for std::set
2007-03-15 09:34:54 +00:00
Michael Hemmer
854ea80b4b
rm use of CGALi::Is_field etc
...
replaced by use of Algebraic_category tag
2007-03-12 17:34:47 +00:00
Joachim Reichel
d08f6bea45
replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS
2007-03-11 09:54:17 +00:00
Sylvain Pion
b2630cd7e1
Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
...
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +00:00
Sylvain Pion
847c23a15e
Removing leading and trailing empty lines from all example files.
...
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl
local($/) = undef;
my $text = <>;
$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;
print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion
e46d4d9f99
Remove more "// file :" lines forgotten.
2007-03-10 15:11:24 +00:00
Sylvain Pion
6fb5cb906b
Remove trailing white spaces and end of lines.
...
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion
23edc11d3b
Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
...
Using :
for i in * ; do cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Sylvain Pion
ed56f137a0
constify xpms
2007-03-10 12:36:57 +00:00
Sylvain Pion
5a33dde0e1
Replace the 7 Galia partners copyright holders by only MPI.
...
(it's not because it's LGPL that it's owned by the old partners)
2007-03-07 12:04:40 +00:00
Sylvain Pion
561c48eb99
Add missing parenthesis... (warnings *must* be investigated
2007-03-05 16:49:11 +00:00
Sylvain Pion
78b535c7a4
Minor tweak to allow removal of cgal_test from SVN.
2007-02-28 20:23:05 +00:00
Andreas Fabri
56a97af42c
.C -> .cpp and deleted makefile
2007-02-28 11:48:46 +00:00
Sylvain Pion
c4917e21b3
Remove makefile, as the default generated one is enough (and the current one generates a warning).
...
Remove another warning about unused variable.
2007-02-27 23:47:40 +00:00
Sylvain Pion
0138de7196
Add braces to remove warning
2007-02-13 13:52:32 +00:00
Andreas Fabri
0bdade805c
removed footnote
2007-02-01 19:58:43 +00:00
Fernando Cacciola
c479389a02
VC8 STL iterator fixes
2007-01-18 14:07:04 +00:00
Peter Hachenberger
e1c0a3b244
previous change must also be applied in function simplify()
2007-01-15 17:51:17 +00:00
Sylvain Pion
40d0fb8d35
Fix all "align=center" in <img> by "align=middle".
2007-01-13 21:49:03 +00:00
Peter Hachenberger
f3699526e1
in the creation of face cyles we have to watch cycles that visit its smallest vertex twice.
...
Then the right turn is to choose.
2007-01-09 20:26:10 +00:00
Peter Hachenberger
d37cf16eb1
problems with the combination bounded_kernel and
...
one-dimensional facet cycles fixed
2006-12-21 16:23:47 +00:00
Michael Hemmer
7886199da9
rm PM_decorator_test from tests
2006-12-21 08:09:58 +00:00
Michael Hemmer
40d093a602
added tag Is_numerical_sensitive in Algebraic_structure_traits
2006-12-17 13:18:12 +00:00
Sylvain Pion
c03659bc7a
global update of maintainer files
...
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +00:00
Michael Hemmer
5c9ff921c1
rename:
...
AST::Algebraic_structure -> AST::Type
RET::Real_embeddable -> RET::Type
2006-11-24 11:10:43 +00:00
Michael Hemmer
07088d2e6e
rm include of Number_type_traits.h
2006-11-16 09:17:17 +00:00
Michael Hemmer
81036829a6
rm package NefPolynomial
...
moved Polynomial back to package Nef_2
2006-11-15 14:32:34 +00:00
Michael Hemmer
7efe57e847
mv test of class Nef::Polynomial back into package Nef_2
2006-11-15 11:30:51 +00:00
Michael Hemmer
1a007d9aa4
mv class Nef::Polynomial back into package Nef_2
2006-11-15 11:28:16 +00:00
Andreas Fabri
a1e368a245
Reduce number of orientation tests
2006-11-15 09:40:37 +00:00
Andreas Fabri
dacfb336aa
improve layout
2006-11-15 08:27:58 +00:00
Michael Hemmer
838d4e6e78
added new NTS support Algebraic_structure_traits / Real_embeddable_traits
...
rm obsolte global functions
TODO: may add Integral_division to get Nef_polynomial a model of UniqueFactorizationDomain
2006-10-28 14:49:53 +00:00
Michael Hemmer
927d6c7ec8
mv CGAL/Nef_2/Nef_polynomial.h to CGAL/Nef_polynomial.h
...
since it is in namespace CGAL only
2006-10-28 13:33:59 +00:00
Michael Hemmer
2bfba63cff
mv back to package Nef_2
2006-10-28 13:16:54 +00:00
Andreas Fabri
0d0343790c
suppress VC++ warning after the includes
2006-09-14 08:14:32 +00:00
Andreas Fabri
ec60c4f0cc
suppress VC++ warning
2006-09-14 08:06:03 +00:00
Andreas Fabri
07986b2fc5
fixed min/max problem
2006-08-17 09:11:49 +00:00
Andreas Meyer
68c3715b5c
support for LEDA 5.x (mostly done by Eric Berberich)
2006-08-10 15:14:32 +00:00
Andreas Fabri
48a18de4c1
fix min/max problem
2006-08-03 03:39:32 +00:00
Andreas Fabri
8ef99a91c2
Polynomial is now in the subnamespace Nef
2006-07-13 13:00:08 +00:00
Andreas Fabri
bbb64661bd
changed .C to .cpp in examples
2006-07-09 19:30:32 +00:00
Andreas Fabri
2167f68540
fix of \ccPkgIntroducedInCGAL
2006-06-20 11:43:08 +00:00
Sylvain Pion
e8cbc79348
- Typos "Triagulation".
...
- Fix \ccPkgIntroducedInCGAL for d-d convex hull.
2006-06-19 12:12:49 +00:00
Andreas Fabri
3cd3e3b25b
handle workaround properly with a CGAL_CFG macro
2006-06-14 14:01:27 +00:00
Andreas Fabri
9411562994
fix so that VC++2005 can read comma separated ints
2006-06-14 12:26:22 +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
cfd151d3f5
Added ccHowTocite
2006-05-02 19:26:18 +00:00
Andreas Fabri
ff4c095621
Not really interesting README
2006-04-29 22:29:09 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00