Stéphane Tayeb
b858ad7664
Mesh_3_demo:
...
+ Simplify again file existence check in CMakeLists.txt
+ Change pop-up window type if error is more informational than critical
2010-06-22 14:51:20 +00:00
Luis Peñaranda
7b5d7c4907
eliminated VC10 warning in Gmpfr_type.h
2010-06-22 14:44:17 +00:00
Laurent Rineau
7eb0214bb4
Typo! With important consequences in the testsuite: GMP and MPFR were not
...
auto-linked, even on VC platforms that needed the auto-linking for those
two libraries.
2010-06-22 14:26:03 +00:00
Andreas Fabri
42e69a43a1
Cartesian -> Simple_cartesian
2010-06-22 13:47:04 +00:00
Andreas Fabri
fe94bcf804
int -> size_t
2010-06-22 13:45:31 +00:00
Andreas Fabri
83795f53ca
int -> size_t
2010-06-22 13:15:46 +00:00
Stéphane Tayeb
356a3d7396
Simplify file existence check in CMakeLists.txt.
2010-06-22 12:57:06 +00:00
Stéphane Tayeb
67c9c58aef
Remove demo directory from dont_submit.
2010-06-22 12:41:39 +00:00
Andreas Fabri
9c5dee3848
Remove inclusion of header file that is not used
2010-06-22 12:39:49 +00:00
Andreas Fabri
6b5e50ff0b
Cast size_t to int as degree will never be that big
2010-06-22 12:38:53 +00:00
Fernando Cacciola
a2538359ea
Documentation updates
2010-06-22 12:17:17 +00:00
Andreas Fabri
21c0ba670f
Binary OFF format is 32bit, so we have to cast size_t
2010-06-22 11:54:07 +00:00
Andreas Fabri
7ff07cae2c
0 -> FT(0)
2010-06-22 11:52:55 +00:00
Andreas Fabri
44a0da017c
ADD FT to disambiguate float/double
2010-06-22 11:43:10 +00:00
Stéphane Tayeb
febfcb57c8
Cosmetic modifications of user dialog windows.
2010-06-22 11:21:30 +00:00
Andreas Fabri
8f720d178f
int -> size_t
2010-06-22 10:34:02 +00:00
Andreas Fabri
a8ffcea556
int -> size_t and the other way round for level as it cannot get that big
2010-06-22 10:15:50 +00:00
Laurent Rineau
e25cf87233
Drop of support of VC8 for CGAL-3.7: VC9 and VC10 is enought, and anyway
...
VC8 has not been tested in testsuites for a long time.
2010-06-22 10:13:29 +00:00
Andreas Fabri
b905f4f115
int -> size_type/std::size_t
2010-06-22 09:55:56 +00:00
Andreas Fabri
9da3d00e19
int -> size_t
2010-06-22 09:53:36 +00:00
Andreas Fabri
92a037a450
Some int->size_t. Perform static_cast<int> as Polynomial degree is bound by int not size_t
2010-06-22 09:38:32 +00:00
Sébastien Loriot
93a7d05699
Make the benchmark compiling again.
...
I try to run some of the mode 'alpha' as described in the
README_benchmark_CK2.txt but this ended up with different
preconditions non validated (for alpha=1,4,5 or 8 with beta=9)
2010-06-22 09:37:10 +00:00
Andreas Fabri
625582b52e
perform static_cast<int> as Polynomial degree is bound by int not size_t
2010-06-22 09:26:00 +00:00
Laurent Rineau
d96b40d722
EMPTY COMMIT: everything is already merged.
...
Merged revisions 56955 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r56955 | sloriot | 2010-06-22 09:22:56 +0200 (Tue, 22 Jun 2010) | 15 lines
merge with revision 56954 of the trunk
| ------------------------------------------------------------------------
| r56954 | sloriot | 2010-06-22 09:17:59 +0200 (Tue, 22 Jun 2010) | 6 lines
| Changed paths:
| M /trunk/Kernel_23/include/CGAL/Kernel/function_objects.h
| M /trunk/Kernel_23/include/CGAL/Triangle_3.h
|
| vertex function of triangle use Has_qrt
| add specialization of Qualified_result_of for Iso_cuboid
|
| (added because I needed to have const ref on triangle points)
|
|
| ------------------------------------------------------------------------
........
2010-06-22 08:54:30 +00:00
Andreas Fabri
163a557f18
int -> size_type/std::size_t
2010-06-22 08:46:38 +00:00
Sébastien Loriot
2a1e9fe728
vertex function of triangle use Has_qrt
...
add specialization of Qualified_result_of for Iso_cuboid
(added because I needed to have const ref on triangle points)
2010-06-22 07:17:59 +00:00
Ophir Setter
4069742707
solving warning converting from unsigned int to int
2010-06-21 21:52:32 +00:00
Ophir Setter
7dd0870ee0
fix compiliation in test_bop
2010-06-21 21:11:44 +00:00
Andreas Fabri
b456cdb994
int -> size_type/std::size_t
2010-06-21 20:31:19 +00:00
Laurent Rineau
0b4c4cf211
Well, lockfile is probably not what we want, but let's keep its use and
...
work-around its behavior: chmod u+x the created file.
2010-06-21 20:15:35 +00:00
Andreas Fabri
1a2118098b
int -> size_type/std::size_t
2010-06-21 16:52:36 +00:00
Andreas Fabri
c7feb6cc0c
int -> size_type/std::size_t
2010-06-21 16:47:25 +00:00
Andreas Fabri
cea0252467
int -> size_type/std::size_t
2010-06-21 16:44:18 +00:00
Andreas Fabri
b1e5acb765
int -> size_type/std::size_t
2010-06-21 16:37:58 +00:00
Andreas Fabri
058ded3975
int -> size_type/std::size_t
2010-06-21 16:22:00 +00:00
Andreas Fabri
3bdbbd1404
As the insertion of points in a regular triangulation can reduce the number of vertices we have to replace size_t with ptrdiff_t (Thank you Sylvain for pointing this out)
2010-06-21 16:12:59 +00:00
Andreas Fabri
97c2754da5
As the insertion of points in a regular triangulation can reduce the number of vertices we have to replace size_t with ptrdiff_t
2010-06-21 16:06:01 +00:00
Stéphane Tayeb
1fe95b701d
Mesh_3_demo:
...
+ Add progress information in the message box which pops-up at optimization process launch
2010-06-21 15:59:15 +00:00
Andreas Fabri
ed0b940802
too many additional inculde paths
2010-06-21 15:39:16 +00:00
Andreas Fabri
54f913051c
int -> size_type/std::size_t
2010-06-21 15:38:26 +00:00
Stéphane Tayeb
52b0c5874c
Add missing #include.
2010-06-21 15:32:30 +00:00
Stéphane Tayeb
d1a0e71528
Add missing #include.
2010-06-21 15:28:31 +00:00
Andreas Fabri
7ba39436d1
int -> size_type/std::size_t
2010-06-21 15:08:06 +00:00
Luis Peñaranda
4f61a6457f
minor changes to make Gmpfr work with MPFR 3.0
2010-06-21 15:06:07 +00:00
Andreas Fabri
c4dd539d38
int -> size_type/std::size_t
2010-06-21 14:58:41 +00:00
Andreas Fabri
a3e7878606
int -> size_type/std::size_t
2010-06-21 14:54:45 +00:00
Andreas Fabri
f555a82e17
int -> size_type/std::size_t
2010-06-21 14:16:24 +00:00
Andreas Fabri
c79a1ebbf6
int -> size_type/std::size_t
2010-06-21 14:12:02 +00:00
Stéphane Tayeb
623bd3e119
+ Add visitors in Mesh_3 optimization classes (to be able to trace optimization execution in demo).
...
NB: there is no change in the public API or in the behaviour of the algorithms
2010-06-21 13:59:12 +00:00
Andreas Fabri
133555a797
Add missing file (Rev 56916)
2010-06-21 13:36:47 +00:00