Commit Graph

47 Commits

Author SHA1 Message Date
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Meyer 57ad8202ea replace Bounded_volume -> Bounding_volume, step (2) 2007-06-05 12:35:12 +00:00
Andreas Meyer 3d216d4abc replace Bounded_volume -> Bounding_volume, step (1) 2007-06-05 12:29:54 +00:00
Bernd Gärtner 3e3fea8d86 - too strict assertion commented out 2007-05-02 09:31:28 +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 Fabri c3d38b28a6 replaced newlineByHand 2007-04-04 06:55:44 +00:00
Andreas Fabri 4ec2bc8838 cleanup 2007-04-02 10:27:47 +00:00
Andreas Fabri 80d157e75d renamed chapter 2007-04-02 09:23:57 +00:00
Andreas Fabri 047363cef8 renamed chapter 2007-04-02 09:20:12 +00:00
Andreas Fabri 8f8f6d65fe Remove Window_stream 2007-03-20 21:53:56 +00:00
Andreas Fabri 085a0727d9 cleanup 2007-03-15 15:13:09 +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
Andreas Fabri 6fe7717f40 .C -> .cpp 2007-02-16 16:32:49 +00:00
Sylvain Pion 2bdfec6cc0 Removal of remaining protect macros : those protecting other CGAL include files.
Done using the script Scripts/developer_scripts/cgal_conditional_include_remove.
2007-01-24 18:00:30 +00:00
Sylvain Pion fb8595b94e Cleanup : remove ancient CGAL_PROTECT_* macros.
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +00:00
Sylvain Pion c03659bc7a global update of maintainer files
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +00:00
Andreas Fabri 7c0e37c2c9 Removed the '_noheader' files 2006-10-30 16:40:47 +00:00
Michael Hemmer 9608231a02 fixed problems with CGAL::sign(CGAL::Sign) 2006-10-28 13:07:32 +00:00
Andreas Fabri 15dc0f4449 rename .C to .cpp 2006-08-07 08:50:39 +00:00
Bernd Gärtner 8c04123430 path name fix 2006-07-12 10:36:46 +00:00
Bernd Gärtner 377e5087ee .C -> _impl.h 2006-07-11 12:17:08 +00:00
Bernd Gärtner 5db9685043 files moved 2006-07-11 12:05:36 +00:00
Andreas Fabri f22d0a0f75 changed .C to .cpp in examples 2006-07-09 19:26:52 +00:00
Bernd Gärtner 4f1d056e03 small performance fix: reuse conic1, conic2 in set(5) 2006-05-16 09:32:03 +00:00
Bernd Gärtner 4987b6a64b bug fixed that sometimes led to wrong ellipse through five points 2006-05-15 12:31:58 +00:00
Bernd Gärtner 068f849b3d Misunderstanding clarified: double_conic DOES give a clean conic 2006-05-12 16:53:39 +00:00
Andreas Fabri 00d94f126b upgrade to VC7.3 and fixes 2006-04-25 18:40:09 +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
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
Andreas Meyer 1d1401375b moved example file to example directory 2006-03-10 15:47:27 +00:00
Andreas Meyer 52e5c3694c fixed location of example file 2006-03-10 15:47:04 +00:00
Andreas Fabri 518b844cdc Changed names of examples 2006-03-09 12:46:25 +00:00
Andreas Fabri f08a47b211 #include <CGAL/basic.h> in the demo 2006-03-09 08:33:43 +00:00
Andreas Fabri 1ec54a8971 #include <CGAL/basic.h> in the demo 2006-03-08 13:37:56 +00:00
Sylvain Pion 86b98eb15b Remove obsolete filenames from dont_submit files:
wrapper.tex, error.txt, .cvsignore
2006-02-19 20:23:51 +00:00
Laurent Saboret 77340051f5 Change CVS keywords to SVN style 2006-02-17 16:03:17 +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 541f5f7f0e Remove .cvsignore files (changed to svn:ignore properties) 2006-02-14 09:20:20 +00:00
Laurent Saboret 5d20f88065 Move packages to trunk root 2006-02-14 08:58:17 +00:00