Andreas Fabri
6e36a853a9
Merge branch 'Surface_mesh-new_package-GF'
...
Approved by the release manager
Conflicts:
Documentation/doc/Documentation/dependencies
Documentation/resources/how_to_cite_cgal.bib.in
Installation/changes.html
2015-01-12 11:27:35 +01:00
Andreas Fabri
dc797a7036
use numeric_cast, as abs does not change the return type
2015-01-08 09:38:41 +01:00
Andreas Fabri
6ce17b3460
chmod -x
2015-01-07 18:44:05 +01:00
Andreas Fabri
81a6431baa
fix license header
2015-01-07 18:28:19 +01:00
Andreas Fabri
ecd2404cee
Remove a const as ICC warns about it
2015-01-01 19:39:47 +01:00
Andreas Fabri
471396d821
change Surface_mesh::size_type to unsigned int
2014-12-31 12:38:10 +01:00
Andreas Fabri
be632d39f5
use the size type of the graph
2014-12-29 14:47:14 +01:00
Andreas Fabri
8fac52527d
use size_type of the graph in the edge property map class instead of std::size_t
2014-12-29 12:55:43 +01:00
Sébastien Loriot
4865943ea0
add missing example
2014-12-23 17:30:53 +01:00
Andreas Fabri
49d6495d62
Merge branch 'Surface_mesh-new_package-GF' of ssh://scm.cgal.org/var/git/cgal into Surface_mesh-new_package-GF
2014-12-23 15:00:56 +01:00
Andreas Fabri
3a75fb45a0
iterator_range -> Iterator_range
2014-12-23 14:25:29 +01:00
Andreas Fabri
28dc50fdfc
point property map must be passed as argument
2014-12-23 14:24:51 +01:00
Sébastien Loriot
4b3f88bab6
add assertion
2014-12-23 13:51:09 +01:00
Andreas Fabri
18b5b312f9
do not use the boost testing framework
2014-12-18 20:32:50 +01:00
Laurent Rineau
350a95b7e6
Fix the license header of a file
2014-12-18 11:31:23 +01:00
Sébastien Loriot
7e0b5a3fe6
skip comments while reading off files
2014-12-18 08:42:49 +01:00
Andreas Fabri
e0007b0564
remove free functions for proprty handling s this is not mature yet
2014-12-18 08:26:03 +01:00
Andreas Fabri
2ccc5e5b59
clean up example of face_graph.cpp
2014-12-18 08:26:00 +01:00
Andreas Fabri
9f6807b005
Add Tds_2::collapse_edge()
2014-12-18 08:25:57 +01:00
Laurent Rineau
057924e1d4
Merge remote-tracking branch 'origin/releases/CGAL-4.5-branch'
...
That merges the following:
| commit 5dbfeec3ae
| Merge: fc407cf 5b9be0f
| Author: Sébastien Loriot <sebastien.loriot@cgal.org>
| Date: Fri Dec 12 15:29:51 2014 +0100
|
| Merge branch 'BSO_2-fix_kernel_conflict-local' into releases/CGAL-4.5-branch
|
| Tested in CGAL-4.5.1-Ic-171
|
| commit fc407cfebf
| Merge: bd2c6f8 0c6153c
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Mon Dec 1 17:38:48 2014 +0100
|
| Merge branch 'Mesh_3-fix_with_time_stamps-GF' into releases/CGAL-4.5-branch
|
| Bug-fix in Mesh_3 with time stamps.
|
| Tested in CGAL-4.5.1-Ic-168.
| Approved by the Release Manager.
|
| commit bd2c6f890f
| Merge: ad53e42 c904f77
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Nov 28 12:04:55 2014 +0100
|
| Merge branch BGL-make_property_map_lightweight-For_4.5_bugfix-GF' into releases/CGAL-4.5-branch
|
| Bug fix: a property map was not lightweight.
|
| Tested in CGAL-4.5.1-Ic-167.
| Approved by the Release Manager.
|
| commit ad53e42fb3
| Merge: 044660e b281d86
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Nov 28 12:03:30 2014 +0100
|
| Merge remote-tracking branch 'remotes/origin/BGL-fix_example-GF' into releases/CGAL-4.5-branch
|
| Fix the example examples/BGL_triangulation_2/emst.cpp:
| the filtered (finite) triangulation was not used.
|
| Tested in CGAL-4.5.1-Ic-167.
| Approved by the Release Manager.
|
| commit 044660eb48
| Merge: a096cdf 4464116
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Nov 28 12:01:50 2014 +0100
|
| Merge branch 'CGAL-fix_sse2_mingw-lrineau' into releases/CGAL-4.5-branch
|
| Fix the SSE macros when MinGW is used.
|
| Tested in CGAL-4.5.1-Ic-167.
| Approved by the Release Manager.
Tested in CGAL-4.6-Ic-79.
2014-12-17 17:05:01 +01:00
Sébastien Loriot
12a9027ed9
Merge remote-tracking branch 'origin/BG-split_graph_into_polylines-GF'
...
The extract polyhedron boundary now extract maximal polylines from
the set of boundary edges. End point are vertices of degree != 2
For convenience the function used to build these maximal polylines
is put into include/CGAL/boost/graph/split_graph_into_polylines.h
Tested in 4.6-Ic-76
Approved by the release manager
2014-12-16 11:40:11 +01:00
Sébastien Loriot
eaedcd3724
move file to test
2014-12-11 18:56:59 +01:00
Andreas Fabri
705cb65c1c
Fix sm_bgl.cpp I am not yet lucky with the API, as member functions return a pair
2014-12-11 09:12:34 +01:00
Andreas Fabri
46fe0501b8
add .sm_do_intersect.cmd file and data
2014-12-10 20:32:47 +01:00
Sébastien Loriot
ad1954afc4
fix warnings and compilation issues
2014-12-10 17:34:51 +01:00
Andreas Fabri
036c0c0231
iterator_range.h -> Iterator_range.h
2014-12-10 15:23:13 +01:00
Andreas Fabri
43e967a72e
remove property map after use
2014-12-10 15:18:25 +01:00
Andreas Fabri
3ba095eb97
Add data and .cmd files
2014-12-09 15:18:25 +01:00
Andreas Fabri
f597b12c37
simplify the example
2014-12-08 22:04:56 +01:00
Andreas Fabri
facbc98636
Add documentation about the BGL API of Surface_mesh
2014-12-08 21:35:42 +01:00
Andreas Fabri
dac3ce14e0
int -> size_t to remove a warning
2014-12-04 14:29:41 +01:00
Andreas Fabri
9dfce2bdcf
add input files
2014-12-03 19:23:58 +01:00
Andreas Fabri
ca2c8a79e1
fix typo
2014-12-03 19:18:30 +01:00
Andreas Fabri
1606841d22
wording in a comment
2014-12-03 17:04:30 +01:00
Andreas Fabri
6e8a9a6432
remove trailing whitespace
2014-12-03 11:48:44 +01:00
Andreas Fabri
4a20dded24
Only copy vertices which are not isolated
2014-12-03 09:30:52 +01:00
Andreas Fabri
11a5ffd5ed
isolated vertices may have degree==0 in the assertion
2014-12-03 09:30:52 +01:00
Sébastien Loriot
bba0e8ce05
remove warning
2014-12-02 19:52:38 +01:00
Andreas Fabri
bc56c90adb
simplify example
2014-12-02 17:50:35 +01:00
Andreas Fabri
10a5d629aa
fix type
2014-12-02 17:50:13 +01:00
Andreas Fabri
3ef7ce079f
Add an example that extracts the border of a Polyhedron_3
2014-12-02 17:10:34 +01:00
Andreas Fabri
3df4841b83
fix type
2014-12-02 17:07:02 +01:00
Andreas Fabri
26fe9a82d6
Polyline is used by Microsoft
2014-12-02 16:33:24 +01:00
Andreas Fabri
eaf7214844
The split function takes care of parallel edges and self loops
2014-12-02 16:11:11 +01:00
Laurent Rineau
bd2c6f890f
Merge branch BGL-make_property_map_lightweight-For_4.5_bugfix-GF' into releases/CGAL-4.5-branch
...
Bug fix: a property map was not lightweight.
Tested in CGAL-4.5.1-Ic-167.
Approved by the Release Manager.
2014-11-28 12:04:55 +01:00
Andreas Fabri
4933d8d52c
Swith to Iterator_range
2014-11-27 08:39:32 +01:00
Andreas Fabri
637734f9de
Swith to Iterator_range
2014-11-26 17:53:13 +01:00
Andreas Fabri
7fa28d6d2a
Swith to Iterator_range
2014-11-26 17:47:46 +01:00
Andreas Fabri
901c3829d0
add tests
2014-11-26 11:06:31 +01:00
Andreas Fabri
4ad6156645
uncomment in/out_edge_iterator. No idea why it was commented
2014-11-25 12:32:54 +01:00