Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Sébastien Loriot
fcd0529fb3
remove license notice from OpenNL
2019-10-20 00:47:56 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
a676d5a60e
Try to fix errors in classification checks
2018-02-02 12:08:05 +01:00
Maxime Gimeno
acd0a72edf
Modify travis script to test dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
ae36b452bc
Add dependencies of all packages
2018-02-02 12:08:05 +01: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
Laurent Rineau
26a7e70785
New license.txt files (eol changes)
...
The new version 2.13.0 of licensecheck has changed the spaces at eol.
2013-02-19 16:46:39 +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
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