Sébastien Loriot
0698f79aff
add SPDX identifier for files under the LGPL-3+ license
2017-11-12 10:17:50 +01:00
Mael Rouxel-Labbé
e3c14f8c30
Restored pragma warning disablers
...
Accidentally removed in 17ed237f0845b0b346431058fdc7d1742f04dbb7
2017-06-28 10:17:14 +02:00
Mael Rouxel-Labbé
6502fbbb31
Cleaning the code of some kinetic data structure files
...
Trailing whitespace, indentation, extra ';', ugly typedefs etc.
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
4b443f855f
Fixed some point types
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
411ac121ef
Cleaned instantaneous_adaptor
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
2ba57b785c
Fixed type
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
7e42666397
Fixed types in Cartesian_moving_weighted_point
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
58e427fcd8
Fixed some predicates
...
-- traits must have Construct_point_2/3 now
-- renamed power_test to satisfy the new convention
2017-06-28 10:15:30 +02:00
Laurent Rineau
bbf430b0b1
Merge pull request #585 from afabri/Kernel-Weighted_point-GF
...
Introduce Kernel::Weighted_point_3 together with functors
2016-12-20 19:52:02 +01:00
Andreas Fabri
f30b46cb76
fix Voronoi_diagram_2
2016-11-16 10:17:31 +01:00
Andreas Fabri
30c525482d
Fix KDS
2016-11-03 13:08:31 +01:00
Andreas Fabri
dff4ebe817
made variables const or atomic, and removed unused file
2016-11-03 10:41:00 +01:00
Andreas Fabri
beb1417477
remove unused header files; remove commented includes; changed include paths
2016-02-15 14:20:12 +01:00
Laurent Rineau
7612345f2f
Trivial fix: add newline at EOF
...
There was a warning with gcc 4.1.2, on CentOS 5:
```
In file included from /mnt/testsuite/include/CGAL/Kinetic/Active_objects_vector.h:27,
from /mnt/testsuite/include/CGAL/Kinetic/Exact_simulation_traits.h:27,
from /home/cgal_tester/build/src/cmake/platforms/CentOS5/test/Kinetic_data_structures/Delaunay_triangulation_3.cpp:7:
/mnt/testsuite/include/CGAL/Kinetic/internal/debug_counters.h:79:33: warning: no newline at end of file
```
2015-11-05 11:12:57 +01:00
Guillaume Damiand
4bbe2a82e9
Add missing #include; add some case IO::PRETTY to avoid some warning.
2015-06-12 14:08:29 +02:00
Clement Jamin
ed3113f89d
Code clean-up
2015-03-16 17:01:49 +01:00
Clement Jamin
3915c89c17
Oops, forgot to commit the *_impl.h files
2014-12-03 11:29:54 +01:00
Clement Jamin
e18e59a72a
Header-only for package Kinetic_data_structures
2014-12-02 20:41:19 +01:00
Andreas Fabri
d4bca9e2a4
Qiet down VC++ on a 'performance' warning
2014-05-07 14:38:44 +02:00
Laurent Rineau
d19578725b
Fix warnings
2013-02-07 18:15:23 +01:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Andreas Fabri
cbfe32ce37
Add declspecs for Visual C++ so that we can build dlls
2011-10-05 19:12:23 +00:00
Guillaume Damiand
a29c905ee0
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion.
2011-08-31 14:30:07 +00:00
Laurent Rineau
82171d1e91
Patch so that KDS no longer uses deprecated code (mirror_index and
...
mirror_vertex from Triangulation_face_base).
2010-11-12 15:17:09 +00:00
Laurent Rineau
113141506d
Fixes for CLang (more C++ conformance)
2010-09-22 16:24:04 +00:00
Sébastien Loriot
d53e01f1a1
remove package namespace macro
2010-06-09 08:45:58 +00:00
Daniel Russel
afb06904f4
remove extra ;
2010-06-01 15:22:32 +00:00
Andreas Fabri
d358eb315a
Add 'using' for ansi compliance
2010-05-17 10:34:49 +00:00
Sylvain Pion
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Daniel Russel
ecf72f5db2
fix bad conversion on push back on some platforms
2009-01-05 19:45:21 +00:00
Michael Hoffmann
a25985b73b
Remove dependency on CGAL/functional -> replace Unary_function
...
and Binary_function by std:: counterparts.
2008-07-23 15:07:16 +00:00
Sylvain Pion
79864c0c8e
Remove Arity_tag.
2008-07-22 12:29:01 +00:00
Sylvain Pion
1d8779b171
Rename the following functions:
...
det2x2_by_formula
det3x3_by_formula
det4x4_by_formula
det5x5_by_formula
det6x6_by_formula
to:
determinant
How cute... a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +00:00
Daniel Russel
b5da19d44f
Call the renamed instantaneous versions
2008-04-01 18:02:12 +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
Daniel Russel
5684bc8d55
removed variadic macro
2007-10-04 11:14:00 +00:00
Sylvain Pion
d76beea6ad
Remove obsolete config flag CGAL_CFG_NO_LOCALE.
2007-08-08 15:30:58 +00:00
Daniel Russel
ee6591fbf6
minor changes to Label and macros
2007-06-13 23:19:20 +00:00
Daniel Russel
7d9a1eaf8c
libCGAL builds
2007-06-10 23:46:47 +00:00
Daniel Russel
adf89ba0af
moved logs
2007-06-09 02:38:13 +00:00
Daniel Russel
a034d8e156
LOCALE changes
2007-05-04 21:23:14 +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
0677f9858f
tweak to disable warning
2007-04-02 23:31:19 +00:00
Daniel Russel
81dac44112
various tweaks to avoid warnings and obscure errors
2007-03-29 19:36:13 +00:00
Daniel Russel
0c4cc54da3
clean up stray events when destroying queue
2007-03-20 22:10:49 +00:00
Andreas Fabri
4c5441b22a
removed unused parameters
2007-03-17 09:00:08 +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
bbd19d8a16
removed weighted_point inheriting from unweighted point, although I think it really should. VC was getting confused.
2007-03-08 18:15:24 +00:00
Andreas Fabri
f30dfd50b0
Exploit that a==b is the same as b==a
2007-03-08 10:25:52 +00:00
Daniel Russel
04da5a2dd9
need operator== in point_1
2007-03-08 01:47:03 +00:00