Laurent Rineau
36d8b5bd18
Convert source files encoding to utf-8
...
All non-ASCII files should be encoded in UTF-8. So far, the ZSH script
`Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding
in source/header files of include/, src/, and doc/.
2014-08-01 11:20:13 +02:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Andreas Fabri
fbc1b88356
int -> size_t and static_casts
2010-06-25 15:30:45 +00:00
Laurent Saboret
66e8a7a3bc
Fixed memory leaks in Lapack_matrix and Lapack_vector
2008-08-11 15:25:33 +00:00
Laurent Rineau
4bd3a85753
Needed <cstdlib> header, and std:: prefix, for malloc and calloc.
...
(That code should be reviewed. It seems that there is a memory leak.)
2008-03-25 13:43:35 +00:00
Laurent Saboret
c8a07a9ecb
Bug fix: declare functions and methods in headers "inline".
2008-02-12 13:29:22 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Laurent Saboret
7041d64152
Visual C++ auto-link feature for TAUCS and LAPACK
2007-05-24 14:50:24 +00:00
Andreas Fabri
8dd5dd0eea
fixed C interface for lapack
2007-03-14 10:38:43 +00:00
Marc Pouget
7b912f885f
details
2007-02-16 17:17:33 +00:00
Marc Pouget
f05e75b3f7
details
2007-02-15 16:38:52 +00:00
Marc Pouget
49316a1a78
copyright
2007-02-15 15:53:30 +00:00
Marc Pouget
1d1bdc4496
fix for testsuite
2007-02-13 09:22:22 +00:00
Marc Pouget
a05f910ea9
lapack support
2007-02-12 15:31:20 +00:00
Marc Pouget
841760b2b9
2nd revision
2006-11-20 18:37:14 +00:00
Marc Pouget
d36e0faa73
review in process
2006-10-13 21:17:12 +00:00
Marc Pouget
ef48b25fe2
fix doc
2006-06-28 17:03:43 +00:00
Marc Pouget
73d078d62b
fix accroding to Andreas comments
2006-06-28 09:32:56 +00:00
Frédéric Cazals
0da2d9c45a
added a Lapack sub-directory in include
2006-06-23 15:42:57 +00:00