Andreas Fabri
582ec858da
Added win64 to the little endians
2006-08-28 13:16:20 +00:00
Andreas Fabri
9e5cdbefcf
Updated header and use variable to avoid warning
2006-08-24 15:36:26 +00:00
Andreas Fabri
a307cf6cf4
for our friends in Seattle
2006-08-24 15:09:34 +00:00
Andreas Fabri
deedd890f5
Include boost/config.hpp so that BOOST_PREVENT_MACRO_SUBSTITUTION is defined
2006-08-19 21:10:43 +00:00
Sylvain Pion
63e78107de
New compiler bug in g++ 3.3 : CGAL_CFG_BOOL_IN_TEMPLATE_BUG
2006-08-18 21:30:12 +00:00
Sylvain Pion
fb1becafc8
add endianness detection for x86_86
2006-08-17 08:52:59 +00:00
Andreas Fabri
90076ade2e
Temporary hack to generate min/max problem
2006-08-17 08:22:12 +00:00
Sylvain Pion
fd6524b2fb
Better (in the sense of working) endianness detection.
2006-08-16 15:38:22 +00:00
Sylvain Pion
a29fd3cb46
Rely on a Boost config macro to detect endianness, instead of a config
...
program which is problematic for, e.g., Fedora Extra installs.
2006-08-16 15:14:15 +00:00
Sylvain Pion
5aba55173f
Introduce CGAL_NDEBUG.
2006-08-11 13:01:36 +00:00
Andreas Meyer
b454b3febd
manual cleanup:
...
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Sylvain Pion
8ee3461e19
remove warning
2006-08-03 20:45:10 +00:00
Sylvain Pion
6ef897e32e
Rename to avoid number clash.
2006-07-21 19:59:01 +00:00
Sylvain Pion
1fa26bd8e0
Introduce a new helper macro CGAL_VERSION_NUMBER
...
that computes the version number of a public release.
Much easier to use than reading the algorithm that computes it !
2006-07-21 16:35:03 +00:00
Andreas Meyer
1151a0e3f3
fix: support for leda specfiles
2006-07-20 13:29:54 +00:00
Andreas Meyer
b149e02527
fixed leda support
2006-07-20 12:39:33 +00:00
Menelaos Karavelas
4d3610dff6
duplicated test_LEDA.cpp to test_LEDA5X.cpp; it seems that the install
...
script was not finding this file and as a result it was behaving as if
the test succeeded.
2006-07-20 11:45:38 +00:00
Andreas Fabri
8f77181791
Polynomial ->NefPolynomial
2006-07-14 07:15:22 +00:00
Andreas Meyer
3d71ba842c
better support for LEDA4.x and LEDA5.x
2006-07-12 21:58:39 +00:00
Sylvain Pion
b77f79a65a
Rename ${TMP_CXX_FILE}.C to ${TMP_CXX_FILE}.cpp
2006-07-12 19:06:16 +00:00
Sylvain Pion
1d6de3a243
Remove Fixed_precision_nt
2006-07-12 11:40:00 +00:00
Sylvain Pion
92f61d2cbf
Document VERSION file.
2006-07-12 11:13:00 +00:00
Sylvain Pion
5a1d4b985b
- Create a new file $CGAL/VERSION which contains the version
...
number and no carriage return.
- Use it in install_cgal instead of parsing <CGAL/version.h>.
2006-07-12 10:01:06 +00:00
Sylvain Pion
e4cd943786
- Rename config/support/test*.C to .cpp
2006-07-12 09:26:22 +00:00
Sylvain Pion
d6bd9958d7
- Remove obsolete comments (dating back from the days these files were testfiles)
...
- Add license header to Lidia test file.
2006-07-12 09:09:04 +00:00
Sylvain Pion
5d166afa1b
Renamed config/testfiles/*.C to .cpp
2006-07-12 09:03:57 +00:00
Sylvain Pion
88810e285d
Remove CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION
2006-07-12 08:02:20 +00:00
Andreas Meyer
c1abf784cf
leda/lidia
2006-07-11 12:35:23 +00:00
Andreas Meyer
22132fe12f
LEDA support for 4.x and 5.x
2006-07-11 09:50:24 +00:00
Andreas Meyer
86748b23fc
csupport for LIDIA
2006-07-10 19:30:08 +00:00
Sylvain Pion
b28e8a422d
Remove building of doc_pdf/Installation.pdf in the public
...
versions of the releases. Updates some files mentioning it.
2006-07-06 07:43:40 +00:00
Laurent Saboret
d7c09afba8
Fixed svn properties based on latest svn config file
2006-06-29 08:51:46 +00:00
Andreas Fabri
3210b1e60b
Added return type
2006-06-28 14:16:12 +00:00
Andreas Fabri
a033aec127
new test
2006-06-27 13:21:00 +00:00
Laurent Saboret
1581e9685f
Fixed svn:eol-style property
2006-06-23 13:59:36 +00:00
Laurent Saboret
1f0a69733b
Fixed svn:keywords property
2006-06-23 13:56:01 +00:00
Laurent Saboret
1acd95840f
Fixed svn:executable property
2006-06-23 13:40:36 +00:00
Andreas Fabri
07fb9cf289
Added suffix rules for cleaning .cpp files
2006-06-15 10:46:39 +00:00
Andreas Fabri
aa20f02217
VC8 with the -MD option can't read an int from an istream if i t is followed by a comma
2006-06-14 13:58:38 +00:00
Joachim Reichel
a01563b6aa
small bugfix for demo/makefile and examples/makefile
2006-05-27 15:24:06 +00:00
Andreas Meyer
6620001236
fix for solaris make
2006-05-23 13:58:21 +00:00
Sylvain Pion
06071bf82b
Do not take $CXX into account (conflict) if the compiler
...
is passed on the command-line.
2006-05-22 13:57:10 +00:00
Sylvain Pion
91c53ff583
Minor changes.
2006-05-20 12:45:05 +00:00
Sylvain Pion
68a59bdd3d
Do not mention info@cgal.org in the installation doc.
...
Point users to bug-reporting instructions on cgal.org first.
2006-05-19 21:10:05 +00:00
Sylvain Pion
d0aa9a1607
Replace Cygnus Solutions by Red Hat.
2006-05-19 21:09:23 +00:00
Sylvain Pion
70417fff5a
typo.
2006-05-19 20:09:56 +00:00
Laurent Saboret
ab892c4ebf
Picked clearer names for TAUCS support options
2006-05-19 09:06:11 +00:00
Andreas Fabri
af243b736e
Tell the reader that this is not the manual for Windows people
2006-05-19 08:30:31 +00:00
Michael Hoffmann
c1a946b418
Fixed bug reported by Joachim, CXXFLAGS/LDFLAGS during 3rd party
...
support file reading overwrite environment variables.
Fixed bug in logfile initialization.
2006-05-19 08:00:29 +00:00
Laurent Saboret
35efac102b
Remove -DDEBUG_TRACE from CGAL makefile.
2006-05-18 11:57:01 +00:00