Commit Graph

119 Commits

Author SHA1 Message Date
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Menelaos Karavelas 239720dbba minor modification to fix .NET warning 2007-06-04 08:47:11 +00:00
Andreas Fabri 808c9240a8 add demo 2007-05-04 13:07:00 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion dd01620d26 Spell check. 2007-04-17 15:22:46 +00:00
Sylvain Pion baff80a374 Remove semi-colons inside \ccNestedType as this pollutes the manual index. 2007-04-17 09:44:29 +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
Andreas Fabri 610ed1f622 remove unused parameter 2007-03-19 08:01:58 +00:00
Joachim Reichel bf7a4b6823 revert wrong change in revision 37060 2007-03-15 17:37:05 +00:00
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +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 b8b87ab5a5 Actually, the "// file: example_bla.cpp" lines are not needed anymore,
since the manual tools know it.  So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +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 5cd4f73753 warning patrol 2007-03-09 08:32:01 +00:00
Andreas Fabri 6955230158 Added teaser 2007-02-23 21:46:17 +00:00
Sylvain Pion 40d0fb8d35 Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Michael Hemmer 1acf081e0f rm includes of Number_type_traits.h 2006-11-17 08:32:52 +00:00
Michael Hemmer c9dc205525 rm Number_type_traits
Ring_tag -> Integral_domain_without_division_tag
 Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-15 16:23:37 +00:00
Menelaos Karavelas e33c38384a fixes to please VC++ (could not accept within classes typedefs of
the form:  typedef MyClass<T>  MyClass;)
2006-08-10 09:03:31 +00:00
Sylvain Pion 29ae445a5b Remove obsolete /*CGAL_NO_FILTER*/ markers (they were used by Filtered_exact). 2006-07-30 13:02:57 +00:00
Menelaos Karavelas acd835661e updated TODO list 2006-07-27 18:06:12 +00:00
Menelaos Karavelas bdd1fbd9be minor change 2006-07-27 18:02:56 +00:00
Menelaos Karavelas c068351ceb added a #include 2006-07-27 17:55:00 +00:00
Menelaos Karavelas a6b28e6927 fixes to please g++ 3.3.2 @ SunOS platform 2006-07-25 18:32:41 +00:00
Menelaos Karavelas 549c8cfd1f added one more constructor 2006-07-21 00:26:28 +00:00
Menelaos Karavelas ffbf1950a2 added various site generators and example programs 2006-07-21 00:24:02 +00:00
Menelaos Karavelas caedcc9d9b better description 2006-07-20 22:52:52 +00:00
Menelaos Karavelas 3b97659e3f added inclusion of basic.h in random_integer.h
added file for compute log base 2 and bit size
of integers
2006-07-20 18:14:50 +00:00
Menelaos Karavelas 7bed675c9d functions for computing random integers 2006-07-20 18:10:25 +00:00
Menelaos Karavelas 6658ebaeb3 updated README for the generator just added 2006-07-20 17:45:44 +00:00
Menelaos Karavelas 8cccb18d41 added generator for random sites in the box [0,1]x[0,1] 2006-07-20 17:39:30 +00:00
Menelaos Karavelas 4c5cbbe1b3 put function in CGAL namespace 2006-07-20 17:26:42 +00:00
Menelaos Karavelas 5a96ac2966 moved to Apollonius_graph_2 directory inside include/CGAL
modified code & README accordingly
2006-07-20 17:23:10 +00:00
Menelaos Karavelas 9604a02d5a added a first site generator 2006-07-20 16:45:38 +00:00
Menelaos Karavelas 2cb3f533a3 replaced call to assert by call to CGAL_assertion 2006-07-20 16:30:15 +00:00
Menelaos Karavelas 4d595e8ed3 added directories for data generators and benchmarking 2006-07-20 15:37:07 +00:00
Menelaos Karavelas 5ab02915ca - fixes in #includes: correct files are now included
- added mixed traits classes, filtered and non-filtered
- removed obsolete code
2006-07-20 15:18:23 +00:00
Menelaos Karavelas b3e0d11ad4 removed obsolete commented line 2006-07-20 14:51:38 +00:00
Menelaos Karavelas 5831ac6039 files that collects all predicates (old and new) 2006-07-20 14:48:12 +00:00
Menelaos Karavelas c05122d243 correct files are now included; the old traits file is not
included any more
2006-07-20 14:47:49 +00:00
Menelaos Karavelas b537bf3a73 fixed typo 2006-07-20 14:46:46 +00:00
Menelaos Karavelas 4106755005 forgot to add the basic.h file 2006-07-19 22:06:30 +00:00
Menelaos Karavelas 85f720156c removed code for supporting Filtered_exact 2006-07-19 22:01:38 +00:00
Menelaos Karavelas d163b015a8 removing code for support of Filtered_predicate 2006-07-19 22:00:03 +00:00
Menelaos Karavelas 7649e309a7 - created ApolloniusGraph_2 namespace
- put all predicates under the new namespace (including the new predicates)
- removed code that is no longer used due to the removal of Filtered_exact
2006-07-19 21:58:48 +00:00