Commit Graph

452 Commits

Author SHA1 Message Date
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
Sylvain Pion 424c5560b3 Intel 9 is supported. 2007-07-19 00:02:50 +00:00
Fernando Cacciola 9893e974a2 Missing autolink headers added 2007-06-21 13:02:21 +00:00
Marc Glisse 7bf4e81a19 Update this test to detect a newer variant of a bug on the same code in
cgal.
2007-06-17 16:21:35 +00:00
Marc Glisse a1c5dc9633 Useless on the linux version of sunpro, seems to be the default there
since the true release.
2007-06-16 16:03:51 +00:00
Marc Glisse 82b9c5eb56 Remove useless bit in sunpro options. CC understands -h, no need to pass
it straight to the linker.
2007-06-15 18:56:40 +00:00
Marc Glisse df787b2418 Bug 6532605 in sunpro cannot be fixed without breaking the ABI, so it
won't be fixed. mangle6 is an ABI that is as close to the default ABI as
possible (the STL is compatible) but fixes issues with the default ABI. I
don't really know what the best option will be for the future (maybe
using the g++ compatibility mode when it becomes official).
2007-06-15 16:14:10 +00:00
Daniel Russel 014222d1cb lib dir was wrong for libraries build using CGAL_MAKEFILE after CGAL is installed 2007-06-12 21:50:08 +00:00
Sylvain Pion 17df0ce207 I finally do not need it: g++ can spot the optimization by itself. 2007-06-08 22:37:23 +00:00
Sylvain Pion 7d543ae42a New test program for C++0x's <type_traits>. 2007-06-08 18:48:27 +00:00
Sylvain Pion a9419ee49d Add <cstring> otherwise <gmpxx.h> from GMP-4.1.4 does not work with g++ 4.3. 2007-06-08 13:49:17 +00:00
Andreas Fabri e3808eb921 3.3 branch -> trunk 2007-06-04 14:19:51 +00:00
Andreas Fabri e5df6fb3fe 3.3 branch -> trunk 2007-06-04 14:04:56 +00:00
Sylvain Pion ab286a243f Grrr... the build-all-at-once mode made the g++ 4.2 bug pop up again.
-fno-strict-aliasing is back.
Hopefully no user will hit it on 3.3...
2007-06-02 11:24:21 +00:00
Laurent Saboret 9f430ac2e9 Added documentation about BLAS and LAPACK 2007-05-29 15:38:51 +00:00
Laurent Saboret 7041d64152 Visual C++ auto-link feature for TAUCS and LAPACK 2007-05-24 14:50:24 +00:00
Sylvain Pion f6aad48a3c Allow compiling all source files at once. 2007-05-23 09:19:55 +00:00
Sylvain Pion f7bf5e46c8 typo 2007-05-22 16:28:51 +00:00
Sylvain Pion 76fc826c38 Completely remove g++ pre-4.2 bug workaround. 2007-05-22 13:41:42 +00:00