Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Andreas Fabri
c2fcd257c7
cleanup
2019-04-24 11:28:18 +02:00
Andreas Fabri
98c915f9c2
Add a PointPropertyMap to Partition_traits with as default Identity_property_map
2019-04-23 15:53:02 +02:00
Sebastien Loriot
57a2c4e809
Apply suggestions from code review
...
Co-Authored-By: afabri <andreas.fabri@geometryfactory.com>
2019-04-12 12:45:11 +02:00
Andreas Fabri
ca161c5639
Partition_2: Make it work for a traits with state
2019-04-09 10:54:03 +02:00
Andreas Fabri
3991eb53a4
No need to #include <CGAL/basic.h>
2011-03-13 16:55:16 +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
Andreas Fabri
473bb9c249
changed .C to .cpp in examples
2006-07-09 19:34:04 +00:00