Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32: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 |
Simon Giraudot
|
ae193e5af3
|
Document Eigen dependency in PackageDescription.txt of packages
|
2018-06-19 11:00:02 +02:00 |
Simon Giraudot
|
41d554fe58
|
Deprecating Diagonalize_traits: document dependency to Eigen
|
2018-06-19 10:57:55 +02:00 |
Sébastien Loriot
|
742a615527
|
fix doc warnings triggered essentially by the improvement of doxygen
|
2018-04-25 23:36:21 +02: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 |
Sébastien Loriot
|
a89ccb10e7
|
remove non UTF-8 characters
|
2017-01-19 15:20:26 +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 |
Maxime Gimeno
|
a01593e0bb
|
Unify the links to the Polyhedron demo in the package descriptions.
|
2017-01-10 14:56:52 +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 |
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
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +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 |
Sebastien Loriot
|
fafedf8894
|
Merge pull request #712 from sgiraudot/Jet_fitting_3-Fix_incomplete_assertion-GF
Jet fitting 3: fix incomplete assertion
|
2016-02-03 09:34:25 +01:00 |
Simon Giraudot
|
fe6cffce81
|
Fix copy-paste error in assertion
|
2016-02-02 11:51:32 +01:00 |
Simon Giraudot
|
82d1ac525d
|
Fix incomplete assertion in jet fitting tests
|
2016-02-01 17:01:26 +01:00 |
Andreas Fabri
|
2cff1012de
|
only use it if it is available
|
2016-01-26 17:42:35 +01:00 |
Andreas Fabri
|
4b8944e5b2
|
Replace #ifdef CGAL_USE_BOOST_PROGRAM_OPTIONS with #ifndef DONT_USE_BOOST_PROGRAM_OPTIONS
|
2016-01-26 17:16:02 +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 |
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
|
38d063539a
|
cleanup
|
2015-10-02 08:17:19 +02:00 |
Andreas Fabri
|
6e214c5f4a
|
remove Qt3 demos and empty dontsubmit files
|
2015-09-30 12:51:40 +02:00 |
Simon Giraudot
|
63f77a05a5
|
Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF
|
2015-09-07 10:01:12 +02:00 |
Simon Giraudot
|
0875fa17ff
|
Wrapper to automatically use Eigen_diagonalize if Eigen is available or Internal_diagonalize otherwise
|
2015-08-31 10:01:01 +02:00 |
Simon Giraudot
|
8a46d3cd5e
|
Include Lapack svd in Solver interface (another model for SvdTraits)
|
2015-08-26 14:49:27 +02:00 |
Simon Giraudot
|
e9f1d5bd59
|
Replace call to linear_algebra by simple orientation test
|
2015-08-20 13:57:03 +02:00 |
Simon Giraudot
|
af8e73750c
|
Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF
|
2015-08-20 11:51:34 +02:00 |
Andreas Fabri
|
edccf5f807
|
only change the static_cast in std::pow
|
2015-08-02 10:03:55 +02:00 |
Laurent Rineau
|
f9917c487e
|
CMake 2.8.11
|
2015-07-13 12:36:43 +02:00 |
Andreas Fabri
|
df7bcccdc0
|
change several package descriptions
|
2015-04-14 11:21:16 +02:00 |
Andreas Fabri
|
71aed48848
|
cleanup
|
2015-04-02 14:08:18 +02:00 |
Andreas Fabri
|
c50448e918
|
move SvdTraits
|
2015-03-30 08:51:12 +02:00 |
Andreas Fabri
|
83f1d1b29a
|
move files
|
2015-03-25 08:57:00 +01:00 |
Andreas Fabri
|
0e94b47457
|
improve jet fitting manual
|
2015-03-13 10:32:06 +01:00 |
Sébastien Loriot
|
b28b4607ae
|
use UTF8 for letters with accent
|
2015-01-31 13:58:08 +01:00 |