Commit Graph

92 Commits

Author SHA1 Message Date
Sylvain Pion 2c5ebdb4f4 Use \ccSum. 2009-02-02 17:07:31 +00:00
Sylvain Pion 075b8f2ef0 Use enumerate instead of itemize (nicer for HTML). 2009-01-06 12:41:13 +00:00
Sylvain Pion 873efc64e1 Remove svn:executable property on images. 2009-01-03 13:27:56 +00:00
Andreas Fabri 01318e8c73 Renamed example in order to get unique names 2008-12-12 08:47:04 +00:00
Andreas Fabri ef8cb3d9c5 Removed a comment 2008-12-12 08:45:46 +00:00
Laurent Rineau 50c483ccb7 Commit missing CMakeLists.txt for demos. 2008-12-10 11:03:43 +00:00
Laurent Rineau 13c55333b4 Use CGAL::Set_ieee_double_precision to enforce a fixed precision for doubles 2008-12-05 13:09:30 +00:00
Sylvain Pion af48d47506 Replace Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)
by Set_ieee_double_precision.
2008-12-03 21:42:28 +00:00
Laurent Rineau 29da6b1232 Locally set up a FPU rounding mode, to assure that the norm is calculated
twice using the *same precision*.
2008-12-03 09:27:48 +00:00
Andreas Fabri 70df2653a1 Replace struct K .. with typedef .. K 2008-11-24 11:02:17 +00:00
Andreas Fabri 600d8b8124 Replace struct K .. with typedef .. K 2008-11-24 10:50:30 +00:00
Laurent Rineau ec9f2e29e5 Update citations (s/07/08/).
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Andreas Fabri 054228e934 Add illustration 2008-10-15 07:18:38 +00:00
Andreas Fabri 5126d414c6 Add illustration 2008-10-15 07:18:28 +00:00
Sylvain Pion c24c588aa5 Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00
Sylvain Pion 8b542216dc Add missing header CGAL/utility.h 2008-07-27 11:54:19 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Sylvain Pion 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +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 5b1abe80d6 Use PCA's CGAL::barycenter() instead of duplicating code 2008-04-15 16:14:56 +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 b0f2c77fdc Remove casts to Oriented_side.
They are useless since we merged the various enum types.
2008-04-09 12:35:10 +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
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 838dab23ab Add missing #include <cassert> . 2008-01-20 19:13:05 +00:00
Sylvain Pion 9f5bad92a1 Remove my name from maintainer files where it does not resonnably make any sense anymore. 2008-01-19 14:29:27 +00:00
Sylvain Pion e3822706b9 Get rid of CGAL_REP_CLASS_DEFINED 2008-01-03 19:07:39 +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 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 8cc64f92b7 Fix bug concerning wrong initialization of norm_coeff to 1 instead of 0 (reported by Tom Bobach). 2007-07-23 14:54:27 +00:00
Andreas Fabri 01e763217b 3.3 branch -> trunk 2007-06-04 14:27:09 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion fe52b881cb Spell check. 2007-04-17 13:11:45 +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
Sylvain Pion 1c82d5ebb2 Add Less_x_2 and Less_y_2 (new requirements of TriangulationTraits_2 through
the integration of spatial_sort()).
2007-03-24 10:33:40 +00:00
Andreas Fabri 4be69871a3 Removed unused parameter 2007-03-23 07:29:55 +00:00
Andreas Fabri 76187f1ae1 Removed unused parameter 2007-03-23 07:28:42 +00:00
Andreas Fabri dbbf09b2bd .C -> .cpp 2007-03-20 08:26:28 +00:00
Andreas Fabri 10f8cc0809 removed unused parameters 2007-03-20 08:23:47 +00:00
Andreas Fabri a78da48188 removed unused parameters 2007-03-20 08:11:41 +00:00
Andreas Fabri ff11ec3fe9 removed unused parameters 2007-03-20 08:10:35 +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
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 8bfd7a00e5 Manually remove the remaining "//file:" lines. 2007-03-10 15:03:39 +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