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
|
efc2084360
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-12 15:42:14 +02:00 |
Sebastien Loriot
|
08251247c2
|
Merge pull request #3831 from afabri/PSP-cleanup-GF
Point Set Processing: cleanup
|
2019-04-12 15:34:45 +02:00 |
Sebastien Loriot
|
fd273fe850
|
Merge pull request #3779 from afabri/Polyhedron-read_off-GF
Polyhedron: read_OFF() must not set the badbit if there are 0 vertices
|
2019-04-12 15:27:24 +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 |
Andreas Fabri
|
44f52f436a
|
Add include of sstream
|
2019-04-08 16:16:51 +02:00 |
Sébastien Loriot
|
93f9a83ad3
|
STL writer is now under LGPL
|
2019-04-04 14:24:07 +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
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +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 |
Andreas Fabri
|
5d58bde7f2
|
Polyhedron: Fix Issue #3108
|
2019-03-19 17:39:04 +01:00 |
Laurent Rineau
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Andreas Fabri
|
7fa9781894
|
Remove derivation as workaround for a typedef
|
2019-02-14 12:12:01 +01:00 |
Andreas Fabri
|
e989b87dfe
|
Distance, Generator, HDS, Convex_hull, Polyhedron, PCA
|
2019-02-14 10:39:56 +01:00 |
Maxime Gimeno
|
c650f26c23
|
Fix OFF reader to detect sooner the flux errors.
|
2019-02-11 12:45:27 +01:00 |
Sébastien Loriot
|
61169b394e
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-01-04 17:19:19 +01:00 |
Sébastien Loriot
|
45066e7d91
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
|
2019-01-04 17:17:03 +01:00 |
Simon Giraudot
|
1cfcb1ba5b
|
Fix stream status handling everywhere PLY reader is used
|
2018-12-18 15:28:02 +01:00 |
Simon Giraudot
|
858d10070b
|
Improve PLY element handling and thus fix bug when reading unknown element
|
2018-12-17 13:07:56 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Laurent Rineau
|
8d0345c373
|
Merge pull request #3372 from afabri/Polyhedron_IO-inline-GF
inline fill_point()
|
2018-10-29 10:42:32 +01: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 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Andreas Fabri
|
e977ce76b3
|
inline
|
2018-10-04 19:37:11 +02:00 |
Mael Rouxel-Labbé
|
31246ab517
|
Test the STL reader a bit more thoroughly
|
2018-08-03 14:24:34 +02:00 |
Mael Rouxel-Labbé
|
ef6a6af122
|
Made STL reader compatible with SequenceContainers
It's useful to not be constrained to cpp11::arrays when the polygon soup
is to be processed through reparation functions (for example)
|
2018-08-03 14:21:17 +02:00 |
Laurent Rineau
|
0e4e50f2e7
|
Merge pull request #3060 from maxGimeno/BGL-read_write_off_use_np-GF
BGL: Use Named Parameters in OFF I/O
|
2018-06-27 10:21:33 +02:00 |
Maxime Gimeno
|
1cba5df6b6
|
Fix looping overload
|
2018-06-20 08:38:04 +02:00 |
Mael Rouxel-Labbé
|
f738319cdc
|
Fixed whitespace (no real changes)
|
2018-06-11 14:07:56 +02:00 |
Mael Rouxel-Labbé
|
da95ade46e
|
Added a few more difficulties to the tests
|
2018-06-11 14:03:31 +02:00 |
Mael Rouxel-Labbé
|
abfeaf39cd
|
Improved STL reader
|
2018-06-11 14:02:39 +02:00 |
Maxime Gimeno
|
911b6eb4c1
|
Fix error in print_polyhedron
|
2018-06-06 16:44:39 +02:00 |
Andreas Fabri
|
991f3847e8
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
Maxime Gimeno
|
7a5e821183
|
fixes
|
2018-04-27 15:28:00 +02:00 |
Maxime Gimeno
|
c4da8690cb
|
Add NamedParameters to the off IO functions.
|
2018-04-26 14:00:06 +02:00 |
Laurent Rineau
|
ed0976600b
|
Fix dependencies
|
2018-03-09 10:03:58 +01:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Sébastien Loriot
|
bdc9377e20
|
fix reading of ASCII STL with a name broken by a previous fix
|
2018-02-26 15:15:59 +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 |
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 |
Andreas Fabri
|
22bd2815a3
|
Polyhedron
|
2018-01-17 17:13:53 +00:00 |
Andreas Fabri
|
84be28c0d6
|
fix error and warning inside a test file
|
2017-12-13 07:04:58 +00:00 |
Andreas Fabri
|
cd7f1af9c4
|
bug fix
|
2017-12-11 16:39:53 +00:00 |
Andreas Fabri
|
49128e332a
|
Also parse headers of binary STL files starting with the keyword 'solid'
|
2017-12-07 14:57:39 +01:00 |