Commit Graph

179 Commits

Author SHA1 Message Date
Philipp Möller f9b288db90 Merged branch ^/branches/features/gsoc2011-copy_n-pmoeller.
Small feature page: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Replace_copy_n
2011-08-26 14:34:10 +00:00
Sébastien Loriot 0ebdccfa4e update URL and Id tag 2011-03-02 14:59:51 +00:00
Sébastien Loriot 526e9e3d9b remove warning 2011-02-23 09:17:57 +00:00
Laurent Rineau f508c60d2d Merge the feature Generator_d in trunk.
"Add d-dim generators."

Author is Olivier Devillers.

See https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Generator_d

See detailled log in 
  /branches/experimental-packages/Generator_d@59316
and later in:
  /branches/candidate-packages/Generator@60065
2010-12-02 14:12:20 +00:00
Andreas Fabri 1c03615a5d Add a bug report file for random_polygon_2, so that we can fix it later 2010-12-02 09:45:03 +00:00
Andreas Fabri 97f2ff7ef8 Add a static_cast to avoid float vs double warnings by VC++ 2010-09-27 08:56:25 +00:00
Andreas Fabri b34d714f9b int -> size_t 2010-09-23 19:49:27 +00:00
Andreas Fabri 06ecd18ec7 cleanup of (std::max) workaround 2010-09-10 09:47:56 +00:00
Andreas Fabri 67ad0c654a get_int -> uniform_int for 64bits ; static_cast to avoid warning 2010-09-10 09:40:47 +00:00
Andreas Fabri 9ac42a9ce6 int -> ptrdiff_t 2010-09-08 09:16:31 +00:00
Andreas Fabri 4d9f48a578 size_t -> ptrdiff_t 2010-06-25 14:12:43 +00:00
Andreas Fabri 163a557f18 int -> size_type/std::size_t 2010-06-22 08:46:38 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Olivier Devillers 61d37a420b OK, previous version was correct, and indeed better.
Thus I restore it, AND I use it also for points IN sphere
2010-05-26 07:24:15 +00:00
Olivier Devillers 40fb2ad861 Previous version of Random_points_in_sphere_3 was not
generating a uniform distribution on the sphere
(it was uniform on z and uniform on alpha and compute r
such that point with cylindrical coordinates alpha r z is on the sphere)
2010-05-25 13:55:26 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +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
Andreas Fabri beb6b540fc Added generator for demos 2008-09-22 08:09:22 +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 60d068d880 Use CGAL::centroid() instead of a duplicated code. 2008-04-15 16:03:13 +00:00
Sylvain Pion ba9af5f969 Use std::copy, and some other cleanups. 2008-03-27 22:59:00 +00:00
Sylvain Pion 1af16e27f4 Get rid of CGAL_REP_CLASS_DEFINED 2008-01-03 19:04:16 +00:00
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Sylvain Pion fb8595b94e Cleanup : remove ancient CGAL_PROTECT_* macros.
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +00:00
Andreas Fabri 83ce38c57f fix min/max problem 2006-08-03 03:37:56 +00:00
Ron Wein 3ec3098b2f Fixed the include files. 2006-06-04 15:39:42 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 1a3c0052e5 Move packages to trunk root 2006-02-14 08:58:15 +00:00