Commit Graph

26 Commits

Author SHA1 Message Date
Andreas Fabri 4581f1b7a8 Morte replacements 2019-06-05 08:39:55 +02:00
Sébastien Loriot 8cdfad0d08 add missing URL and Id tags 2017-11-15 22:58:57 +01:00
Sébastien Loriot e8f1573bc1 add SPDX identifier for OpenNL 2017-11-12 10:21:35 +01:00
Andreas Fabri fad4325e03 make a static data member thread local 2016-10-17 15:19:26 +02:00
Andreas Fabri 9ff06cabea make a static data member thread local 2016-10-17 15:18:49 +02:00
Andreas Fabri 76ffeea852 Fix package OpenNL: include headers 2016-09-30 15:22:30 +02:00
Sébastien Loriot b20e6f2581 fix unsigned int to size_t warnings 2015-10-07 14:55:43 +02:00
Simon Giraudot 75a86005ce Fix ambiguous constructor bug: Matrix requires an 'int' parameter 2015-09-18 10:30:50 +02:00
Sébastien Loriot 84d82c3a8e fix unused variable warnings 2015-07-16 10:15:33 +02:00
Sébastien Loriot f4944b0edd remove warning
trivial bugfix for master
2015-02-13 11:39:30 +01:00
Philipp Möller 79b30908d5 WARNFIX: Silence a good part of unused variable/parameter warnings.
Wextra results in a dreadful wall of yellow in the test-suite and is
scary when using CGAL. Reduce some of the noise by silencing the
obvious cases with CGAL_USE or comments.
2012-08-07 11:04:32 +00:00
Laurent Rineau 9fda9dc37a Change license from LGPLv3 to LGPLv3+ 2012-02-07 13:31:06 +00:00
Laurent Rineau 03f4d9bb2c Add missing copyright to OpenNL 2012-01-19 16:58:06 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Marc Glisse 1af1be9300 cleanup extra ';' 2010-04-24 09:37:42 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Laurent Saboret 1d95e936d2 Optimization of speed and memory footprint 2008-10-13 08:34:19 +00:00
Laurent Saboret e5db27afdc Fixed bug in Bi-CGSTAB solver when omega==0, which may happen for small linear systems.
Added traces.
2008-08-25 15:26:38 +00:00
Laurent Saboret f524fb618e Added traces 2008-08-25 15:24:58 +00:00
Laurent Saboret a1627b003f Removed unnecessary includes of CGAL/basic.h
Enforced CGAL_NDEBUG rule:
- code under include/CGAL/ and src/ must not use NDEBUG and assert(), but CGAL_NDEBUG and CGAL assertion macros.
- code under demo/, examples/ and test/ must use NDEBUG and assert().
2008-08-21 11:57:02 +00:00
Sylvain Pion b24108f5fd Remove #include <cassert> from everywhere under include/CGAL/.
CGAL code has to use CGAL assertions instead.
2008-01-20 18:47:19 +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 ac27d242fa Removed incorrect assert when solving tiny linear system (reported by Graham Seed, Midland Valley Exploration) 2007-08-28 15:05:58 +00:00
Joachim Reichel a9ded1df16 refer to LICENSE.LGPL instead of include/CGAL/OpenNL/LICENSE.OPENNL 2007-03-20 19:31:04 +00:00
Joachim Reichel 35b0f3bb6c update FSF address 2007-03-20 19:24:29 +00:00
Joachim Reichel 4f47903a25 moved src/Core to src/CGALCore
moved include/CORE to include/CGAL/CORE
moved include/OpenNL to include/CGAL/OpenNL
renamed libcore++ to libCGALcore++
2007-03-13 18:10:39 +00:00