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 |