Sébastien Loriot
554f62d411
remove executable property from copyright files
2011-10-03 08:18:16 +00:00
Andreas Fabri
d10a333947
Add a file with the copyright holder(s) to the package_info
2011-09-29 20:45:16 +00:00
Laurent Rineau
f90bce1b33
Fix the use of a deprecated function.
2010-12-10 10:12:10 +00:00
Laurent Rineau
7bbc9cb1b7
Fix use of deprecated function.
2010-12-10 10:10:45 +00:00
Andreas Fabri
377d567c0d
static_cast of size_t to int, and Cartesian -> Simple_cartesian
2010-09-23 19:23:50 +00:00
Andreas Fabri
d1df640a86
Replace std::rand() with boost::rand48
2010-09-02 09:54:58 +00:00
Laurent Rineau
cdf0322256
Let's remove all makefiles, now.
2010-08-23 11:03:02 +00:00
Sylvain Pion
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Sylvain Pion
80da0bff1a
More obsolete \ccTexHtml removal.
2009-01-03 15:21:38 +00:00
Sylvain Pion
0b1cbeb045
\emptyset is recognized by the HTML converter, so, no need for special treatment.
2009-01-02 17:23:53 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +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
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
Sylvain Pion
2ed2e5f3cc
Add missing standard header <sstream>
2008-01-09 22:42:26 +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
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Andreas Meyer
57ad8202ea
replace Bounded_volume -> Bounding_volume, step (2)
2007-06-05 12:35:12 +00:00
Andreas Meyer
3d216d4abc
replace Bounded_volume -> Bounding_volume, step (1)
2007-06-05 12:29:54 +00:00
Andreas Meyer
7ed1a00c04
merge manual fixed from 3.3 branch back intro trunk:
...
svn merge -r 38751:38754 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38773:38775 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38783:38784 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38795:38796 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38815:38816 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38827:38829 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38834:38836 ~/projects/CGAL/branches/CGAL-3.3-branch
2007-05-28 23:05:00 +00:00
Andreas Fabri
1b767a37ae
cleanup
2007-04-02 10:30:07 +00:00
Andreas Fabri
c0c70f64e3
renamed chapter
2007-04-02 09:37:00 +00:00
Andreas Fabri
b3bcec40f1
renamed chapter
2007-04-02 09:36:12 +00:00
Andreas Fabri
8a18498d12
removed unused parameters
2007-03-17 08:35:57 +00:00
Andreas Fabri
f4bb584667
removed/commented unused parameters
2007-03-16 08:27:32 +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
Andreas Meyer
7165f77d53
typo
2007-02-27 23:01:01 +00:00
Andreas Fabri
93a83a5790
Removed prefix example_ from the examples files
2007-02-26 18:48:23 +00:00
Andreas Fabri
1072ec40f4
simplifications
2007-02-26 18:47:39 +00:00
Andreas Fabri
43765f82e7
simplifications
2007-02-26 18:47:16 +00:00
Andreas Fabri
0ec7e028bf
.C -> .cpp
2007-02-16 16:36:57 +00:00
Bernd Gärtner
ab73378892
- C-files removed from include/CGAL
2007-02-16 15:56:11 +00:00
Sylvain Pion
d4a36175cf
constify to remove warning
2007-02-11 22:28:55 +00:00
Andreas Fabri
194ff53b2f
fix for min/max problem
2006-08-22 07:27:43 +00:00
Andreas Fabri
145f9661f4
fix for min/max problem
2006-08-20 19:44:05 +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
Andreas Fabri
fbb2dc2b5f
fix min/max problem
2006-08-03 03:39:19 +00:00
Andreas Fabri
f558395b1e
changed .C to .cpp in examples
2006-07-09 19:04:50 +00:00
Sylvain Pion
4074cb0e8b
\cgal -> \cgal\ .
2006-05-19 14:29:54 +00:00
Kaspar Fischer
96935d61cc
- added #include <CGAL/basic.h>
2006-03-09 13:55:52 +00:00
Kaspar Fischer
96739688f7
- changed a requirement to refines
2006-03-09 13:55:23 +00:00
Andreas Meyer
4eb6024dcd
fixed latex_converter error complaining about
...
unknown macro in c++ mode
fix: \ccc{\ccVar. --> \ccVar\ccc{.
and a kosmetic change
2006-03-04 22:25:33 +00:00
Kaspar Fischer
7b94f3935d
- added CORE::Expr as possible number-type in documentation
2006-02-27 17:33:31 +00:00
Kaspar Fischer
42127ad25a
- added assertion eps>=0
...
- encorporated Menelaos' changes (2nd review)
- untabified example.C
2006-02-27 15:29:47 +00:00
Kaspar Fischer
2dcf823286
- fixed the names of all macros to begin with CGAL_
2006-02-23 14:50:30 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Kaspar Fischer
95bed159a2
- prefixed atoi and exit with "std::"
2006-02-15 12:20:37 +00:00