Sylvain Pion
f32cd93822
- Kill "unused variable" warning with PGCC.
2004-04-08 19:39:53 +00:00
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
Radu Ursu
36b880dcea
22 Feb 2004 Radu Ursu
...
- added configuration test for SunPro called:
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG.C
2004-02-22 17:31:45 +00:00
Sylvain Pion
e07eeb960d
- Remove CGAL_CFG_NO_PARTIAL_CLASS_TEMPLATE_SPECIALISATION
2004-02-16 23:45:52 +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
e24ace5a42
- Remove CGAL_CFG_EXPLICIT_SPECIALIZATION_MEMBER_DECLARATION_BUG.C
2004-01-19 17:12:54 +00:00
Sylvain Pion
e82b7c7967
*** empty log message ***
2004-01-18 17:46:24 +00:00
Sylvain Pion
f4cc128140
- Add CGAL_CFG_USING_BASE_MEMBER_BUG.C
2004-01-18 17:42:01 +00:00
Sylvain Pion
2695506ac7
- Remove CGAL_CFG_NESTED_CLASS_TEMPLATE_BUG.C
2004-01-18 17:36:25 +00:00
Sylvain Pion
ee64812062
- Remove CGAL_CFG_ENUM_BUG.C
2004-01-18 17:30:54 +00:00
Sylvain Pion
9a6a164a11
- Remove CGAL_CFG_RETURN_TYPE_BUG.C
2004-01-18 17:22:38 +00:00
Sylvain Pion
9aae3da6c4
- Remove CGAL_CFG_USING_NAMESPACE_BUG.C
2004-01-18 17:07:41 +00:00
Sylvain Pion
0c222f457a
- Remove CGAL_CFG_EARLY_INSTANTIATION_BUG.C
2004-01-18 16:59:08 +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
5dd2ffbf8f
*** empty log message ***
2003-10-21 13:00:56 +00:00
Radu Ursu
8eb0f4de2f
updated
2003-10-17 07:28:17 +00:00
Andreas Fabri
ef20e63276
Iterator specializations are NOT needed for Intel together with .net 2003
2003-10-16 09:03:43 +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
c3950b5409
new headers
2003-09-18 14:06:42 +00:00
Sylvain Pion
5a2a0deb23
*** empty log message ***
2003-09-18 13:12:07 +00:00
Michael Hoffmann
f4b4ed0789
*** empty log message ***
2003-09-02 08:10:47 +00:00
Michael Hoffmann
34d327e9bd
Add CGAL_CFG_NESTED_CLASS_TEMPLATE_BUG.C.
2003-09-02 08:09:22 +00:00
Sylvain Pion
40de97f72f
- Fix CGAL_CFG_EXPLICIT_SPECIALIZATION_MEMBER_DECLARATION_BUG.C for g++ 3.4.
2003-08-26 08:10:41 +00:00
Michael Hoffmann
330c4adc43
Activate Matching_bug_wrapper for Sunpro, regardless of the outcome of
...
the test for MATCHING_BUG_4.
2003-08-22 08:42:49 +00:00
Michael Hoffmann
20acfad9c3
Remove Weighted_point from Matching_bug_wrapper.
2003-08-12 08:44:40 +00:00
Michael Hoffmann
9b7ce3436d
In Sun_fixes.h the added value_type() etc. functions are put
...
into namespace CGAL to be found by Koenig-lookup.
We also have to add one more overload for these functions
(for pointers) to please SunPro 5.5.
2003-08-06 07:53:40 +00:00
Michael Hoffmann
78296376ff
Introduce CGAL_CFG_MATCHING_BUG_4 (SunPro 5.3 and 5.4).
...
Minor cleanup.
2003-08-05 12:14:44 +00:00
Andreas Fabri
32e6d837d7
*** empty log message ***
2003-07-30 15:46:14 +00:00
Andreas Fabri
57787a0769
*** empty log message ***
2003-07-30 14:49:10 +00:00
Andreas Fabri
4bb51e837a
*** empty log message ***
2003-07-22 13:59:13 +00:00
Sylvain Pion
ae516273de
- Slight change to Enable_if in CGAL_CFG_NO_SFINAE.C.
2003-07-20 13:00:50 +00:00
Sylvain Pion
7b10d037f9
- Make CGAL_CFG_NO_SFINAE.C work with G++ 3.2 (small workaround).
2003-07-20 09:26:14 +00:00
Sylvain Pion
8e09838ae3
- added CGAL_CFG_NO_SFINAE.C
2003-07-20 08:36:01 +00:00
Radu Ursu
b8f9e3820d
updated
2003-06-23 08:26:32 +00:00
Radu Ursu
3ac2d85dbd
updated
2003-06-16 08:47:41 +00:00
Radu Ursu
53fe4ec185
updated
2003-06-16 08:37:35 +00:00
Radu Ursu
98e39b8656
uodated
2003-06-16 08:37:09 +00:00
Andreas Fabri
52b5acf735
*** empty log message ***
2003-06-11 10:05:11 +00:00
Radu Ursu
c510d1b416
updated
2003-06-11 08:35:40 +00:00
Radu Ursu
31a09da04b
updated
2003-06-06 09:41:51 +00:00
Radu Ursu
208ee12b08
rursu: added config/testfiles/CGAL_CFG_NET2003_MATCHING_BUG_3.C
2003-06-06 09:30:48 +00:00