Sylvain Pion
44c185f1f4
Rename boost::array to CGAL::array.
2008-08-26 13:15:21 +00:00
Sylvain Pion
53f5c9679b
Add a using directive "using std::array" in namespace CGAL to import either:
...
- C++0x's std:array from <array>
- TR1's std::tr1::array from <tr1/array>
- boost::array from <boost/array.hpp>
Motivation : GCC's std::array is faster than boost::array.
Move CGALi:make_array to namespace CGAL.
Document CGAL::array.
2008-08-26 13:08:16 +00:00
Sylvain Pion
a8e8ecfdcf
Replace Interval_nt_advanced::unsafe_comparison by Uncertain_conversion_exception.
...
(it was alrady the same type, but now the filtering code can be independent on Interval_nt_advanced
(think other interval types, or other types of filters).
2008-07-31 13:31:26 +00:00
Sylvain Pion
97929b6bd2
Replace is_indeterminate() by !is_certain()
2008-07-30 12:40:57 +00:00
Sylvain Pion
240892f892
Replace CGAL::Triple by boost::array.
2008-07-25 14:59:27 +00:00
Sylvain Pion
79864c0c8e
Remove Arity_tag.
2008-07-22 12:29:01 +00:00
Nico Kruithof
608521f6db
Fixed missing include files and removed the beginning of the link to the delaunay mesher.
2008-06-27 13:06:20 +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
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
Nico Kruithof
b996234336
Fixed a bug while meshing the union of a set of balls. The implicit function was 0.
2008-03-19 07:50:34 +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
279eb55b13
Some cmake scripts for demos and examples fixed
2008-02-07 14:58:33 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Nico Kruithof
86fd3693c7
Removed unreacheable statement that a compiler was complaining about
2008-01-14 07:22:49 +00:00
Sylvain Pion
ac54df3371
Fix typo in include file name
2008-01-12 20:47:06 +00:00
Sylvain Pion
ea787288df
Do not rely on ADL to find for_each() (fails with g++'s debug mode).
2007-12-30 14:50:37 +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
055009cc58
Remove the need for mentionning todo files and doxygen files.
2007-11-03 21:15:36 +00:00
Sylvain Pion
ab2310307d
Update following renaming EK -> Exact_kernel and FK -> Approximate_kernel.
2007-09-07 09:53:56 +00:00
Nico Kruithof
03f98cabf2
The orientation predicate in the triangulated mixed complex is now
...
exact (reverts to exact computations if necessary)
2007-08-07 12:01:50 +00:00
Nico Kruithof
7012da6e23
Changed documentation again for the html code
2007-07-13 06:30:03 +00:00
Nico Kruithof
78332656fb
Update for the HTML pages
2007-07-12 15:08:49 +00:00
Nico Kruithof
3d12281b9b
Change for the PDB reader
2007-07-12 15:01:47 +00:00
Andreas Fabri
c374534342
Fixed headings
2007-06-04 14:00:51 +00:00
Nico Kruithof
7782de403a
Typo in the doc.
2007-04-20 07:18:42 +00:00
Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Sylvain Pion
bf2c16406e
Rename argument to avoid shadowing warning.
2007-04-18 08:57:53 +00:00
Sylvain Pion
9c1dafa587
Remove more semi-colons inside \ccNestedType (for the manual index).
2007-04-17 09:50:09 +00:00
Andreas Fabri
6f311e5f18
Added bibtex entry
2007-04-12 13:03:44 +00:00
Nico Kruithof
4d3ddf66ab
Removed a warning.
2007-04-12 06:54:30 +00:00
Nico Kruithof
fd7fd56545
Found a typo
2007-04-05 11:32:27 +00:00
Nico Kruithof
b6969fe13c
Found some typo's in the documentation and removed two warnings
2007-04-04 12:25:05 +00:00
Nico Kruithof
d0336b4c2f
A template specialisation was not matched and the optimised code was therefore not executed.
2007-04-02 07:55:15 +00:00
Nico Kruithof
6de83df018
Extended the package description.
2007-04-02 07:17:57 +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
624c35d779
3.2 -> 3.3
2007-03-29 08:44:31 +00:00
Nico Kruithof
53dbdfebea
Removing warning
2007-03-26 11:43:04 +00:00
Nico Kruithof
95e6b2347f
Removing some warnings
2007-03-22 07:31:59 +00:00
Andreas Fabri
b7f09f2b92
added missing entries
2007-03-14 14:01:14 +00:00
Sylvain Pion
05840a8f17
Cleanup of white spaces and empty lines also under examples/*/*.h.
2007-03-10 16:45:36 +00:00
Sylvain Pion
ffe1e4ec1c
More redundant filename removal.
...
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +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
cb368062d1
add missing CGAL:: qualifications, and proper constifications
2007-03-05 16:37:11 +00:00
Nico Kruithof
bad269ae68
Oops, I turned warnings into errors (typo).
2007-02-26 07:51:02 +00:00
Nico Kruithof
4b3cb9ae5f
Removing warnings
2007-02-25 13:09:11 +00:00
Nico Kruithof
035593162a
Remove warning
2007-02-25 13:00:56 +00:00