Commit Graph

19 Commits

Author SHA1 Message Date
Laurent Rineau 89aca9f766 Fix the warning [-Wunused-result] 2019-01-10 17:19:48 +01:00
Laurent Rineau 341acaeaf6 Another way to fix the warning 2018-12-10 14:13:06 +01:00
Andreas Fabri f636d331b2 (void) result to avoid warning 2018-12-06 14:11:43 +01:00
Laurent Rineau 182239d6b6
Merge branch 'master' into CGAL-remove_SCL_SECURE_NO_DEPRECATE-GF 2018-03-06 16:49:30 +01:00
Andreas Fabri f7ba8ff4df Fix Box_intersection_d, Minkowski_sum_2, Nef_3, Surface_mesh, Straight_skeleton, Triangulation_3 2018-02-23 11:35:58 +00:00
Andreas Fabri 42c26be666 #define ... 1 2018-02-22 17:04:48 +00:00
Andreas Fabri eb526fc4f5 Replacements and suppress warnings in the test code 2018-02-20 13:10:38 +00:00
Andreas Fabri cfc75d7f32 Box_intersection_d 2018-01-17 22:05:51 +00:00
Clement Jamin 9a61b23b55 Use get_default_random() instead of default_random 2016-03-09 10:35:21 +01:00
Andreas Fabri d3a5b84295 Fix a memory leak in the test code
As the counter object gets copied the original implementation
allocates an unsigned int on the heap.
We instead store a reference to an unsigned int.
2013-11-08 16:11:59 +01:00
Sylvain Pion df0231a15a Improved parenthesization 2007-03-08 10:37:21 +00:00
Andreas Meyer 78dc1b39a2 prefixed all macros with "CGAL_" 2006-12-12 10:38:56 +00:00
Andreas Fabri 4c68521a11 fix for min/max problem 2006-08-21 08:35:10 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Andreas Meyer 33475bc596 revival of test suite (some testcases were commented out...?) 2006-03-14 18:54:42 +00:00
Marc Glisse 412c0c29fb Missing std:: 2006-02-28 15:19:29 +00:00
Marc Glisse b41ad5d643 Missing std:: or #include <cstdlib> 2006-02-25 23:14:49 +00:00
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Laurent Saboret b671649287 Move packages to trunk root 2006-02-14 08:58:13 +00:00