Andreas Fabri
f6c700da1b
Added static_cast
2010-06-25 06:56:45 +00:00
Laurent Rineau
796e9b30cd
New requirements:
...
Qt4>=4.3
VC++>=9.0
2010-06-24 18:10:57 +00:00
Laurent Rineau
32883cfb33
Revert my revision 57078. That was stupid: undefined macros will also
...
trigger a compilation error!
2010-06-24 16:57:37 +00:00
Andreas Fabri
ec14ce674f
int size_t
2010-06-24 16:25:36 +00:00
Andreas Fabri
b1c1823f51
int size_t
2010-06-24 16:25:04 +00:00
Andreas Fabri
f30692b048
int size_t
2010-06-24 16:24:54 +00:00
Laurent Rineau
f0438cad2c
Turn #warning into #error. This is only for SunPro with an incorrect STL.
2010-06-24 16:10:24 +00:00
Laurent Rineau
a13cf08d5b
#warning is not correct C++.
2010-06-24 16:08:07 +00:00
Laurent Rineau
f306daec83
Sort of poisoning of CGAL_(BEGIN|END)_NAMESPACE when
...
CGAL_NO_DEPRECATED_CODE is defined.
2010-06-24 16:07:39 +00:00
Fernando Cacciola
73da9f96ca
Misc code fixes/cleaning up, plus documentation updates
2010-06-24 15:54:55 +00:00
Sébastien Loriot
030a73d43c
add T2 changes
2010-06-24 15:37:53 +00:00
Sébastien Loriot
5767088b4f
merge from branches/experimental-packages/Triangulation_2_new_projection_traits:
...
-factorization of projection trait classes into an internal trait class
-add missing functors to Triangulation_euclidean_traits_XX_3 required by CDT with intersections.
2010-06-24 15:34:38 +00:00
Laurent Rineau
7a8b79aa18
Merged revisions 57043-57044,57048,57055,57059,57069,57071 via svnmerge from
...
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r57043 | sloriot | 2010-06-24 09:56:01 +0200 (Thu, 24 Jun 2010) | 3 lines
bug fix: missing Compare_distance in Triangulation_euclidean_traits_XX_3.h
........
r57044 | sloriot | 2010-06-24 10:04:32 +0200 (Thu, 24 Jun 2010) | 2 lines
update CHANGES
........
r57048 | sloriot | 2010-06-24 10:45:57 +0200 (Thu, 24 Jun 2010) | 2 lines
add missing const (thx Sylvain)
........
r57055 | sloriot | 2010-06-24 11:43:38 +0200 (Thu, 24 Jun 2010) | 2 lines
update doc
........
r57059 | lrineau | 2010-06-24 14:13:53 +0200 (Thu, 24 Jun 2010) | 2 lines
Yet another typo. I hope this it the last one.
........
r57069 | lrineau | 2010-06-24 17:12:43 +0200 (Thu, 24 Jun 2010) | 2 lines
cmake 2.8rc3 is published.
........
r57071 | lrineau | 2010-06-24 17:20:21 +0200 (Thu, 24 Jun 2010) | 2 lines
Fix yet another typo about CGAL_AUTO_?LINK_(GMP|MPFR)... :-(
........
2010-06-24 15:22:12 +00:00
Andreas Fabri
17247d2b28
API change in 2D triangulations and alpha shapes
2010-06-24 14:29:01 +00:00
Andreas Fabri
beafa441a9
1.0 -> FT(1.0)
2010-06-24 13:45:17 +00:00
Laurent Rineau
0625b6c6bd
int -> std::size_t|size_type
2010-06-24 13:27:44 +00:00
Laurent Rineau
3b5f97ee04
Fix binary I/O for unsigned integral types (such as std::size_t).
2010-06-24 13:27:24 +00:00
Andreas Fabri
1e12152c5f
int size_t fixes
2010-06-24 12:50:37 +00:00
Laurent Rineau
79ca48f02a
Missing #include
2010-06-24 08:52:54 +00:00
Andreas Fabri
d6d5c6c558
Cartesian->Simple_cartesian / float->double / int -> size_t
2010-06-24 08:40:19 +00:00
Andreas Fabri
7762ed8e02
Fixed scope of size_type
2010-06-24 07:06:03 +00:00
Andreas Fabri
869c6d8ce5
Added missing typedef
2010-06-24 07:04:43 +00:00
Sébastien Loriot
ce58091329
autodetect version of IPE
...
This can be override by set IPE_VERSION cmake variable to 6 or 7.
2010-06-23 16:20:18 +00:00
Efi Fogel
1dc95ea4e3
added missing include
2010-06-23 15:36:12 +00:00
Andreas Fabri
65f0335751
static_cast
2010-06-23 15:18:58 +00:00
Andreas Fabri
b2ae121d76
int -> size_t
2010-06-23 15:07:14 +00:00
Fernando Cacciola
d5b6ba4ef5
Documentation updates
2010-06-23 14:29:58 +00:00
Andreas Fabri
6e5a6f74b6
static_cast
2010-06-23 14:20:14 +00:00
Andreas Fabri
bb34447356
int -> size_type
2010-06-23 14:08:22 +00:00
Andreas Fabri
c2a9997b57
int -> size_type
2010-06-23 14:08:13 +00:00
Andreas Fabri
a0e4e186c5
int -> size_type
2010-06-23 14:05:40 +00:00
Andreas Fabri
2fa4ebaf7c
int -> size_type
2010-06-23 13:58:41 +00:00
Andreas Fabri
1c3f1f22db
int -> size_t
2010-06-23 13:41:30 +00:00
Andreas Fabri
d185e4152f
Finally use ptrdiff_t as return type for insert(beg, end)
2010-06-23 13:35:35 +00:00
Andreas Fabri
4d5300f583
Finally use ptrdiff_t as return type for insert(beg, end)
2010-06-23 13:29:04 +00:00
Laurent Rineau
d659043fa2
Fix a typo, and make jom really work: we cannot specify targets that do not exist.
2010-06-23 11:12:32 +00:00
Laurent Rineau
09f3e63a51
Use JOM instead of NMAKE when possible.
...
http://labs.trolltech.com/blogs/2009/03/27/speeding-up-visual-c-qt-builds/
2010-06-23 10:46:45 +00:00
Laurent Rineau
5d77f6a49f
Fix the calls to OFF_scanner.scan_facet and
...
.scan_facet_vertex_index. std::size_t shoud be used, now, instead of
Integer32.
2010-06-23 09:21:43 +00:00
Laurent Rineau
4a3b9888d6
Add a workaround in src/CMakeLists.txt, to avoid that a variable
...
WITH_CGAL_Core is copied from the reference cache, if Core is disabled
(on 64bits platforms).
2010-06-23 09:04:56 +00:00
Laurent Rineau
a12ef8ed3c
Is that a typo?! The file should be writable, and not executable!
2010-06-23 08:52:41 +00:00
Andreas Fabri
b201e832bd
Added static_cast
2010-06-23 08:32:08 +00:00
Andreas Fabri
bfa1c00225
int -> size_t and static_casts
2010-06-23 08:30:32 +00:00
Efi Fogel
ff7e506767
added missing include statement
2010-06-23 08:00:41 +00:00
Andreas Fabri
9eb297b9e6
Integer32 -> size_t
2010-06-22 20:44:46 +00:00
Manuel Caroli
d732146e00
improved the small figure
2010-06-22 18:08:34 +00:00
Manuel Caroli
5a8b4b31ba
made the figure 75% smaller and take a part of it for the small version
2010-06-22 18:06:25 +00:00
Andreas Fabri
152caf3b4a
static_cast
2010-06-22 17:02:41 +00:00
Andreas Fabri
0239fb8b68
Add actionShowMinEllipse
2010-06-22 16:44:56 +00:00
Andreas Fabri
f111a29a8f
static_casts
2010-06-22 16:17:33 +00:00
Andreas Fabri
57ede1871d
int -> size_t as well as static_casts
2010-06-22 15:54:41 +00:00