Laurent Rineau
bb27094bea
Remove a space that confuses the script
...
./Scripts/developer_scripts/detect_packages_licenses does not agree with
the spurious space at the end.
2015-07-01 18:04:59 +02:00
Andreas Fabri
9087f863a4
fix previous commit
2015-07-01 17:40:57 +02:00
Andreas Fabri
4c841d73e8
fix previous commit
2015-07-01 17:38:37 +02:00
Andreas Fabri
8d86bebcaf
Merge remote-tracking branch 'cgal-dev/Polygon_mesh_processing-GF' into Polygon_mesh_processing-GF
2015-07-01 17:25:13 +02:00
Andreas Fabri
bec3370540
avoid merge conflicts by moving lines
2015-07-01 17:03:13 +02:00
Andreas Fabri
7843ad8b3f
fix poisson test
2015-07-01 16:16:37 +02:00
Andreas Fabri
e072756d15
workaround to make the MCF Skeleton package compile with and without PMP
2015-07-01 15:54:29 +02:00
Jane Tournois
cd3493d139
fix compilation
2015-07-01 14:40:22 +02:00
Andreas Fabri
28c631a177
fix BGL test suite
2015-07-01 14:25:20 +02:00
Andreas Fabri
20c1b1a1f6
Merge branch 'Polygon_mesh_processing-GF-old' into Polygon_mesh_processing-GF
...
Conflicts:
BGL/include/CGAL/boost/graph/Euler_operations.h
BGL/include/CGAL/boost/graph/iterator.h
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
Polyhedron/demo/Polyhedron/Selection_widget.ui
2015-07-01 13:52:44 +02:00
Jane Tournois
ed9f4b8233
rename dual.cpp
2015-07-01 10:24:44 +02:00
Jane Tournois
abec5f1c88
rename dual example
2015-07-01 10:18:21 +02:00
Jane Tournois
49b2c90f3b
rename normals test
2015-07-01 10:12:05 +02:00
Andreas Fabri
9356e59af0
fix copyrght headers
2015-06-30 19:54:25 +02:00
Laurent Rineau
c1a0afd97a
updated crontab (automated commit)
2015-06-30 19:13:36 +02:00
Jane Tournois
2060a4e1ad
remove \todo : done
2015-06-30 10:35:40 +02:00
Jane Tournois
56b6a59c4c
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-public-dev into Polygon_mesh_processing-GF
2015-06-30 10:32:12 +02:00
Jane Tournois
ec365e2bb4
use keep_connected_components in Polyhedron demo (selection tool)
2015-06-30 10:31:52 +02:00
Jane Tournois
cbd9a083c9
use filenames and improve tests
2015-06-30 10:30:51 +02:00
Sébastien Loriot
1334ff32dd
document another overload or reverse_face_orientations
2015-06-29 15:17:41 +02:00
Jane Tournois
00d289baee
add doc about property maps to the reference manual
2015-06-29 14:10:58 +02:00
Jane Tournois
0a24bdbacd
make code simpler by making use of named parameters
2015-06-29 11:07:00 +02:00
Jane Tournois
95463c654f
fix warning
2015-06-29 11:06:29 +02:00
Jane Tournois
1d09b521d6
add function with no named parameters
2015-06-29 10:24:22 +02:00
Jane Tournois
7e94f20842
add precisions about 2-manifold
...
and remove column about it.
we don't want to document anything about algorithms
working or not on a mesh for which is_valid would return false
2015-06-29 10:23:24 +02:00
Laurent Rineau
76cf7e789f
Merge remote-tracking branch 'cgal/releases/CGAL-4.6-branch'
...
- Merge pull request #140 from
lrineau/Mesh_3-demo_fix_QGLViewer-2.6.0-lrineau
Fix for libQGLViewer>=2.6.0
Conflicts:
Installation/changes.html
2015-06-28 18:25:04 +02:00
Laurent Rineau
24b0b1ec50
Merge pull request #136 from akobel/CreateCMakeLists_extensions-akobel
...
make `cgal_create_CMakeLists` recognize all common C++ source file extensions
2015-06-28 18:21:06 +02:00
Laurent Rineau
81eda79252
Merge pull request #140 from lrineau/Mesh_3-demo_fix_QGLViewer-2.6.0-lrineau
...
Fix for libQGLViewer>=2.6.0
2015-06-28 18:20:50 +02:00
Laurent Rineau
9c37e3f1e8
Merge pull request #134 from bo0ts/Installation-fix-debugsymbol-removal-pmoeller
...
Do not check for the actual CMAKE_BUILD_TYPE
2015-06-28 18:20:39 +02:00
Laurent Rineau
39584e30e4
updated crontab (automated commit)
2015-06-26 23:20:49 +02:00
Laurent Rineau
ad01608c2c
Fix for libQGLViewer>=2.6.0
...
Fix #138
2015-06-26 18:04:25 +02:00
Sébastien Loriot
e1b4fee77f
add the possibility to reverse the orientation of a subset of faces
2015-06-26 15:44:54 +02:00
Sébastien Loriot
bde6c708db
update table and categories
2015-06-26 08:58:16 +02:00
Jane Tournois
c1aee7307e
add keep_connected_components to the selection plugin,
...
and keep_connected_components with no named parameters
for the moment it crashes
2015-06-25 18:42:55 +02:00
Jane Tournois
e2a996f551
implement function keep_connected_components
...
and add it to the tests
2015-06-25 16:29:18 +02:00
Jane Tournois
0fa3bb46e6
add input to tests
2015-06-25 16:21:03 +02:00
Alexander Kobel
8ae9c144a8
make cgal_create_CMakeLists and its brethren recognize all common C++ source file extensions
...
Rationale: cgal_create_CMakeLists and related scripts used to not
consider files ending on anything else than .cpp or .C as C++ sources.
This patch allows for the list of extensions considered as C++ source
files as stated in the g++ man page.
2015-06-25 15:55:55 +02:00
Jane Tournois
ce4eb95d00
fix typo
2015-06-25 15:47:32 +02:00
Jane Tournois
cc21c6e35d
user manual
2015-06-25 15:46:19 +02:00
Jane Tournois
028c431edd
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-public-dev into Polygon_mesh_processing-GF
2015-06-25 15:27:54 +02:00
Jane Tournois
d228e836b7
add a table about requirements of package functions
...
(asked by both reviewers)
some answers should still be checked
2015-06-25 15:26:22 +02:00
Laurent Rineau
b4875fc99a
changes for CGAL-4.6.1
2015-06-25 14:58:30 +02:00
Sébastien Loriot
3711384bf2
a pmap should be lightweight
2015-06-25 14:35:17 +02:00
Laurent Rineau
708c135703
updated crontab (automated commit)
2015-06-25 14:33:19 +02:00
Sébastien Loriot
2381795ffb
remove unused typedefs
2015-06-25 14:26:39 +02:00
Jane Tournois
21807f6873
doc fix
2015-06-25 14:18:37 +02:00
Jane Tournois
e451c510ec
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-public-dev into Polygon_mesh_processing-GF
2015-06-25 14:12:50 +02:00
Jane Tournois
d07d597065
update package description
2015-06-25 14:12:07 +02:00
Sébastien Loriot
7de678e50e
there are several authors
2015-06-25 13:20:20 +02:00
Jane Tournois
c137daae75
improve ref manual
...
Andreas' review
2015-06-25 12:01:38 +02:00