Sebastien Loriot
aef9029e46
Merge pull request #2220 from maxGimeno/BGL_expand_face_selection_for_manifold_removal-GF
...
BGL expand face selection for manifold removal
2017-08-03 17:09:14 +02:00
Sebastien Loriot
75ca788c48
Merge pull request #2129 from afabri/AABB_tree-BboxPmap-GF
...
AABB_tree: Accelerate construction
2017-08-03 17:05:22 +02:00
Maxime Gimeno
8288fe2ca2
changes.html
2017-08-02 11:16:44 +02:00
Laurent Rineau
da4b2632c9
Prepare master for CGAL-4.12
2017-08-01 15:21:41 +02:00
Laurent Rineau
1b41c582ba
Merge pull request #2306 from lrineau/Installation-fix_link_errors-GF
...
Fix link errors in the building of the Debian packages
2017-07-28 18:29:38 +02:00
Laurent Rineau
8dfa4f4dc8
Fix link error of demo/Polyhedron, in Debug and CGAL_HEADER_ONLY
2017-07-27 17:28:21 +02:00
Laurent Rineau
15fb0069cc
Fix link errors in the building of the Debian packages
...
- The Debian package uses `-DCGAL_ENABLE_PRECONFIG=OFF` and
`WITH_GMPXX=ON`. In that setup, GMPXX must in the "essential" 3rd
party libraries.
- The CGAL_Core library must be linked with its
dependencies (compilation error with `-zdefs`).
2017-07-26 16:57:19 +02:00
Andreas Fabri
a2f1f4f67c
Fix the changes.html
2017-07-19 11:40:35 +02:00
Andreas Fabri
abdb9480da
Document the BboxMap
2017-07-18 17:20:46 +02:00
Laurent Rineau
ceec6140ba
Merge pull request #1884 from lrineau/Mesh_3-Polyhedral_complex_mesh_domain_3-GF
...
New class of MeshDomainWithFeatures_3, from a polyhedral complex
2017-07-17 16:28:27 +02:00
Laurent Rineau
cae42d7d54
Update the formatting of changes
2017-07-17 16:01:23 +02:00
Laurent Rineau
82c0aedb7a
Fix bugs of changes.html
...
The changes of this file since CGAL-4.10 were not limited to the section
of CGAL-4.11. That is fixed now.
2017-07-17 15:32:59 +02:00
Laurent Rineau
4594430aac
Merge pull request #2138 from sgiraudot/Point_set_processing-Las_IO-GF
...
Point set processing: LAS I/O
2017-07-17 12:45:24 +02:00
Laurent Rineau
89acad2d14
Merge pull request #2101 from afabri/BGL-read_write_off-GF
...
BGL: Add generic functions read_off() and write_off()
2017-07-17 12:45:07 +02:00
Laurent Rineau
3301bf6a2c
Merge pull request #2226 from sgiraudot/Scale_space_reconstruction_3-Improve_API_cleanup-GF
...
Scale space reconstruction: improve API cleanup
2017-07-17 12:44:57 +02:00
Laurent Rineau
871bba21f6
Merge pull request #2212 from MaelRL/Periodic_3_Regular_triangulation_3-APelle
...
Add periodic regular triangulations
2017-07-17 12:23:54 +02:00
Guillaume Damiand
d8849b9e32
Update changes.html
...
Following the integration of BGL for LCC in master.
2017-07-12 09:18:03 -04:00
Laurent Rineau
931a0a2689
second fix for: Add hack in config.h for boost detection of CXX11 features with ICC
2017-07-11 11:59:40 +02:00
Laurent Rineau
33871eac4b
fix: "Add hack in config.h for boost detection of CXX11 features with ICC"
...
We have to check `__GXX_EXPERIMENTAL_CXX0X__`.
The issue in Boost-1.53 is that the other macro
`__GXX_EXPERIMENTAL_CPP0X__` is checked instead.
2017-07-11 11:59:39 +02:00
Simon Giraudot
6bc9fb5852
Add hack in config.h for boost detection of CXX11 features with ICC
2017-07-11 11:59:18 +02:00
Laurent Rineau
fb458b9506
Whitelist also the (read|write)_ply_points.h
2017-07-11 11:58:53 +02:00
Laurent Rineau
2d286d5e79
Add the files to the whitelist
2017-07-11 11:58:53 +02:00
Simon Giraudot
65429ed23d
Fix typo in changes.html
2017-07-11 11:58:52 +02:00
Simon Giraudot
46d4a93d64
Update changes.html (breaking change)
2017-07-11 11:58:52 +02:00
Simon Giraudot
8aed657e64
Check for LASLIB_INCLUDE_DIR to make sure LASlib is found
2017-07-11 11:58:52 +02:00
Jane Tournois
4e2982c15a
add hints to find LASlib (helps on windows)
2017-07-11 11:58:52 +02:00
Simon Giraudot
bd94c3005b
Move USE_AS_DLL as a temporary definition around LASlib header
2017-07-11 11:58:52 +02:00
Jane Tournois
55c1972c22
add macro USE_AS_DLL to decl import
2017-07-11 11:58:52 +02:00
Simon Giraudot
1a53899c4b
Correct FindLASLIB with CGAL fork of LASLIB
2017-07-11 11:58:50 +02:00
Simon Giraudot
9a77eef553
Unify cmake behavior with LASlib
2017-07-11 11:58:50 +02:00
Simon Giraudot
38a92b2691
Update changes.html
2017-07-11 11:58:49 +02:00
Simon Giraudot
f4fea04a4d
Add definition CGAL_LINKED_WITH_LASLIB
2017-07-11 11:58:48 +02:00
Simon Giraudot
a79d7be088
New example for LAS reader
2017-07-11 11:58:47 +02:00
Laurent Rineau
80829925b7
Merge pull request #2174 from gdamiand/BGL-LCC-gdamiand
...
BGL version for Linear_cell_complex_for_combinatorial_map
2017-07-10 15:38:21 +02:00
Laurent Rineau
8da2b7bd11
Merge pull request #2068 from maxGimeno/Polyhedron_demo-Volume_generator-GF
...
BGL new helper functions and Polyhedron_demo's Basic_volume_generator_plugin
2017-07-10 15:35:22 +02:00
Laurent Rineau
b0336e6558
Workaround for https://svn.boost.org/trac10/ticket/12534
...
That is a workaround for the bug about the partial specialization of
boost::is_enum<std::pair<T, U> >
being too late.
The bug has been in Boost-1.62 only. For that version (currently the
default version in Debian-testing), we include a header from Boost
container as soon as possible: in `<CGAL/config.h>`.
2017-07-07 11:23:21 +02:00
Jane Tournois
4fda9e482b
update changes.html
2017-07-07 10:19:08 +02:00
Andreas Fabri
a9eadc1a94
fix changes.html
2017-07-06 21:54:09 +02:00
Simon Giraudot
8cee8d06eb
Add section to changes.html
2017-07-04 08:53:07 +02:00
Mael Rouxel-Labbé
24433bfbb8
Improved visibility of P3RT3 in changes.html (moved to major changes)
...
and aligned dD regular's changelog with P3RT3's changelog
2017-07-03 16:23:26 +02:00
Mael Rouxel-Labbé
5ef4ed6083
Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle
...
Based on master
2017-07-03 16:12:14 +02:00
Laurent Rineau
d878561809
Merge pull request #2102 from afabri/Kernel_Weighted_point_without_conversion-GF
...
Remove implicit conversions between points and weighted points
2017-07-03 12:08:57 +02:00
Andreas Fabri
a69b2918d2
Add to changes.html
2017-06-30 18:14:43 +02:00
Laurent Rineau
c5224829fc
Merge branch 'master' into Polyhedron_demo-Volume_generator-GF
2017-06-30 17:27:06 +02:00
Laurent Rineau
95964a2e17
Merge pull request #2160 from sgiraudot/Poisson_reconstruction-Add_simple_functions-GF
...
Poisson reconstruction: Provide a simple function
2017-06-30 16:52:10 +02:00
Laurent Rineau
981d271774
Merge pull request #2181 from gdamiand/patch-1
...
Update CGAL_SetupFlags.cmake
2017-06-30 16:52:07 +02:00
Laurent Rineau
2061a16def
Merge pull request #1917 from MaelRL/SM_Parameterization-BGL-GF
...
Parameterization Facegraph
2017-06-30 16:38:50 +02:00
Mael Rouxel-Labbé
dc313f82e5
Fixed wrong balise in changes.html
2017-06-28 10:24:26 +02:00
Mael Rouxel-Labbé
638e0c41ea
Moved the dD triangulation changelog to "Major and breaking changes"
...
Otherwise, it's completely lost in the T2/T3 minor breaking changes.
2017-06-28 10:23:16 +02:00
Mael Rouxel-Labbé
eee58745cf
Fixed changes.html typo
2017-06-28 10:16:23 +02:00