Commit Graph

267 Commits

Author SHA1 Message Date
Laurent Rineau c938e5e180 Merge branch 'releases/CGAL-4.14-branch' 2019-04-08 16:06:26 +02:00
Maxime Gimeno ecff35a7e9 Replace the CMP0054 spec by the right cmake_required_version 2019-04-03 13:14:40 +02:00
Maxime Gimeno 22caa66feb Fix CMP0054 warning in hyperbolic triangulation demos 2019-04-03 11:07:13 +02:00
Maxime Gimeno 57692b2ddc Rename executable from demos so it is tested in the testsuite. 2019-04-02 15:18:04 +02:00
Sébastien Loriot 124012d9f9 replace cpp11::array by std::array 2019-03-29 13:28:33 +01:00
Sébastien Loriot ce126b87c6 remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
Andreas Fabri a0be3b44af Periodic and Hyperbolic triangulations: backtick 2019-03-08 09:57:57 +01:00
albert-github ff3a5174bd CSS properties and values separated by semicolons
CSS properties and values should be separated by semicolons but here the width property was followed by an equal sign.
2019-02-27 18:32:40 +01:00
Sébastien Loriot fe5c2d0bb8 use macros 2019-02-23 11:57:29 +01:00
Iordan Iordanov 5ef6456840 added test with degenerate cases for P4HT2 2019-02-13 23:36:42 +01:00
Iordan Iordanov 5731a61554 added failsafe check to remove(): if cycles of length 2 are created, the operation is canceled and the triangulation is restored to its previous state 2019-02-10 22:42:51 +01:00
Iordan Iordanov 025f2a94a5 a few modifications to removal test files (removed unnecessary iteration and assertion that can be false) 2019-02-10 22:38:56 +01:00
Iordan Iordanov 2346931b94 Fixed 'About' for demo of P4HT2 2019-02-07 20:02:53 +01:00
Andreas Fabri b474ea2b2a Make static data member thread local 2019-02-05 13:15:07 +01:00
Maxime Gimeno 573885193e Fix CGAL_Core_FOUND 2019-01-30 10:28:41 +01:00
Andreas Fabri b7d4a081c7 No need to write the assignment as it comes by default 2019-01-28 09:39:46 +01:00
Maxime Gimeno c143c657eb Fix permisisons 2019-01-23 16:45:55 +01:00
Maxime Gimeno d40fb37b45 Link with CGAL and Qt5 and add NOTICE if no Qt5. 2019-01-23 10:44:39 +01:00
Maxime Gimeno 2da2ceac13 Rename p4hdt2 files to avoid reaching the max path length on windows. 2019-01-23 10:31:55 +01:00
Maxime Gimeno 386807ad7d Fix MSVC bugs for P4HT2 demo 2019-01-22 10:06:50 +01:00
Iordan Iordanov 626ad00efe Fixes for testsuite warnings in P4HT2 2019-01-22 09:46:39 +01:00
Iordan Iordanov e4881c1e7e Merge branch 'Periodic_4_hyperbolic_triangulation_2-IIordanov' of github.com:imiordanov/cgal into Periodic_4_hyperbolic_triangulation_2-IIordanov 2019-01-21 15:25:19 +01:00
Iordan Iordanov f65c70eb4c Fix for removal test errors 2019-01-21 15:24:26 +01:00
Maxime Gimeno d657fe0e1e Add a test for Qt5 in the demos. 2019-01-21 10:27:56 +01:00
Maxime Gimeno 04d225a7b1 Add a test for CGAL_Core in the tests for h4ph2 2019-01-21 10:24:55 +01:00
Maxime Gimeno 9965be46d1 Try to fix errors in demo for msvc 2019-01-21 10:12:07 +01:00
Maxime Gimeno 732bfb756d Fix CMakelists for demo. 2019-01-18 10:14:28 +01:00
Iordan Iordanov 8e1dfa329e Fixes for a few more warnings in the testsuite 2019-01-16 16:46:56 +01:00
Iordan Iordanov bd1258e4b0 Fixes for warning messages (integers of different sign and unused variable) 2019-01-15 11:11:21 +01:00
Andreas Fabri 10acacaf0d Work around CGAL_CFG_MATCHING_BUG_6 2019-01-15 08:31:18 +01:00
Iordan Iordanov 3265e67da1 Changes to replace Cartesian<Expr> with EPICK_with_sqrt, plus code cleanup, plus documentation fixes (for P4HT2) 2019-01-14 18:30:14 +01:00
Iordan Iordanov 46ff29c2e7 Merge branch 'Periodic_4_hyperbolic_triangulation_2-IIordanov' of github.com:imiordanov/cgal into Periodic_4_hyperbolic_triangulation_2-IIordanov 2019-01-14 14:28:02 +01:00
Iordan Iordanov 9edeb0103b fix for testsuite error 2019-01-14 14:23:14 +01:00
Andreas Fabri c0e9fd8c74 Do not incliude more headers than necessary in tests. Are the boost randmom headers needed?? 2019-01-11 10:28:51 +01:00
Andreas Fabri 1d8716c0a4 Please add code in the #else 2019-01-11 10:28:08 +01:00
Iordan Iordanov 2356b3fde8 various fixes for the testsuite 2019-01-10 11:47:32 +01:00
Andreas Fabri 2dec5c9d9f Use CGAL_triangulation_assertion_code 2019-01-10 08:51:11 +01:00
Andreas Fabri 9da81eb8ed Adress int/size_t warnings 2019-01-10 08:30:01 +01:00
Iordan Iordanov 5ebbbe28a8 fixed warning for demo (unused variables) 2019-01-09 20:53:00 +01:00
Iordan Iordanov b38b5123e2 Added default parameters to example to please testsuite 2019-01-09 20:52:24 +01:00
Iordan Iordanov 2fc60723e8 Adding benchmark folders with correct files 2019-01-08 12:33:15 +01:00
Iordan Iordanov 70a764cd63 Tests cleanup (removed unnecessary files, moved benchmarks to proper directory, cleaned CMakeLists.txt) 2019-01-08 12:32:41 +01:00
Iordan Iordanov 8e4d9c8f64 Added static_cast<>() calls to please Jenkins 2019-01-08 12:31:54 +01:00
Mael Rouxel-Labbé 471125e2bb Do not use autouic 2019-01-08 10:32:46 +01:00
Andreas Fabri 667ef0baff The integer constants are too big for VC++ 2019-01-08 09:24:30 +01:00
Iordan Iordanov bb18b38b0a bugfix for Travis (?) 2019-01-08 08:43:05 +01:00
Iordan Iordanov 252f4ecf4a Cosmetic modifications and comments cleanup for test files 2019-01-03 15:18:56 +01:00
Iordan Iordanov 1999228d91 Removed unneeded vertex class constructor 2019-01-03 15:11:59 +01:00
Iordan Iordanov 4c12f4a2ee Modified triangulation classes to use constructions and predicates from geom_traits() 2019-01-03 15:11:35 +01:00
Iordan Iordanov 368bcf718b Modified demo to facilitate code cleanup 2019-01-03 15:10:49 +01:00