Commit Graph

32 Commits

Author SHA1 Message Date
Laurent Rineau 63e590d53a license has been fixed 2012-02-07 13:31:52 +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
Laurent Rineau a37c74d534 Add license files, per package 2012-01-16 15:54:22 +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
Sylvain Pion 89ddee6c69 Remove Laurent Saboret from the maintainer files. 2009-10-21 07:56:06 +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
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
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
Sylvain Pion 29d13841fb Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00
Laurent Saboret 7fc52574b9 Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner. 2006-12-04 13:56:09 +00:00
Laurent Saboret e8a93e0957 Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner. 2006-12-04 11:03:44 +00:00
Laurent Saboret 4a7623521d Copied Jacobi and SSOR preconditioners for OpenNL's BICGSTAB and Conjugate Gradient from Graphite 1.9. Uses by default Jacobi preconditioner. 2006-12-04 09:13:31 +00:00
Laurent Saboret 680554a527 Removed DefaultLinearSolverTraits::is_solvable(obsolete) 2006-12-04 08:31:34 +00:00
Laurent Saboret 456741cb26 Added comments 2006-12-04 08:29:51 +00:00
Laurent Saboret 58609563ab Fixed clashes with min/max macros in Windows.h 2006-08-31 09:33:38 +00:00
Laurent Saboret fab63ed97b Move LICENSE.OPENNL to include/OpenNL (as per B. Levy, A. Fabri and S. Pion request) 2006-04-27 13:34:27 +00:00
Laurent Saboret c5eeb30f73 New OpenNL license (LGPL) provided by Bruno Lévy on 04/21/2006 2006-04-26 15:07:24 +00:00
Laurent Saboret ea7e3e8efb Added Contact paragraph. 2006-04-21 09:23:40 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Laurent Saboret e2e4323dd7 Return an error code instead of asserting to please CGAL test suite 2006-03-28 10:07:13 +00:00
Laurent Saboret 11980b23f0 Move packages to trunk root 2006-02-14 08:58:17 +00:00