Laurent Rineau
|
39c8f7ae1f
|
Merge pull request #3950 from afabri/Triangulation_23-PointWithInfo-GF
2D and 3D Triangulations: Unify insertion of range of points with info
|
2019-06-05 11:20:23 +02:00 |
Andreas Fabri
|
0ed700b30c
|
Unify wording
|
2019-05-25 10:13:56 +02:00 |
Laurent Rineau
|
419032d859
|
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
Fix some typos in code/comments/documentation
|
2019-05-23 08:50:14 +02:00 |
Andreas Fabri
|
d067fb409a
|
uncomment
|
2019-05-21 17:18:11 +02:00 |
Laurent Rineau
|
b8fe6b10ee
|
Merge pull request #3804 from afabri/CGAL_tests_must_not_include_basic-GF
Do not include <CGAL/basic.h>
|
2019-05-21 16:37:01 +02:00 |
Andreas Fabri
|
f354210be3
|
Add using statements
|
2019-05-21 14:32:03 +02:00 |
Andreas Fabri
|
2d1c78fdd9
|
Unify T3
|
2019-05-20 18:23:08 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Sébastien Loriot
|
c8a3fdaff6
|
Merge pull request #3625 from sgiraudot/Stream_support-Enhance_color-GF
[Small Feature] Reworked CGAL::Color
|
2019-04-12 15:54:30 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Simon Giraudot
|
d314711eaf
|
Merge remote-tracking branch 'mine/Stream_support-Enhance_color-GF' into Stream_support-Enhance_color-GF
|
2019-04-09 15:00:56 +02:00 |
Simon Giraudot
|
2c1ca1e893
|
Replace old color API using global const variable with new one using functions
|
2019-04-03 11:51:29 +02:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +01:00 |
Sébastien Loriot
|
0ce7fc09b5
|
turns iterator pairs into iterable ranges
|
2019-03-29 13:28:22 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Laurent Rineau
|
fc81d3bfec
|
Merge pull request #3780 from afabri/CGAL-links-GF
Some Documentation Fixes for Issue #3457
|
2019-03-27 18:05:17 +01:00 |
Andreas Fabri
|
a1609350aa
|
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
|
2019-03-27 15:21:33 +01:00 |
Andreas Fabri
|
a472c24185
|
http:/www.boost.org -> https://www.bost.org
|
2019-03-20 08:59:22 +01:00 |
Andreas Fabri
|
7c2674abc8
|
More links fixed
|
2019-03-20 08:38:40 +01:00 |
Mael Rouxel-Labbé
|
61b0be45eb
|
Fix some bad links
|
2019-03-15 21:14:17 +01:00 |
Maxime Gimeno
|
eaace93cf3
|
Merge pull request #3743 from afabri/SearchStructures-fix_code_doc-GF
Range and Segment Trees: Sync code and doc
|
2019-03-12 17:04:23 +01:00 |
Andreas Fabri
|
d0d5251cb6
|
Add \cgalHHasModel and \cgalModels and backtick (even in Triangulation_3)
|
2019-03-08 09:29:28 +01:00 |
Andreas Fabri
|
6f836b5827
|
T2,T3,Mesh_2: backticks, lowercase, capitalize
|
2019-03-04 11:03:44 +01:00 |
Sébastien Loriot
|
59bc453b42
|
first batch of replacement for level 1 in classified ref man
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
|
2019-02-14 10:32:39 +01:00 |
Sébastien Loriot
|
90ad079eb4
|
use macro for subsections
command used:
grep -l "###" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\#\s*$/\\cgalCRPSubsection{\1}/
|
2019-02-14 10:32:00 +01:00 |
Sébastien Loriot
|
42b9a0be04
|
fix level
|
2019-02-14 10:26:05 +01:00 |
Laurent Rineau
|
fdd8357915
|
Merge pull request #3580 from afabri/Stream_support-Color-GF
Fix warnings (Add/remove copy constructors, and other warnings)
Co-authored-by: Laurent Rineau <laurent.rineau@cgal.org>
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
Co-authored-by: Maxime GIMENO <maxime.gimeno@gmail.com>
|
2019-02-13 15:25:07 +00:00 |
Andreas Fabri
|
88add6bc7b
|
Regular_triangulation_3: Add undocumented Regular_triangulation_cell_base_3::hidden_points()
|
2019-02-07 15:24:00 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Mael Rouxel-Labbé
|
f10a4acfe4
|
Clarified RT3 test
|
2019-01-21 14:48:33 +01:00 |
Mael Rouxel-Labbé
|
c4b82ba14b
|
Added swap() and an assignement operator for RT3
|
2019-01-21 14:48:28 +01:00 |
Andreas Fabri
|
380cffffb1
|
Remove copy constructor instead of adding operator= as it triggers a compilation error VC12 Poisson
|
2019-01-15 09:32:21 +01:00 |
Andreas Fabri
|
806ba2ec98
|
Add operartor= for DT3
|
2019-01-10 18:29:52 +01:00 |
Sébastien Loriot
|
61169b394e
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-01-04 17:19:19 +01:00 |
Mael Rouxel-Labbé
|
b6f6aeb844
|
Merge remote-tracking branch 'mine/T3-Fix_weighted_ranges_insertion_removal-GF' into T3-Fix_weighted_ranges_insertion_removal-GF
|
2018-12-18 13:20:58 +01:00 |
Maxime Gimeno
|
d6cfa1a868
|
Fix CMake warnings about CMP for Visual 2017
|
2018-11-21 16:17:39 +01:00 |
Mael Rouxel-Labbé
|
ab67b0cc34
|
Fixed conversion warning
|
2018-11-19 16:00:29 +01:00 |
Mael Rouxel-Labbé
|
82e458da80
|
Replaced TDS template specialization with tag-based detection
|
2018-11-14 07:58:08 +01:00 |
Mael Rouxel-Labbé
|
bb19c965f9
|
Moved helper struct outside of TBB macros to fix sequential compilation
|
2018-11-14 07:58:08 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Laurent Rineau
|
821f9c015e
|
Merge pull request #3311 from sloriot/Doc-Pkg_link_name
Update the name of package names reference links
|
2018-10-29 10:27:53 +01:00 |
Laurent Rineau
|
574f21cca6
|
Merge pull request #3383 from lrineau/Triangulation_3-fix_examples_with_TBB-GF
Re-add examples incorrectly disabled by PR #2835
|
2018-10-29 10:27:48 +01:00 |
Guillaume Damiand
|
ebd04b0b4e
|
Last (?) two demo.
|
2018-10-19 10:12:39 +02:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +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 |
Mael
|
7e75a8a243
|
Fixed indentation (Thanks for the suggestion @MaelRL !)
|
2018-10-17 09:24:46 +02:00 |
Guillaume Damiand
|
520015f92a
|
Align typedef
|
2018-10-15 14:21:20 +02:00 |
Mael Rouxel-Labbé
|
aa1e0acbee
|
Replaced macro with a legal vertex handle validity checker
|
2018-10-10 13:08:14 +02:00 |