Laurent Rineau
|
3c70f8bad0
|
Fix dependencies by moving files
|
2018-03-23 14:17:24 +01:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +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 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Iordan Iordanov
|
2d497ea826
|
fix for doc bug, github issue #2346
|
2017-08-14 14:38:01 +02:00 |
Andreas Fabri
|
3112b11e67
|
Add license check; Add defines for test_lipschitz.cpp
|
2017-04-06 17:32:50 +02:00 |
Andreas Fabri
|
dfb37af958
|
test dependencies in Mesh_2
|
2017-04-06 13:16:35 +02:00 |
Andreas Fabri
|
98e41d81af
|
Add \cgalRefines and polish a little bit
|
2017-03-24 09:29:21 +01: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 |
Andreas Fabri
|
b2e6e3f468
|
Update TriangulationDSFaceBase_2.h
Prefix with `CGAL::` in order to generate a link.
|
2016-12-13 14:23:35 +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 |
Laurent Rineau
|
1aefb3b0f3
|
include <CGAL/config.h>, not <CGAL/basic.h>
|
2016-09-30 15:23:14 +02:00 |
Andreas Fabri
|
939581a2b2
|
Fix package TDS_2: Add #include
|
2016-09-30 15:22:27 +02:00 |
Iordan Iordanov
|
3ee9a62497
|
Corrections for compile warnings
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
670c58ad8d
|
Corrections for compile warnings
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
24d7fd0142
|
Small change to description of insert_in_hole() in the documentation
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
76d664402e
|
Bugfix for insert_in_hole -- vertices on the boudary of the hole now point at new faces
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
a791e577c2
|
Small updates to doc for TDS_2 and assertion added in TDS_2.insert_in_hole()
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
441df3c540
|
Modifications to the code for TDS_2.insert_in_hole, the documentation and also the testsuite
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
e90be729d6
|
Small feature: doc description update for function insert_in_hole in TDS_2
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
649745d040
|
Small feature: add function insert_in_hole to Triangulation_data_structure_2. Contains documentation and test.
|
2016-09-21 10:35:41 +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
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +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 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Sébastien Loriot
|
2ed0fc0fdf
|
Merge pull request #151 from cjamin/gsoc2014-2d-reconstruction-ivovigan
2D Reconstruction Simplification, new package, GSoC 2014
|
2016-02-09 19:42:32 +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
|
4613ed8c84
|
Remove out-package reference in TDS_3
Remove out-package reference in TDS_2
|
2015-12-10 17:03:46 +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
|
f6a9afd028
|
Merge branch 'gsoc2014-2d-reconstruction-ivovigan-old' into gsoc2014-2d-reconstruction-ivovigan
|
2015-10-23 14:26:50 +02:00 |
Sébastien Loriot
|
01a2ad4ac8
|
duplicate test files from Triangulation_2 testsuite
|
2015-09-24 06:26:33 +02:00 |
Andreas Fabri
|
f592fb7e89
|
move test files to TDS_2 and TDS_3
|
2015-08-23 16:12:02 +02:00 |
Andreas Fabri
|
91543fd382
|
move header files to TDS_2 and TDS_3
|
2015-08-23 15:36:12 +02:00 |
Andreas Fabri
|
67d72675fe
|
split packages
|
2015-08-17 23:46:59 +02:00 |