Commit Graph

79 Commits

Author SHA1 Message Date
Maxime Gimeno 302a2cd225 Use BOOST_GCC 2019-02-04 14:19:10 +01:00
Maxime Gimeno de8dde79f4 Replace not by ! in preprocessor directives 2019-02-04 10:40:00 +01:00
Maxime Gimeno 8baad2fcb3 Fix the tests for GCC<4.4 so it wont match clang. 2019-02-01 12:22:08 +01:00
nivoliev c801bb27d1
typo in Delaunay_triangulation class name 2018-11-30 16:54:50 +01:00
nivoliev b6a777c918
generate a truly Delaunay triangulation 2018-11-30 16:41:30 +01: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
Laurent Rineau b14263762d Check gcc version and return() if < 4.4 2017-07-19 16:09:04 +02:00
Clement Jamin 9b46105579 Get rid of Bare_point_d in the adapter and in Regular_triangulation 2017-06-20 12:41:22 +02:00
Clement Jamin 6e609f9ca5 It took too much time for the testsuite in Debug mode 2017-06-20 11:20:07 +02:00
Clement Jamin 5b9562ea84 Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse 2017-06-16 11:09:07 +02:00
Sébastien Loriot 6b338eeb1f improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
Clement Jamin 66c29aecc2 Doc and comment fixes 2016-09-06 15:06:36 +02:00
Clement Jamin 890b4ef0aa Doc fixes + make the use of Regular_triangulation_euclidean_traits automatic
Partially reverts commit ab30798119
2016-05-27 10:58:48 +02:00
Clement Jamin 9487c71ad1 Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse 2016-05-18 19:41:22 +02:00
Clement Jamin 8cb1479d11 Fix example 2016-05-18 18:38:02 +02:00
Clement Jamin ab30798119 Make the use of Regular_triangulation_euclidean_traits explicit 2016-05-18 17:27:30 +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
Simon Giraudot 737261c330 Typo correction (__GNUC_MINOR__ instead of __GNU_MINOR__) 2016-02-04 17:58:22 +01:00
Simon Giraudot 30ed96c71e Update NOTICE messages with correct G++ version 2016-02-04 12:38:59 +01:00
Simon Giraudot 52a20080ad Replace BOOST tests by direct tests on __GNUC__ for old GCC/boost versions 2016-02-04 11:40:50 +01:00
Andreas Fabri 6262374378 Do the same in package Triangulation 2016-02-03 12:24:25 +01:00
Clement Jamin 5eb850500a Add an example for computing convex hull 2015-12-08 17:13:04 +01:00
Clement Jamin edacc0f8c5 Prettify the code 2015-11-24 16:01:20 +01:00
Clement Jamin 232efb9823 Hide Regular_triangulation_euclidean_traits from the doc and use it internally
The user can now pass Epick_d directly to Regular_triangulation.
Regular_triangulation_euclidean_traits is used internally to adapt the
functors.
2015-10-27 17:27:46 +01:00
Clement Jamin 019b685b97 Use get_default_random() 2015-10-16 11:00:46 +02:00
Clement Jamin 8081234930 Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse 2015-10-16 10:59:18 +02:00
Clement Jamin b0328a7192 Use the documented Combination_enumerator instead of the internal one 2015-10-09 15:35:45 +02:00
Clement Jamin eae505f4f1 Example for Regular_triangulation 2015-09-03 18:21:53 +02:00
Laurent Rineau f9917c487e CMake 2.8.11 2015-07-13 12:36:43 +02:00
Clement Jamin 8c47df9bf7 Fix a warning 2014-11-25 11:39:54 +01:00
Clement Jamin cded6dadd9 Use size_t instead of int 2014-11-20 13:20:56 +01:00
Clement Jamin d6a3e6aebc Fix gcc warnings (unused typedefs) 2014-11-20 13:06:59 +01:00
Clement Jamin 1f455f621d Fix Eigen detection 2014-07-07 14:18:04 +02:00
Clement Jamin 8b5b585c77 Rename example cpp file (already exists in another package) 2014-07-03 20:46:42 +02:00
Clement Jamin 5a5f5de56e Commit the CMakeLists.txt (use Eigen) 2014-07-02 13:06:57 +02:00
Clement Jamin b80defe0f5 Bug fix: there is no data in the cell 2014-07-01 19:09:39 +02:00
Clement Jamin a0d3077ee6 Doc: changes according to Mariette's live review 2014-06-24 11:46:46 +02:00
Clement Jamin ad352fdb50 Missing includes 2014-05-20 17:31:03 +02:00
Clement Jamin 3464d28637 Use CGAL_assertion 2014-05-20 17:23:39 +02:00
Clement Jamin 1930dec817 Untabify + make the examples use the Epick_d kernel 2014-04-01 17:30:49 +02:00
Clement Jamin efe8aabd90 Changes according to reviews (with Olivier) 2014-03-20 18:15:38 +01:00
Olivier Devillers 5ad9f44d83 Triangulation user manual 2013-12-05 08:50:49 +01:00
Samuel Hornus 7bc1f17175 some little improvements to the user manual. 2012-09-19 14:15:06 +00:00
Samuel Hornus 057c00d3c6 various stuff 2012-07-18 15:30:54 +00:00
Olivier Devillers 284142f645 ambient vs max dim, (code first step) 2012-07-06 14:13:18 +00:00
Olivier Devillers e9ac837bd4 delaunay example 2012-07-06 10:57:55 +00:00
Olivier Devillers 3503ca6846 some comments in todo list 2012-07-06 10:54:46 +00:00
Samuel Hornus 45eea10500 cosmetic changes and fixed a function declaration in barycentric_subdivision.cpp 2012-07-03 16:42:26 +00:00
Olivier Devillers 6416b4a73b default arg to tds constructor 2012-07-03 15:33:45 +00:00