Commit Graph

95 Commits

Author SHA1 Message Date
Sylvain Pion 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Sylvain Pion 76408cc24f Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG_3. 2007-08-09 09:48:44 +00:00
Sylvain Pion f2a1b260a4 Remove obsolete config flags
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG and
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG_2.
2007-08-08 14:50:01 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri 21e20e4d42 3.3 branch -> trunk 2007-06-04 14:28:57 +00:00
Andreas Fabri a432f17394 add demo 2007-05-04 13:40:30 +00:00
Andreas Meyer 840df40367 added pkg illu for nef_[23] 2007-05-03 10:41:58 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion a1c9aaae33 warning-- 2007-04-17 21:58:01 +00:00
Andreas Fabri f4d3f41786 .C ->.cpp and autolinking 2007-04-11 20:17:58 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +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
Peter Hachenberger 03862d852b removed assignment of singular iterator 2007-03-26 16:05:24 +00:00
Sylvain Pion 06c0bc0a63 PGCC is picky about the difference between a pointer and an array.
So just add "+0" to get the pointer.
2007-03-23 14:36:31 +00:00
Andreas Fabri f0befd4fa4 removed unused parameters 2007-03-19 08:25:43 +00:00
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