Commit Graph

15 Commits

Author SHA1 Message Date
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Andreas Fabri e7c9688c29 Add parenthesis to quiet clang and obtain more readable code 2010-12-08 21:31:41 +00:00
Andreas Fabri aba7781117 Add some const& to avoid copies 2010-10-15 14:06:33 +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
Andreas Fabri db6e849072 Replace . with -> (not used, but detected by Intel) 2010-05-17 07:32:56 +00:00
Efi Fogel 39afbc4289 initialized some variable - pacify g++ 4.4 2009-07-08 20:30:58 +00:00
Ophir Setter 3c1079c43b monsterous ifs 2008-07-28 06:10:18 +00:00
Sylvain Pion 84695b671a Rename Direction enum to SEG_Direction as it clashes with the kernel. 2008-01-12 21:18:18 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Shlomo Golubev 11a425f132 add parentheses around && within || 2007-09-05 23:47:49 +00:00
Shlomo Golubev 7ec1d324d6 matching Snap_rounding_2 to Arrangement_on_surface_2 2007-07-30 14:27:18 +00:00
Andreas Fabri 5650edce6f fix min/max problem 2006-08-03 03:33:57 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 439becf848 Move packages to trunk root 2006-02-14 08:58:19 +00:00