Commit Graph

61 Commits

Author SHA1 Message Date
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
Naceur Meskini c8303d9b37 some modifs to see test-suite green 2006-09-28 12:37:21 +00:00
Naceur Meskini 9f31f39332 adding the case where the query point belongs to the boundary 2006-09-27 14:15:04 +00:00
Naceur Meskini 87510ffb9d adding tests for natural_neighbors_2 2006-09-27 14:10:59 +00:00
Naceur Meskini 59be326061 handling the case where the query point lies on the boundary 2006-09-27 14:08:45 +00:00
Andreas Fabri 06d7f731ec changed .C to .cpp in examples 2006-07-09 19:19:14 +00:00
Raphaëlle Chaine a82d4ac7cd Add information in changes.txt 2006-06-28 16:42:13 +00:00
Raphaëlle Chaine 081cf4285d bug-fix to handle some cases where the query point is located on a facet bounding the convex-hull 2006-06-28 16:33:18 +00:00
Andreas Meyer b54cabb95b moved some more \labels into \section 2006-05-06 19:49:16 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 4530af2ce7 Added ccHowTocite 2006-05-02 20:21:31 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +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 1c3e3342a7 Added license information 2006-04-06 15:19:49 +00:00
Andreas Fabri 5a06cfd4c0 cleanup of \sections 2006-04-05 14:51:53 +00:00
Andreas Fabri 4f635889c9 fixed typo 2006-03-30 14:22:22 +00:00