Commit Graph

78 Commits

Author SHA1 Message Date
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
Sylvain Pion 01d46bfa15 Some examples escapede my previous pass due to trailing white space at end of line. 2007-03-10 14:39:37 +00:00
Sylvain Pion 23edc11d3b Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
Using :

for i in * ; do  cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Sylvain Pion ff3ed2902b remove warnings 2007-03-03 09:02:08 +00:00
Sylvain Pion 4982fac824 remove warning 2007-03-03 09:00:24 +00:00
Andreas Fabri e0e511de5d the makefile is not needed, and as it was outdated it created a red line in the testsuite 2007-02-23 13:37:14 +00:00
Laurent Rineau 9336a18ee7 temp. cgal_test modified to show why it fails 2007-02-23 13:23:53 +00:00
Andreas Fabri 598cd4ed8a Unified title in manual and pkgdescription 2007-02-21 21:05:59 +00:00
Andreas Fabri f2f0072fd9 Add std::cout << 'done' at the end to debug the testsuite tools 2007-02-01 16:43:45 +00:00
Sylvain Pion 49b7faf94b rename .C to .cpp and remove makefile, same as generated 2007-01-27 21:07:46 +00:00
Sylvain Pion 40d0fb8d35 Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Michael Hemmer ffdc45e0c4 rm use of Number_type_traits 2006-11-16 13:29:40 +00:00
Naceur Meskini 564f380e53 last version 2006-10-10 11:57:17 +00:00