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
Efi Fogel
698595a895
1st revision
2006-11-08 12:02:31 +00:00
Ron Wein
04b5f686c5
Some fixes (thanks Michael H.)
2006-11-08 11:39:49 +00:00
Baruch Zukerman
50bffddd8a
fixed a compilation error when using the polyline traits (cannot assume that there is construct_min_vertex_2(), use consruct_min_vertex_2_object() instead)
2006-11-07 11:42:05 +00:00
Ron Wein
357be0f92d
Small fixes after Eric's review.
2006-10-05 15:48:49 +00:00
Efi Fogel
002419172b
typo
2006-09-13 15:33:40 +00:00
Efi Fogel
6963adbc45
Rephrasing and typo fixing
2006-09-13 14:38:39 +00:00
Efi Fogel
03a31bc036
1st revision
2006-08-25 09:29:28 +00:00
Efi Fogel
d04569ff3f
updated figures
2006-08-13 14:28:47 +00:00
Efi Fogel
7d0dc2ddcc
1st revision
2006-08-13 14:10:26 +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
Ron Wein
4bf6041ce4
Completed the documentation.
2006-08-06 06:28:45 +00:00
Efi Fogel
716899f7ed
updated
2006-08-03 16:41:40 +00:00
Ron Wein
9b345a68b4
Added a cgal-test script.
2006-08-03 15:35:19 +00:00
Ron Wein
c305db01b4
Added a missing definition.
2006-08-03 13:58:38 +00:00
Ron Wein
cafeb2a6bb
Data files for the test program.
2006-08-03 13:44:47 +00:00
Ron Wein
ab601a34bc
Fixed a typo.
2006-08-03 13:36:40 +00:00
Ron Wein
a2a0308812
Added more examples.
2006-08-03 13:31:36 +00:00
Ron Wein
efd7d954d9
Fixed some typos.
2006-08-03 09:55:00 +00:00
Ron Wein
795a405ef9
Initial version of the documentation.
2006-08-03 09:41:46 +00:00
Ron Wein
af196aa7a9
Added the capability to handle vertical segments, and fixed the segment
...
example accordingly.
2006-08-03 08:20:48 +00:00
Ron Wein
d756d470f1
Fixed a bug.
2006-08-03 06:20:21 +00:00
Ron Wein
4bad047ba4
Added a test program for envelopes of line segments.
2006-08-02 15:53:59 +00:00
Ron Wein
f874c309d9
Fixed a bug.
2006-08-01 13:13:40 +00:00
Ron Wein
d805e4b4d0
Fixed the code so it compiles.
2006-08-01 07:08:47 +00:00
Ron Wein
6c2984d043
Improved code.
2006-07-30 14:53:05 +00:00
Ron Wein
f776969628
Updated version.
2006-07-30 14:10:00 +00:00
Ron Wein
3e8437caa6
Started fixing the code.
2006-07-30 07:14:59 +00:00
Ron Wein
f5d6a437fa
Added the source files.
2006-07-25 11:52:24 +00:00
Baruch Zukerman
54cae21084
1st revision
2006-07-24 11:48:31 +00:00