Sébastien Loriot
1f3b57e93a
fix Loop scheme sqrt -> square
2014-04-25 07:20:39 +02:00
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Andreas Fabri
7a17cc98a4
deal with Polynomial (only partially), Subdivision_method, Surface_mesher, Surface_reconstruction
2013-01-31 09:18:28 +01:00
Guillaume Damiand
5e4d2eb175
Remove unused type in Subdivision_method_impl_3.h, detect in AABB_tree demo
2013-01-23 13:55:25 +01:00
Laurent Rineau
a04891ff93
WARNFIX: fix some warnings triggered by -Wconversion on g++
2012-08-09 16:06:54 +00:00
Philipp Möller
79b30908d5
WARNFIX: Silence a good part of unused variable/parameter warnings.
...
Wextra results in a dreadful wall of yellow in the test-suite and is
scary when using CGAL. Reduce some of the noise by silencing the
obvious cases with CGAL_USE or comments.
2012-08-07 11:04:32 +00:00
Laurent Rineau
db194534c7
First big patch to fix -Wunused-local-typedefs
...
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
by -Wall since gcc-4.8 (not yet released).
The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Laurent Rineau
72f1f7b81a
Fix typos
2011-09-29 09:17:48 +00:00
Andreas Fabri
a3f91464aa
GeometryFactory bought the copyright from Le-Jeng Shiue
2011-09-29 09:10:07 +00:00
Laurent Rineau
79ca48f02a
Missing #include
2010-06-24 08:52:54 +00:00
Andreas Fabri
9c5dee3848
Remove inclusion of header file that is not used
2010-06-22 12:39:49 +00:00
Andreas Fabri
6b5e50ff0b
Cast size_t to int as degree will never be that big
2010-06-22 12:38:53 +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
Laurent Rineau
4ebbfca867
C++ conformance: make sure things are declared because they are used.
2010-05-21 16:54:35 +00:00
Andreas Fabri
3c2bf43937
Add 'this->' for ansi-compliance
2010-05-10 08:06:25 +00:00
Andreas Fabri
b7e5ebab2a
prefix macro with CGAL
2010-02-26 15:15:08 +00:00
Sylvain Pion
0e1d5031e7
Use CGAL_PI instead of an approximate value.
2008-04-15 17:38:09 +00:00
Sylvain Pion
6a44c220a9
make automatic grep-checks easier
2007-02-15 21:27:34 +00:00
Sylvain Pion
f6c0295fc5
macros must be prefixed by CGAL_
2007-02-15 21:22:58 +00:00
Marc Glisse
b13e3b5ec0
Last round of missing std:: before 3.2 (Andreas permission)
2006-04-19 16:56:12 +00:00
Le-Jeng Shiue
d9b0424db2
Change the license of the source codes to LGPL.
2006-04-19 03:42:03 +00:00
Le-Jeng Shiue
5b35530823
Make the point computation more CGAL like
2006-03-08 06:10:58 +00:00
Le-Jeng Shiue
e358a077d8
Change the package name to Subdivision_method_3
2006-02-18 00:46:03 +00:00