Sébastien Loriot
8ce2048aea
add #include<CGAL/config.h> before any directive CGAL_USE_*
2011-03-02 18:52:57 +00:00
Sébastien Loriot
0d4dba11fa
temporary fix of geninfo that avoid an aliasing problem. The solution chosen is probably slower but safe.
...
Will for a better fix after the release.
2011-02-25 16:24:10 +00:00
Sébastien Loriot
a155b2c4da
remove warnings
2011-02-25 15:16:21 +00:00
Andreas Fabri
ddb18cceb2
Add parenthesis to quiet vlang and increase code readability
2010-12-07 10:18:51 +00:00
Andreas Fabri
087b2d2ce0
Add parenthesis to quit down clang and have more readable code
2010-12-06 14:58:54 +00:00
Andreas Fabri
c6f3973dd6
Add missing #include
2010-09-08 06:03:52 +00:00
Andreas Fabri
b2e9dd680c
Replace Random with boost
2010-09-07 12:57:15 +00:00
Laurent Rineau
35a3c17f1e
Fix warnings: braces around empty body, and unused parameters.
2010-06-29 12:38:52 +00:00
Andreas Fabri
92a037a450
Some int->size_t. Perform static_cast<int> as Polynomial degree is bound by int not size_t
2010-06-22 09:38:32 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri
9db08e1461
Add using statements for ansi-compliance
2010-05-18 07:19:35 +00:00
Andreas Fabri
38530dd89d
Add 'using' for ansi compliance
2010-05-17 07:11:44 +00:00
Andreas Fabri
cfc38df79c
Add 'using' for ansi compliance
2010-05-16 13:25:15 +00:00
Andreas Fabri
a40ea9d137
Add using statements for ansi-compliance
2010-05-13 15:19:34 +00:00
Andreas Fabri
6f7944174d
Add 'using' for ansi compliance
2010-05-11 12:05:22 +00:00
Andreas Fabri
13f152b974
Remove unused and unconstructible default constructor
2010-05-10 10:16:44 +00:00
Michael Hemmer
1a3efc713a
fix include guard
2010-04-20 07:45:54 +00:00
Sylvain Pion
85dc12f2a7
Remove empty lines at beginning and end of files
...
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Michael Hemmer
2561a432dd
avoid clash of CGAL::min/max with std::min/max
...
e.g. boost does: "unsing std::min" plus an unqualified call of min
2009-04-29 13:57:45 +00:00
Sylvain Pion
6cc542446d
Fix some typos in the protect macro names.
...
Use a form "#ifndef" more consistently.
The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :
grep -r -m 1 '#ifndef' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +00:00
Michael Hemmer
28575ad723
rename Real_embeddable_traits::Sign -> Sgn
2008-09-18 16:32:35 +00:00
Sylvain Pion
6aba449434
Replace Nef's custom Object_handle by CGAL::Object.
...
There were some differences :
- CGAL::Object has no template constructor, so using make_object() was required.
- CGAL::Object had no comparison with NULL to check emptyness. I added
such comparison operators to CGAL::Object as *deprecated*.
2008-09-09 16:03:25 +00:00
Sylvain Pion
aff1bf74aa
Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter.
2008-08-06 13:16:04 +00:00
Michael Hemmer
182c550580
warp up RealEbeddable_traits, i.e., mv RET_base into internal namespace
2008-08-05 13:42:15 +00:00
Sylvain Pion
a8e8ecfdcf
Replace Interval_nt_advanced::unsafe_comparison by Uncertain_conversion_exception.
...
(it was alrady the same type, but now the filtering code can be independent on Interval_nt_advanced
(think other interval types, or other types of filters).
2008-07-31 13:31:26 +00:00
Michael Hoffmann
66620b881b
Remove dependency on CGAL/functional -> replace Unary_function
...
and Binary_function by std:: counterparts.
2008-07-23 15:11:07 +00:00
Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Peter Hachenberger
2294e0452c
explicit declaration of tye slist_item
2008-06-27 10:02:41 +00:00
Peter Hachenberger
3583da31c8
added number type conversion
2008-06-27 10:01:55 +00:00
Peter Hachenberger
6a2e438f33
added Kernel_tag
2008-06-27 10:00:36 +00:00
Andreas Fabri
75dd77e648
Make operator() const
2008-01-21 08:10:50 +00:00
Sylvain Pion
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
f24caaf675
Use CGAL_assertion() instead of assert().
2008-01-20 18:27:11 +00:00
Peter Hachenberger
d758b282ce
forgot to adapt is_plane() to Bounded_kernel
2008-01-17 17:53:00 +00:00
Peter Hachenberger
45cbea353a
removed experimental old code
2008-01-15 16:59:14 +00:00
Sylvain Pion
29cf96f6c2
Add missing CGAL_ prefix to protect macros
2008-01-14 23:08:43 +00:00
Sylvain Pion
f166d60a73
Add missing CGAL_ prefix to protect macros
2008-01-14 23:06:54 +00:00
Sylvain Pion
9d4a1851f1
Remove buggy bitrotting copy of HDS/include/CGAL/HalfedgeDS_items_decorator.h .
2008-01-14 22:54:43 +00:00
Sylvain Pion
aad4ee729e
Fix protect macro name
2008-01-12 21:08:22 +00:00
Sylvain Pion
a3ee71d44f
Get rid of obsolete Window_stream (LEDA window) code.
2008-01-10 18:10:23 +00:00
Peter Hachenberger
5415379102
two bugs fixed: y2x must be reset
2008-01-10 11:04:39 +00:00
Peter Hachenberger
2cfca8e125
also solved X-structure by Multiset
2008-01-04 16:09:28 +00:00
Peter Hachenberger
0ec0010667
new stl traits for overlay using red-black tree
2008-01-03 14:46:18 +00:00
Andreas Meyer
0f941fbcf2
again CGAL_error -> CGAL_error_msg
2007-11-09 15:27:44 +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
76408cc24f
Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG_3.
2007-08-09 09:48:44 +00:00
Sylvain Pion
f2a1b260a4
Remove obsolete config flags
...
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG and
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG_2.
2007-08-08 14:50:01 +00:00
Peter Hachenberger
03862d852b
removed assignment of singular iterator
2007-03-26 16:05:24 +00:00