Commit Graph

323 Commits

Author SHA1 Message Date
Sébastien Loriot 49d3fd8430 correct type y= by z= 2010-12-08 09:43:42 +00:00
Marc Glisse 4174a8cce7 make Ostream_iterator assignable, as befits an output iterator 2010-12-05 09:32:16 +00:00
Andreas Fabri 778420c709 Put std:: before numeric_limits 2010-11-18 10:07:05 +00:00
Andreas Fabri 4372c2f5b3 Initialize huge std::size_t properly and not with -1, which triggers a warning 2010-11-18 09:59:39 +00:00
Marc Glisse 5ac4b18901 Use consistent integer types to avoid warnings. 2010-10-29 13:37:32 +00:00
Laurent Rineau 375baeee10 The badbit is for I/O error, and failbit is for logic errors.
My reference; http://www.cplusplus.com/reference/iostream/ios/clear/
2010-06-28 10:58:52 +00:00
Laurent Rineau a528e215dc ios::fail() is a more general test than bad() 2010-06-28 10:57:58 +00:00
Andreas Fabri 6988668606 Error handling when passing from ptrdiff_t to size_t 2010-06-28 10:53:01 +00:00
Andreas Fabri 63b759a9fd ptrdiff_t -> size_t 2010-06-28 10:51:05 +00:00
Andreas Fabri 124b252def Use istream::bad() 2010-06-28 10:19:08 +00:00
Andreas Fabri 8dc7ff13fb int -> size_t 2010-06-28 08:32:45 +00:00
Andreas Fabri a83ca3c44e int -> size_t 2010-06-25 07:35:33 +00:00
Andreas Fabri 83795f53ca int -> size_t 2010-06-22 13:15:46 +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
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
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
Andreas Fabri 81cf2e0dde output for polyhedral surfaces 2009-03-16 11:15:49 +00:00
Sylvain Pion 2bdfec6cc0 Removal of remaining protect macros : those protecting other CGAL include files.
Done using the script Scripts/developer_scripts/cgal_conditional_include_remove.
2007-01-24 18:00:30 +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
Sylvain Pion 2a17eac977 - Remove unused argument name to remove warning in NDEBUG mode.
- Remove protect macros.
2006-03-17 15:50:13 +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 0a531b828d Move packages to trunk root 2006-02-14 08:58:19 +00:00