Commit Graph

61 Commits

Author SHA1 Message Date
Camille Wormser 5a8c4f8280 Adds the Equal_2 predicate to the Partition_2 traits
to fulfill the new requirements of is_convex_2
2007-06-28 08:46:53 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri a98c8e72b1 add demo 2007-05-04 13:49:33 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion 3a51d2744c Use \ccc{} around concept names (protects the spell checker). 2007-04-17 16:12:18 +00:00
Sylvain Pion 48d60415a1 Spell check. 2007-04-17 16:07:31 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Efi Fogel 83f773cf28 cleanup - added parentheses to pacify some come compiler 2007-04-07 09:39:45 +00:00
Andreas Fabri 5639250769 initialization must be in the nested namespace 2007-04-03 10:28:28 +00:00
Fernando Cacciola 9905e5ab77 Fixed singular iterator issue using new safe circulator 2007-04-02 19:10:52 +00:00
Andreas Fabri e52bf7fec5 fixed template parameter for SunPro 2007-03-30 15:21:02 +00:00
Andreas Fabri f28d552ad8 copy constructor without deep copy but safe initialization 2007-03-30 11:05:27 +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
Fernando Cacciola ec9a2507a2 Fixed singular iterator in Partition_vertex 2007-03-21 14:51:42 +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 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 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 d7a6a0f560 Add missing CGAL:: (spotted by g++ 4.3) 2007-03-01 10:44:59 +00:00
Andreas Fabri 72f5159ec9 Put Edge_list in a subnamespace as it collides with Apollonius_graph's Edge_list 2007-02-23 14:35:16 +00:00
Sylvain Pion f672e83fd5 macros must be prefixed by CGAL_ 2007-02-15 21:29:22 +00:00
Sylvain Pion 26e1954d53 remove g++ 4.3 warning 2007-02-11 22:44:29 +00:00
Marc Glisse 4d7829ad71 can't do: typedef A<B> A
instead: typedef C::A<B> A
2007-02-09 19:14:20 +00:00
Mariette Yvinec 6dfe83ad60 update the maintainer file 2007-02-05 17:26:33 +00:00
Sylvain Pion d7fc298c8c Guess what ? rename .C to .cpp. 2007-01-27 20:56:40 +00:00
Fernando Cacciola e6ddc1f499 VC8 STL Fixes 2007-01-15 14:08:48 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Andreas Meyer 92e439cf19 added some more package description illustrations 2006-10-30 15:44:23 +00:00
Ron Wein 4774049577 Added this-> before inherited member-functions. 2006-08-21 06:40:13 +00:00
Andreas Fabri 473bb9c249 changed .C to .cpp in examples 2006-07-09 19:34:04 +00:00
Andreas Fabri 1349d5e02c fix of \ccPkgIntroducedInCGAL 2006-06-20 11:27:58 +00:00
Andreas Fabri 64ba58316d Added package description 2006-06-16 13:43:30 +00:00
Ron Wein 3cea9dd951 Fixed a renaming problem. 2006-06-04 15:21:22 +00:00
Ron Wein 3d2ed6cbb4 Changed the *.C files to *_impl.h files. Also moved all non-interface include
files under the folder Partition_2.
2006-05-29 08:30:22 +00:00
Andreas Fabri a1b698c8a4 upgrade to VC7.3 and fixes 2006-04-25 14:40:22 +00:00
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +00:00
Andreas Meyer 10e67ca4d7 make to work with \ccEnableRawListOfRefpages 2006-04-09 12:37:15 +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 fc96d2ad5a cleanup of \sections 2006-04-05 13:40:29 +00:00
Andreas Fabri 88b64560ad cleanup of \sections 2006-04-05 07:42:43 +00:00
Sylvain Pion 44bec1b413 - Flatten code structure to remove warning. 2006-03-27 09:13:37 +00:00
Sylvain Pion f1410d4d9d Some CGAL_USE_QT versus <CGAL/basic.h> ordering issues spotted
by the following (quick and very dirty) perl regexp :
perl -0777pi.bak -e 'print m!CGAL_USE_QT(.|[\r\n])*CGAL/basic!g;' */demo/*/*.C
2006-03-19 22:43:06 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Joachim Reichel 11a449ae00 Added/fixed CGAL_MAKEFILE= line in makefiles 2006-03-14 19:35:55 +00:00
Andreas Fabri ebba8ba6b4 Fixed the demo by using the same kernel in all .C files 2006-03-14 13:29:11 +00:00
Andreas Meyer ef93538e87 fixed some additional IncludeExampleCode bugs 2006-03-10 11:45:51 +00:00
Andreas Meyer 2859db4e6f fixed example filename. 2006-03-10 11:27:04 +00:00