Commit Graph

108 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 26c857a431 Moved unary/binary_function to CGAL::cpp98 2018-06-13 15:58:19 +02:00
Laurent Rineau 0a74393dcf Commit all new dependencies files 2018-03-06 18:44:48 +01:00
Laurent Rineau 697ed680ee Merge pull request #2803 from sgiraudot/OTR-Fix_error_test_vertex_edge-GF
OT Reconstruction: Fix test_vertex_edge bug by not copying the TDS
2018-02-14 15:34:46 +01:00
Simon Giraudot 7536af7106 Fix test_vertex_edge bug by not copying the TDS 2018-02-07 14:43:09 +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
Laurent Rineau f310fc588d
Merge pull request #2690 from sgiraudot/Classification-ETHZ_random_forest-GF
Classification: ETHZ Random Forest
2018-02-01 17:35:30 +01:00
Simon Giraudot 6269309d86 Use CGAL include for boost counting/transform iterators everywhere 2018-01-23 11:09:52 +01:00
Simon Giraudot a2f58027ee Use new PSP API in OTR demo 2018-01-12 09:59:43 +01:00
Simon Giraudot 367c6cfc69 Fix warnings 2018-01-12 09:59:43 +01:00
Sébastien Loriot 5226311108 use OpenGL function through the viewer 2018-01-12 09:59:43 +01:00
Simon Giraudot 897021677e Use CGAL::approximate_sqrt() to handle exact kernel 2018-01-12 09:59:43 +01:00
Simon Giraudot 0fa9e17213 Remove deprecated std::unary_function 2018-01-12 09:59:42 +01:00
Simon Giraudot 403420a6d8 Remove OTR_NO_TOLERANCE macro 2018-01-12 09:59:42 +01:00
Simon Giraudot bb13a0e7ef Add new figure for Wasserstein tolerance example (+ minor fixes in user manual) 2018-01-12 09:59:42 +01:00
Simon Giraudot ae3dfd8c1f Fix comments in example (from review) 2018-01-12 09:59:42 +01:00
Simon Giraudot ab08e1e499 Document run_under_wasserstein_tolerance() in user manual 2018-01-12 09:59:42 +01:00
Simon Giraudot f3bf054a23 Add new example with Wasserstein tolerance 2018-01-12 09:59:42 +01:00
Simon Giraudot 1b05ce304b Add a note on Wasserstein distance to make it clear it is not Hausdorff 2018-01-12 09:59:42 +01:00
Simon Giraudot 7b8186a05b Load XY files with weights, compute average spacing and better displays 2018-01-12 09:59:41 +01:00
Simon Giraudot f54a26f987 More decimalson the dialog window 2018-01-12 09:59:41 +01:00
Simon Giraudot 9c852ec864 Fix uninitialized variable 2018-01-12 09:59:41 +01:00
Simon Giraudot 7843436277 Generalization: use total weight instead of number of samples (useful if weights != 1) 2018-01-12 09:59:41 +01:00
Simon Giraudot 69447be1f7 Update demo to handle tolerance based API 2018-01-12 09:59:41 +01:00
Simon Giraudot a32d3534ac Keep track of the number of samples for edges and costs 2018-01-12 09:59:41 +01:00
Simon Giraudot 69f3917e66 Make tolerance homogeneous to a distance 2018-01-12 09:59:41 +01:00
Simon Giraudot e38b12c83f Add method to run the algorithm under a Wasserstein tolerance 2018-01-12 09:59:40 +01:00
Simon Giraudot 685f8e4701 Update demo with Wasserstein tolerance API 2018-01-12 09:59:40 +01:00
Laurent Rineau 3c6640bf59 Merge pull request #1436 from lrineau/CGAL-new_cmake-GF
Renewal of CMake scripts: header-only, ctest, CMake>=3.1

# Conflicts:
#	Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
2017-12-05 18:20:05 +01:00
Maxime Gimeno 30171e03ee fix opr2 demo 2017-11-29 11:34:26 +01:00
Maxime Gimeno 66df33abea Use Qt opengl in remaining demos 2017-11-29 11:34:26 +01:00
Laurent Rineau 6ec4c12031 Do not use OpenGL directly, but only using Qt5 OpenGL classes 2017-11-28 17:58:12 +01:00
Laurent Rineau 25dffa1710 Modern usage of Qt5 CMake scripts, to allow CMAKE_WARN_DEPRECATED 2017-11-17 12:54:13 +01:00
Laurent Rineau bbee705221 Add compilation tests for demos 2017-11-16 18:38:15 +01:00
Laurent Rineau a9365554c9 Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
Add SPDX License Identifier
2017-11-15 16:48:27 +01:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Laurent Rineau 62c70d41ca Renew the handle of policies, for CMake-3.10
Now that we require CMake>=3.1, we can forget a lot of old CMake policies.

`CMP0053` `OLD` behavior is still needed, because of a bug in Qt5 CMake files, but it will
not be set with CMake>=3.10. Let's assume that a recent CMake version means
a recent Qt5 version.
2017-11-06 14:58:36 +01:00
Maxime Gimeno 5ae96fc2aa Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Simon Giraudot ab33988eb5 Remove unused parameter 2017-05-16 14:13:43 +02:00
Simon Giraudot b1268f0a95 Silence unused argument 2017-05-16 14:13:43 +02:00
Simon Giraudot 4166de5024 Fix warning unused variable 2017-05-16 14:13:43 +02: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
Andreas Fabri d872b4131e make a static variable of a member function class local 2016-11-07 15:20:37 +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
Clément Jamin bfb5d02d2b Add link to demo to OTR2 2016-09-27 14:59:37 +02:00
Sébastien Loriot 7e2ee496de update project name of cmake scripts of tests 2016-09-08 00:26:37 +02:00