Sylvain Pion
9f13ade496
.png file was actually not a PNG file, so convert it.
2009-02-05 20:16:04 +00:00
Sylvain Pion
d01695f03b
Remove obsolete package-local bib files.
2009-01-03 19:28:26 +00:00
Fernando Cacciola
24f08fc681
Added demos to the demos target
2008-12-18 17:29:36 +00:00
Fernando Cacciola
36218d21f7
Patched qt3_generate_moc calls to specify full path to moc sources (to allow out-of-build configurations)
2008-12-17 20:06:35 +00:00
Laurent Rineau
157eba63cf
\ccPkgDemo now predend "demo/3.4/" to its argument.
2008-12-10 14:16:12 +00:00
Sylvain Pion
444374c57d
I think those includes should be explicitly added.
2008-11-27 15:49:24 +00:00
Andreas Fabri
9d4abdcaad
fix typo
2008-11-25 10:09:11 +00:00
Andreas Fabri
38bdff21ee
More Hello World examples
2008-11-24 12:38:00 +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
Laurent Rineau
b861e82892
Fix conditionnal compilation. Do not compile Qt3 demos if CGAL_Qt3 is not found.
2008-11-20 13:22:51 +00:00
Andreas Fabri
c64db0bc78
Create unique example file names for cmake
2008-11-19 16:38:48 +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
Andreas Fabri
b7f1abdac2
Add an example that can be used in the introduction
2008-11-10 13:36:14 +00:00
Andreas Fabri
a2c3904cbc
remove example from the ref manual page
2008-11-10 13:24:10 +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
Fernando Cacciola
70fa9503fd
Added CMP0003 policy
2008-11-04 12:30:29 +00:00
Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Andreas Fabri
0839776745
The file created on the fly should do it
2008-10-14 06:33:58 +00:00
Andreas Fabri
d82773510f
required -> quiet
2008-10-02 08:44:36 +00:00
Andreas Fabri
d24491283b
fix file name
2008-10-02 08:43:25 +00:00
Laurent Rineau
cb274a00d7
Partial revertion of Andreas' revisions 45757-45759: re-add makefile files,
...
because it is too soon to drop install_cgal support (at least to compare
cmake platforms with non-cmake platforms).
2008-09-25 13:25:47 +00:00
Andreas Fabri
d7aac6f7e4
Add CMakeLists.txt
2008-09-25 13:04:06 +00:00
Andreas Fabri
47222ee5f0
Add CMakeLists.txt
2008-09-25 13:01:58 +00:00
Laurent Rineau
a9f67f82b5
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Laurent Rineau
a302cff5c8
Second pass to remove CGAL_USE_QT: remove "#ifndef CGAL_USE_QT"/"#else"/"#endif // CGAL_USE_QT"
2008-09-09 21:42:42 +00:00
Sylvain Pion
76f9ad0aa5
Replace various std::copy calls by constructors of vector/list.
2008-08-20 09:52:00 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Michael Hoffmann
827fc44e29
Remove dependency on CGAL/functional.
2008-07-23 15:31:38 +00:00
Sylvain Pion
e93781a414
Fix example program (recently broken by the renaming removing "example" in
...
example names), by removing the need for the "ch_example_timing.cmd" file
completely.
2008-07-22 14:22:13 +00:00
Sylvain Pion
79864c0c8e
Remove Arity_tag.
2008-07-22 12:29:01 +00:00
Sylvain Pion
2eb0d8f9e9
certainly() -> possibly().
2008-07-14 11:16:41 +00:00
Sylvain Pion
9d7a609ff2
Make assertions trigger an error only for *certain* conditions (using CGAL::certainly()).
...
This is useful for interval arithmetic code.
(replay of r44002 with the header order hopefully fixed)
2008-07-10 21:49:17 +00:00
Andreas Fabri
fadb7f7bd7
Removed the word 'example' from the examples
2008-07-08 14:58:17 +00:00
Andreas Fabri
aa69ee2f8d
Removed the word 'example' from the examples
2008-07-08 14:57:49 +00:00
Andreas Fabri
48507b5886
switch to Exact_predicate...kernel
2008-07-07 16:40:44 +00:00
Sylvain Pion
2b4ebf01f7
Undo r44002 as it's buggy
2008-07-06 20:47:29 +00:00
Sylvain Pion
514a17ad4f
Improve the interaction of assertions and interval computations.
...
Things like "CGAL_assertion(denominator != 0)" produced assertion failures for no gain.
So now, the assertion is triggered only if the condition is certain, using CGAL::certainly().
That is, change the following in all assertion files :
((EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
to :
(CGAL::certainly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
2008-07-06 17:05:47 +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
aa5020c0cb
Remove unused headers
2008-04-12 09:35:21 +00:00
Sylvain Pion
bc2c4fa5e5
Remove unused #include <deque>.
2008-04-12 09:28:51 +00:00
Sylvain Pion
ef71559164
Remove the Kernel Concept Archetypes.
2008-04-11 19:26:21 +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
Sylvain Pion
0308a5845c
Qualify cref() by boost:: as there is a cref() in TR1 as well.
2008-03-11 14:45:12 +00:00
Andreas Fabri
ce48e143bd
fixed typo
2008-03-11 10:37:32 +00:00
Sylvain Pion
740e5179a6
Replace <CGAL/functional.h> by <boost/bind.hpp>.
...
If it works, then we can do the same elsewhere,
and schedule <CGAL/functional.h> for removal.
2008-03-10 00:10:50 +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
7b114599ad
Get rid of CGAL_REP_CLASS_DEFINED
2008-01-03 19:02:00 +00:00