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
6b9ae8a13d
rename .C to .cpp, and remove makefile.
2007-01-27 20:59:30 +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
Andreas Fabri
f6399fada1
'interface' is a macro in windows.h
2006-08-22 08:13:35 +00:00
Andreas Fabri
1fafba9621
'interface' is a macro in windows.h
2006-08-22 08:10:03 +00:00
Andreas Fabri
71da1143d0
changed .C to .cpp in examples
2006-07-11 09:24:39 +00:00
Andreas Fabri
984206394c
fix of \ccPkgIntroducedInCGAL
2006-06-20 12:04:13 +00:00
Andreas Meyer
0e3d6b8143
manual bugfix (ccHowToCiteCgal)
2006-05-04 12:28:44 +00:00
Andreas Meyer
dc3ce8747e
\ccHowToCite --> \ccHowToCiteCgal
2006-05-03 11:24:03 +00:00
Andreas Fabri
4530af2ce7
Added ccHowTocite
2006-05-02 20:21:31 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri
a3f4062ce2
Fixed \label in PackageDescription
2006-04-21 09:31:27 +00:00
Laurent Saboret
312353dd51
Global fix of svn:executable property in trunk
2006-04-14 15:07:17 +00:00
Andreas Fabri
8e63196c33
typo
2006-04-11 20:43:40 +00:00
Andreas Fabri
b82f13fe4f
Added package description
2006-04-10 15:20:59 +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
e0434a5c5c
cleanup of \sections
2006-04-05 14:46:22 +00:00
Andreas Fabri
22368c07ce
changed chapter title
2006-03-16 13:26:22 +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
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
6fb8cac2d9
Move packages to trunk root
2006-02-14 08:58:19 +00:00