Efi Fogel
8c1156de1e
cleanup
2009-08-05 12:43:39 +00:00
Efi Fogel
9ea2ccedb4
cleanup
2009-07-12 07:11:22 +00:00
Laurent Rineau
fdf6f931b0
Fix the documentation after the following revision:
...
| New Revision: 50416
| Author: efif
| Date: 2009-07-07 10:08:29 +0200 (Tue, 07 Jul 2009)
|
| Log message:
|
| removed suffix 'ex_'
The files names should have been changed in the documentation too.
2009-07-08 14:21:23 +00:00
Efi Fogel
55a3872449
removed suffix 'ex_'
2009-07-07 08:08:29 +00:00
Efi Fogel
381c0df580
cleanup
2009-07-07 08:05:57 +00:00
Efi Fogel
d015bd36ba
cleanup
2009-06-28 13:18:53 +00:00
Ophir Setter
f5d6872d01
review by guy
2009-05-11 16:07:34 +00:00
Ophir Setter
721f585a6d
fix bug in the previous fix about unbounded curves
2009-05-09 18:12:12 +00:00
Ophir Setter
e06b7c0165
bug fix
2009-05-09 08:43:15 +00:00
Ophir Setter
c169af430c
fix: adding the curves from the original vertex when merging two intervals
2009-05-04 13:53:32 +00:00
Ophir Setter
d2da417b45
using std::distance and std::advance instead of counting
2009-05-04 08:04:20 +00:00
Ophir Setter
70d4110474
checking in test that all the curves associated with an envelope element are equal - improving test
2009-05-03 16:51:56 +00:00
Ophir Setter
ad866b0bb8
forgot to cleanup
2009-05-03 16:32:28 +00:00
Ophir Setter
9e8befe6e1
fix bug when curve have a joint endpoint + improvement of tests
2009-05-03 16:23:46 +00:00
Sylvain Pion
eaba877fb2
Remove svn:executable property on *.xpm *.odp */maintainer files
2009-01-03 13:38:09 +00:00
Laurent Rineau
ec9f2e29e5
Update citations (s/07/08/).
...
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Ophir Setter
fed62f020d
adding ./ at beginning of file
2008-07-30 09:43:17 +00:00
Ophir Setter
827c9551f4
removing cgal_test
2008-07-30 09:18:28 +00:00
Fernando Cacciola
f93437ca22
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
2008-05-05 14:01:55 +00:00
Laurent Rineau
46a5d8abd4
Fix the errors
...
"test_envelope_segments.cpp", line 209: Error: The function "strcmp" must have a prototype.
"test_envelope_segments.cpp", line 211: Error: The function "strcmp" must have a prototype.
detected by Sun CC.
2008-03-11 12:22:14 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
14043c43a0
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
2008-02-08 17:47:21 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Efi Fogel
fa140af690
API change
2007-12-06 15:27:05 +00:00
Sylvain Pion
a46b55bf71
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
...
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Efi Fogel
27e6ca3fe4
API revisited
2007-11-21 10:24:59 +00:00
Sylvain Pion
055009cc58
Remove the need for mentionning todo files and doxygen files.
2007-11-03 21:15:36 +00:00
Andreas Fabri
01e763217b
3.3 branch -> trunk
2007-06-04 14:27:09 +00:00
Andreas Fabri
a9b1edf177
3.3 branch -> trunk
2007-06-04 14:14:12 +00:00
Andreas Meyer
79dacdbad8
replaced $\hat{{\cal S}}$ with ${\cal D}$ (html converter had problems with it)
2007-04-20 15:20:41 +00:00
Andreas Meyer
8f525b0c1a
removed htmlonly workaround for overline/underline
2007-04-20 15:14:42 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Efi Fogel
a82f4b3ecc
Added the proper SVN keywords
2007-04-03 18:32:11 +00:00
Efi Fogel
36efcb8336
fixed spelling
2007-04-03 18:31:48 +00:00
Efi Fogel
65ebc01e75
1st revision
2007-04-03 04:59:34 +00:00
Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Efi Fogel
40a8745738
cleanup
2007-03-29 16:33:58 +00:00
Efi Fogel
7c3065380f
An attempt to initialize some variable, some compilers complain they might not be initialized
2007-03-27 17:12:20 +00:00
Efi Fogel
d46af2c1e0
removed \newcommand
2007-03-26 13:04:22 +00:00
Efi Fogel
3349e54635
cleanup
2007-03-26 11:55:25 +00:00
Andreas Fabri
5c9dae21ff
Ron's changes
2007-03-23 07:12:23 +00:00
Andreas Fabri
5dc561309e
Added illustration
2007-03-14 08:34:07 +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
82f994833b
Constification
2007-03-08 10:39:00 +00:00
Laurent Saboret
9d0d302a87
Fixed svn properties of whole trunk
2006-12-18 09:37:55 +00:00
Ron Wein
41b652da56
Renamed Infinity_type to Boundary_type.
2006-12-11 15:35:40 +00:00
Ron Wein
7efc449214
A small fix requested by Michael Hoffmann.
2006-11-13 13:59:05 +00:00
Efi Fogel
fee0b25282
Fixed image width
2006-11-08 12:02:55 +00:00