Sylvain Pion
146cfe8922
remove spaces
2007-12-03 18:18:48 +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
6623d525eb
* replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
...
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35: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
Sylvain Pion
87759faafd
Move internal typedefs to CGAL::CGALi::.
2007-11-06 16:14:00 +00:00
Sylvain Pion
1881ddf9e9
Replace abort by assertions.
2007-11-05 10:16:21 +00:00
Monique Teillaud
7ebab5b990
todo
2007-10-08 14:39:11 +00:00
Monique Teillaud
9de1d3511e
todo
2007-09-19 08:23:01 +00:00
Sylvain Pion
b976aea1b6
Remove 2 workarounds which are not needed anymore by the latest SunPRO:
...
CGAL_CFG_DEEP_DEPENDENT_TEMPLATE_BUG
CGAL_CFG_DEDUCABLE_CONTEXT_BUG
2007-08-24 12:57:55 +00:00
Monique Teillaud
990b6df224
bug fix
2007-08-23 12:43:40 +00:00
Monique Teillaud
d826da2cbc
missing refinements fixed
2007-08-23 09:28:56 +00:00
Monique Teillaud
dab374e1aa
precision in the IO format
2007-08-21 07:03:53 +00:00
Monique Teillaud
e3afd2bd7d
todo
2007-08-20 16:20:03 +00:00
Monique Teillaud
708964b7bc
missing derivation of Has_on added
2007-08-08 08:29:25 +00:00
Monique Teillaud
8ba97e5586
one more item on the todo-list
2007-06-20 14:45:37 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Andreas Fabri
a29134e5d5
add demo
2007-05-04 15:53:57 +00:00
Andreas Fabri
1acd1b4f30
Added demo icon
2007-04-30 14:54:17 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Andreas Fabri
7276c6ff15
Kernel -> Geometry Kernel (suggested by sylvain)
2007-04-17 11:21:24 +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
35b0f3bb6c
update FSF address
2007-03-20 19:24:29 +00:00
Andreas Fabri
632327f357
removed unused parameters
2007-03-17 09:46:05 +00:00
Andreas Fabri
4039e49760
removed unused parameters
2007-03-17 09:43:57 +00:00
Andreas Fabri
8188f79ccb
.C -> .cpp
2007-03-16 09:19:58 +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
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
70b9930045
remove GCC-only command-line option
2007-03-10 10:49:31 +00:00
Sylvain Pion
c6b85022e5
warning patrol
2007-03-09 08:37:01 +00:00
Sylvain Pion
a2297186ad
Prefix macros with CGAL_ , damned !!!
2007-02-28 18:54:33 +00:00
Sylvain Pion
802fe6a40f
Remove commented FILEWRITE macro #define
...
(probably useless, at least unused, and beeping on my missing-CGAL_-prefix grep)
2007-02-28 18:52:35 +00:00
Andreas Fabri
8230002a90
reordered inclusion order to get rid of an ICE
2007-02-28 15:41:56 +00:00
Andreas Fabri
0d56e8994f
.C -> .cpp
2007-02-28 11:52:13 +00:00
Andreas Fabri
3918dbf9e4
added pictures
2007-02-20 16:09:17 +00:00
Monique Teillaud
8c4d9b30c9
Lazy examples put again in dont-submit, with the new names introduced by Andreas
2007-02-18 09:10:00 +00:00
Andreas Fabri
645e07752d
remove example_ prefix
2007-02-16 16:52:10 +00:00
Andreas Fabri
54e34f03e0
remove example_ prefix
2007-02-16 16:50:34 +00:00
Andreas Fabri
3766335e45
remove example_ prefix
2007-02-16 16:49:30 +00:00
Andreas Fabri
6cc78035d8
remove example_ prefix
2007-02-16 16:49:11 +00:00
Sylvain Pion
45164cbebf
constification
2007-02-15 07:56:06 +00:00
Sylvain Pion
70ddda8342
remove g++ 4.3 warning
2007-02-11 22:37:08 +00:00
Monique Teillaud
156643d6f9
old test_lazy stuff moved to ease partners tests,
...
waiting until they can be resurrected
2007-02-06 11:09:16 +00:00
Monique Teillaud
c177dd211d
cleaning
2007-01-17 09:32:45 +00:00
Monique Teillaud
38a0dc79ae
todo: demo with predefined Exact_ck
2007-01-16 15:54:44 +00:00
Monique Teillaud
679606caf6
bug fixes
2007-01-16 15:32:15 +00:00
Monique Teillaud
9bc0907791
small fixes after all renamings
2007-01-16 15:15:36 +00:00
Monique Teillaud
f320c7ebf3
typo
2007-01-16 15:14:47 +00:00