Andreas Fabri
|
6188beb113
|
remove alpha_shapes_3
|
2008-09-29 19:00:19 +00:00 |
Sylvain Pion
|
5829c41f2c
|
Remove useless <CGAL/utility.h> includes
|
2008-07-25 15:10:02 +00:00 |
Sylvain Pion
|
dc3bf72707
|
Remove changes.txt files.
|
2008-07-24 17:47:16 +00:00 |
Andreas Fabri
|
51e6e8f56d
|
typedef instead of derivation for definition of K
|
2008-07-07 13:45:57 +00:00 |
Laurent Rineau
|
a5941f81cf
|
Alpha_shapes_3/demo needs a submitted/commited CMakeLists.txt.
|
2008-06-30 11:29:53 +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
|
838dab23ab
|
Add missing #include <cassert> .
|
2008-01-20 19:13:05 +00:00 |
Sylvain Pion
|
88b74063f7
|
Rename *.C to *.h.
|
2007-12-28 16:02:59 +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 |
Mariette Yvinec
|
ede4e78dd8
|
add a task in TODO list
|
2007-10-25 11:56:59 +00:00 |
Andreas Fabri
|
82d8f48ec4
|
Added ccInclude
|
2007-06-19 14:19:30 +00:00 |
Andreas Meyer
|
c1e9765ff4
|
manual fix: moved labels inside sectioning command
|
2007-04-18 14:20:12 +00:00 |
Sylvain Pion
|
ba91d748f0
|
Spell check.
|
2007-04-17 15:27:04 +00:00 |
Sylvain Pion
|
baff80a374
|
Remove semi-colons inside \ccNestedType as this pollutes the manual index.
|
2007-04-17 09:44:29 +00:00 |
Andreas Fabri
|
ea71b8eaa1
|
.C ->.cpp and autolinking
|
2007-04-11 13:59:20 +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 |
Joachim Reichel
|
704933f79a
|
replace obsolete variable CGAL_WINDOW_LDFLAGS by CGAL_LDFLAGS
|
2007-03-11 09:57:31 +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
|
ffe1e4ec1c
|
More redundant filename removal.
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
|
2007-03-10 15:22:41 +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
|
3a368d6dc0
|
warning--
|
2007-03-09 08:24:31 +00:00 |
Sylvain Pion
|
e614678a18
|
remove warnings
|
2007-03-03 08:24:29 +00:00 |
Sylvain Pion
|
90154e1dcf
|
Add missing CGAL:: (spotted by g++ 4.3)
|
2007-03-01 10:39:28 +00:00 |
Sylvain Pion
|
e1b7d741de
|
rename .C to .cpp and remove Makefile, same as generated
|
2007-01-27 21:15:03 +00:00 |
Sylvain Pion
|
40d0fb8d35
|
Fix all "align=center" in <img> by "align=middle".
|
2007-01-13 21:49:03 +00:00 |
Sylvain Pion
|
63bb39d027
|
remove obsolete commented code
|
2006-11-17 18:32:28 +00:00 |
Sylvain Pion
|
ed25e93dc9
|
remove CGAL_MAKEFILE hardcoding (damn emacs users !)
|
2006-08-08 08:20:54 +00:00 |
Andreas Fabri
|
083c2b007b
|
changed .C to .cpp in examples
|
2006-07-09 19:01:37 +00:00 |
Andreas Fabri
|
fa033c1cd2
|
fix of \ccPkgIntroducedInCGAL
|
2006-06-20 11:38:24 +00:00 |
Sylvain Pion
|
bf92e3226a
|
CGAL:: qualification of filter_iterator to protect against ADL.
|
2006-06-15 08:53:37 +00:00 |
Sylvain Pion
|
5f8d18ffd4
|
Uniformize '# CGAL_MAKEFILE' line.
|
2006-05-20 07:52:02 +00:00 |
Andreas Meyer
|
0e3d6b8143
|
manual bugfix (ccHowToCiteCgal)
|
2006-05-04 12:28:44 +00:00 |
Laurent Saboret
|
e42659d1a4
|
Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk
|
2006-05-04 09:15:26 +00:00 |
Andreas Meyer
|
dc3ce8747e
|
\ccHowToCite --> \ccHowToCiteCgal
|
2006-05-03 11:24:03 +00:00 |
Andreas Fabri
|
af776daec6
|
Added ccHowTocite
|
2006-05-02 19:38:17 +00:00 |
Andreas Fabri
|
cdf3a90818
|
upgrade to VC7.3 and fixes
|
2006-04-26 20:47:38 +00:00 |
Andreas Meyer
|
09d2cb06c5
|
replaced
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
|
2006-04-26 16:40:25 +00:00 |
Sylvain Pion
|
73ba6f9eef
|
Add missing include file
|
2006-04-17 11:02:08 +00:00 |
Andreas Fabri
|
2ebd400d2e
|
Added PkgDescription summary
|
2006-04-14 07:34:54 +00:00 |
Andreas Fabri
|
47261e1e33
|
fixed ccDepends
|
2006-04-11 14:14:28 +00:00 |
Andreas Fabri
|
36d95d0971
|
Added package description
|
2006-04-10 13:54:47 +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
|
4c056f187a
|
cleanup of \sections
|
2006-04-05 13:58:49 +00:00 |
Joachim Reichel
|
7a2fec4821
|
renamed {demo,examples}/Makefile to {demo,examples}/makefile to avoid
being matched by "Makefile" in dont_submit
|
2006-03-17 18:00:59 +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 |