Sylvain Pion
00d87d50fc
Remove "unused argument" warnings.
2008-08-30 10:29:04 +00:00
Fernando Cacciola
4045426593
Removed troubling \XHDS macro
2008-08-29 21:09:04 +00:00
Fernando Cacciola
d72996fba6
Fixed reference to non-existing header
2008-08-29 18:26:35 +00:00
Sylvain Pion
5fda79d9fb
Rewrite the test-suite using:
...
- a single test file
- a template parameter for the kernel
- data sets and results in the source code instead of text files using diff for comparing
- no custom cgal_test script
2008-08-29 18:14:36 +00:00
Sylvain Pion
f66c672caa
Use global random gen.
2008-08-29 18:11:03 +00:00
Fernando Cacciola
f3af539ea5
Removed illegal character
2008-08-29 18:06:30 +00:00
Sylvain Pion
aabebec7e7
Add missing CGALi:: qualification
2008-08-29 17:51:33 +00:00
Sylvain Pion
07fc7b102d
Make the "random generator" global.
2008-08-29 17:24:32 +00:00
Sylvain Pion
9718a5b0bc
Make the "random generator" global.
2008-08-29 17:23:49 +00:00
Sylvain Pion
e3da606051
Make the "random generator" global.
2008-08-29 17:22:56 +00:00
Sylvain Pion
212ec9299c
While at it, do the same tests by swapping the arguments, it's cheap.
2008-08-29 17:15:40 +00:00
Sylvain Pion
4aa2b3c500
While at it, do the same tests by swapping the arguments, it's cheap.
2008-08-29 17:15:26 +00:00
Sylvain Pion
4d7ff0f150
Rewrite the test-suite using:
...
- a single test file
- a template parameter for the kernel
- data sets and results in the source code instead of text files using diff for comparing
- no custom cgal_test script
2008-08-29 17:02:04 +00:00
Sylvain Pion
c265692665
Remove unused classes
...
Squared_distance_to_line
Squared_distance_to_segment
Squared_distance_to_ray
2008-08-29 15:48:00 +00:00
Sylvain Pion
ca964c7f42
Add missing do_intersect() functions for Iso_cuboid_3.
2008-08-29 14:33:12 +00:00
Sylvain Pion
b4389348a1
Rewrite the ancient parts of the test-suite using:
...
- a single test file
- a template parameter for the kernel
- data sets and results in the source code instead of text files using diff for comparing
- no custom cgal_test script
2008-08-29 14:21:18 +00:00
Monique Teillaud
a39854ad8d
fix
2008-08-29 13:02:19 +00:00
Sylvain Pion
41d9519452
Remove default-generated makefile
2008-08-29 12:51:16 +00:00
Sylvain Pion
c9786a98af
Remove unused files.
2008-08-29 12:27:22 +00:00
Sylvain Pion
488c6f4ce8
Rewrite the test-suite using:
...
- a single test file
- a template parameter for the kernel
- data sets and results in the source code instead of text files using diff for comparing
- no custom cgal_test script
2008-08-29 12:26:54 +00:00
Laurent Saboret
5de6d12b43
Fixed g++ warnings
2008-08-28 14:14:49 +00:00
Laurent Saboret
8f1e17abcf
Added CGAL_TRACE_STREAM object (== cerr if DEBUG_TRACE is defined, else nothing)
2008-08-28 13:48:50 +00:00
Laurent Saboret
a43c578eeb
Fixed memory leaks
2008-08-28 13:10:31 +00:00
Laurent Saboret
159964b8fc
Added traces
2008-08-28 13:09:53 +00:00
Laurent Saboret
76f008d27b
Enforced CGAL_NDEBUG rule:
...
- code under include/CGAL/ and src/ must not use NDEBUG and assert(), but CGAL_NDEBUG and CGAL assertion macros.
- code under demo/, examples/ and test/ must use NDEBUG and assert().
2008-08-28 13:06:14 +00:00
Monique Teillaud
991d630b7c
cleaning types for calls to global functions
2008-08-28 12:56:01 +00:00
Monique Teillaud
c7dcfee4f0
global functions moved to a documentable place
2008-08-28 12:55:38 +00:00
Sylvain Pion
a565db4da9
Apply std::remove_reference *before* std::remove_cv...
2008-08-28 12:38:14 +00:00
Monique Teillaud
31b7ef5946
Type<CK> now replaces CK::Type, it is cleaner for showing the uses of global functions
2008-08-28 12:25:19 +00:00
Monique Teillaud
7ec77d6c81
missing include
2008-08-28 12:20:12 +00:00
Sylvain Pion
b90dd1b09c
Give Lazy_construction the ability to take an optional conversion functor template argument.
2008-08-28 09:50:20 +00:00
Ophir Setter
f88aacb40a
construct interior vertex
2008-08-28 07:43:34 +00:00
Fernando Cacciola
8bd571a638
Added OpenGL libraries to CGALQt and CGALimageIO
2008-08-27 17:57:10 +00:00
Sylvain Pion
d79048ab40
Add comment.
2008-08-27 17:31:06 +00:00
Fernando Cacciola
41251065c2
Fix pending problems with examples and demos (now possible to do 'make examples' or 'make demo' from CGAL_DIR)
2008-08-27 16:24:01 +00:00
Sylvain Pion
3fa4fad3af
Remove To_interval<> template parameter to Cartesian_converter<> :
...
the default is fine.
2008-08-27 15:37:06 +00:00
Sylvain Pion
7aa01562bd
typo
2008-08-27 15:36:24 +00:00
Sylvain Pion
d167660a73
Remove the explicit To_double<> argument to Cartesian_converter<>: the default is fine.
2008-08-27 15:25:39 +00:00
Sylvain Pion
c278a43b16
Follow-up of use of Robust_construction.
2008-08-27 15:16:57 +00:00
Pavel Emeliyanenko
786163859a
added allocator template
2008-08-27 15:12:05 +00:00
Pavel Emeliyanenko
72ca340b8b
added allocator template
2008-08-27 15:11:47 +00:00
Sylvain Pion
3526c73a06
Use Robust_construction<>.
2008-08-27 15:11:20 +00:00
Sylvain Pion
5082778d02
Remove useless #include files.
2008-08-27 15:08:35 +00:00
Sylvain Pion
d66014f760
Generic tool to replace the Robust_circumcenter functor and co.
2008-08-27 15:04:42 +00:00
Sylvain Pion
8865f7ea4f
Use C++0x rvalue references in Object, Handle_for, MP_Float and Quotient.
2008-08-27 14:19:18 +00:00
Monique Teillaud
6c9be1ff58
move global functions (intersection, do_intersect) to a 'documentable' place
2008-08-27 12:38:15 +00:00
Laurent Saboret
528200ac34
Ignore cgal_test and makefile files (automatically generated)
2008-08-27 09:29:47 +00:00
Fernando Cacciola
20701bc56c
Fixed parser error with examples and demos
2008-08-26 17:55:21 +00:00
Laurent Saboret
544547bc81
Added trace
2008-08-26 14:43:28 +00:00
Sylvain Pion
e7dd28125f
Add explicit static_cast to fix error with gcc-4.4 in -std=c++0x mode.
2008-08-26 14:24:07 +00:00