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
|
812c04987b
|
Merge pull request #1750 from lrineau/Testsuite-fix_CMake_warnings_unused_from_cli-lrineau
Followup to #1736
|
2016-12-27 14:40:48 +01:00 |
andrew morton
|
bfa7aca7c2
|
Fix spelling of 'matches'
|
2016-12-17 13:57:54 -07:00 |
Laurent Rineau
|
fe4a731dc2
|
Followup to #1736
Add `--no-warn-unused-cli` to avoid warnings.
|
2016-12-06 13:47:12 +01: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 |
Efi Fogel
|
f69ae3508a
|
fixed _add_curve_to_right()
|
2016-09-30 09:24:25 +02:00 |
Efi Fogel
|
d7678c44fb
|
Cleaned up
|
2016-09-30 09:24:24 +02:00 |
Efi Fogel
|
52292c825c
|
Enhanced debug messages & Cleaned up
|
2016-09-30 09:24:24 +02:00 |
Efi Fogel
|
748de06a46
|
Initialized debugging data members
|
2016-09-30 09:24:24 +02:00 |
Efi Fogel
|
72e114fb3f
|
Enhanced debug messages & Cleaned up
|
2016-09-30 09:24:24 +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 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +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 |
Philipp Möller
|
71b4e9c515
|
Use CGAL_FULL_VERSION in all Doxyfile.in
|
2015-12-17 16:33:28 +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 |
Andreas Fabri
|
c5547a7406
|
move tests of Sweep_line_2
|
2015-08-23 15:42:12 +02:00 |
Andreas Fabri
|
67d72675fe
|
split packages
|
2015-08-17 23:46:59 +02:00 |
Sylvain Pion
|
250e769189
|
- Amen for Sweep_line_2
|
2006-03-29 15:38:35 +00:00 |
Laurent Saboret
|
0c5d3a2cbb
|
Move packages to trunk root
|
2006-02-14 08:58:20 +00:00 |