Commit Graph

332 Commits

Author SHA1 Message Date
Sylvain Pion 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +00:00
Sylvain Pion b1c1c2b7fd Propagate uncertain-ty with Kernel::Bool_type. 2008-07-17 09:01:11 +00:00
Sylvain Pion 1ab17e2186 Disable the remaining short names macros (to be removed after 3.4). 2008-07-16 07:21:40 +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
Sylvain Pion 1d8779b171 Rename the following functions:
det2x2_by_formula
  det3x3_by_formula
  det4x4_by_formula
  det5x5_by_formula
  det6x6_by_formula
to:
  determinant

How cute...  a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +00:00
Sylvain Pion af5ffdecae Remove useless <CGAL/Segment_Delaunay_graph_2/config.h>,
now that I removed the need for the only one macro it provided.
2008-04-09 13:11:21 +00:00
Sylvain Pion ebb5e40b14 Remove casts to Sign.
They are useless since we merged the various enum types.
2008-04-09 13:09:17 +00:00
Sylvain Pion b740e90de0 Rename the following functions:
sign_of_determinant2x2
  sign_of_determinant3x3
  sign_of_determinant4x4
  sign_of_determinant5x5
  sign_of_determinant6x6
to:
  sign_of_determinant

So that we have less dimension-dependent namings, at least internally...
2008-04-09 12:20:25 +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
Laurent Rineau c7cae82d3e Fix the errors
"include/test_types.h", line 31: Error: The function "strcpy" must have a prototype.
  "include/test_types.h", line 32: Error: The function "strcat" must have a prototype.
  "include/test_types.h", line 33: Error: The function "strcat" must have a prototype.
detected by Sun CC.
2008-03-11 11:45:16 +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
Sylvain Pion 6a9740d043 Remove obsolete workarounds for __sgi. 2008-01-20 23:09:58 +00:00
Sylvain Pion e76a7d1ac2 SUNPRO workaround not needed anymore 2008-01-20 21:11:57 +00:00
Sylvain Pion 838dab23ab Add missing #include <cassert> . 2008-01-20 19:13:05 +00:00
Sylvain Pion 7b114599ad Get rid of CGAL_REP_CLASS_DEFINED 2008-01-03 19:02:00 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Andreas Meyer c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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
Sylvain Pion 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Sylvain Pion 1c189779b6 Update following renaming EK -> Exact_kernel and FK -> Approximate_kernel. 2007-09-07 09:52:51 +00:00
Sylvain Pion a3def1c3eb Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG. 2007-08-09 09:55:09 +00:00
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Meyer 3ad6028729 replaced largest space-consuming images by smaller jpegs 2007-06-01 18:53:54 +00:00
Andreas Fabri 0d7fa6034b add demo 2007-05-04 14:50:02 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion baff80a374 Remove semi-colons inside \ccNestedType as this pollutes the manual index. 2007-04-17 09:44:29 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Andreas Meyer 41169fc270 * updated howtocite bibkeys for upcoming 3.3 release
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Andreas Fabri 6bebd63010 Removed unused arguments 2007-03-27 07:50:52 +00:00
Andreas Fabri d6d3414d5b Removed unused parameters 2007-03-26 07:57:44 +00:00
Sylvain Pion 93c81dd125 comment out unused argument 2007-03-23 19:14:27 +00:00
Sylvain Pion 249732051f Fix "uninitialized base class in copy ctor" warning/bug (by removing useless code). 2007-03-23 19:02:35 +00:00
Andreas Fabri 42f0da8ee0 removed unused parameters 2007-03-20 08:39:43 +00:00
Andreas Fabri e01f3b7b8b removed unused parameters 2007-03-20 08:23:06 +00:00
Andreas Fabri e1fd28e66d remove unused parameter 2007-03-19 07:47:35 +00:00
Sylvain Pion ea8c630de2 Pacify g++ 4.3 2007-03-18 12:08:05 +00:00
Andreas Fabri ca86d2bb37 remove unused parameter 2007-03-16 10:49:14 +00:00
Michael Hemmer 47107d399e include of proper CORE::Expr support file : CGAL/CORE_Expr.h 2007-03-15 10:47:09 +00:00
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00
Michael Hemmer 854ea80b4b rm use of CGALi::Is_field etc
replaced by use of Algebraic_category tag
2007-03-12 17:34:47 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +00:00
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion b8b87ab5a5 Actually, the "// file: example_bla.cpp" lines are not needed anymore,
since the manual tools know it.  So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Sylvain Pion ad259f383c constification 2007-03-08 10:24:17 +00:00
Andreas Fabri c6f4194dad Added teaser 2007-02-22 14:46:02 +00:00
Andreas Fabri 13195f8db5 typo 2007-02-21 21:00:13 +00:00
Sébastien Loriot 54d6b1f926 Remove unused parameter names of functions involving warnings while compiling 2007-02-08 07:47:54 +00:00
Sylvain Pion 40d0fb8d35 Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
Michael Hemmer f95d200030 rm Number_type_traits
replace:
 Ring_tag -> Integral_domain_without_division_tag
 Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-16 12:42:59 +00:00
Michael Hemmer 0401e53a34 added preliminary NTS for Sqrt_extension_1/2
TODO: try to use Sqrt_extenison from package Number_type / Algebraic_foundations
2006-10-30 12:14:32 +00:00
Menelaos Karavelas 465743288b more name changes for variables called "small" 2006-08-25 07:49:50 +00:00
Menelaos Karavelas 8a694d7df0 renamed variable small to sdg_small; created conflict with
a macro defined when including windows.h
2006-08-24 07:17:08 +00:00
Menelaos Karavelas 07f24cd33f added note to keep track of revision number for version of package to be
sent to Pulsic
2006-08-10 11:21:48 +00:00
Menelaos Karavelas e5f4020b97 - added config.h file which defines the macro
CGAL_CFG_NO_OPERATOR_TIMES_FOR_SIGN; this macro is used for
  compatibility with CGAL 3.2.1
- added compatibility of svn head with CGAL 3.2.1
2006-08-09 16:44:12 +00:00
Menelaos Karavelas 9458e7423b removed default template parameters from storage traits with info 2006-08-02 10:20:33 +00:00
Menelaos Karavelas af5d902d96 added one more operator() in info converter; modified code to use
this new converter
2006-08-02 10:09:37 +00:00
Menelaos Karavelas 03c549b341 fixed problem created by deletion of files 2006-08-02 08:47:20 +00:00
Menelaos Karavelas 5732954651 - removed Point_container.h and Simple_container_wrapper.h; these
files are either unused or no longer needed
- modified storage traits to define const_Point_handle as well;
  modified Segment_Delaunay_graph_2 class to take all point handles
  from storage traits
2006-08-01 13:13:36 +00:00
Menelaos Karavelas 91c2227d19 changed some file names to match the names of the classes they contain 2006-08-01 12:38:07 +00:00
Menelaos Karavelas 9ad0428d75 switched the order of the 2nd and 3rd template parameter in hierarchy 2006-07-31 20:58:11 +00:00
Menelaos Karavelas 3e41bec983 switched the order of the 2nd and 3rd template parameter in hierarchy 2006-07-31 20:53:51 +00:00
Menelaos Karavelas 78036ff1b5 minor fixes 2006-07-31 14:40:04 +00:00
Menelaos Karavelas 68ea24f359 added one more example for using the info stuff 2006-07-31 14:36:15 +00:00
Menelaos Karavelas 87bfd68964 forgot to fix these files when changing storage traits with info 2006-07-31 14:35:01 +00:00
Menelaos Karavelas a292e6f268 - changed storage traits with info to take as first template parameter
the geometric traits instead of the base class
2006-07-31 14:32:06 +00:00
Menelaos Karavelas 13b4ff58aa forgot to commit this file 2006-07-31 13:25:50 +00:00
Menelaos Karavelas 6f67048440 - renamed storage traits related file names and classes; modified test
suite and demo according to changes
- added a couple more test data in test suites
- added example which demonstrates how to add info to sites
- added copyright headers when missing; modified year list in some
  copyright headers
2006-07-31 13:25:07 +00:00
Menelaos Karavelas 80648025bc changed file extension in comment stating file name 2006-07-31 12:29:28 +00:00
Menelaos Karavelas 8e658f4fbd the bug fix for SunPro CC was missing a CGAL:: qualification 2006-07-29 05:36:00 +00:00
Menelaos Karavelas 15c409607d bug fixes due to recent changes and further rearrangement of code 2006-07-28 00:57:06 +00:00
Menelaos Karavelas 7714bf1d06 file restored; removed by mistake 2006-07-28 00:08:08 +00:00
Menelaos Karavelas f2eb988f31 one more TODO item 2006-07-27 18:05:17 +00:00
Menelaos Karavelas eadef70bcc forgot to mention an item in today's changes 2006-07-27 17:48:19 +00:00
Menelaos Karavelas 1ff30091db forgot to remove a file 2006-07-27 17:45:49 +00:00
Menelaos Karavelas 5540405767 - moved predicate code to SegmentDelaunayGraph_2 namespace
- removed unused code and corresponding files
2006-07-27 17:45:00 +00:00
Menelaos Karavelas 62fff44a10 forgot to commit it 2006-07-27 00:19:03 +00:00
Menelaos Karavelas 4b90875792 updated TODO list 2006-07-26 23:44:39 +00:00
Menelaos Karavelas eb95ceac81 minor changes and one more bug fix 2006-07-26 14:28:53 +00:00
Menelaos Karavelas 6996001e07 removed a legacy comment 2006-07-26 14:10:52 +00:00
Menelaos Karavelas ebc3c7554a fixed a couple minor bugs 2006-07-26 01:41:44 +00:00
Menelaos Karavelas a1a1bcd9d1 fixed a bug in info propagation; removed debugging print out 2006-07-26 01:15:37 +00:00
Menelaos Karavelas 79bc0c4e9f - fixed bug in hierarchy: the bug appeared in cases where the
hierarchy was inserting segments at higher levels and there were
  overlapping segments
- added support in hierarchy for info.
2006-07-26 00:54:29 +00:00
Menelaos Karavelas 1189ef4a86 removed unnecessary code 2006-07-26 00:32:47 +00:00
Menelaos Karavelas 9a2a6d51e8 removed copyright info for now 2006-07-25 13:00:32 +00:00
Menelaos Karavelas bdea5eed88 added/modified files according to new design; the hierarchy does not
work with info yet; some file names need to be changed
2006-07-25 12:52:16 +00:00
Menelaos Karavelas 1d0aa18a9b modified a couple of data files 2006-07-25 12:26:27 +00:00
Menelaos Karavelas 83c48e6f52 latest changes 2006-07-25 11:30:12 +00:00
Menelaos Karavelas 851b30910e dont_submit file 2006-07-25 11:22:50 +00:00
Menelaos Karavelas def3070d43 the new stuff 2006-07-25 11:22:26 +00:00
Menelaos Karavelas 83f76376f2 test suite for traits does not involve Filtered_exact any more 2006-07-21 11:39:18 +00:00
Menelaos Karavelas 5928b9f44d fixed bug in Segment_Delaunay_graph_vertex_base_with_info_2. Bug spotted
by Laurent Masse-Navette <laurent.masse-navette@pulsic.com>.
2006-07-17 10:19:45 +00:00
Menelaos Karavelas 3d4a319459 moved .C files to .cpp in test directory 2006-07-10 09:32:13 +00:00
Andreas Fabri 28e9481ffb changed .C to .cpp in examples 2006-07-09 19:42:19 +00:00
Menelaos Karavelas 8706521413 - fixed typos in user manual. 2006-06-11 08:24:01 +00:00
Menelaos Karavelas 53f314a8b8 - robustified demos: make use of CORE::Expr for both predicates and
constructions when CORE is available.
2006-06-07 15:42:15 +00:00
Menelaos Karavelas 27742008f8 - fixed errors created by the move of *.C files to *_impl.h 2006-05-27 10:56:12 +00:00
Menelaos Karavelas 7e55974218 - moved *.C files to Segment_Delaunay_graph_2/*_impl.h
- removed the check for automatic template inclusion
2006-05-25 10:40:20 +00:00
Sylvain Pion 06a503c301 Add: // Comment for cgal_create_makefile : main()
This way, cgal_create_makefile recognizes the program,
and generates a correct makefile entry for it.
2006-05-21 07:53:49 +00:00
Menelaos Karavelas d08ee5cbe9 - fixed bug in undocumented insert method that takes two vertex
handles: the inserted segment was not registered in the input sites
  container.
  NOTE THAT THIS METHOD DOES NOT BEHAVE CORRECTLY WHEN SEGMENTS ARE
  ALLOWED IN UPPER LEVELS OF THE HIERARCHY: THE CURRENT VERSION OF
  THIS METHOD FOR THE HIERARCHY ONLY INSERTS AT THE LOWER LEVEL.
2006-05-14 21:49:19 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Laurent Saboret e42659d1a4 Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk 2006-05-04 09:15:26 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 5a938e4097 Added ccHowTocite 2006-05-02 19:39:40 +00:00
Menelaos Karavelas 1eb2798900 - put the Arrangement_type output operator inside a #ifdef-#endif
block to avoid the warning. The macro that enables the output
  operator is called:
  CGAL_SEGMENT_DELAUNAY_GRAPH_2_ARRANGEMENT_TYPE_OUTPUT_OPERATOR
2006-05-02 08:41:44 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri ca9b0c74e7 upgrade to VC7.3 and fixes 2006-04-25 20:45:07 +00:00
Menelaos Karavelas 10b4b3b1a2 fixed bug in CGAL/Segment_Delaunay_graph_2/Arrangement_type_C2.h
reported by: Bernhard Kornberger <bkorn@ist.tugraz.at> and related to the
definition of operator<< for Sdg_arrangement_enum::Arrangement_type.
2006-04-18 14:18:05 +00:00
Andreas Fabri d16aeb316e fixed ccDepends 2006-04-11 14:17:38 +00:00
Andreas Fabri 46599db0f0 Added package description 2006-04-10 14:53:52 +00:00
Andreas Meyer 5b5a60cecf rewritten the whole manual
ok. seriously:

renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri d5395b25c5 cleanup of \sections 2006-04-05 13:59:37 +00:00
Andreas Fabri 52e1aa72d9 cleanup of \sections 2006-04-05 09:00:14 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Menelaos Karavelas 7a672dec6f - "fixed" code/testsuite when run with a number type that does not
support / and sqrt ("fixed" here means that the code still runs but
  operations are no longer exact; the operations that are not exact
  are only used for constructions, not for predicates)
2006-03-09 18:19:15 +00:00
Menelaos Karavelas 70ae2964dd attempt to fix warnings in examples for g++ 3.3.x 2006-03-09 16:49:25 +00:00
Menelaos Karavelas 553bf8c544 capitalized headings in user manual 2006-03-09 16:19:12 +00:00
Menelaos Karavelas c6a97ade10 renamed demo files so that they have only lowercase letters in their name
(requested by AF)
2006-03-08 22:12:15 +00:00
Menelaos Karavelas 64f873aca6 - demos now include CGAL/basic.h before testing for Qt; this is essential
due to the recent changes in install_cgal
2006-03-07 23:07:50 +00:00
Sylvain Pion 0e130994a7 - Fix for universal brain damage: "the the" -> "the". 2006-03-06 17:38:43 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Menelaos Karavelas 49e6d0bec1 added insert method that takes two vertex handles.
the method is not supposed to be used with the hierarchy that
has segments on the upper levels (not yet at least)
2006-02-15 12:27:44 +00:00
Menelaos Karavelas 065564a22b replaced usage of Filtered_exact by filtered traits 2006-02-14 23:09:15 +00:00
Menelaos Karavelas 970cb9e499 removed tests for traits using Filtered_exact; also modified
test suite for traits not to use Filtered_exact
2006-02-14 22:56:52 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 66a5a7d140 Move packages to trunk root 2006-02-14 08:58:19 +00:00