Sylvain Pion
|
57d46db509
|
Remove specific code for __MWERKS__.
I'm pretty sure this compiler is dead.
|
2008-01-03 16:56:54 +00:00 |
Sylvain Pion
|
0d04db797e
|
CGAL_CFG_DONT_OVERLOAD_TOO_MUCH is only needed by SunPRO.
|
2008-01-03 16:47:40 +00:00 |
Sylvain Pion
|
64f23bbc47
|
Sun_fixes.h is now so small, let's merge it in config.h.
|
2008-01-03 15:26:51 +00:00 |
Sylvain Pion
|
f5a9c2d26e
|
Finish removal of CGAL_CFG_SUNPRO_RWSTD obsolete workarounds.
|
2008-01-03 15:22:29 +00:00 |
Sylvain Pion
|
284cfd9468
|
More removal of SUNPRO+RW's STL obsolete workarounds:
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES
|
2008-01-03 15:19:39 +00:00 |
Sylvain Pion
|
2b46416907
|
Remove more SUNPRO + RW's STL obsolete workarounds:
CGAL_CFG_SUNPRO_RWSTD (partially)
CGAL_reverse_iterator()
|
2008-01-03 15:04:30 +00:00 |
Sylvain Pion
|
88ed563f44
|
Remove some workarounds for SunPRO + RW's STL:
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES (partially so far)
CGAL_make_vector
CGAL_make_list
|
2008-01-03 14:50:13 +00:00 |
Sylvain Pion
|
e57dbbee28
|
Fix which compiler is the culprit.
|
2008-01-03 12:12:18 +00:00 |
Sylvain Pion
|
6ab6b8341a
|
Relax the test.
|
2008-01-03 12:11:01 +00:00 |
Sylvain Pion
|
73a75d109f
|
SunPRO's RW STL is not supported anymore.
For now, move the corresponding config bits out of the main config files.
|
2008-01-02 17:49:08 +00:00 |
Sylvain Pion
|
b95fbae11a
|
Remove last traces of KCC
|
2008-01-02 17:28:16 +00:00 |
Sylvain Pion
|
8f14630522
|
Update comment since long long is part of C++0x.
|
2008-01-02 16:45:36 +00:00 |
Sylvain Pion
|
accdf57415
|
CGAL_CFG_NO_LONG_DOUBLE_IO is not needed anymore (pgCC is fixed).
|
2008-01-02 16:35:13 +00:00 |
Sylvain Pion
|
f90f3b6627
|
CGAL_CFG_LONG_LONG_IO_BUG is not needed anymore (pgCC is fixed).
|
2008-01-02 16:28:17 +00:00 |
Sylvain Pion
|
e8f7d3a4aa
|
Enhance test program to still fail with recent pgCC versions,
as the bug is still there, even if the test program now passes.
|
2008-01-02 15:43:01 +00:00 |
Sylvain Pion
|
8ab2fe93bb
|
Move definitions of CGAL_NULL and CGAL_NULL_TYPE from circulator.h to config.h.
|
2007-12-28 15:46:09 +00:00 |
Sylvain Pion
|
9c7673b6f3
|
Make sure to undef NDEBUG before #including <cassert>, as we need
assert() to work here, but we like to have a platform where NDEBUG
is passed as CXXFLAGS.
|
2007-12-27 16:34:36 +00:00 |
Sylvain Pion
|
affe68b4f7
|
Add detection of Boost.Thread.
|
2007-12-19 16:12:20 +00:00 |
Sylvain Pion
|
a46b55bf71
|
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
|
2007-12-02 15:06:42 +00:00 |
Sylvain Pion
|
119bc8b9f1
|
Add CGAL_NORETURN macro to be able to use __attribute__ ((__noreturn__)).
|
2007-11-05 10:56:36 +00:00 |
Sylvain Pion
|
c5ad51a83c
|
Add CGAL_HAS_THREADS.
|
2007-10-18 15:00:08 +00:00 |
Laurent Rineau
|
e5beef8f58
|
Allow to specify RANLIB and CGAL_STATIC_LIB_CREATE from environment
This eases cross-compilations.
Tested on Linux, and Cygwin.
|
2007-10-02 15:56:51 +00:00 |
Ophir Setter
|
c767849dad
|
Supporting only microsoft VC7.1 and up
|
2007-09-05 18:38:38 +00:00 |
Ophir Setter
|
7611ee977a
|
Added deprecated macro
|
2007-09-05 18:32:46 +00:00 |
Laurent Saboret
|
84e925e42d
|
Undo rev 40102
|
2007-09-03 08:05:09 +00:00 |
Laurent Saboret
|
7a4809dc5c
|
TEMPORARY (until CGAL 3.4 Windows installer is out): add back CGAL_LIB_STD and CGAL_WRAP for VisualC++ developers who link against CGAL 3.3.
|
2007-08-29 09:51:04 +00:00 |
Laurent Saboret
|
3ade5b0811
|
Support of CBLAS, CLAPACK and TAUCS in install_cgal on Windows 64 and Linux 64. I renamed S72-LAPACK to S72-DEFAULTLAPACK to workaround a bug in install_cgal when a package and a feature have the same name.
|
2007-08-28 15:15:06 +00:00 |
Marc Glisse
|
b3a43d3c7f
|
Same workaround for list constructor as for vector constructor.
|
2007-08-28 09:46:21 +00:00 |
Marc Glisse
|
dc69975886
|
This version of the sunpro workaround should work as well, and if it does
it will be possible to use it in more places than the current version.
|
2007-08-27 10:14:29 +00:00 |
Marc Glisse
|
1707ad3654
|
Removing this broken workaround still breaks more things than it fixes,
so it will have to wait until Sun fixes a few more bugs.
|
2007-08-25 16:24:29 +00:00 |
Sylvain Pion
|
b976aea1b6
|
Remove 2 workarounds which are not needed anymore by the latest SunPRO:
CGAL_CFG_DEEP_DEPENDENT_TEMPLATE_BUG
CGAL_CFG_DEDUCABLE_CONTEXT_BUG
|
2007-08-24 12:57:55 +00:00 |
Marc Glisse
|
e48850ead7
|
See exactly how much fails to compile with this, and how many crashes
disappear.
|
2007-08-23 16:36:14 +00:00 |
Marc Glisse
|
f05f30e457
|
Same workaround for std::count_if as for std::count.
|
2007-08-20 13:06:27 +00:00 |
Sylvain Pion
|
148387fbde
|
Exclude <ciso646> from the list of tested standard C++ headers
as it is useless (empty), not used by CGAL, and not provided by PGCC 7.
|
2007-08-19 14:12:41 +00:00 |
Andreas Fabri
|
a2d4c37339
|
Added 3.3.1 changes
|
2007-08-17 14:38:45 +00:00 |
Marc Glisse
|
54a31a5527
|
The bug is not as fixed as I thought. I submitted the new testcase to
Sun.
|
2007-08-12 13:33:39 +00:00 |
Marc Glisse
|
0032f72d18
|
They are probably the same bug, and anyway they both got fixed in the
same patch.
|
2007-08-10 12:30:25 +00:00 |
Sylvain Pion
|
a3def1c3eb
|
Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG.
|
2007-08-09 09:55:09 +00:00 |
Sylvain Pion
|
76408cc24f
|
Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG_3.
|
2007-08-09 09:48:44 +00:00 |
Sylvain Pion
|
5c2eb484dd
|
Remove obsolete and unused config flag CGAL_CFG_NO_TMPL_IN_TMPL_DEPENDING_FUNCTION_PARAM.
|
2007-08-09 09:35:07 +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
|
d76beea6ad
|
Remove obsolete config flag CGAL_CFG_NO_LOCALE.
|
2007-08-08 15:30:58 +00:00 |
Sylvain Pion
|
a90de08bf3
|
Remove obsolete config flag CGAL_CFG_MATCHING_BUG_4 and its dependency CGAL_WRAP.
|
2007-08-08 15:15:20 +00:00 |
Sylvain Pion
|
4f24f131d7
|
Remove obsolete CGAL_CFG_CONVERSION_OPERATOR_BUG config flag.
|
2007-08-08 14:59:33 +00:00 |
Sylvain Pion
|
f2a1b260a4
|
Remove obsolete config flags
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG and
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG_2.
|
2007-08-08 14:50:01 +00:00 |
Sylvain Pion
|
47af1406a2
|
Remove CGAL_CFG_CCTYPE_MACRO_BUG, it's not needed anymore.
|
2007-08-08 14:20:50 +00:00 |
Sylvain Pion
|
eade497e29
|
Missing ";" preventing building of Benchmark lib on Darwin.
|
2007-08-06 11:25:59 +00:00 |
Sebastian Limbach
|
f957ba237d
|
Modular_type.cpp added to resolve linkage errors in the Modular_arithmetic package.
|
2007-08-01 10:34:39 +00:00 |
Efi Fogel
|
5d05e738fb
|
suppress build of CGALBenchmark if BOOST_PROGRAM_OPTIONS is not available
|
2007-07-28 08:58:32 +00:00 |
Sylvain Pion
|
fa0f10cfad
|
- Prefer the non-interactive mode
- Make sure you pass a C++ compiler, not a C compiler.
|
2007-07-24 16:10:16 +00:00 |