Commit Graph

49 Commits

Author SHA1 Message Date
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 0a46621dc6 Merge branch 'cgal/releases/CGAL-4.14-branch'
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
Sébastien Loriot cf99ea072d Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-03-16 16:19:38 +01:00
Mael Rouxel-Labbé 5c694722a9 Clean some AG2 tests : Filtered_exact does not exist anymore 2020-03-10 15:18:55 +01:00
Laurent Rineau 4fbf00fb8a CMake>=3.13: opt for for new policies up to 3.15 2019-06-19 14:34:59 +02:00
Andreas Fabri a1609350aa Remove #include<CGAL/basic.h> amd put what is needed if something is missing 2019-03-27 15:21:33 +01:00
Andreas Fabri 7fa9781894 Remove derivation as workaround for a typedef 2019-02-14 12:12:01 +01:00
Guillaume Damiand 92ba7fa6c9 Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02: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
Sébastien Loriot 1edfe6fc27 move unused files to archive 2016-10-06 09:53:37 +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 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +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
Sébastien Loriot 3cfc2e7efe using Exact_rational instead of Gmpq 2014-06-27 15:20:48 +02:00
Sébastien Loriot 251a9d8446 fixes for tests to use leda and not gmp 2014-06-19 14:29:20 +02:00
Menelaos Karavelas 5f9af0a0ef Merge branch 'Apollonius_graph_2-general_is_hidden-mkaravel'
* modified implementation so that the algorithm can work with pseudo-circle objects (to facilitate for example the usage by George Tzoumas for ellipses);
* replaced implementation of vertex conflict predicate by a faster version
2013-05-15 12:39:49 +02:00
Sébastien Loriot 9fcf46e11a replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
this should be the case, following our guidelines.

using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Andreas Fabri 6147cb6d11 more CGAL_USE 2013-02-15 11:30:27 +01:00
Andreas Fabri c029f702a3 use more types 2013-02-07 11:02:14 +01:00
Menelaos Karavelas 40e870bafa added one more test case (Apollonius graph of three sites) 2012-05-29 19:24:10 +00:00
Andreas Fabri 343185e47b Use unused variable 2010-11-18 09:34:43 +00:00
Andreas Fabri b31c665e59 Let's see which compiler really issues a warning about an uninitialized variable 2010-09-01 12:28:48 +00:00
Andreas Fabri b905f4f115 int -> size_type/std::size_t 2010-06-22 09:55:56 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Menelaos Karavelas b079e36d1a fixed bug created by renaming directory with traits by Delage from new_traits to Delage_traits 2009-04-08 08:28:52 +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 5cd4f73753 warning patrol 2007-03-09 08:32:01 +00:00
Michael Hemmer 1acf081e0f rm includes of Number_type_traits.h 2006-11-17 08:32:52 +00:00
Michael Hemmer c9dc205525 rm Number_type_traits
Ring_tag -> Integral_domain_without_division_tag
 Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-15 16:23:37 +00:00
Menelaos Karavelas 7745d184aa fixed test suite for new traits wrt calling the new orientation
predicate
2006-07-19 21:58:12 +00:00
Menelaos Karavelas 417b494a03 moved the new_traits directory inside Apollonius_graph_2
so that it does not clutter the CGAL include directory; also
changes to dont_submit and test directory due to this
2006-07-18 14:03:12 +00:00
Menelaos Karavelas 9feceda808 revert local change 2006-07-17 14:16:32 +00:00
Menelaos Karavelas 883c9507c8 moved the predicate functors of Apollonius_graph_new_traits_2 to
separate files.
2006-07-17 14:03:45 +00:00
Christophe Delage de789130da Missing include file in test_ag_new_traits_2.cpp, fixed. 2006-07-14 08:55:45 +00:00
Christophe Delage 22dc43ce4d [new traits] added Orientation test 2006-07-13 10:16:12 +00:00
Christophe Delage 9e49a15a34 [new traits] added test for edge conflict 2006-07-12 17:56:41 +00:00
Christophe Delage b7c83b7edf Initial check-in of the new traits class. 2006-07-12 15:10:46 +00:00
Menelaos Karavelas 08f36ee64c moved .C files to .cpp in the test directory 2006-07-10 09:24:10 +00:00
Menelaos Karavelas 60dc185c16 removed usage of now deprecated Filtered_exact 2006-02-14 20:56:06 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 18a110dc01 Move packages to trunk root 2006-02-14 08:58:13 +00:00