Maxime Gimeno
|
1e34d143b9
|
Rename file in CMakeLists
|
2019-09-03 13:56:12 +02:00 |
Maxime Gimeno
|
d8cba3158a
|
Rename example file
|
2019-09-03 13:12:55 +02:00 |
Maxime Gimeno
|
e03c51efc3
|
Add the example to the user manual
|
2019-09-03 11:29:39 +02:00 |
Maxime Gimeno
|
7259e3d1e2
|
Add an example to explicit the behaviour of add_face in case of a wrong orientation.
|
2019-09-02 16:06:43 +02:00 |
Laurent Rineau
|
dc02598a5c
|
Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
CGAL: more viewers
|
2019-07-10 14:22:50 +02:00 |
Guillaume Damiand
|
64a8bd2a13
|
Remove error in raw_surface_mesh_small_faces.h
|
2019-06-24 10:54:41 +02:00 |
Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +02:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02: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 |
Sébastien Loriot
|
e6cdf9f62b
|
remove condition for cpp11 to be present in face graph related packages
|
2019-03-29 10:41:50 +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
|
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
|
0abfc0e57e
|
fix after review of lrineau
|
2018-10-10 14:49:17 +02:00 |
Maxime Gimeno
|
33dc3af32e
|
Fix cmake warning
|
2018-10-10 14:24:37 +02:00 |
Guillaume Damiand
|
4afa5e9cb5
|
Add an example for surface mesh that allows to visualize small faces; this example will be used in a tutorial explaining how to define and modify one viewer.
|
2018-09-07 13:30:44 +02:00 |
Guillaume Damiand
|
ddd7f8fa3b
|
Add an option to disable viewer when running ctest.
|
2018-09-07 13:29:38 +02:00 |
Guillaume Damiand
|
873ee7216b
|
Remove an unused off, which is not in data directory.
|
2018-06-12 08:05:14 +02:00 |
Maxime Gimeno
|
10c277ea2d
|
Use special args if running testsuite to avoid execution errors.
|
2018-06-07 13:35:28 +02:00 |
Maxime Gimeno
|
ee94efc76e
|
Fix Surface_mesh example
|
2018-05-29 12:00:30 +02:00 |
Guillaume Damiand
|
53769e98a7
|
* Add draw examples in the 5 concerned packages (Polyhedron, Surface_mesh, T2, T3, LCC)
* Update FindQGLViewel to add a target.
|
2018-05-29 11:11:49 +02:00 |
Guillaume Damiand
|
8870e304a3
|
Update basic viewer; now it works for LCC, Polyhedron and Surface_mesh.
|
2018-05-29 11:01:59 +02:00 |
Maxime Gimeno
|
c3215b9331
|
Move graph_has_property from namespace boost to namespace CGAL and provide some doc for it.
|
2018-01-22 12:43:29 +01:00 |
Andreas Fabri
|
aceac5d7f8
|
Use BOOST_FOREACH
|
2017-11-27 13:59:09 +00:00 |
Andreas Fabri
|
2e4ac12646
|
We also need a specialization of graph_has_property
|
2017-11-24 09:38:09 +00:00 |
Andreas Fabri
|
9dbd7f03c0
|
Add an example that shows what is needed for BGL-style algorithms when deriving from Surface_mesh
|
2017-11-24 08:30:56 +00:00 |
Andreas Fabri
|
7003d35848
|
Fix #2493
|
2017-10-04 10:01:43 +01:00 |
Andreas Fabri
|
c81b707bfb
|
Do not include graph_traits_{Polyhedron | Surface_mesh}.h
|
2017-04-24 19:17:43 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Sébastien Loriot
|
827c9cf2e1
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch'
|
2016-05-23 11:14:59 +02:00 |
Andreas Fabri
|
b5534be59a
|
Cast constness of this away as the function Surface_mesh::properties() is const
|
2016-05-18 12:40:31 +02:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Andreas Fabri
|
567f027484
|
Fix macro name
|
2016-01-21 11:32:48 +01:00 |
Laurent Rineau
|
f9917c487e
|
CMake 2.8.11
|
2015-07-13 12:36:43 +02:00 |
Laurent Rineau
|
5b374cbeb1
|
Merge pull request #77 from afabri/BGL-helpers-GF
Document and complete BGL helper functions
|
2015-05-26 12:27:15 +02:00 |
Laurent Rineau
|
2bfdee92c7
|
Merge pull request #67 from afabri/Surface_mesh-join-GF
Add join operation to Surface_mesh
|
2015-05-18 11:04:48 +02:00 |
Andreas Fabri
|
79e4711ee0
|
make_tetrahedron is no longer in CGAL::Euler
|
2015-04-17 08:28:57 +02:00 |
Andreas Fabri
|
35957091d2
|
fix example
|
2015-04-15 12:23:34 +02:00 |
Philipp Möller
|
f0f4b42079
|
Neither vector nor boost/assign are used, but iostream is
|
2015-04-10 14:41:53 +02:00 |
Andreas Fabri
|
cdf00e7532
|
concatenate freelists in case the meshes have garbage
|
2015-02-03 12:51:09 +01:00 |
Andreas Fabri
|
e57073baed
|
transfer property from rhs if the property exists on lhs
|
2015-02-03 11:25:34 +01:00 |
Andreas Fabri
|
d65c0a0add
|
find corresponding property arrays
|
2015-02-03 10:42:13 +01:00 |
Andreas Fabri
|
ca23f7b4e2
|
Add operator+=(Surface_mesh&, const Surface_mesh&)
|
2015-02-02 15:40:20 +01:00 |
Andreas Fabri
|
99d18c0d42
|
improve example
|
2015-01-19 12:42:08 +01:00 |
Sébastien Loriot
|
67414ef0c8
|
fix default point property map used in BGL primitives
|
2015-01-19 11:57:43 +01:00 |
Andreas Fabri
|
e854569b0b
|
active example as it had #if 0
|
2015-01-19 10:25:01 +01:00 |
Andreas Fabri
|
8e64f50a0b
|
chmod -x and fixes of license headers
|
2015-01-07 18:38:45 +01:00 |
Andreas Fabri
|
d1c951ea6c
|
comment unused argc
|
2015-01-06 09:31:17 +01:00 |
Sébastien Loriot
|
73a125f611
|
cosmetic fixes + add todos for implementation details
|
2015-01-05 12:58:14 +01:00 |