Maxime Gimeno
|
302a2cd225
|
Use BOOST_GCC
|
2019-02-04 14:19:10 +01:00 |
Maxime Gimeno
|
de8dde79f4
|
Replace not by ! in preprocessor directives
|
2019-02-04 10:40:00 +01:00 |
Maxime Gimeno
|
8baad2fcb3
|
Fix the tests for GCC<4.4 so it wont match clang.
|
2019-02-01 12:22:08 +01:00 |
Laurent Rineau
|
9fe8c299f3
|
Merge pull request #3503 from nivoliev/patch-1
generate a truly Delaunay triangulation
|
2018-12-10 14:38:12 +01:00 |
nivoliev
|
c801bb27d1
|
typo in Delaunay_triangulation class name
|
2018-11-30 16:54:50 +01:00 |
nivoliev
|
b6a777c918
|
generate a truly Delaunay triangulation
|
2018-11-30 16:41:30 +01:00 |
Sébastien Loriot
|
3a1516e940
|
add missing Reference and uniformize ref man group declaration
|
2018-11-20 13:47:16 +01:00 |
Sebastien Loriot
|
00cf0a2889
|
Merge pull request #3413 from gdamiand/CGAL-cmake_cleanup-gdamiand
Clean CMakeLists.txt of examples and tests
|
2018-11-12 15:01:46 +01:00 |
Sébastien Loriot
|
018652517b
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2018-11-12 10:08:29 +01:00 |
Sebastien Loriot
|
21d53cd984
|
Merge pull request #3172 from sloriot/Triangulation-fix_IO
Fix vertex istream operator
|
2018-11-12 09:58:14 +01:00 |
Sébastien Loriot
|
e91acb5520
|
correctly fix the warning
|
2018-11-09 09:03:52 +01:00 |
Sébastien Loriot
|
2e2ddb7880
|
fix conversion warning
|
2018-11-08 15:42:38 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0c2dcf7208
|
Re-add include({CGAL_USE_FILE} ) in each CMakeLists.txt where CGAL is used with some component.
|
2018-10-18 14:38:42 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Maxime Gimeno
|
a7a998cbda
|
add binary management to Point_d, Weighted Point_d and Vector_d and test
|
2018-10-11 15:06:58 +02:00 |
Sébastien Loriot
|
ea240cfac5
|
use \PkgXXX instead of \PkgXXXSummary
|
2018-10-08 10:28:44 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Maxime Gimeno
|
dfd5d383fc
|
WIP
|
2018-10-05 17:01:13 +02:00 |
Sébastien Loriot
|
8282e7f0ba
|
move eol to the triangulation operator
|
2018-10-04 15:52:55 +02:00 |
Sébastien Loriot
|
3ed89cbbab
|
reuse the first full cell in case it already exist.
when a triangulation is cleared, a full cell is always
created when adding the infinite vertex
|
2018-10-04 15:16:40 +02:00 |
Sébastien Loriot
|
4ed546edce
|
add line break after each vertex
|
2018-10-04 15:06:13 +02:00 |
Marc Glisse
|
0bf71d0aa1
|
I/O for Vector_d and Weighted_point_d
|
2018-10-04 13:50:35 +02:00 |
Marc Glisse
|
f64ae1b240
|
Move is>>point_d from Triangulation to NewKernel_d.
|
2018-10-04 13:50:34 +02:00 |
Sébastien Loriot
|
47d99c3467
|
replace \cond by \if
|
2018-09-05 13:08:14 +02:00 |
Mael Rouxel-Labbé
|
455ea81794
|
Added some tests
|
2018-08-08 12:12:04 +02:00 |
Mael Rouxel-Labbé
|
d88f69a02a
|
Fixed compilation of Triangulation::finite_facets_begin()/end()
|
2018-08-08 11:51:31 +02:00 |
Sébastien Loriot
|
3d0c69c01b
|
test IO
|
2018-06-15 10:11:55 +02:00 |
Sébastien Loriot
|
d66081a122
|
fix vertex istream operator
|
2018-06-15 09:39:55 +02:00 |
Sébastien Loriot
|
742a615527
|
fix doc warnings triggered essentially by the improvement of doxygen
|
2018-04-25 23:36:21 +02:00 |
Andreas Fabri
|
c54a6a4980
|
Put CGAL::random_shuffle() in the subnamespace cpp98
|
2018-04-11 09:32:23 +01:00 |
Andreas Fabri
|
8b1052c04f
|
Qualify call
|
2018-04-06 07:05:41 +01:00 |
Andreas Fabri
|
3955f031bd
|
Fix examples/tests/demos
|
2018-04-04 14:18:22 +01:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
Sébastien Loriot
|
483f69728e
|
Refresh branch
|
2018-02-12 22:21:38 +01:00 |
Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01:00 |
Simon Giraudot
|
6269309d86
|
Use CGAL include for boost counting/transform iterators everywhere
|
2018-01-23 11:09:52 +01:00 |
Andreas Fabri
|
257b180351
|
Triangulation
|
2018-01-18 13:56:10 +00:00 |
Andreas Fabri
|
f972c6da7a
|
Nef
|
2018-01-18 10:46:12 +00:00 |
Laurent Rineau
|
42b11ddf29
|
Revert the merge of PR #2478
This reverts the merge commit 46cc91e787 onto
488c3e2879.
|
2018-01-04 17:54:08 +01:00 |
Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
Laurent Rineau
|
a9365554c9
|
Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
Add SPDX License Identifier
|
2017-11-15 16:48:27 +01:00 |
Laurent Rineau
|
112748280f
|
Merge pull request #2579 from cjamin/Triangulation-Fix_RTd_doc-cjamin
Triangulation - fix doc
|
2017-11-15 16:48:21 +01:00 |