Andreas Fabri
65fa0c3134
Replace CGAL_assertion with assert, so that we also test in release mode testsuites
2008-11-25 10:16:59 +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
5fe2b4e55a
Create unique example file names for cmake
2008-11-19 16:19:51 +00:00
Andreas Fabri
d64870f900
Create unique example file names for cmake
2008-11-19 16:19:35 +00:00
Laurent Rineau
4032eade9a
Massive removale of "QUIET" in find_package calls (except for
...
FindVTK.cmake, which has a bug). Let's see if that can help us to find out
why we still have problems with demos on MacOS and Windows.
2008-11-19 13:58:43 +00:00
Laurent Rineau
6e36415131
Initialized the base class, to remove a warning.
2008-11-12 08:52:02 +00:00
Fernando Cacciola
547bffecd9
Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4
2008-11-06 13:03:41 +00:00
Laurent Rineau
ff7490e805
CreateSingleSourceCGALProgram has been prefixed by CGAL_.
2008-11-05 13:18:17 +00:00
Peter Hachenberger
bd01f3443c
took out old and nowadays buggy assertion
2008-11-04 13:07:47 +00:00
Peter Hachenberger
86aff4bdcb
took out old and nowadays buggy assertions.
2008-11-04 13:07:04 +00:00
Fernando Cacciola
29000b40d1
Removed more obsoloted cmake modules
2008-11-04 12:56:36 +00:00
Fernando Cacciola
70fa9503fd
Added CMP0003 policy
2008-11-04 12:30:29 +00:00
Laurent Rineau
acec34f797
Fix CMakeLists.txt (error reported by cmake-2.6).
2008-10-30 10:37:55 +00:00
Peter Hachenberger
5c32d1ec24
get rid of uninitialized variable warning
2008-10-27 14:45:52 +00:00
Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Laurent Rineau
cd7f04bf32
Add an explicit cast to int, to mute a false-positive warning of g++:
...
"warning: converting to 'int' from 'double'"
2008-10-17 08:14:20 +00:00
Peter Hachenberger
04ccd4a042
got rid of warning caused by double to Gmpz conversion
2008-10-10 11:45:07 +00:00
Laurent Rineau
a6ef54dcec
Fix conditional compilation.
2008-10-02 11:00:09 +00:00
Laurent Rineau
6e2da1578f
Fix to please cmake-2.6.
2008-10-02 08:13:56 +00:00
Andreas Fabri
77629e1017
Add #define CGAL_NEF3_SORT_OUTPUT 1 to the .cpp so that we don't need a custom makefile file
2008-09-25 06:23:31 +00:00
Andreas Fabri
86a9363c0e
Add #define CGAL_NEF3_SORT_OUTPUT 1 to the .cpp so that we don't need a custom CMakeList.txt file
2008-09-25 06:11:35 +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
Peter Hachenberger
8c7ac40f70
removed buggy operator* completely
2008-09-23 17:37:31 +00:00
Andreas Fabri
1f81e09ca8
Removed stuff added for debugging
2008-09-22 06:09:44 +00:00
Andreas Fabri
2f5bf7739e
Why does this RCSdef not compile
2008-09-19 11:55:41 +00:00
Andreas Fabri
492a11533d
Added '\' to mathbb and simplification of template parameter names
2008-09-11 07:41:39 +00:00
Andreas Fabri
8ffa2dafba
Added the -- again for getting to the right page
2008-09-10 08:02:47 +00:00
Andreas Fabri
04b0f537d5
Put operator* with three arguments in a comment. Peter has to remove or fix this
2008-09-10 08:00:30 +00:00
Laurent Rineau
410f435d21
6th pass to remove CGAL_USE_QT: remove "#ifdnef CGAL_USE_QT"/"#else"/"#endif"
2008-09-09 22:20:48 +00:00
Laurent Rineau
c9e35521e9
5th pass (manually) to remove CGAL_USE_QT: remove "#ifdnef CGAL_USE_QT"/"#endif"
2008-09-09 22:17:19 +00:00
Laurent Rineau
7dee76b1ab
Third pass (manually) to remove CGAL_USE_QT
2008-09-09 21:46:21 +00:00
Sylvain Pion
6aba449434
Replace Nef's custom Object_handle by CGAL::Object.
...
There were some differences :
- CGAL::Object has no template constructor, so using make_object() was required.
- CGAL::Object had no comparison with NULL to check emptyness. I added
such comparison operators to CGAL::Object as *deprecated*.
2008-09-09 16:03:25 +00:00
Andreas Fabri
8baa6e59fd
simplification for debugging
2008-09-09 07:22:12 +00:00
Andreas Fabri
77c25b9dee
added fake documentation to see what the problem is
2008-09-08 12:37:49 +00:00
Andreas Fabri
fa08c68779
added stuff in order to see what goes wrong
2008-09-08 10:29:11 +00:00
Andreas Fabri
d363811e83
Added template parameter and () to the constructor code
2008-09-08 07:54:45 +00:00
Peter Hachenberger
b52003b9e4
removed old Polyline constructor
2008-09-02 08:02:37 +00:00
Peter Hachenberger
cb97d78b8a
exclude example polygon_construction
2008-09-01 09:32:43 +00:00
Peter Hachenberger
6fb189367a
.C->.cpp
2008-08-23 18:38:07 +00:00
Peter Hachenberger
7a1a8819a1
.C->.cpp
2008-08-23 18:33:32 +00:00
Peter Hachenberger
f0dbdc03ab
.C->.cpp
2008-08-23 18:30:03 +00:00
Peter Hachenberger
81176fb976
.C -> .cpp
2008-08-23 18:26:20 +00:00
Peter Hachenberger
7b5fd820c7
.C -> .cpp
2008-08-23 18:20:03 +00:00
Peter Hachenberger
e9a1082727
.C -> .cpp
2008-08-23 17:54:24 +00:00
Peter Hachenberger
3c85ef37f8
.C -> .cpp
2008-08-23 17:54:02 +00:00
Peter Hachenberger
6c194f4a1a
.C -> .cpp
2008-08-23 17:47:01 +00:00
Peter Hachenberger
551e2ee831
.C->.cpp
2008-08-23 17:46:06 +00:00
Peter Hachenberger
fdf9a1ccae
added sorting in grid fashion
2008-08-23 17:42:45 +00:00
Peter Hachenberger
0cb5ed7ee1
uses nary intersection + indexed items
2008-08-23 17:28:34 +00:00
Peter Hachenberger
5163d36b6c
works with indexes, now
2008-08-23 17:27:47 +00:00