Sylvain Pion
b3f49651e5
Remove all *.ps and *.ppm files.
2009-09-18 13:49:06 +00:00
Sylvain Pion
a448798082
Remove more EPS files.
2009-09-18 13:25:40 +00:00
Michael Hemmer
2561a432dd
avoid clash of CGAL::min/max with std::min/max
...
e.g. boost does: "unsing std::min" plus an unqualified call of min
2009-04-29 13:57:45 +00:00
Sylvain Pion
d357c66055
Rename ES and FS to avoid clashes with macros defined by <sys/reg.h>.
2009-04-26 13:33:57 +00:00
Sylvain Pion
6cc542446d
Fix some typos in the protect macro names.
...
Use a form "#ifndef" more consistently.
The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :
grep -r -m 1 '#ifndef' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +00:00
Sylvain Pion
55b427d531
lenght -> length
2009-04-07 19:30:59 +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
Andreas Fabri
2bd520d2c1
fix name of example
2008-11-27 13:41:28 +00:00
Andreas Fabri
bfdd8e9fe7
Replace CGAL_assertion with assert, so that we also test in release mode testsuites
2008-11-25 10:19:46 +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
e227cfa03d
renamed .cpp
2008-11-20 18:11:48 +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
2eb39baf51
Create unique example file names for cmake
2008-11-19 16:10:31 +00:00
Andreas Fabri
ddcd70447b
Create unique example file names for cmake
2008-11-19 16:08:36 +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
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
Andreas Fabri
0baf719425
Add QUIET to find_package
2008-10-01 12:36:04 +00:00
Andreas Fabri
7f23c3c896
Added CMakeLists.txt
2008-09-29 20:47:25 +00:00
Michael Hemmer
28575ad723
rename Real_embeddable_traits::Sign -> Sgn
2008-09-18 16:32:35 +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
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
Sylvain Pion
c24c588aa5
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
Sylvain Pion
aff1bf74aa
Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter.
2008-08-06 13:16:04 +00:00
Michael Hemmer
182c550580
warp up RealEbeddable_traits, i.e., mv RET_base into internal namespace
2008-08-05 13:42:15 +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
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
Michael Hoffmann
66620b881b
Remove dependency on CGAL/functional -> replace Unary_function
...
and Binary_function by std:: counterparts.
2008-07-23 15:11:07 +00:00
Peter Hachenberger
f6747b6fd7
final change for feature freeze
2008-07-16 17:07:27 +00:00
Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Peter Hachenberger
2294e0452c
explicit declaration of tye slist_item
2008-06-27 10:02:41 +00:00
Peter Hachenberger
3583da31c8
added number type conversion
2008-06-27 10:01:55 +00:00
Peter Hachenberger
6a2e438f33
added Kernel_tag
2008-06-27 10:00:36 +00:00
Peter Hachenberger
5719d8c13f
some new entries
2008-06-27 09:59:50 +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
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
Andreas Fabri
75dd77e648
Make operator() const
2008-01-21 08:10:50 +00:00
Sylvain Pion
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
f24caaf675
Use CGAL_assertion() instead of assert().
2008-01-20 18:27:11 +00:00
Sylvain Pion
5402050020
Include <cassert> instead of <assert.h> everywhere, for consistency.
2008-01-18 19:58:49 +00:00
Peter Hachenberger
d758b282ce
forgot to adapt is_plane() to Bounded_kernel
2008-01-17 17:53:00 +00:00
Peter Hachenberger
45cbea353a
removed experimental old code
2008-01-15 16:59:14 +00:00
Sylvain Pion
29cf96f6c2
Add missing CGAL_ prefix to protect macros
2008-01-14 23:08:43 +00:00
Sylvain Pion
f166d60a73
Add missing CGAL_ prefix to protect macros
2008-01-14 23:06:54 +00:00