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
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
Andreas Fabri
6bbf6c7838
Added package description
2006-03-30 12:29:07 +00:00
Sylvain Pion
202e83f741
- Remove uninitialized warning.
2006-03-25 11:20:16 +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
Andreas Fabri
96c5abd340
Changed names of demos
2006-03-09 11:44:38 +00:00
Andreas Fabri
4788212b04
Capitalized headings
2006-03-09 09:18:00 +00:00
Andreas Fabri
ee78fd2edd
Moved the caption of a figure
2006-03-06 08:59:24 +00:00
Laurent Saboret
35cfa18a2a
Change CVS keywords to SVN style
2006-02-17 17:01:13 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Sylvain Pion
99e0edbb5b
- Fix header.
2006-02-14 15:38:24 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
00398fbcdf
Move packages to trunk root
2006-02-14 08:58:15 +00:00