Sébastien Loriot
e7563d3e05
Merge branch 'gsoc13-CurveSkeleton-new_package-xgao'
...
Conflicts:
Installation/changes.html
2015-07-09 17:30:24 +02:00
Sébastien Loriot
ccb823f71d
remove unused references
2015-07-09 17:26:59 +02:00
Sébastien Loriot
ef02b42c4f
add missing }
2015-07-09 14:00:53 +02:00
Sébastien Loriot
85f6b81666
move position of the package in the overview
2015-07-09 10:43:44 +02:00
Sébastien Loriot
5489927234
remove merge conflict markers
2015-07-09 10:38:41 +02:00
Andreas Fabri
ba1ebb0e3d
add empty line
2015-07-07 13:01:39 +02:00
Andreas Fabri
43a45d933c
move line to ease merge
2015-07-07 12:59:59 +02:00
Laurent Rineau
c21c9dda35
Merge pull request #141 from afabri/Advancing_front_surface_reconstruction-afabri
...
Advancing Front Surface Reconstruction, new package
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Advancing_front_surface_reconstruction
2015-07-03 16:26:28 +02:00
Sébastien Loriot
30c11bd32d
rename package Mean_curvature_skeleton -> Surface_mesh_skeletonization
2015-07-03 16:05:56 +02:00
Andreas Fabri
b4595e8802
remove empty line
2015-07-02 12:57:17 +02:00
Andreas Fabri
e076bc179c
move lines to facilitate merge
2015-07-02 12:48:34 +02:00
Sébastien Loriot
7792a8fa15
Merge branch 'old/gsoc13-CurveSkeleton-new_package-xgao' into gsoc13-CurveSkeleton-new_package-xgao
...
Conflicts:
Documentation/doc/Documentation/Doxyfile.in
Polyhedron/demo/Polyhedron/cgal_test_with_cmake
2015-06-29 23:16:37 +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
Laurent Rineau
5f8116e075
Precision avec SFINAE, access control, and C++11
2015-06-23 19:30:24 +02:00
Laurent Rineau
cbf2104c5f
Fix the link to our Sympa archives
2015-06-19 11:05:34 +02:00
Sébastien Loriot
df47015db9
Merge branch 'old/Advancing_front_surface_reconstruction-afabri' into Advancing_front_surface_reconstruction-afabri
...
Conflicts:
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/cgal_test_with_cmake
2015-06-18 09:12:12 +02:00
Laurent Rineau
cce0d3ec64
Merge pull request #100 from sloriot/gsoc2014-Polyhedron_shortest_path-skiazyk
...
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polyhedron_shortest_path
This package provides methods to compute the surface-constrained shortest path on 3d models. It was written as a project during GSoC 2014.
2015-06-15 10:45:25 +02:00
Laurent Rineau
71207cac07
Merge pull request #116 from sloriot/gsoc2014-VCM_3-jmeyron
...
GSoC 2014, VCM feature from Jocelyn Meyron, Sébastien Loriot, and Quentin Mérigot
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/vcm_computation_and_applications
2015-06-15 10:37:29 +02:00
Laurent Rineau
447c5fd2af
Merge pull request #69 from efifogel/MS_2-of_holes-efif
...
Add in `Minvoski_sum_2`:
- handling of polygons with holes,
- the new "reduced convolution" implementation.
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Minkowski_sum_2_polygons_with_holes_and_RC
2015-06-10 12:24:00 +02:00
Andreas Fabri
4e9eefd891
Merge branch 'Advancing_front_surface_reconstruction-afabri-old' into Advancing_front_surface_reconstruction-afabri
2015-06-08 15:17:47 +02:00
Laurent Rineau
648ccb1510
CMake>=2.6.3 is required
...
I have tested: with CMake-2.6.2, there is a configuration error:
CMake Error: Error in cmake code at
/home/lrineau/Git/cgal/Installation/cmake/modules/CGAL_Macros.cmake:213:
Parse error. Function missing ending ")". Instead found left paren with text "(".
With CMake-2.6.3, that works.
2015-06-08 14:09:51 +02:00
Sébastien Loriot
c2cd87865e
Merge branch 'old/gsoc2014-VCM_3-jmeyron' into gsoc2014-VCM_3-jmeyron
...
Conflicts:
Installation/changes.html
Point_set_processing_3/doc/Point_set_processing_3/PackageDescription.txt
Point_set_processing_3/doc/Point_set_processing_3/Point_set_processing_3.txt
Point_set_processing_3/doc/Point_set_processing_3/examples.txt
Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt
Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-06-04 11:27:56 +02:00
Sébastien Loriot
d123ce5a47
Merge branch 'old/gsoc2014-Polyhedron_shortest_path-skiazyk' into gsoc2014-Polyhedron_shortest_path-skiazyk
...
Conflicts:
Documentation/biblio/geom.bib
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Documentation/doc/Documentation/packages.txt
Documentation/scripts/generate_how_to_cite.py
Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-06-01 17:47:31 +02:00
Efi Fogel
0f7cb5c709
Merge branch 'MS_2-of_holes-efif-old' into MS_2-of_holes-efif
...
Conflicts:
Arrangement_on_surface_2/include/CGAL/Arr_segment_traits_2.h
Documentation/biblio/cgal_manual.bib
Minkowski_sum_2/test/Minkowski_sum_2/test_Minkowski_sum.cpp
2015-05-03 11:41:36 +03:00
Sébastien Loriot
c1dcc13c30
add more accentuate letters
...
Conflicts:
Documentation/scripts/generate_how_to_cite.py
2015-04-23 08:09:58 +02:00
Laurent Rineau
1b2dbf1181
Merge branch 'CGAL-require_Boost_1.48-lrineau'
...
We now document that Boost-1.48 or later is required.
Tested in CGAL-4.6-Ic-171.
2015-04-07 15:28:28 +02:00
Laurent Rineau
e2b0b02dc7
Merge pull request #25 from bo0ts/Remove_note_in_bib
...
Make the bibliography more uniform
Tested in CGAL-4.6-Ic-171.
2015-04-07 15:23:46 +02:00
Laurent Rineau
4eef28be7e
Minimal version of Boost: 1.48
2015-04-01 17:31:17 +02:00
Andreas Fabri
d1c85c8daf
Add a link to www.cgal.org in the horizontal menu
2015-03-26 12:30:18 +01:00
Philipp Möller
74cddd1e47
Make the bibliography more uniform
...
If a note is simply a URL turn it into a url. Also turn all occurrences
of \path|http://www.cgal.org | into \url{http://www.cgal.org }.
2015-03-23 16:24:58 +01:00
Sébastien Loriot
513e1cc1a5
update urls
2015-02-23 15:51:55 +01:00
Sébastien Loriot
aac974b83d
decode is not available in python 3
...
trivial bugfix for master
2015-02-10 11:16:47 +01:00
Sébastien Loriot
1ed289cc7e
Merge branch 'old/gsoc13-CurveSkeleton-new_package-xgao' into gsoc13-CurveSkeleton-new_package-xgao
...
Conflicts:
Documentation/doc/Documentation/Doxyfile.in
Documentation/resources/how_to_cite_cgal.bib.in
2015-02-09 12:43:41 +01:00
Andreas Fabri
696980d0a2
improve wording
2015-02-03 09:05:21 +01:00
Sébastien Loriot
cc9ab9c3be
fix dependancies
2015-02-03 08:24:55 +01:00
Sébastien Loriot
5b4062cbca
make sure the bibtex author string is ascii
2015-02-01 09:47:50 +01:00
Sébastien Loriot
804040b11e
forgot to add the new script
2015-02-01 09:30:41 +01:00
Sébastien Loriot
d8162fe5b2
move scripts to scripts directory
2015-01-31 16:34:07 +01:00
Sébastien Loriot
137d6a02b7
remove unused file
2015-01-31 16:33:50 +01:00
Sébastien Loriot
545cdcabe6
add a new script to generate how_to_cite files that no longer need bibtex2html
2015-01-31 16:16:23 +01:00
Sébastien Loriot
a1cd210984
remove unused files
2015-01-31 10:02:24 +01:00
Andreas Fabri
31855de8be
Merge branch 'Advancing_front_surface_reconstruction-afabri-old' into Advancing_front_surface_reconstruction-afabri
...
Conflicts:
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h
2015-01-15 18:56:05 +01:00
Sébastien Loriot
b6f5088676
Merge branch 'Scale_space_reconstruction_3-tvanlank'
...
Tested in CGAL-4.6-Ic-104
Approved by the release manager
2015-01-14 16:09:11 +01:00
Clement Jamin
8d433181f4
Merge branch 'gsoc2013-Point_set_processing_3-point_set_consolidation-swu'
...
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Point_set_processing_new_algorithms
Tested in CGAL-4.6-Ic-101
Approved by the release manager
2015-01-13 17:28:21 +01:00
Laurent Rineau
c6ece2b10e
Fix permissions
2015-01-12 16:23:14 +01:00
Andreas Fabri
8929fd43c1
Merge branch 'Triangulation_2-NewPolylineConstraint-GF'
...
Approved by the release manager
Conflicts:
Documentation/resources/how_to_cite_cgal.bib.in
2015-01-12 11:44:32 +01:00
Andreas Fabri
babaa99826
Merge branch 'CGAL-Getting_Started-GF'
...
Approved by the release manager
Conflicts:
Documentation/doc/Documentation/main.txt
2015-01-12 11:29:26 +01:00
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
07e62f3a1a
take bibtex input file from master and put the Surface_mesh entry at the right spot
2015-01-12 10:24:39 +01:00
Andreas Fabri
4b3c35870c
take bibtex input file from master and put the Polyline Simplification entry at the right spot
2015-01-12 10:20:49 +01:00