Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Sébastien Loriot
|
d940632471
|
Merge pull request #3258 from MaelRL/PMP-Filter_degenerate_polygon_soup_input-GF
PMP: repair polygon soup
|
2018-11-02 10:37:58 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Sébastien Loriot
|
2f9408f867
|
rename link name to match package name
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
3dd0aa112d
|
rename macro not following the convention
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
ea240cfac5
|
use \PkgXXX instead of \PkgXXXSummary
|
2018-10-08 10:28:44 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Mael Rouxel-Labbé
|
16a9bc4d7c
|
Fixed some links / concepts related to sgi.com and cppreference
|
2018-07-26 16:27:58 +02:00 |
Sébastien Loriot
|
01af331c72
|
use https for all links to www.cgal.org and doc.cgal.org
|
2018-03-14 15:59:38 +01:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +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 |
Andreas Fabri
|
87b08fdccb
|
Barycentric_coordinates
|
2018-01-18 10:16:32 +00:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +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 |
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
|
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 |
Simon Giraudot
|
a498609632
|
Precision is too high for 32b processors, making assertion fails
|
2016-02-05 16:02:57 +01:00 |
Sébastien Loriot
|
06c304c614
|
fix doc warnings spotted by doxygen 1.8.11
Tested locally
|
2016-02-04 22:23:48 +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 |
Andreas Fabri
|
a41165b6eb
|
various
|
2016-01-05 18:04:14 +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
|
79b7fc5081
|
Handle the INPUT cases where the whole include dir is used
|
2015-12-10 17:03:46 +01:00 |
Sébastien Loriot
|
a1279bc063
|
update dependencies
|
2015-09-21 08:43:05 +02:00 |
Andreas Fabri
|
6692f993ce
|
Add/Remove some cgalPkgDependsOn
Move Visibility package from Arrangements to Polygons
Add some `` in the Visibility package
Add the keyword 'Geodesic' to the Shortest Path package.
|
2015-09-09 12:09:57 +02:00 |
Sébastien Loriot
|
eda9bab802
|
remove bat files
|
2015-01-09 09:08:20 +01:00 |
Andreas Fabri
|
69756296b6
|
Add to examples.txt; Remove Profiling_tools from dependencies
|
2015-01-08 10:55:24 +01:00 |
Sébastien Loriot
|
3ec2f68a58
|
remove exe flag
|
2015-01-07 17:04:41 +01:00 |
Dmitry Anisimov
|
7d9f7bcf9c
|
Test update and modification of the file changes.html.
|
2014-12-29 16:16:30 +01:00 |
Dmitry Anisimov
|
e9265d081f
|
Test update.
|
2014-12-29 15:39:39 +01:00 |
Dmitry Anisimov
|
120159d7d3
|
Test update.
|
2014-12-29 15:31:00 +01:00 |
Dmitry Anisimov
|
08ead571b4
|
Test update.
|
2014-12-29 15:14:28 +01:00 |
Dmitry Anisimov
|
51e8d361f3
|
Updated examples.
|
2014-12-29 15:01:04 +01:00 |
Sébastien Loriot
|
3fd49a9013
|
remove exe flag
|
2014-12-24 09:29:50 +01:00 |
Sébastien Loriot
|
d6c901d6b1
|
update doc after moving example to benchmark
|
2014-12-17 22:40:17 +01:00 |
Sébastien Loriot
|
75108a0f93
|
shorten example name to please cmake
|
2014-12-17 22:26:30 +01:00 |
Sébastien Loriot
|
375db1ccc3
|
protect max function
|
2014-12-16 15:55:22 +01:00 |
Sébastien Loriot
|
a9bca7522d
|
std::isnan and std::isinf are c++11 functions
|
2014-12-16 15:53:46 +01:00 |
Sébastien Loriot
|
a7451e1e8c
|
use ATTENTION instead of WARNING in message to avoid confusing the testsuite
|
2014-12-16 15:45:06 +01:00 |
Sébastien Loriot
|
c436929fdb
|
move file to benchmark directory
|
2014-12-15 16:31:17 +01:00 |