Andreas Fabri
6f9360933e
Remove Window_stream
2007-03-20 21:59:00 +00:00
Andreas Fabri
fee5e7ed55
Remove Window_stream
2007-03-20 21:56:50 +00:00
Andreas Fabri
0c5d1ce64a
cleanup
2007-03-12 11:07:10 +00:00
Joachim Reichel
704933f79a
replace obsolete variable CGAL_WINDOW_LDFLAGS by CGAL_LDFLAGS
2007-03-11 09:57:31 +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
eb2c3a9555
constify
2007-02-11 22:34:39 +00:00
Sylvain Pion
0677b513cc
rename .C to .cpp and remove Makefile, same as generated
2007-01-27 21:13:36 +00:00
Sylvain Pion
40d0fb8d35
Fix all "align=center" in <img> by "align=middle".
2007-01-13 21:49:03 +00:00
Mariette Yvinec
d2b8c85ac4
fixed a bug in initialize_interval_edge_map() :
...
interval edges have to be stored in both incident facets
2007-01-04 11:04:31 +00:00
Andreas Fabri
62c4b56a44
fix min/max problem
2006-08-03 03:34:47 +00:00
Andreas Fabri
d0044a741c
Fixed min max problem
2006-07-31 23:27:29 +00:00
Andreas Fabri
fffb2acf0e
Fixed min max problem
2006-07-30 13:17:51 +00:00
Andreas Fabri
4c289f1e67
Fixed min max problem
2006-07-30 13:12:07 +00:00
Andreas Fabri
7bc876a043
changed .C to .cpp in examples
2006-07-09 19:00:32 +00:00
Andreas Fabri
8debfe0c3d
fix of \ccPkgIntroducedInCGAL
2006-06-20 11:33:56 +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
ae32fa86ac
Added ccHowTocite
2006-05-02 19:38:50 +00:00
Andreas Fabri
c156f052e2
partial undo
2006-05-02 19:38:01 +00:00
Andreas Fabri
05fe35e079
Added ccHowTocite
2006-05-02 19:34:49 +00:00
Andreas Fabri
30be9daf3b
Updated to VC7.3
2006-04-27 20:49:10 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +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 Fabri
2b5e497b17
Added PkgDescription summary
2006-04-14 07:34:27 +00:00
Andreas Fabri
303bb65ebb
fixed ccDepends
2006-04-11 14:14:10 +00:00
Andreas Fabri
d5f979341d
Added package description
2006-04-10 13:55:06 +00:00
Andreas Fabri
cbb71ddf91
Added package description
2006-04-10 13:48:29 +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
cc0145d752
cleanup of \sections
2006-04-05 13:58:13 +00:00
Andreas Fabri
e5d4a9f32a
cleanup of \sections
2006-04-05 08:48:52 +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
Sylvain Pion
51545d677b
- Rename Data/ directories to data/ for homogeneity.
2006-03-11 22:21:10 +00:00
Andreas Fabri
3b06e76852
Added #include <CGAL/basic.h> in demo
2006-03-09 23:14:39 +00:00
Andreas Fabri
299843c3b7
Changed names of examples
2006-03-09 09:48:51 +00:00
Andreas Fabri
754255b9a5
Changed names of examples
2006-03-09 09:48:08 +00:00
Andreas Fabri
cda0c680d1
#include <CGAL/basic.h> in the demo
2006-03-08 13:53:41 +00:00
Sylvain Pion
6332da9c50
- Remove Radu from maintainer files, and other updates.
2006-03-07 13:56:03 +00:00
Andreas Fabri
f87fce753f
Changed void* to Vertex_handle and Face_handle in some reference manual pages
2006-03-06 13:16:38 +00:00
Sylvain Pion
84bea223b8
Remove obsolete makefiles for doc (thanks cgal_manual)
2006-02-19 21:02:37 +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
0719dab297
Move packages to trunk root
2006-02-14 08:58:13 +00:00