Commit Graph

223 Commits

Author SHA1 Message Date
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 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
Sébastien Loriot 376bc42716 update URL and use https 2018-09-04 13:29:51 +02:00
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
Andreas Fabri d5523f80c0 Use CGAL_STATIC_THREAD_LOCAL_VARIABLE 2018-02-19 17:32:21 +00: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 94c162d249 fix types 2018-01-24 08:19:28 +00: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 2b35bddfb2 Replace all std::binary_function by CGAL::binary_function 2017-10-04 16:36:32 +02:00
Sébastien Loriot 1fc9b0976a fix Core dependancies 2017-02-13 16:21:02 +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
Laurent Rineau 1d99b2cc47 Merge pull request #1673 from freud14/cone-spanners-ipelet
Add half-cones and Ipelet
2017-01-05 10:35:44 +01:00
Frédérik Paradis b9f2ae0ab3 Fix -Wreorder warnings 2016-12-22 10:40:37 -05:00
Frédérik Paradis 2d862a43a2 Fix spelling mistake in one of the authors' name 2016-12-19 12:21:01 -05:00
Frédérik Paradis cdf62554e3 Fix a spelling error and rephrasing 2016-12-03 09:29:34 -05:00
Frédérik Paradis fc2d99a82f Add doc to Cone_spanners_2 package 2016-12-02 13:57:22 -05:00
Frédérik Paradis c0e49e7a29 Refactoring of the enum Half to Cones_selected and fix bugs in cone spanners ipelet 2016-12-02 13:56:14 -05:00
Frédérik Paradis 978740a735 Adding doc for the choice of even or odd cones for half-theta/yao-graphs 2016-12-01 15:58:16 -05:00
Frédérik Paradis 8e71637b81 Adding the choice of even or odd cones for half-theta/yao-graphs 2016-12-01 15:56:53 -05:00
Weisheng Si 67c73ee7ee cw 90 degree rotation is used instead and relevant code comments added 2016-11-22 11:40:32 +11:00
Frédérik Paradis ce810fed51 Correcting wheter -> whether 2016-11-13 19:57:44 -05:00
Frédérik Paradis 9e0fc621e5 Adding an option to construct half-theta and half-Yao graphs 2016-11-08 13:53:32 -05:00
Laurent Rineau c6a0dd92ea Merge pull request #1422 from afabri/Cone_spanners-static-GF
Cone_spanners: No need for thread local storage as readonly
2016-10-17 09:59:33 +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
Andreas Fabri 974b030458 no need for static 2016-09-01 16:53:23 +02:00
Andreas Fabri a96e415441 No need for thread local storage as readonly 2016-08-31 13:03:26 +02:00
Sébastien Loriot 7f3772a50b replace the usage of raw pointer as property map
It was deprecated in boost 1.55
http://www.boost.org/users/history/version_1_55_0.html
2016-07-13 13:53:00 +02:00
Laurent Rineau 441457bc2a Cosmetic fix of the license file
Cosmetic, but important for our QA scripts.
2016-06-10 12:22:10 +02:00
Weisheng Si a86d84e68c Improve comments and remove useless comments 2016-06-05 12:29:52 +10:00
Weisheng Si d2f6062ac1 Improve comments and remove useless comments 2016-06-05 12:17:50 +10:00
Weisheng Si 87d8faaafe Remove code for debugging purpose 2016-06-05 11:57:34 +10:00
Weisheng Si cf278a6f66 Remove a "TODO" comment 2016-06-05 11:46:10 +10:00
Sébastien Loriot eadc085d98 fix include guards 2016-06-02 09:23:28 +02:00
Sébastien Loriot 89eb3c9e27 remove exe flags 2016-05-31 10:22:56 +02:00
Sébastien Loriot 1f23da9ef6 remove empty file 2016-05-31 10:22:08 +02:00
Sébastien Loriot 91a536c804 run astyle
remove trailing whitespaces and fix indentation issues
2016-05-31 10:05:12 +02:00
Sébastien Loriot 815a4ba4cc Plan_Scan_Tree -> Plane_scan_tree 2016-05-31 09:55:11 +02:00
Sébastien Loriot 9356eea527 rename files to match CGAL naming convention 2016-05-31 09:53:05 +02:00
Sébastien Loriot 71d1666b39 replace tabs with 4 spaces 2016-05-31 09:48:36 +02:00
Andreas Fabri 6f7f74ce34 Suppress a warning that also shows up with examples distribured with boost 2016-05-31 09:30:09 +02:00
Sébastien Loriot 5f3c58c968 commit cmake scripts for tests and examples 2016-05-19 13:34:29 +02:00
Sébastien Loriot 3d1e20e1e3 quick pass on the doc 2016-05-18 16:35:02 +02:00
Sébastien Loriot 700f0f0f14 clean up examples and try removing a warning on windows 2016-05-18 15:30:32 +02:00
Weisheng Si 470d6647ed provide a note on the bug from BGL 2016-05-18 15:41:07 +10:00
Sébastien Loriot d5e8cf95a8 workaround the bug in bgl 2016-05-17 10:19:03 +02:00
Sébastien Loriot 8ae1876b23 fix doc warnings 2016-05-17 09:43:58 +02:00
Sébastien Loriot 1704e345c2 remove executable flag 2016-05-17 08:47:30 +02:00
Sébastien Loriot 91d48e4803 workaround a bug in boost directly in the example 2016-05-16 08:39:20 +02:00
Weisheng Si b83f2cc9af Add a comment about a bug in boost 2016-05-11 09:49:30 +10:00
Weisheng Si 7ac8af35b0 Remove #include <boost/graph/adjacency_list.hpp>, since it is already
included in Construct_xxx_graph_2.h
2016-05-08 11:15:25 +10:00
Weisheng Si 0239cbb0d3 Add "the directions of cone boundaries" to the package description on
the user inputs, since this is an important feature of this package.
2016-05-06 08:40:43 +10:00
Weisheng Si 4b4d8e2415 Add "the directions of cone boundaries" to the package description on
user inputs, since I deem this is an important feature of this package.
2016-05-04 15:39:56 +02:00
Weisheng Si 2165d0c580 Reduce the cone number from 17 to 6 2016-05-02 14:25:16 +02:00
Andreas Fabri a864e30623 std::min -> (std::min) for VC++ 2016-04-27 10:19:13 +02:00
Andreas Fabri 3974c29331 VC++ does not like min and max 2016-03-22 09:25:53 +01:00
Weisheng Si 9960ea2332 Reduce the cone number from 17 to 6 2016-03-17 22:09:00 +11:00
Weisheng Si 0eba2b7280 Move Direction_2 ray out of loop. 2016-03-17 22:06:04 +11:00
Andreas Fabri 317164f9e2 one last std::to_string removed; change the README.txt 2016-02-26 08:23:54 +01:00
Andreas Fabri 88d413ae3d delete empty demo directory 2016-02-25 12:00:47 +01:00
Andreas Fabri 0dbb54551e std::to_string comes only with C++11 2016-02-24 17:06:28 +01:00
Andreas Fabri fe969f2c50 fix warnings 2016-02-24 16:54:05 +01:00
Andreas Fabri fca256b986 fix errors (template) and warnings (unsigned/signed) and reindent 2016-02-24 08:39:21 +01:00
Andreas Fabri ae309911f7 Merge branch 'Cone_spanners_2-new_package-UWS' of github.com:CGAL/cgal-dev into Cone_spanners_2-new_package-UWS 2016-02-22 09:12:42 +01:00
Weisheng Si 1e56396022 Add #include <CGAL/config.h> to indicate using CORE 2016-01-12 09:31:07 +11:00
Andreas Fabri 5d326f8031 Remove the concepts from the User Manual 2016-01-06 13:54:23 +01:00
Andreas Fabri 1a2061cf96 Completely remove the concepts to simplify things 2016-01-06 10:38:59 +01:00
Andreas Fabri 220be3d365 typo 2016-01-06 08:29:40 +01:00
Andreas Fabri 206420c77b backquote 2016-01-06 08:22:27 +01:00
Weisheng Si 1091355311 Change the template argument from 'ConeBasedSpannerTraits_2' to
'Traits'.
2016-01-05 09:42:16 +11:00
Weisheng Si 20e9aeed81 Making the comments more concise 2016-01-05 09:41:50 +11:00
Weisheng Si 61de3aa5e6 Add cpp, cmd and data files for test suite 2015-12-18 15:40:10 +11:00
Weisheng Si ea4e6066f9 Add .cmd files for the examples 2015-12-18 15:38:39 +11:00
Weisheng Si 4515c565fc fix a small typo 2015-12-18 15:36:43 +11:00
Weisheng Si f8c05dbe3b Add descriptions to the example files 2015-12-18 15:33:26 +11:00
Andreas Fabri 5e3e8e040f polish 2015-12-15 17:42:19 +01:00
Weisheng Si 95af2ee3d4 fixing a typo of missing '_kernel' 2015-12-15 09:55:56 +11:00
Weisheng Si d111f19deb Change template parameter from 'Traits' to 'ConeBasedSpannerTraits_2' 2015-12-15 09:23:08 +11:00
Weisheng Si 54e77babde Use the functor concept of bisector() instead of its global function
version
2015-12-15 09:21:53 +11:00
Weisheng Si 1ec7726376 Fixing small typos 2015-12-14 11:24:56 +11:00
Weisheng Si 57c78e39d9 Using ConeBasedSpannerTraits_2 instead of SpannerKernel, and also
removing some duplications in documents
2015-12-14 10:56:46 +11:00
Weisheng Si 032e762ecf Using ConeBasedSpannerTraits_2 as the template parameter 2015-12-11 10:55:37 +11:00
Weisheng Si 2fe6e1224b Using 'Traits' instead of 'ConeBasedSpannerTraits_2' as the template
paramter.
2015-12-11 10:03:56 +11:00
Weisheng Si 1970e4178a Revised according to 5th round review. 2015-12-11 09:52:55 +11:00
Weisheng Si e686ca2e7f git mv ConeBasedSpannerTraits.h ConeBasedSpannerTraits_2.h 2015-12-11 09:00:42 +11:00
Weisheng Si 5287b6e200 replace kernel_type with Kernel_type 2015-12-01 12:45:03 +11:00
Weisheng Si 9f11bbe3d1 replace Kernel_ with SpannerKernel 2015-12-01 12:44:13 +11:00
Weisheng Si 2e0213bfc5 replace Kernel_ with SpannerKernel 2015-12-01 11:36:09 +11:00
Weisheng Si f02db76003 Use EPEC_with_root_of.h instead of EPEC_with_sqrt.h 2015-11-27 09:51:11 +11:00
Weisheng Si 436ca7b94d Use EPEC_with_root_of.h instead of EPEC_with_sqrt.h and Use
SpannerKernel as the template parameter instead of traits
2015-11-27 09:49:09 +11:00
Weisheng Si 8e25cec681 Use EPEC_with_root_of.h instead of EPEC_with_sqrt.h 2015-11-27 09:46:57 +11:00