Mael Rouxel-Labbé
0709641a4c
Periodic_3 construct point 3 needs access to its base operator()
2017-06-08 13:23:10 +02:00
Mael Rouxel-Labbé
192821fe85
Periodic_3 remove traits must overwrite construct_point_3()
2017-06-08 13:23:10 +02: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
Sébastien Loriot
2e2e94727e
add operator for weighted point
...
required by ostream export
on the behalf of @afabri
2016-11-03 13:12:29 +01:00
Laurent Rineau
45e70a3304
Fix compilation errors with -DCGAL_TRIANGULATION_NO_ASSERTIONS
2016-11-03 13:10:27 +01:00
Laurent Rineau
cd0335cda9
Fix warnings with CGAL_TRIANGULATION_NO_ASSERTIONS
...
Warnings about unused variables when `CGAL_TRIANGULATION_NO_ASSERTIONS`
is defined.
2016-10-07 14:33:44 +02: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
9c6868a3a6
Fix package Periodic_3_Triangulation_3
2016-09-30 15:22:27 +02:00
Laurent Rineau
e715dcaaa3
trivial typo
2016-09-14 16:02:13 +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
Guillaume Damiand
e394b71791
Link with glu in demos Periodic_3_triangulation_3 and Periodic_Lloyd_3
2016-06-03 15:11:03 +02:00
Guillaume Damiand
10469f9c4e
Update with master
2016-05-25 10:58:55 +02:00
Sebastien Loriot
ee093122bc
Merge pull request #803 from afabri/Periodic_3-approx-GF
...
Periodic_3: Use static filters also for Epeck and make it faster
2016-05-13 12:10:42 +02:00
Sébastien Loriot
d6606ce607
add backward compatibility header
2016-05-13 12:05:54 +02:00
Andreas Fabri
2bae47aad9
More init_double
2016-04-15 20:42:12 +02:00
Laurent Rineau
74ae3531ba
Merge pull request #1003 from maxGimeno/Mesh_3_demo-Remove_GLU_from_dependencies-GF
...
Mesh_3 Demo : Removes GLU from the CMakeLists.txt
2016-04-15 15:36:45 +02:00
Maxime Gimeno
524a8da107
Remove glu from all the CMakeLists
2016-04-14 09:29:50 +02:00
Andreas Fabri
ad51e6fde3
resize the vector
2016-04-12 10:35:47 +02:00
Laurent Rineau
5dbc34f3a0
Follow-up to "Speed-up Triangulation_3::read_cells..."
...
Followup to:
> commit 535c5bb5b2
> Author: Laurent Rineau <laurent.rineau@cgal.org>
> Date: Wed Apr 6 16:03:55 2016 +0200
>
> Speed-up Triangulation_3::read_cells...
>
> ... by a factor 5 for big triangulations! The old code was using:
>
> std::map<size_t, Vertex_handle> V;
> std::map<size_t, Cell_handle> C;
>
> whereas the indices are contiguous: from 0 to n. `std::vector` is a lot
> better for that use case!
2016-04-08 15:49:34 +02:00
Andreas Fabri
021f1b3151
Fix warning
2016-03-31 10:08:50 +02:00
Laurent Rineau
82026459f2
Merge pull request #944 from afabri/Periodic-typos-GF
...
prefix with CGAL:: to cross link
2016-03-29 11:19:15 +02:00
Sébastien Loriot
c869ee6855
update cmake scripts with at least one example requiring Core
2016-03-24 16:40:57 +01:00
Sébastien Loriot
4c29bf1b44
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
2016-03-24 16:33:46 +01:00
Andreas Fabri
b27441256b
prefix with CGAL:: to cross link
2016-03-24 15:41:59 +01:00
Clement Jamin
f2c68b25cd
Update CMakeLists.txt of all demos for header-only mode
2016-03-09 17:23:20 +01:00
Clement Jamin
9a61b23b55
Use get_default_random() instead of default_random
2016-03-09 10:35:21 +01:00
Sébastien Loriot
b960e41291
move non-user traits class files into internal
2016-03-08 14:38:40 +01:00
Sébastien Loriot
a4a1a9a30c
do not use directly the filtered traits
2016-03-08 14:30:35 +01:00
Sébastien Loriot
5762a02ffb
remove deprecated traits class implementation
2016-03-08 14:21:47 +01:00
Sébastien Loriot
fc41548de1
update doc about (statically) filtered predicates
2016-03-08 13:41:35 +01:00
Sébastien Loriot
9c8cd5ad31
Make the boolean flag requirements optionals
2016-03-08 09:09:34 +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
d00d06750d
select traits using Has_filtered_predicates and Has_static_filters
2016-02-29 22:29:59 +01:00
Andreas Fabri
ce406887f9
Use static filters also for Epeck and make it faster
2016-02-19 08:24:52 +01:00
Laurent Rineau
def3952e0e
Merge pull request #767 from bo0ts/Documentation-no_internal_in_title-pmoeller
...
Remove internal release number from documentation title
2016-02-11 15:42:40 +01:00
Philipp Möller
0a04a3a48f
Use CGAL_DOC_VERSION
2016-02-11 15:37:54 +01:00
Maxime Gimeno
0a37521263
Revert "Fix for the context"
...
This reverts commit 552aaa159f .
Conflicts:
Linear_cell_complex/examples/Linear_cell_complex/linear_cell_complex_3_viewer_qt.h
2016-02-11 14:16:04 +01:00
Maxime Gimeno
552aaa159f
Fix for the context
2016-02-09 14:48:26 +01:00
Sebastien Loriot
bd1e973ddd
Merge pull request #734 from afabri/Periodic-no_performance_test_in_debug_mode-GF
...
In debug mode it makes no sense to run a performance test
2016-02-07 18:19:09 +01:00
Sébastien Loriot
72863bfe44
fix doxygen warnings
2016-02-04 21:19:36 +01:00
Andreas Fabri
ed6dea805e
Add timings for each test case
2016-02-04 14:17:22 +01:00
Sébastien Loriot
e211843b4f
Merge pull request #654 from maxGimeno/FixForMac-GF
...
Demo fix for OS X (fix for #437 )
2016-02-03 14:39:48 +01:00
Maxime Gimeno
5a427a85b3
Addition of the SGI FREE SOFTWARE LICENSE B in the Scene.cpp file.
2016-02-01 12:18:40 +01:00
Maxime Gimeno
9abf38bfce
warning fix
...
- replaced gluErrorString by its source code in Mesh_3
- replaced gluProject by its modified source code in P3T3
- deleted volume_planes files in Polyhedron/demo/Polyhedron, as the real ones are in Plugins/Mesh_3_plugin
2016-02-01 09:02:36 +01:00
Maxime Gimeno
d71d959a0e
FIx for mac
2016-01-20 09:39:35 +01:00