Marc Glisse
|
1b77180e62
|
Qualify call to CGAL::sign.
|
2017-07-21 11:20:10 +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 |
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
|
bc8e29b025
|
Split the file CGAL/Nef_3/ID_support_handler in two files,
one with the generic function, one with the specialization used by Nef_3.
|
2016-09-30 15:23:15 +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 |
Laurent Rineau
|
0c690014b7
|
Remove all usage of CGAL_LEDA_VERSION
Now, LEDA version >= 6.0 is required if `CGAL_USE_LEDA` is toggled.
|
2016-08-25 14:38:16 +02:00 |
Sébastien Loriot
|
07a7f569d5
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch' into HEAD
|
2016-05-26 16:07:27 +02:00 |
Sebastien Loriot
|
7235206dcd
|
comment doc in code
|
2016-05-26 16:04:45 +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 |
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 |
Andreas Fabri
|
beb1417477
|
remove unused header files; remove commented includes; changed include paths
|
2016-02-15 14:20:12 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Andreas Fabri
|
99b4e2f150
|
more CGAL_USE and some reindentations
|
2016-01-21 10:22:20 +01:00 |
Sebastien Loriot
|
32a3972c33
|
Merge pull request #592 from afabri/CGAL-dont_submit_cleanup-GF
Towards getting rid of dont_submit files
|
2016-01-08 14:14:08 +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 |
Andreas Fabri
|
46df1dfa98
|
Remove dont_submit as listed files do not exist
|
2015-12-31 17:14:38 +01:00 |
Philipp Möller
|
71b4e9c515
|
Use CGAL_FULL_VERSION in all Doxyfile.in
|
2015-12-17 16:33:28 +01:00 |
Simon Giraudot
|
f21cb46900
|
Remove deprecated "register" keyword
|
2015-12-17 08:20:56 +01:00 |
Philipp Möller
|
3d772e9d9d
|
Generic reference to the doc dir
|
2015-12-10 17:05: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 |
Sebastien Loriot
|
2e493f297b
|
Merge pull request #389 from afabri/CGAL-Qt3-GF
Remove Qt3 based demos
|
2015-10-23 17:08:49 +02:00 |
Andreas Fabri
|
6056c6b55f
|
Do not mention Qt3 based demos in the User Manual
|
2015-10-19 15:35:57 +02:00 |
Laurent Rineau
|
330a0e75a2
|
Merge pull request #385 from cjamin/CGAL_headers_only-gdamiand_cjamin
CGAL headers only, step 0
|
2015-10-13 16:37:38 +02:00 |
Sébastien Loriot
|
4787bda61f
|
remove documented widget based on Qt3
|
2015-10-05 15:20:06 +02:00 |
Sébastien Loriot
|
eb4f860f3b
|
remove mentions of Qt3
|
2015-10-05 15:19:58 +02:00 |
Sébastien Loriot
|
8e62e05519
|
remove remaining Qt3 demos
|
2015-10-05 14:29:50 +02:00 |
Guillaume Damiand
|
cf1c0ea0ca
|
Merge branch 'CGAL_headers_only-gdamiand_cjamin-OLD' into CGAL_headers_only-gdamiand_cjamin
|
2015-10-01 09:12:55 +02:00 |
Andreas Fabri
|
bb2a7de73a
|
remove literate programming source
|
2015-09-29 13:53:51 +02:00 |
Laurent Rineau
|
91bca286d3
|
Fix warnings with CGAL_USE
All those variables were unused only if CGAL_NDEBUG was
defined. CGAL_USE can solve that.
|
2015-08-19 17:37:46 +02:00 |
Sébastien Loriot
|
50595505c4
|
Merge branch 'Fix_warnings-GF'
Fixes warnings in various packages
Successfully tested in CGAL-4.7-Ic-87
Approved by the release Manager
|
2015-07-17 14:21:21 +02:00 |
Sébastien Loriot
|
3e037f0f15
|
fix warnings
|
2015-07-16 14:44:56 +02:00 |
Sébastien Loriot
|
84d82c3a8e
|
fix unused variable warnings
|
2015-07-16 10:15:33 +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 |
Sébastien Loriot
|
722abba27b
|
cosmetic changes to remove mentions of QT4
|
2015-07-07 18:00:43 +02:00 |
Laurent Rineau
|
e5bcdc5f3e
|
Update all CMakeLists.txt
- CMake 2.8.11 or later is now required
- GLEW is no longer used by demo/Polyhedron/
|
2015-07-06 18:14:34 +02:00 |
Guillaume Damiand
|
ef550fd3bb
|
Ok for first version.
|
2014-11-14 17:22:06 +01:00 |
Laurent Rineau
|
495ed0b6ab
|
Merge remote-tracking branch 'origin/CGAL-Less_warnings-GF'
Fix various warnings.
Tested in CGAL-4.5-Ic-97. Approved by the Release Manager.
|
2014-07-16 17:48:56 +02:00 |
Andreas Fabri
|
2c8b9e7cd4
|
initialize pointer with 0
|
2014-07-03 14:59:59 +02:00 |
Sébastien Loriot
|
9e91e05d1b
|
make demos working without gmp
|
2014-06-27 16:34:41 +02:00 |
Laurent Rineau
|
4897129d09
|
s/Gmpz/Exact_integer/
|
2014-06-27 15:11:52 +02:00 |
Laurent Rineau
|
0700232c51
|
s/Gmpq/Exact_rational/
|
2014-06-27 15:11:45 +02:00 |
Sébastien Loriot
|
251a9d8446
|
fixes for tests to use leda and not gmp
|
2014-06-19 14:29:20 +02:00 |
Sébastien Loriot
|
9114db9085
|
restore figure source files removed in 0fa2cacb
| commit 0fa2cacb60
| Author: Sébastien Loriot <sebastien.loriot@cgal.org>
| Date: Tue Dec 3 17:27:02 2013 +0100
|
| remove doc_tex documentation (including developer manual) and old manual tools
|
2014-02-10 14:54:23 +01:00 |
Sébastien Loriot
|
0fa2cacb60
|
remove doc_tex documentation (including developer manual) and old manual tools
|
2013-12-03 17:27:02 +01:00 |
Andreas Fabri
|
6c547e5663
|
Mainly added includes
|
2013-09-13 22:24:30 +02:00 |
Laurent Rineau
|
bc03aaf30b
|
Put doc/ in the global dont_submit file
|
2013-08-20 10:57:03 +02:00 |