Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Laurent Rineau
df58898190
Add support to draw parabolic arcs with CGAL::Qt::PainterOStream.
2008-10-14 10:43:45 +00:00
Laurent Rineau
3a2b06fb8d
Fix conditional compilation.
2008-10-02 11:09:34 +00:00
Laurent Rineau
b52c7a09e9
- Fix soname and soversion of libraries (they were exchanged).
...
- Make get_dependency_version found the print_${LIB}_version.cpp, even
if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
- use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
- add a comment about FindQt3-patched,
- wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
2008-09-24 10:32:44 +00:00
Laurent Rineau
f1b56f9a11
Fix some CMakeLists.txt (that use Qt3 or Qt4).
2008-09-22 11:59:21 +00:00
Andreas Fabri
ba8ebf7fd9
fixes in CMakeLists.txt
2008-09-19 07:36:51 +00:00
Andreas Fabri
1655cfb099
typo
2008-09-18 14:01:01 +00:00
Andreas Fabri
7abd079c46
forgot to include from cwd
2008-09-18 13:58:39 +00:00
Andreas Fabri
97dcbd0649
Added CMakeList.txt
2008-09-18 13:53:38 +00:00
Laurent Rineau
881a713595
7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT
2008-09-09 22:29:51 +00:00
Laurent Rineau
58ad57d058
First pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif // CGAL_USE_QT"
2008-09-09 21:35:22 +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
Sylvain Pion
6c257a56f6
Shorten the code.
2008-07-16 16:19:33 +00:00
Sylvain Pion
1dd253906f
Remove unneeded commented code
2008-07-16 16:10:44 +00:00
Sylvain Pion
1ab17e2186
Disable the remaining short names macros (to be removed after 3.4).
2008-07-16 07:21:40 +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
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
ebb5e40b14
Remove casts to Sign.
...
They are useless since we merged the various enum types.
2008-04-09 13:09:17 +00:00
Sylvain Pion
aef14b819f
Forgot one cast to Comparison_result.
2008-04-09 12:48:13 +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
Sylvain Pion
c3ee0c0087
Remove CGAL_T2_USE_ITERATOR_AS_HANDLE and CGAL_T3_USE_ITERATOR_AS_HANDLE
...
as they are now always defined and things work.
2008-04-03 12:14:58 +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
6a9740d043
Remove obsolete workarounds for __sgi.
2008-01-20 23:09:58 +00:00
Sylvain Pion
a7b60e2047
SUNPRO workaround not needed anymore
2008-01-20 21:20:28 +00:00
Sylvain Pion
838dab23ab
Add missing #include <cassert> .
2008-01-20 19:13:05 +00:00
Sylvain Pion
9940684fef
Get rid of CGAL_REP_CLASS_DEFINED
2008-01-03 19:18:52 +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
c1d1609af1
replaced CGAL_assertion( false* and CGAL_assertion( 0*
...
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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
a3def1c3eb
Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG.
2007-08-09 09:55:09 +00:00
Sylvain Pion
4da7713aa8
Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
...
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Menelaos Karavelas
c9e08d1ef2
added new predicates; they can be activated via a macro
2007-07-19 20:05:11 +00:00
Menelaos Karavelas
e3b4cc9dce
some more changes towards making the predicates faster
2007-07-19 17:43:31 +00:00
Menelaos Karavelas
9ab53c26ab
code polishing; added code for degenerate version of predicate; added different ways of evaluating the finite edge test
2007-07-18 21:48:37 +00:00
Menelaos Karavelas
ae7a08424b
code polishing; added constructive version of the predicate; added versions for different algebraic structures
2007-07-18 21:46:47 +00:00
Menelaos Karavelas
a883cd1290
changes of July 17th and 18th
2007-07-17 22:50:09 +00:00
Menelaos Karavelas
52cd40a4fb
a new way for computing the finite edge conflict test
2007-07-17 22:48:37 +00:00
Menelaos Karavelas
a55c5fc002
removed output to std::cerr
2007-07-17 22:47:35 +00:00
Menelaos Karavelas
5d9a4b2eb3
another way to compute the orientation test
2007-07-17 16:04:32 +00:00
Menelaos Karavelas
a002113f4b
another implementation for the incircle predicate
2007-07-17 13:47:08 +00:00
Fernando Cacciola
88111fcf70
VS project files merged back
2007-06-06 15:35:17 +00:00
Menelaos Karavelas
239720dbba
minor modification to fix .NET warning
2007-06-04 08:47:11 +00:00
Andreas Fabri
808c9240a8
add demo
2007-05-04 13:07:00 +00:00