Commit Graph

56 Commits

Author SHA1 Message Date
Michael Hemmer d421bd8559 new interface for square_free_factorize 2008-07-23 07:59:08 +00:00
Michael Kerber 9e64a530f6 Documentation and renaming for Curve_analysis_2 2008-07-18 11:47:42 +00:00
Michael Hemmer f11fb3eb66 compute_smallest_nonnegative_root returns optional 2008-07-18 06:49:21 +00:00
Michael Kerber 9e0d31a941 Removed makefile for the testsuite 2008-07-08 07:43:18 +00:00
Michael Hemmer 38b118d261 some usefull tools related to AK1
may also find the way into the kernel 

added function compute_smallest_nonnegative_root(ak,p) + test 
added function compare_smallest_nonnegative_roots(ak,p1,p2) + test
2008-07-06 10:19:29 +00:00
Michael Hemmer 530509bf76 moved functors for Algerbaic_real_1 from Algebraic_real_traits to Kernel
added construct_*_objects()+tests
2008-07-06 09:31:41 +00:00
Michael Kerber 606f3ae481 flags.hpp -> flags.h 2008-07-02 08:10:49 +00:00
Michael Kerber 1a46974150 Introduces flags.hpp, adapted code 2008-07-02 08:05:01 +00:00
Michael Kerber 28bc02bfcf By default, curve pairs are check for coprimality 2008-07-01 15:50:12 +00:00
Michael Kerber 73a10c144d Compiler flags revised 2008-07-01 15:44:25 +00:00
Michael Kerber f08df0e4b7 Removed output from test 2008-06-27 12:25:08 +00:00
Michael Kerber cfb8106780 If possible, LEDA and CORE tests are performed 2008-06-27 12:11:22 +00:00
Michael Kerber b1d7662c6a Moved code to compute subresultants and sturm-habicht-sequences into Polynomial-package 2008-06-27 10:03:56 +00:00
Michael Kerber 5ac86c227e Wrong default flag 2008-06-26 12:33:19 +00:00
Michael Kerber 4260cb3e59 Algebraic_curve_kernel_2 code is fully integrated into CGAL, first tests and demos are working 2008-06-26 12:32:04 +00:00
Michael Kerber 991f64c18a Algebraic_curve_kernel_2 code is fully integrated into CGAL, first tests and demos are working 2008-06-26 12:16:20 +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
Michael Kerber edf68a0c40 Adapted AK_2 to new AlciX-Code 2008-04-24 07:31:17 +00:00
Michael Hemmer 17096628df added #include<vector> since used 2008-04-05 15:50:30 +00:00
Michael Hemmer e154d99955 not needed 2008-04-05 15:50:00 +00:00
Michael Kerber 8a3bf98a9d Changed interface of filtered kernel 2008-04-02 09:10:48 +00:00
Michael Hemmer 580a68180f mv Polynomial/ipower.h Algebraic_foundations/ipower.h
since it is a more general function used in several packages (from EXACUS)
2008-04-01 13:44:37 +00:00
Michael Hemmer e0b1a8a5d4 adaptation of changes in Polynomial package, i.e. namespace POLYNOMIAL -> CGALi 2008-03-31 13:34:18 +00:00
Michael Hemmer 45329f636c changes according to interval_support 2008-03-25 17:44:38 +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
Pavel Emeliyanenko fed7c45b45 Curve_2 -> Curve_analysis_2 2008-01-24 11:40:16 +00:00
Michael Kerber d8620dc23e Continued on Filtered_curve_kernel_via_analysis_2 and Filtered_algebraic_curve_kernel_2 2008-01-16 16:05:52 +00:00
Michael Kerber 7f7d169d62 Tests adadpted 2007-12-22 14:33:58 +00:00
Michael Kerber 99edb84f6a Renamed flag AcX_USE_CURVE_PAIR into CGAL_ACK_2_NO_ALG_REAL_TRAITS_FOR_XY_COORDINATE. By default, this flag is supposed to be undefined 2007-12-21 11:24:55 +00:00
Michael Kerber 65f4870ef5 Removed double definition of AcX_CURVE_PAIR 2007-12-12 16:19:18 +00:00
Pavel Emeliyanenko f066e61d6a Added tests for compare_y predicate 2007-12-11 13:52:50 +00:00
Michael Kerber 08e41547e7 Added compiler flags 2007-12-10 10:06:45 +00:00
Pavel Emeliyanenko 9a126b4a66 CurveVerticalLine -> StatusLine 2007-12-08 17:21:30 +00:00
Pavel Emeliyanenko 762ddb543b cleanup 2007-12-08 17:20:18 +00:00
Pavel Emeliyanenko 161a2185a0 code coverage tests for Algebraic Curve Kernel 2007-11-13 09:39:54 +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
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Michael Kerber 7d722fda93 Inserted first version of approximation functions 2007-10-31 07:13:40 +00:00
Pavel Emeliyanenko af417ab926 Benchmark for Solve_2 functor 2007-10-13 17:30:36 +00:00
Sebastian Limbach 2ab17eee74 Renamed test files to fit into new naming scheme. 2007-08-02 11:26:29 +00:00
Sebastian Limbach 4415058b12 Updated to fix linkage errors. 2007-08-02 11:11:56 +00:00
Sebastian Limbach b8848fc392 Renamed Algebraic_kernel_d_1 to Algebraic_kernel_1 and references adapted. 2007-08-02 11:08:10 +00:00
Sebastian Limbach 4fe2e1deb3 Adapted to the new intern polynomial namespace name. 2007-06-18 11:09:45 +00:00
Sebastian Limbach 75da9a5934 Adapted to the new intern polynomial namespace name. 2007-06-18 11:09:22 +00:00
Michael Hemmer 07bd04e240 Bitstream_descartes is supposed to work now 2007-04-17 20:59:39 +00:00
Sebastian Limbach 8564545d8d Helper function for test of Algebraic_kernel_d_1 added. 2007-04-04 14:34:15 +00:00