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
e46d4d9f99
Remove more "// file :" lines forgotten.
2007-03-10 15:11:24 +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
5d3bbb5829
Fix some optimized test-suite warnings (variables can be used uninitialized),
...
by restructuring a bit :
- bool get_contexts(T va, T vb, H_context_list*&) const;
+ H_context_list * get_contexts(T va, T vb) const;
And updated callers (now NULL encodes the old false return value).
2007-03-08 13:32:45 +00:00
Sylvain Pion
28d1410e73
warnings-=2
2007-03-08 09:53:59 +00:00
Andreas Fabri
6f0cda39a7
fix for bug #1533
2007-03-07 10:13:23 +00:00
Sylvain Pion
aaf30f7604
Constify
2007-03-05 16:52:40 +00:00
Sylvain Pion
e5a64b0088
remove warning
2007-03-03 08:21:10 +00:00
Sylvain Pion
069bcbde7f
Remove references to "see the Support Library Manual", since
...
we have the big integrated thing now.
2007-02-09 13:31:16 +00:00
Sylvain Pion
8877a94bc7
Rename .C to .cpp
2007-01-27 20:44:08 +00:00
Sylvain Pion
f0e5d26517
Rename .C to .cpp.
2007-01-27 20:43:03 +00:00
Sylvain Pion
46caa3f082
rename .C to .cpp
2007-01-27 20:38:36 +00:00
Sylvain Pion
40d0fb8d35
Fix all "align=center" in <img> by "align=middle".
2007-01-13 21:49:03 +00:00
Andreas Fabri
b238d22d5b
fixed typo
2006-12-20 08:57:02 +00:00
Laurent Rineau
6d17b42a6a
change titles of the "How to" help page of the regular triangulation 2d demo
2006-12-13 16:13:08 +00:00
Laurent Rineau
49cbf113ec
- add mirror_vertex and mirror_index in the ref page of Triangulation_2.
...
- reorganize the documentation of mirror_index, mirror_vertex and
mirror_facet in the ref pages of Triangulation_3 and the concept TDS_3.
2006-11-29 19:11:16 +00:00
Laurent Rineau
b998664234
Fix a typo: s/correspoding/corresponding/
2006-11-29 17:25:47 +00:00
Andreas Fabri
42dac6c89d
A fix so that test/Interpolation/test_regular_neighbors_2.C passes
2006-11-13 10:41:11 +00:00
Andreas Meyer
b454b3febd
manual cleanup:
...
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Sylvain Pion
b694e24056
Fix typo in last change.
...
Specialize Regular_traits for Filtered_kernel<> instead of only EPICK,
to cover EPECK as well.
2006-08-03 22:10:19 +00:00
Sylvain Pion
1afa951839
- Add a "Kernel" typedef in the Regular_*_traits_* to be able to
...
fetch its template parameter.
2006-08-03 16:21:32 +00:00
Mariette Yvinec
a902e532ff
rename global function power_test into power_test_2
...
to avoid clash with Triangulation_3
2006-08-02 11:43:20 +00:00
Andreas Fabri
8ec19079fb
Fixed min max problem
2006-07-31 23:06:16 +00:00
Andreas Fabri
293a1ebeae
Honor the hint
2006-07-12 14:26:47 +00:00
Sylvain Pion
5b665e0a72
- Filtered_exact removal.
2006-07-12 12:10:02 +00:00
Sylvain Pion
45bfd07a83
Remove some #include <CGAL/Arithmetic_filter/...> (Filtered_exact stuff).
2006-07-12 12:03:52 +00:00
Laurent Rineau
9f51a01372
fix i/o operators of Weighted_point, in binary mode.
2006-07-12 01:02:20 +00:00
Laurent Rineau
e9e3bf6deb
- fix i/o operators of Weighted_point, in binary mode.
2006-07-12 01:01:59 +00:00
Andreas Fabri
fcc03fd223
changed .C to .cpp in examples
2006-07-09 19:49:42 +00:00
Mariette Yvinec
467e037ae2
fixed image
2006-06-28 16:31:19 +00:00
Andreas Meyer
788f1109bb
fixed typo
2006-06-20 13:14:53 +00:00
Andreas Fabri
1b0a9b2055
fix of \ccPkgIntroducedInCGAL
2006-06-20 12:00:36 +00:00
Andreas Fabri
5203ac127d
fix of \ccPkgIntroducedInCGAL
2006-06-20 11:53:53 +00:00
Mariette Yvinec
4232aba36a
fixed a typo
2006-06-19 14:31:10 +00:00
Sylvain Pion
e8cbc79348
- Typos "Triagulation".
...
- Fix \ccPkgIntroducedInCGAL for d-d convex hull.
2006-06-19 12:12:49 +00:00
Mariette Yvinec
0e4f91fb15
CGAL:: qualification of filter_iterator to protect against ADL.
2006-06-16 07:29:47 +00:00
Mariette Yvinec
8cd852c447
CGAL:: qualification of filter_iterator to protect against ADL.
2006-06-16 07:28:02 +00:00
Mariette Yvinec
8f4a3090c1
added some text in usermanual for Regular_triangulation_filtered_traits_2
...
and fixed regular example to use it
2006-06-12 08:53:58 +00:00
Sylvain Pion
4074cb0e8b
\cgal -> \cgal\ .
2006-05-19 14:29:54 +00:00
Sylvain Pion
dcf38121b8
There is no Rt typedef in Weighted_point<>.
2006-05-16 21:58:19 +00:00
Andreas Meyer
bb7295405c
enable operator= to be simplified
2006-05-12 15:56:04 +00:00
Andreas Meyer
c782945c85
improved html output (\item[--] --> \item)
2006-05-12 14:44:48 +00:00
Andreas Meyer
c0dd39cd33
typo
2006-05-12 12:22:37 +00:00
Andreas Meyer
cda8f7ae89
typo
2006-05-12 12:13:08 +00:00
Andreas Meyer
f8a9ade17a
moved some \labels inside \section and \subsection,
...
to improve html referencing
2006-05-08 09:34:01 +00:00