Daniel Russel
b3754f9e94
make the macros usable outside of the namespace
2008-04-01 18:03:41 +00:00
Daniel Russel
c26995f483
Slightly safer choice of NT
2008-04-01 18:02:51 +00:00
Daniel Russel
b5da19d44f
Call the renamed instantaneous versions
2008-04-01 18:02:12 +00:00
Daniel Russel
7bd75414f2
Split instantaneous and kinetic versions of predicate as the compiler was having trouble telling the templates apart.
2008-04-01 18:01:39 +00:00
Daniel Russel
b28d073a9f
Static asserts to make sure the various template parameters are compatible
2008-04-01 18:00:57 +00:00
Andreas Meyer
20315de571
* replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
...
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Daniel Russel
618bb2a764
cross packge dependencies with GETSET
2008-03-06 07:12:04 +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
Daniel Russel
7eee16103a
updated manual
2008-02-13 00:55:29 +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
Daniel Russel
1e531c4370
class vs struct fixed
2008-02-06 18:13:32 +00:00
Sylvain Pion
b24108f5fd
Remove #include <cassert> from everywhere under include/CGAL/.
...
CGAL code has to use CGAL assertions instead.
2008-01-20 18:47:19 +00:00
Sylvain Pion
44792b0f90
Fix partial specialization.
2008-01-17 18:32:43 +00:00
Daniel Russel
75d053154f
fixed demos. Found some problem with dynamic insertion in regular triangulations.
2008-01-14 22:01:20 +00:00
Sylvain Pion
b55e442199
Add missing #include <CGAL/Tools/Counter.h>.
2008-01-14 21:12:02 +00:00
Sylvain Pion
88ed563f44
Remove some workarounds for SunPRO + RW's STL:
...
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES (partially so far)
CGAL_make_vector
CGAL_make_list
2008-01-03 14:50:13 +00:00
Sylvain Pion
7302cae41f
Use CGAL_assertion_code macro instead of if(...); hack to kill unused variable warning in release mode, as this triggers a g++ 4.3 warning for empty if body.
2007-12-27 16:23:41 +00:00
Sylvain Pion
b500997a37
Remove useless "const" on return type to avoid g++ 4.3 warning.
2007-12-24 13:36:51 +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
c1d1609af1
replaced CGAL_assertion( false* and CGAL_assertion( 0*
...
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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
055009cc58
Remove the need for mentionning todo files and doxygen files.
2007-11-03 21:15:36 +00:00
Sylvain Pion
0ffeb44254
Add qualification needed by g++ 4.3.
2007-10-27 08:39:56 +00:00
Daniel Russel
5684bc8d55
removed variadic macro
2007-10-04 11:14:00 +00:00
Marc Glisse
3df14be20d
Sunpro vector constructor workaround.
2007-08-28 10:00:21 +00:00
Daniel Russel
b9650efc0c
added public to some typedefs
2007-08-23 15:44:25 +00:00
Daniel Russel
1ad21fef7c
Hmmmmm, demo works here
2007-08-23 15:34:09 +00:00
Daniel Russel
b9bd1350c3
removed size_t
2007-08-20 21:03:49 +00:00
Daniel Russel
faf373778d
allow the retrieval of current event key:
2007-08-16 23:10:46 +00:00
Sylvain Pion
d76beea6ad
Remove obsolete config flag CGAL_CFG_NO_LOCALE.
2007-08-08 15:30:58 +00:00
Daniel Russel
91e3c9a70a
added header to avoid compilation problem
2007-07-15 17:12:23 +00:00
Daniel Russel
8a107b364b
fixed qt problem--too fancy with overloading
2007-07-10 22:09:27 +00:00
Daniel Russel
6cee3cddc1
get latest changes into build
2007-07-09 23:10:13 +00:00
Daniel Russel
6ade9c0a47
need full function call now
2007-06-15 20:55:31 +00:00
Daniel Russel
2f35c55283
oops, something had gotten confused, CGALQT should now compile
2007-06-15 20:42:44 +00:00
Daniel Russel
a183e20905
moved gui stuff to new listeners
2007-06-14 21:50:44 +00:00
Daniel Russel
53eb88d003
some changes had gotten lost with regards to Listeners
2007-06-14 18:55:37 +00:00
Daniel Russel
ee6591fbf6
minor changes to Label and macros
2007-06-13 23:19:20 +00:00
Daniel Russel
c258f48911
ACCESSOR to GET
2007-06-12 22:08:14 +00:00
Daniel Russel
09bed49916
odds and sods
2007-06-11 22:36:51 +00:00
Daniel Russel
ad173f7bcc
oops, forgot Qt
2007-06-11 20:52:05 +00:00
Daniel Russel
1bb80d52ec
added license
2007-06-11 06:10:08 +00:00
Daniel Russel
3f28242466
macros for listeners
2007-06-11 01:43:55 +00:00
Daniel Russel
81ccf38256
things build after log move
2007-06-11 00:08:13 +00:00
Daniel Russel
7d9a1eaf8c
libCGAL builds
2007-06-10 23:46:47 +00:00
Daniel Russel
c1fd50a09b
pre global replace
2007-06-10 23:05:03 +00:00
Daniel Russel
adf89ba0af
moved logs
2007-06-09 02:38:13 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Andreas Fabri
01e763217b
3.3 branch -> trunk
2007-06-04 14:27:09 +00:00
Andreas Fabri
e5df6fb3fe
3.3 branch -> trunk
2007-06-04 14:04:56 +00:00
Andreas Meyer
3ad6028729
replaced largest space-consuming images by smaller jpegs
2007-06-01 18:53: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
Daniel Russel
a034d8e156
LOCALE changes
2007-05-04 21:23:14 +00:00
Marc Glisse
825850afdb
workaround for sunpro, for which a typedef inside a class leaks to the
...
default value of the template arguments.
2007-04-18 13:29:18 +00:00
Andreas Meyer
8706baedc3
typo + removed \ccc from inside \ccExampleCode
2007-04-17 22:11:07 +00:00
Sylvain Pion
9c1dafa587
Remove more semi-colons inside \ccNestedType (for the manual index).
2007-04-17 09:50:09 +00:00
Andreas Fabri
94c5c3598f
Added bibtex entry
2007-04-12 13:05:46 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +00:00
Daniel Russel
75d663d305
see if VC is happy now about not recognizing template argument
2007-04-07 19:07:06 +00:00
Daniel Russel
ddcc31dd2f
oops, reversed the negation
2007-04-06 22:57:22 +00:00
Daniel Russel
7b883e967f
remove junk file
2007-04-03 21:19:17 +00:00
Daniel Russel
0677f9858f
tweak to disable warning
2007-04-02 23:31:19 +00:00
Daniel Russel
063d7296df
skip compilation of SoQt_examiner when CGAL_USE_COIN not defined
2007-04-02 23:31:07 +00:00
Daniel Russel
bcc8070ebb
got a bit carried away with query-replace
2007-04-02 23:16:27 +00:00
Daniel Russel
a7f1be9087
oops, need to disable it
2007-03-29 19:54:36 +00:00
Daniel Russel
cc0f4dcc02
hack to disable compilation with coin
2007-03-29 19:53:56 +00:00
Daniel Russel
81dac44112
various tweaks to avoid warnings and obscure errors
2007-03-29 19:36:13 +00:00
Daniel Russel
ccc339c225
remove #defines
2007-03-28 05:42:39 +00:00
Daniel Russel
314dc792b6
minor cleanup of manual
2007-03-27 22:03:36 +00:00
Daniel Russel
3bf0ae23a7
remove dimension on simtr
2007-03-27 21:46:26 +00:00
Daniel Russel
63778b5594
try to turn off vc warning about this
2007-03-27 21:26:40 +00:00
Daniel Russel
70eec5d8dd
removed invalid field on unused code
2007-03-27 17:18:16 +00:00
Andreas Fabri
7539d5e920
Removed unused arguments
2007-03-27 07:42:07 +00:00
Daniel Russel
953689b7dc
test for VC before disabling warning
2007-03-26 22:28:18 +00:00
Daniel Russel
cfedd810c5
use variable error
2007-03-26 22:24:10 +00:00
Daniel Russel
663a968a61
rename Instant_kernel to Default_instantnaeous_kernel to please new g++
2007-03-26 22:17:39 +00:00
Daniel Russel
005194aa47
rename Instantaneous_kernel to Default_instantaneous_kernel to please gcc 4.3
2007-03-26 22:10:50 +00:00
Daniel Russel
66fbaffbd3
added use coin
2007-03-26 21:49:55 +00:00
Daniel Russel
5a7bf47ead
added header
2007-03-26 19:03:11 +00:00
Andreas Fabri
5c48473fc8
moved variables in #ifdef block where they are used
2007-03-26 08:26:14 +00:00
Andreas Fabri
ef9fa3ee6c
removed unused parameters
2007-03-26 08:22:12 +00:00
Andreas Fabri
64d93d66fd
Removed unused parameter
2007-03-23 07:35:32 +00:00
Andreas Fabri
555ba800b2
Added illustration
2007-03-21 07:52:12 +00:00
Daniel Russel
0c4cc54da3
clean up stray events when destroying queue
2007-03-20 22:10:49 +00:00
Daniel Russel
13f54fc5e2
simplify queue to work around changes in the in_place_list
2007-03-20 22:03:30 +00:00
Daniel Russel
76a25984fc
rolling back accidental changes
2007-03-19 06:15:43 +00:00
Daniel Russel
ee367b4b0e
try to make gcc 4.3 happy by direct reference to masked class
2007-03-19 04:09:27 +00:00
Daniel Russel
c428d0070d
reconciled conflict
2007-03-19 04:07:28 +00:00
Andreas Fabri
4c5441b22a
removed unused parameters
2007-03-17 09:00:08 +00:00
Sylvain Pion
28051ee07c
.C -> .cpp
2007-03-16 23:21:37 +00:00
Daniel Russel
8015a10c17
try at avoid ambiguity with Point_3==WP_3 with regular traits, while I would blame VC, it seems to me gcc should be complaining too
2007-03-16 18:03:40 +00:00
Daniel Russel
0bfb4243ac
trying to appease VC
2007-03-15 20:55:40 +00:00
Joachim Reichel
4f47903a25
moved src/Core to src/CGALCore
...
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00
Daniel Russel
400c80f302
fixed start time
2007-03-12 22:37:40 +00:00
Andreas Fabri
20ed3865aa
added space
2007-03-11 19:58:35 +00:00
Joachim Reichel
d08f6bea45
replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS
2007-03-11 09:54:17 +00:00
Sylvain Pion
3ee6d93a69
Proper fix for g++-3.3.4
2007-03-11 08:34:10 +00:00