Commit Graph

33 Commits

Author SHA1 Message Date
Guillaume Damiand 10469f9c4e Update with master 2016-05-25 10:58:55 +02:00
Sébastien Loriot 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +01:00
Clement Jamin 9a61b23b55 Use get_default_random() instead of default_random 2016-03-09 10:35:21 +01:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Sébastien Loriot 2d191d6651 commit CMakeLists.txt for all examples and tests 2016-03-07 17:39:36 +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
Laurent Rineau d052891efb Rename box_grid.cpp
There was another target of the same name in ../../examples
2012-10-05 14:47:31 +00:00
Laurent Rineau 8564c188d6 Rename benchmark.cpp to benchmark_box_intersection.cpp
There was another target of the same name.
2012-10-05 14:45:47 +00:00
Philipp Möller 9f6095ba40 Fix a compilation error with clang 3.1. It has trouble with default arguments in dependent templates 2012-06-26 09:22:39 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Andreas Fabri cea0252467 int -> size_type/std::size_t 2010-06-21 16:44:18 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Sylvain Pion c3eba4b751 Remove unused arguments. 2007-04-17 20:42:27 +00:00
Sylvain Pion df0231a15a Improved parenthesization 2007-03-08 10:37:21 +00:00
Andreas Meyer 7839611ea9 reduced runtime of test (reduced maximum problem size) 2007-03-02 11:15:32 +00:00
Andreas Fabri 7f7853a5a7 .C -> .cpp 2007-02-16 16:41:24 +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 ff81a79224 Missing std:: 2006-03-08 18:48:39 +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 db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret b671649287 Move packages to trunk root 2006-02-14 08:58:13 +00:00