Commit Graph

44452 Commits

Author SHA1 Message Date
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
Fernando Cacciola 21058d339f Removed odd merge result 2010-06-22 15:07:34 +00:00
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