Simon Giraudot
f05ec48bda
Add missing BGL dependencies
2020-03-12 10:05:52 +01:00
Maxime Gimeno
e65b1a1be4
fix thresholdSilder warning
2020-02-19 14:45:36 +01:00
Sébastien Loriot
9a0bff4008
remove BOOST_FOREACH added by recent PRs
2019-11-04 10:59:15 +01:00
Sébastien Loriot
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Laurent Rineau
df99307140
Merge branch 'releases/CGAL-4.14-branch'
2019-09-09 16:48:23 +02:00
Laurent Rineau
9abee11ee8
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
2019-09-09 16:43:29 +02:00
Maxime Gimeno
d0e94eca49
Add missing instruction to Polyline_simplification demo that prevented ctest from finding the UI.
2019-08-16 13:57:27 +02:00
Maxime Gimeno
abc42299b8
Fix Polyline_simplification_2 demo UI file
2019-08-16 13:05:22 +02:00
Sébastien Loriot
2e747dd300
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD
2019-07-18 17:01:42 +02:00
Maxime Gimeno
e6e8d232cb
Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
2019-07-10 11:52:58 +02:00
Maxime Gimeno
243c7b1c75
Replace matrix with worldTransform
2019-07-08 14:05:42 +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
Sebastien Loriot
c27e27d8ea
Merge pull request #3853 from afabri/CGAL-cleanup_CMakeLists-GF
...
CMakeLists.txt: Remove unnecessary include directories
2019-04-29 14:30:13 +02:00
Maxime Gimeno
8860f12b25
Use automoc as much as possible
2019-04-18 16:11:08 +02:00
Andreas Fabri
ab0b6eae36
Remove unnecessary include directories
2019-04-15 12:54:37 +02:00
Maxime GIMENO
41033a80be
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
2019-04-12 16:10:36 +02:00
albert-github
1dd7473818
Correction of links
...
Correction of redirected links and links that moved to another place.
2019-04-11 21:37:05 +02:00
Maxime Gimeno
422cd589c1
Add missing includes to get BOOST_VERSION and BOOST_GCC
2019-04-03 10:27:55 +02:00
Andreas Fabri
a3f24a1f6e
Restore simplifiy.cpp
2019-03-27 17:22:47 +01:00
Andreas Fabri
9cc37e1371
Add a subsection in the User Manual
2019-03-27 16:52:34 +01:00
Andreas Fabri
87f08a79ff
Add point/segment distance to the Projection_traits so that it can be used in Polyline_simplification_2
2019-03-27 16:47:10 +01:00
Maxime Gimeno
0b31e6e5d8
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-03-07 14:01:02 +01:00
Sébastien Loriot
a5576cd3fb
replace markdown subsections by \cgalHeading
2019-02-14 10:53:48 +01:00
Sébastien Loriot
59bc453b42
first batch of replacement for level 1 in classified ref man
...
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
Maxime Gimeno
e107612c31
Fix pre processor test
2019-01-10 08:54:49 +01:00
Maxime Gimeno
743569f854
Also disable WKT if gcc version is <4.5
2019-01-09 16:32:08 +01:00
Maxime Gimeno
3b1b6e2401
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-01-09 12:35:04 +01:00
Maxime Gimeno
c4b05fc401
Fix warning
2018-12-11 16:28:55 +01:00
Maxime Gimeno
63c35e7e28
fixes for old boost
2018-11-29 12:02:15 +01:00
Maxime Gimeno
d6cfa1a868
Fix CMake warnings about CMP for Visual 2017
2018-11-21 16:17:39 +01:00
Maxime Gimeno
080f63b1b8
Disable WKT for boost < 1.56
2018-11-07 11:58:50 +01:00
Sébastien Loriot
3dc3659273
fix warnings
2018-11-05 13:29:17 +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
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Maxime Gimeno
84f6dedc09
Fix simplify.
2018-05-15 16:10:53 +02:00
Andreas Fabri
cf86475a67
Use WKT in the polyline simplification examples
2018-05-15 10:04:24 +02:00
Andreas Fabri
6e2f4abe46
Rename testfiles from *.poly to *.polygons.cgal as they use operator>>(istream&, Polygon_2)
2018-05-15 10:04:24 +02:00
Andreas Fabri
2616b89a7b
Switch to WKT in the polyline simplification demo
2018-05-15 10:04:24 +02:00
Sébastien Loriot
01af331c72
use https for all links to www.cgal.org and doc.cgal.org
2018-03-14 15:59:38 +01:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Laurent Rineau
78e7060525
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
...
Deal with VC++ warnings of level /W4
2018-02-19 14:27:06 +01:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
a676d5a60e
Try to fix errors in classification checks
2018-02-02 12:08:05 +01:00
Maxime Gimeno
acd0a72edf
Modify travis script to test dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
ae36b452bc
Add dependencies of all packages
2018-02-02 12:08:05 +01:00
Andreas Fabri
09f3236d38
Polyline_simplification
2018-01-17 22:08:12 +00:00
Laurent Rineau
3c6640bf59
Merge pull request #1436 from lrineau/CGAL-new_cmake-GF
...
Renewal of CMake scripts: header-only, ctest, CMake>=3.1
# Conflicts:
# Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
2017-12-05 18:20:05 +01:00
Laurent Rineau
25dffa1710
Modern usage of Qt5 CMake scripts, to allow CMAKE_WARN_DEPRECATED
2017-11-17 12:54:13 +01:00
Laurent Rineau
bbee705221
Add compilation tests for demos
2017-11-16 18:38:15 +01:00
Sébastien Loriot
8cdfad0d08
add missing URL and Id tags
2017-11-15 22:58:57 +01:00
Laurent Rineau
a9365554c9
Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
...
Add SPDX License Identifier
2017-11-15 16:48:27 +01:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Laurent Rineau
62c70d41ca
Renew the handle of policies, for CMake-3.10
...
Now that we require CMake>=3.1, we can forget a lot of old CMake policies.
`CMP0053` `OLD` behavior is still needed, because of a bug in Qt5 CMake files, but it will
not be set with CMake>=3.10. Let's assume that a recent CMake version means
a recent Qt5 version.
2017-11-06 14:58:36 +01:00
Maxime Gimeno
5ae96fc2aa
Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found.
2017-05-23 16:12:56 +02:00
Sébastien Loriot
50510c05ea
add include directive for license of all GPL header files
...
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Laurent Rineau
9a0bb54922
Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
...
Clean up projects name in cmake scripts
2016-10-05 13:02:25 +02:00
Andreas Fabri
85d4431c0c
Fix package Polyline_simplification: include headers
2016-09-30 15:23:14 +02:00
Laurent Rineau
e2d04e54e0
Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch'
...
> 3176b37 Merge pull request #1452 from mglisse/Number_types-Eigen_Literal-glisse
> 1705702 Merge pull request #1417 from afabri/Polyline_simplification-Bugfix_choose_correct_Itag-GF
> 3bef239 Merge pull request #1462 from sloriot/PMP-add_missing_include
2016-09-15 17:25:20 +02:00
Andreas Fabri
147ebae4d6
Fix bug in polyline simplification:
...
We had hardwired that we use Exact_predicates_tag which is slow for EPEC
in particular with Quotient<MP_float> or leda::real
We determine the appropriate tag using Algebraic_structure_traits<FT>::Is_exact
2016-09-14 16:16:28 +02:00
Laurent Rineau
ae3285de1b
Merge fixes from 'cgal/releases/CGAL-4.8-branch'
...
> 3466dee Merge pull request #1378 from sloriot/Polyline_simplification_2-handle_undefined_cost
> 7dd7f12 Merge pull request #1448 from afabri/BGL_graph_traits_OpenMesh-GF
2016-09-13 18:29:33 +02:00
Sébastien Loriot
7e2ee496de
update project name of cmake scripts of tests
2016-09-08 00:26:37 +02:00
Sébastien Loriot
e78bef8a9c
update project name of demos
2016-09-08 00:13:34 +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
fad2f37a5e
also test Scaled_squared_distance_cost
2016-08-30 17:46:45 +02:00
Sébastien Loriot
9aaa3a81e6
insert in the queue if the cost become computable
2016-08-30 11:34:43 +02:00
Sébastien Loriot
3b583dfc3f
if the cost is undefined, remove the element from the queue
2016-08-30 11:34:43 +02:00
Simon Giraudot
a04ade1a69
Add new test for bugfix of polyline simplification with duplicate points
2016-08-23 11:30:22 +02:00
Simon Giraudot
27341e688e
Add new test for bugfix of polyline simplification with duplicate points
2016-08-17 14:27:51 +02:00
Guillaume Damiand
10469f9c4e
Update with master
2016-05-25 10:58:55 +02:00
Sébastien Loriot
4c29bf1b44
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
2016-03-24 16:33:46 +01:00
Clement Jamin
f2c68b25cd
Update CMakeLists.txt of all demos for header-only mode
2016-03-09 17:23:20 +01:00
Sébastien Loriot
881e4d3199
request Core only in examples, tests and demos when really needed
2016-03-07 22:36:57 +01:00
Sébastien Loriot
2d191d6651
commit CMakeLists.txt for all examples and tests
2016-03-07 17:39:36 +01:00
Sébastien Loriot
45406a5296
Merge pull request #788 from bo0ts/Installation-split_config-pmoeller
...
Split CGALConfig.cmake and CGALExports.cmake
2016-03-06 15:36:55 +01:00
Philipp Möller
4211a4f01e
Globally remove CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS
...
This is a Cmake 2.4.3 variable that isn't even documented anymore.
2016-02-16 17:02:55 +01:00
Philipp Möller
0a04a3a48f
Use CGAL_DOC_VERSION
2016-02-11 15:37:54 +01:00
Andreas Fabri
a630f21ce5
fix Polyline simplification
2016-02-01 17:26:02 +01:00
Philipp Möller
71b4e9c515
Use CGAL_FULL_VERSION in all Doxyfile.in
2015-12-17 16:33:28 +01:00
Philipp Möller
79b7fc5081
Handle the INPUT cases where the whole include dir is used
2015-12-10 17:03:46 +01:00
Sébastien Loriot
c36fe8c234
fix link in the doc
2015-09-26 13:31:41 +02:00
Andreas Fabri
eb8d2f5752
fixed three documentation typos
2015-09-22 09:26:10 +02:00
Laurent Rineau
e89fe637bb
Polyline_simplification_2 has its own demo
2015-09-09 16:29:47 +02:00
Andreas Fabri
dcbab4e0d4
use CGAL_assert and assertion_code
2015-08-20 22:28:49 +02:00
Andreas Fabri
69c3ac74ba
bug fix (was already in 4.6.1): enable polyline input
2015-07-15 10:48:10 +02:00
Laurent Rineau
4ee4d8a5f7
Merge remote-tracking branch 'cgal-public-dev/CGAL-Qt5_support-GF' into CGAL-Qt5_support-GF
...
Conflicts:
Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt
2015-07-14 15:05:45 +02:00
Laurent Rineau
04db43556f
Do not warn when Qt5 is not found.
2015-07-13 15:55:41 +02:00
Andreas Fabri
ddd3e2de63
Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF
2015-07-13 14:58:33 +02:00
Andreas Fabri
8a3a5e5791
Add Svg
2015-07-13 14:58:17 +02:00
Laurent Rineau
f9917c487e
CMake 2.8.11
2015-07-13 12:36:43 +02:00
Laurent Rineau
15c1469a54
CGAL requires CMake>=2.8.11.
2015-07-10 17:01:42 +02:00
Laurent Rineau
3ec0c69f8f
We want 2.8.10 for all demos
...
Previous versions are not tested by the CGAL daily test suite.
2015-07-09 17:50:22 +02:00
Laurent Rineau
59f7b09fae
Fix remaining CMake warnings about CMP0043
2015-07-08 17:08:35 +02:00
Sébastien Loriot
1d4358e052
update qt urls
2015-07-08 09:48:45 +02:00
Sébastien Loriot
d164633493
remove REQUIRED keyword
2015-07-07 11:23:46 +02:00
Maxime Gimeno
a0e7a60973
Merge remote-tracking branch 'cgal/master' into CGAL-Qt5_support-GF
...
Conflicts:
Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt
Alpha_shapes_3/demo/Alpha_shapes_3/MainWindow.cpp
Alpha_shapes_3/demo/Alpha_shapes_3/Viewer.h
GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt
GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt
GraphicsView/demo/Bounding_volumes/CMakeLists.txt
GraphicsView/demo/Circular_kernel_2/CMakeLists.txt
GraphicsView/demo/Generator/CMakeLists.txt
GraphicsView/demo/GraphicsView/CMakeLists.txt
GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt
GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt
GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt
GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt
GraphicsView/demo/Snap_rounding_2/CMakeLists.txt
GraphicsView/demo/Spatial_searching_2/CMakeLists.txt
GraphicsView/demo/Stream_lines_2/CMakeLists.txt
GraphicsView/demo/Triangulation_2/CMakeLists.txt
Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt
Mesh_3/demo/Mesh_3/CMakeLists.txt
Mesh_3/demo/Mesh_3/include/CGAL_demo/Scene_item_with_display_list.h
Mesh_3/demo/Mesh_3/src/CGAL_demo/Scene.cpp
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/Scene.cpp
Polyhedron/demo/Polyhedron/CMakeLists.txt
Polyhedron/demo/Polyhedron/Polyhedron_demo_join_and_split_polyhedra_plugin.cpp
Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_3_plugin.cpp
Polyhedron/demo/Polyhedron/Polyhedron_demo_trivial_plugin.cpp
Polyhedron/demo/Polyhedron/Scene.cpp
Polyhedron/demo/Polyhedron/Scene_combinatorial_map_item.h
Polyhedron/demo/Polyhedron/Scene_implicit_function_item.h
Polyhedron/demo/Polyhedron/Scene_plane_item.h
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp
Polyhedron/demo/Polyhedron/Scene_polyhedron_item.h
Polyhedron/demo/Polyhedron/Scene_polyhedron_transform_item.h
Polyhedron/demo/Polyhedron/Scene_polylines_item.h
Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt
Surface_mesher/demo/Surface_mesher/CMakeLists.txt
Triangulation_3/demo/Triangulation_3/CMakeLists.txt
Triangulation_3/demo/Triangulation_3/MainWindow.cpp
2015-06-30 09:17:26 +02:00
Andreas Fabri
85e409f413
Polyline simplification demo
2015-05-06 16:06:33 +02:00
Laurent Rineau
1c70f5ec49
Fix `make demos`
...
The Arr_2 and Polyline_simplification_2 demos were not referenced in
CGAL_EXECUTABLE_TARGETS.
2015-04-03 13:07:00 +02:00
Maxime Gimeno
1a605a9391
Upgrade of Polyline_simplification_2 to Qt5
...
- Updated of the CmakeLists
- Added an include for QGraphicsLineItem in Polyline_simplification_2.cpp
2015-04-03 11:58:45 +02:00
Andreas Fabri
04fdf00d76
Add 2D Polyline Simplification; fix the description of Surface_mesh
2015-02-25 11:40:36 +01:00
Andreas Fabri
d19915a794
fix the #include
2015-01-08 10:24:19 +01:00
Andreas Fabri
11f52729e0
rename test file to avoid the same name as an example
2015-01-07 15:41:40 +01:00
Andreas Fabri
d0438dae0c
remove the word 'Figure' before \cgalFigureRef{}
2014-12-22 15:03:58 +01:00
Andreas Fabri
87db2e1163
add license header, description.txt
2014-12-22 15:00:38 +01:00
Andreas Fabri
44b9ce0c70
remove open streetmap data
2014-12-22 13:45:28 +01:00
Andreas Fabri
23af7d6d8d
polish manual
2014-12-22 13:42:50 +01:00
Andreas Fabri
c5aa594388
No need for PolylineSimplificationTraits_2
2014-12-22 12:28:08 +01:00
Laurent Rineau
4a8e911e38
Minor fixes
2014-12-18 16:48:44 +01:00
Andreas Fabri
8f23d8d07d
remove doc_tex; chmod -x fig
2014-12-17 22:29:22 +01:00
Andreas Fabri
4924a7ef3f
remove unused variables
...
they are really no longer needed, as they are now computed inside the cost fct
2014-12-13 08:51:20 +01:00
Jane Tournois
d29268032f
fix compilation
2014-12-11 15:35:58 +01:00
Andreas Fabri
16eb47b50c
Add test
2014-12-11 15:32:13 +01:00
Sébastien Loriot
21ba20df0c
remove exe flag
2014-12-11 10:03:25 +01:00
Andreas Fabri
136523b2d3
Make changes after Laurent's review
2014-12-08 09:27:08 +01:00
Andreas Fabri
df19cb6cd8
first changes after Laurent's review
2014-12-08 09:27:07 +01:00
Andreas Fabri
f21987104d
use .cin files instead of .cmd files where possible
2014-12-02 12:42:22 +01:00
Andreas Fabri
5edcf96e13
work around symbols defined by windows headers; add .cmd and data
2014-11-30 18:43:38 +01:00
Sébastien Loriot
3b6cf0eb13
fix signature of functor
2014-11-14 15:10:58 +01:00
Sébastien Loriot
81611f015a
remove warning
2014-11-14 11:55:26 +01:00
Sébastien Loriot
d8d2152513
remove unused variable
2014-11-14 10:41:13 +01:00
Sébastien Loriot
086baf4d44
fix warning
2014-11-12 10:59:37 +01:00
Sébastien Loriot
fde6417d19
fix reference
2014-11-12 10:59:24 +01:00
Andreas Fabri
0f92048c4d
changes after Efi's review (and color changes in the demo)
2014-11-10 18:00:02 +01:00
Laurent Rineau
d572fac982
Cleanup the CMakeLists.txt
2014-11-07 18:19:44 +01:00
Laurent Rineau
1b215be4c8
Add exportSVG
2014-11-07 18:19:32 +01:00
Laurent Rineau
685a43f854
Fix a bug in Scaled_squared_distance_cost
2014-11-07 18:19:12 +01:00
Laurent Rineau
80c0a72682
Fix warnings
2014-11-07 17:57:38 +01:00
Laurent Rineau
112ef5c86c
fix compilation errors
2014-11-07 17:45:27 +01:00
Andreas Fabri
cae5e7417b
better introduction and illustration, bibtex entry
2014-11-07 16:10:09 +01:00
Andreas Fabri
93ce24993b
changes after Laurent's review: double-free, and PolylineSimplificationTraits_2 added
2014-11-07 14:29:36 +01:00
Laurent Rineau
e2c97f13ba
Fix the link to the demo zip file
2014-11-07 10:47:19 +01:00
Laurent Rineau
15ce20092d
Minor improvements
2014-11-07 10:47:08 +01:00
Andreas Fabri
0e535324f0
cleanup
2014-11-06 15:50:05 +01:00
Andreas Fabri
7074432e56
draw vertices smaller and in black
2014-11-06 14:41:00 +01:00
Andreas Fabri
e51838f71a
improve package description
2014-11-05 11:30:49 +01:00
Andreas Fabri
45d24aed03
Complete the list of \param, as only documenting one gives a warning
2014-11-05 10:33:31 +01:00
Andreas Fabri
4fc6d7953a
document setters and change wording of getters
2014-11-05 10:23:17 +01:00
Jane Tournois
225b174b80
fix typos
2014-11-04 19:43:24 +01:00
Jane Tournois
299391c770
minor fixes
2014-11-04 19:41:31 +01:00
Andreas Fabri
9b85ad7d97
typos
2014-11-04 12:34:24 +01:00
Andreas Fabri
42d04ea13f
take into account Jane's review
2014-11-04 12:24:12 +01:00
Andreas Fabri
42b954e224
fixes in examples and the demo
2014-10-30 16:47:43 +01:00
Andreas Fabri
0bf0d13087
second pass after Jane's review
2014-10-30 16:23:41 +01:00
Andreas Fabri
ad5fa2d93f
first pass after Jane's review
2014-10-30 15:24:40 +01:00