Commit Graph

60 Commits

Author SHA1 Message Date
Radu Ursu c170b4890f 26 Feb 2004 Radu Ursu
- removed CGAL_VERSION and CGAL_VERSION_NR from config.h
- those will be created by the create_internal_release script
2004-02-26 06:40:03 +00:00
Sylvain Pion 232cce374a - Also do not define CGAL_USE_GEOMVIEW for __MINGW32__. 2004-01-31 20:01:03 +00:00
Sylvain Pion 1aa39ac10e - Define CGAL_USE_GEOMVIEW except for windows. 2004-01-30 10:04:24 +00:00
Sylvain Pion 69075d240f - Remove CGAL_TYPENAME_MSVC_NULL 2004-01-18 16:33:21 +00:00
Sylvain Pion 27c5f51327 - Remove CGAL_NULL_TMPL_ARGS 2004-01-18 16:19:46 +00:00
Sylvain Pion 818654926c - Remove CGAL_TEMPLATE_NULL 2004-01-18 16:02:48 +00:00
Sylvain Pion 860d289ed6 - Remove obsolete CGAL_DEFINE_ITERATOR_TRAITS_POINTER_SPEC.
- Remove obsolete CGAL_LIMITED_ITERATOR_TRAITS_SUPPORT.
2004-01-18 15:29:58 +00:00
Sylvain Pion f564b9f2af - Remove obsolete CGAL_CFG_FUNCTION_OVERLOAD_BUG. 2004-01-18 13:46:56 +00:00
Sylvain Pion e2ec29c2c6 - Remove obsolete CGAL_CFG_VC7_PRIVATE_TYPE_BUG and CGAL_VC7_BUG_PROTECTED. 2004-01-18 13:16:36 +00:00
Sylvain Pion 020467653e - Remove obsolete CGAL_CFG_MATCHING_BUG_2[.C] and CGAL_MSVC_DUMMY_ARGUMENT. 2004-01-18 12:46:50 +00:00
Sylvain Pion d0db66d6e5 - Simpler implementation of CGAL_WRAP(). 2003-12-09 12:54:47 +00:00
Sylvain Pion 1798ea8b69 - CGAL_CFG_NO_TEMPLATE_FRIEND_DISTINCTION is now gone. 2003-12-04 10:50:37 +00:00
Sylvain Pion 768badd2ef typo Saarbrucken -> Saarbruecken 2003-10-21 12:26:15 +00:00
Sylvain Pion 3a3efc6ed8 fix LGPL headers 2003-10-21 11:35:16 +00:00
Radu Ursu ff5ebf2629 replaced global min/max by std::min and std::max 2003-10-17 07:27:11 +00:00
Radu Ursu 2367f92e33 //-------------------------------------------------------------------//
// When the global min and max are no longer defined (as macros)
// because of NOMINMAX flag definition, we define our own global
// min/max functions to make the Microsoft headers compile. (afxtempl.h)
// Users that does not want the global min/max
// should define CGAL_NOMINMAX
//-------------------------------------------------------------------//
2003-10-15 06:49:29 +00:00
Sylvain Pion ace0a0f1fa - Change all headers to the new format/license. 2003-09-18 10:27:16 +00:00
Michael Hoffmann a02c5049b1 Fixed long line. 2003-08-22 08:40:38 +00:00
Michael Hoffmann 42fc2fb51f Activate Matching_bug_wrapper for Sunpro, regardless of the outcome of
the test for MATCHING_BUG_4. This is supposed to be a temporary
solution, but should fix those strange runtime errors in Distance_3
for Sunpro 5.5.
2003-08-22 08:39:20 +00:00
Michael Hoffmann 00defdaffc Add flags for MATCHING_BUG_4. 2003-08-05 12:12:12 +00:00
Sylvain Pion 8bd643a23e - Remove now useless CGAL_CFG_NO_STANDARD_HEADERS.C
- Cleanup config.h
2003-06-02 19:30:16 +00:00
Radu Ursu ea1e97fd04 added CGAL_CFG_FUNCTION_OVERLOAD_BUG in config.h 2003-05-05 19:52:02 +00:00
Michael Hoffmann 91fba533e8 Removed obsolete config testfiles. 2003-05-05 18:33:49 +00:00
Radu Ursu 2be36ea7a3 removed unnecessary workaronds did for cl1200 2003-05-02 10:05:46 +00:00
Radu Ursu a01b8a8603 patched config for cl 1310 2003-02-10 10:15:56 +00:00
Andreas Fabri 448a4ebe44 make it work with Intel 7 2003-01-08 16:37:58 +00:00
Sylvain Pion d459c8f94c - Remove CGAL_CFG_NO_EXPLICIT_CLASS_TEMPLATE_SPECIALISATION, it's long dead. 2002-12-11 14:58:30 +00:00
Sylvain Pion 321bd00943 - Introduce CGAL_USE_LONG_LONG.
- Delete CGAL_CFG_NO_ADVANCED_KERNEL.
2002-08-07 18:12:38 +00:00
Radu Ursu a2d4d6a23a Defined the NOMINMAX flag if found CGAL_CFG_NOMINMAX_BUG defined
in compiler_config.h
2002-06-19 07:36:32 +00:00
Michael Hoffmann 1ca0f51ba2 Fixed STLport include (not for VC7) as suggested by Radu.
Added CGAL_MSVC_DUMMY_ARGUMENT macro.
2002-03-22 10:42:52 +00:00
Michael Hoffmann eba80c5681 Outsourced fixes for Sunpro to Sun_fixes.h.
Added workaround to enable member templates in stdlib.
2002-03-18 12:32:20 +00:00
Sylvain Pion 7538eeed64 - Remove obsolete CGAL_CFG_NO_MUTABLE
- Define CGAL_VC7_BUG_PROTECTED
2002-02-04 12:59:05 +00:00
Michael Hoffmann 1dda8fe39e Removed namespace CGAL::std for msvc. 2001-12-19 11:11:32 +00:00
Sylvain Pion fe455ceac9 Introduce CGAL::std for VC++. 2001-12-06 14:57:19 +00:00
Michael Hoffmann d4d9006bce Added __distance_type() and __iterator_category() for sunpro. 2001-09-24 14:35:53 +00:00
Michael Hoffmann 356ddbed5f Added a __value_type (const T&) function for sunpro. 2001-09-21 08:51:28 +00:00
Michael Hoffmann a78e1dab53 Added std::distance for sunpro. 2001-09-14 07:32:39 +00:00
Michael Hoffmann 6edbd05702 Added iterator_traits fake for sunpro. 2001-09-11 11:50:35 +00:00
Michael Hoffmann 7fd73a55fc Removed obsolete testfiles and workarounds. 2001-07-06 05:35:02 +00:00
Geert-Jan Giezeman 0e24c9b7e8 Removed inclusion of workaround_return_type.h 2000-01-28 08:56:43 +00:00
Geert-Jan Giezeman 304abd38bb Defined CGAL_CLIB_STD macro
Removed workaround definition of bool.
1999-12-02 14:52:19 +00:00
Geert-Jan Giezeman 0d5b4b9e43 Added inclusion of Borland_fixes.h 1999-10-27 14:54:40 +00:00
Geert-Jan Giezeman 0f27167215 Added fix for Borland (time.h included) 1999-10-18 15:16:06 +00:00
Geert-Jan Giezeman 6b7e1b7933 Added CGAL_SCOPE macro 1999-10-06 12:42:20 +00:00
Geert-Jan Giezeman 43da2d9503 Removed STL_DEBUG flag setting.
Added CGAL_TYPENAME_MSVC_NULL macro
Removed some obsolete macros (explicit and typename set to 0).
1999-09-16 14:23:56 +00:00
Geert-Jan Giezeman d203ca6f22 Fix for MSVC 1999-09-06 07:29:11 +00:00
Geert-Jan Giezeman ab5d428697 *** empty log message *** 1999-09-01 20:58:31 +00:00
Geert-Jan Giezeman 6d2b4bb5f1 *** empty log message *** 1999-09-01 17:39:25 +00:00
Geert-Jan Giezeman ae93386137 Added support for STLport for MSVC 1999-09-01 15:31:17 +00:00
Geert-Jan Giezeman d1fcab7704 Added support for Visual C++ 1999-06-29 14:24:55 +00:00