Clement Jamin
|
6e609f9ca5
|
It took too much time for the testsuite in Debug mode
|
2017-06-20 11:20:07 +02:00 |
Clement Jamin
|
a8d785e771
|
Fix errors & warnings from testsuite
|
2017-06-20 11:19:43 +02:00 |
Clement Jamin
|
ed5eab4979
|
Add Bare_point to the types
|
2017-06-19 16:09:12 +02:00 |
Clement Jamin
|
f1971bf9ba
|
Fix errors & warnings from testsuite
|
2017-06-19 15:04:14 +02:00 |
Clement Jamin
|
fb84e3d8a6
|
Fix min/max compilation
|
2017-06-19 14:02:20 +02:00 |
Clement Jamin
|
5b9562ea84
|
Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse
|
2017-06-16 11:09:07 +02:00 |
Andreas Fabri
|
8cbbe0e165
|
Remove dependencies of Triangulation_3 on Triangulation_2
|
2017-04-06 11:08:37 +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 |
Clement Jamin
|
d59445394f
|
Improve sentence
|
2017-01-04 17:46:24 +01:00 |
Clement Jamin
|
a1a60e9921
|
Fix typos
|
2017-01-04 17:44:46 +01:00 |
Clement Jamin
|
0c3cb6a19d
|
Update and clarify complexity
|
2017-01-04 16:35:39 +01:00 |
Jane Tournois
|
0f569a8fd6
|
introduce Has_nested_type_Bare_point to keep backward compatible
it is needed when Regular_triangulation_euclidean_traits is used the first
template parameter for Regular_triangulation (both 2d and 3d)
|
2016-11-03 14:57:10 +01:00 |
Sébastien Loriot
|
2041104ade
|
remove non used files
Both header files removed are more or less empty.
Regular_triangulation in dD is on its way in another package.
|
2016-10-06 09:53:32 +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 |
Andreas Fabri
|
8bffd68e84
|
Package Triangulation: Add an #include
|
2016-09-30 15:22:26 +02:00 |
Clement Jamin
|
3704a59422
|
Fix warning (unused types and variables)
|
2016-09-28 18:13:20 +02:00 |
Clement Jamin
|
e747016020
|
Remove TODO (everything has been done) and dont_submit as it's empty now
|
2016-09-23 08:47:45 +02:00 |
Clement Jamin
|
de1cb153fe
|
Remove Convex_hull.h from here since it's been deleted
|
2016-09-23 08:36:39 +02:00 |
Clement Jamin
|
e4e781e044
|
Point_drop_weight_d => Construct_point_d
|
2016-09-22 17:53:27 +02:00 |
Marc Glisse
|
8aa0ede187
|
Point_weight_d -> Compute_weight_d
|
2016-09-21 19:38:42 +02:00 |
Marc Glisse
|
9f061d8ff9
|
Unused local typedefs.
|
2016-09-21 19:28:33 +02:00 |
Clement Jamin
|
49fda9d7e6
|
This file should never have been commited
|
2016-09-21 15:33:37 +02:00 |
Clement Jamin
|
e79d8f461e
|
Don't write std::endl in binary mode
|
2016-09-08 17:08:56 +02:00 |
Clement Jamin
|
bbb8f59783
|
Restore some references
|
2016-09-08 16:21:14 +02:00 |
Clement Jamin
|
d3c838e4cd
|
Remove more const & other minor fixes
|
2016-09-08 16:15:38 +02:00 |
Clement Jamin
|
e25f585eb5
|
Fix some parameters (const, ref...) doc
|
2016-09-08 15:53:05 +02:00 |
Clement Jamin
|
867e6d1158
|
Remove useless const
|
2016-09-08 15:52:38 +02:00 |
Clement Jamin
|
b7efa8e756
|
Small fix
|
2016-09-08 11:56:49 +02:00 |
Clement Jamin
|
af35f0ead7
|
Improve sentence
|
2016-09-08 10:59: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
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Clement Jamin
|
6102307e86
|
Add reference to paper
|
2016-09-07 16:56:54 +02:00 |
Clement Jamin
|
ef03b187c3
|
Undocumented 2 functions
|
2016-09-07 16:28:21 +02:00 |
Clement Jamin
|
c709bd54f0
|
Regular_triangulation_euclidean_traits => Regular_triangulation_traits_adapter
|
2016-09-07 15:51:12 +02:00 |
Clement Jamin
|
fcb7a82874
|
Monique's review continued
|
2016-09-06 16:02:36 +02:00 |
Clement Jamin
|
ded46066c1
|
Fix identation
|
2016-09-06 15:23:28 +02:00 |
Clement Jamin
|
6988c1867d
|
Move paragraph
|
2016-09-06 15:18:35 +02:00 |
Clement Jamin
|
66c29aecc2
|
Doc and comment fixes
|
2016-09-06 15:06:36 +02:00 |
Clement Jamin
|
bdf213167f
|
Better section title
|
2016-09-06 14:34:49 +02:00 |
Clement Jamin
|
9f2155da93
|
Remove advanced on collapse_face
|
2016-07-28 12:17:14 +02:00 |
Clement Jamin
|
7ce61ee678
|
operator>> for Vector_d
|
2016-06-01 14:50:31 +02:00 |
Clement Jamin
|
ec16393b39
|
Fix Linux compilation error
|
2016-06-01 14:42:17 +02:00 |
Mael Rouxel-Labbé
|
d984aca010
|
Fix trailing whitespace
|
2016-06-01 14:34:42 +02:00 |
Clement Jamin
|
b5e8e58d48
|
More explicit sentence
|
2016-06-01 11:54:56 +02:00 |
Clement Jamin
|
350b0c0176
|
Typo
|
2016-05-31 17:45:13 +02:00 |
Clement Jamin
|
742f2340c3
|
Missing type "Point"
|
2016-05-31 17:28:51 +02:00 |
Clement Jamin
|
1b4e3e70a5
|
Document Regular_triangulation_euclidean_traits properly
|
2016-05-31 17:23:47 +02:00 |
Clement Jamin
|
ccaeeb4a89
|
Add a note on Point_d if in the Regular_triangulation context
|
2016-05-31 16:20:32 +02:00 |
Clement Jamin
|
993bef7774
|
Add a comment to explain how Regular_triangulation_euclidean_traits works
+ remove misleading template parameter list in the doc
|
2016-05-27 11:10:29 +02:00 |
Clement Jamin
|
890b4ef0aa
|
Doc fixes + make the use of Regular_triangulation_euclidean_traits automatic
Partially reverts commit ab30798119
|
2016-05-27 10:58:48 +02:00 |
Clement Jamin
|
5b0f8e15be
|
Document number_of_hidden_vertices + clarify user manual
|
2016-05-25 18:26:37 +02:00 |
Clement Jamin
|
5f33eaad17
|
CGAL always computes a unique triangulation, even in degenerate cases
|
2016-05-24 15:22:40 +02:00 |
Clement Jamin
|
5eac4b8bdc
|
Test both static and dynamic kernels
|
2016-05-24 14:56:59 +02:00 |
Clement Jamin
|
39c98f2fea
|
Clean-up
|
2016-05-24 14:53:49 +02:00 |
Clement Jamin
|
ac0c86dc40
|
Explain "in conflict"
|
2016-05-24 14:53:35 +02:00 |
Clement Jamin
|
81e2e215fa
|
Monique's review, incl. renaming of power_test
+ better handling of the insertion of points at the same position (incl. test)
|
2016-05-20 18:00:16 +02:00 |
Clement Jamin
|
5ddfba30fd
|
Remove useless and undocumented "circumcenter()" member function
|
2016-05-20 15:10:00 +02:00 |
Clement Jamin
|
9add88a784
|
Doc fixes (Monique's review)
|
2016-05-20 11:17:02 +02:00 |
Clement Jamin
|
258034c5ed
|
Mention hidden points.
|
2016-05-20 10:59:40 +02:00 |
Clement Jamin
|
f9c4148d4c
|
Small fixes
|
2016-05-20 10:34:47 +02:00 |
Clement Jamin
|
9487c71ad1
|
Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse
|
2016-05-18 19:41:22 +02:00 |
Clement Jamin
|
5f47151eaf
|
Fix too-long line
|
2016-05-18 18:40:07 +02:00 |
Clement Jamin
|
8cb1479d11
|
Fix example
|
2016-05-18 18:38:02 +02:00 |
Clement Jamin
|
3e947585be
|
Fix template parameters names (add _ when necessary)
|
2016-05-18 18:33:58 +02:00 |
Clement Jamin
|
4ae4901e6f
|
Remove debug or useless code
|
2016-05-18 17:38:06 +02:00 |
Clement Jamin
|
ab30798119
|
Make the use of Regular_triangulation_euclidean_traits explicit
|
2016-05-18 17:27:30 +02:00 |
Clement Jamin
|
80aefa2a6b
|
Fixes according to Samuel's review + fixes from live review with Monique
|
2016-05-18 17:24:47 +02:00 |
Laurent Rineau
|
24273a8b5c
|
Replace static with CGAL_STATIC_THREAD_LOCAL_VARIABLE
(Merged from `cgal/releases/CGAL-4.8-branch`)
|
2016-04-13 11:45:08 +02:00 |
Andreas Fabri
|
ab9c7cf51f
|
Replace static with CGAL_STATIC_THREAD_LOCAL_VARIABLE
|
2016-04-07 16:35:43 +02:00 |
Laurent Rineau
|
50b55bd27c
|
Merge pull request #890 from sloriot/CGAL-generate_CMakeLists-sloriot
Generate CMakelists
|
2016-03-29 11:02:17 +02:00 |
Laurent Rineau
|
b250a36219
|
Merge pull request #891 from afabri/Triangulation-more_typos-GF
Small fixes in the documentation of dD Triangulations
|
2016-03-22 11:01:04 +01:00 |
Clement Jamin
|
5e8137ad3f
|
Monique's review - part 2 (User manual)
|
2016-03-11 10:44:20 +01:00 |
Clément Jamin
|
873ea89243
|
Add a link
|
2016-03-10 19:39:10 +01:00 |
Clement Jamin
|
1533066077
|
Monique's review -- part one
|
2016-03-10 19:07:33 +01:00 |
Clément Jamin
|
69f4fea34c
|
Update "Design and Implementation History" section (ERC support)
|
2016-03-10 10:40:28 +01:00 |
Clement Jamin
|
1bfef6846f
|
Typos & small changes
|
2016-03-09 16:18:56 +01:00 |
Clement Jamin
|
fc3034aa64
|
Refer to the user manual instead of saying everything again
|
2016-03-09 16:18:28 +01:00 |
Andreas Fabri
|
2320786df4
|
many small fixes
|
2016-03-08 12:27:22 +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 |
Andreas Fabri
|
e8138b2322
|
no <center>
|
2016-02-25 21:17:19 +01:00 |
Andreas Fabri
|
19c075c4fe
|
fix typos and add a dependency
|
2016-02-25 16:20:37 +01:00 |
Andreas Fabri
|
294e0a38f5
|
Modify teaser for the package overview
|
2016-02-17 15:48:16 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Simon Giraudot
|
737261c330
|
Typo correction (__GNUC_MINOR__ instead of __GNU_MINOR__)
|
2016-02-04 17:58:22 +01:00 |
Simon Giraudot
|
30ed96c71e
|
Update NOTICE messages with correct G++ version
|
2016-02-04 12:38:59 +01:00 |
Simon Giraudot
|
52a20080ad
|
Replace BOOST tests by direct tests on __GNUC__ for old GCC/boost versions
|
2016-02-04 11:40:50 +01:00 |
Andreas Fabri
|
6262374378
|
Do the same in package Triangulation
|
2016-02-03 12:24:25 +01:00 |
Sébastien Loriot
|
e64ae35a6e
|
Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
|
2016-01-07 09:21:46 +01:00 |
Sébastien Loriot
|
21444aa06d
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.7-branch'
|
2015-12-18 16:33:29 +01:00 |
Philipp Möller
|
71b4e9c515
|
Use CGAL_FULL_VERSION in all Doxyfile.in
|
2015-12-17 16:33:28 +01:00 |
Andreas Fabri
|
b9dafe6745
|
apply the fix proposed in Issue #557
|
2015-12-17 11:02:35 +01:00 |
Andreas Fabri
|
c891720d1c
|
fix
|
2015-12-17 09:34:35 +01:00 |
Philipp Möller
|
c5d3cdb20e
|
Remove unnecessary Doxyfile.in statements
It is not necessary to specify the IMAGE_PATH or EXAMPLE_PATH here. Add
the images, if necessary.
|
2015-12-10 17:04:51 +01:00 |
Philipp Möller
|
81a8f982dc
|
Handle the easy INPUT cases
If INPUT is just PKG/doc/PKG, handle it automatically.
|
2015-12-10 17:00:26 +01:00 |
Clement Jamin
|
1ff70ff716
|
Fix doc
|
2015-12-09 11:13:50 +01:00 |
Clement Jamin
|
f07e7181b5
|
Useless line
|
2015-12-09 10:26:33 +01:00 |
Clement Jamin
|
a884ff3a1d
|
Optimization
|
2015-12-08 17:34:44 +01:00 |
Clement Jamin
|
5eb850500a
|
Add an example for computing convex hull
|
2015-12-08 17:13:04 +01:00 |
Clement Jamin
|
edacc0f8c5
|
Prettify the code
|
2015-11-24 16:01:20 +01:00 |
Clement Jamin
|
bb34ded1ea
|
Option EXPORT_POINTS_TO_A_FILE
|
2015-11-20 11:52:06 +01:00 |