Sébastien Loriot
a91f0239cd
Fix QP solver test: raw replacement that is working
2021-01-29 10:20:14 +01:00
Sébastien Loriot
87e20cd574
add missing using namespace
2021-01-06 12:59:12 +01:00
Sébastien Loriot
3f10219bf4
replace remaining bind in QP_solver
2021-01-06 12:59:12 +01:00
Sébastien Loriot
a925a64fcf
start removing bind in QP_solver
2021-01-06 12:59:12 +01:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
albert-github
e5177aa014
Introducing central MATHJAX_CODEFILE
...
Currently the needed extra definitions for MathJax usage (i.e. `\newcommand` and `\def` commaonds) are distributed over the header file and in a number of source code files.
Doxygen has the possibility for a centralize this by means of the MATHJAX_CODEFILE configuration setting, this has been implemented.
2020-04-13 12:37:57 +02:00
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
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +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
Sébastien Loriot
fbafb9d06f
fix remaining mismatches and fix bugs
2019-07-10 11:40:45 +02:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Mael Rouxel-Labbé
2848158354
Fix typos
2019-05-20 08:54:04 +02:00
Andreas Fabri
e254a770df
Some Fixes for #3457
2019-03-19 19:20:40 +01:00
Laurent Rineau
2671d056cf
Merge pull request #3685 from afabri/CGAL-cleanup-GF
...
CGAL: Clean up examples and tests
2019-02-28 20:48:48 +01:00
Andreas Fabri
e62ab30e6c
Fixes of fixes
2019-02-15 09:03:58 +01:00
Sébastien Loriot
59bc453b42
first batch of replacement for level 1 in classified ref man
...
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
Andreas Fabri
d0b8fc5408
Fix QP_solver
2019-01-24 18:17:46 +01:00
Andreas Fabri
c8183ab941
Fix Quadratic_program_solution
2019-01-23 10:25:27 +01:00
Laurent Rineau
f83053c2a5
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
...
Fix for VC2017 with /arch:AVX
2019-01-22 09:14:57 +01:00
Laurent Rineau
80717c6f41
Merge pull request #3406 from mglisse/cgal-public-dev/Number_types-boost_mp-glisse-2
...
Support Boost.Multiprecision
2019-01-18 16:37:49 +01:00
Andreas Fabri
0fe3ed828e
Fix for VC2017 with /arch=AVX
2019-01-17 14:42:26 +01:00
Sébastien Loriot
18c677e441
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
2019-01-02 10:23:31 +01:00
Sébastien Loriot
074804f9cf
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
2019-01-02 10:23:07 +01:00
Sébastien Loriot
04b0a2c48a
doc clean-up
...
improve doxygen likeliness
2018-12-31 08:15:28 +01:00
Laurent Rineau
aeec7703f1
Merge pull request #3523 from albert-github/feature/bug_formula_errors
...
Problems with formulas in documentation
2018-12-19 16:08:12 +01:00
Laurent Rineau
e4461a9057
Merge pull request #3543 from sloriot/Doc-multiple_fixes
...
Remove duplicate definition
2018-12-19 16:01:10 +01:00
Laurent Rineau
eeecc75091
Merge pull request #3543 from sloriot/Doc-multiple_fixes
...
Remove duplicate definition
2018-12-19 15:45:42 +01:00
Sébastien Loriot
57fd9818c7
exclude fig_src from being parsed
2018-12-14 07:53:01 +01:00
albert-github
d6f878f361
Problems with formulas in documentation
...
Small regression (substitution should not have taken place).
2018-12-09 19:08:51 +01:00
albert-github
d6641b569f
Problems with formulas in documentation
...
There were some problems with formulas in the documentation most of them resulting in 'Undefined control sequence ' (MathJax output)
Note problem with the Bounding Volumes has not been resolved, separate issue created #3522
2018-12-09 18:31:13 +01:00
Marc Glisse
a8abffeda3
Replace Coercion_traits with NT_converter.
2018-11-10 10:03:58 +01:00
Marc Glisse
455d93def3
Remove redundant includes.
2018-11-07 14:19:39 +01:00
Marc Glisse
0211ca58c7
Include CGAL/gmp.h before the boost multiprecision GMP wrapper, for warnings.
2018-11-07 14:06:57 +01:00
Guillaume Damiand
7d406fbb9c
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
2018-11-05 07:32:58 +01:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Guillaume Damiand
0bd9088b5a
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
2018-10-17 14:17:08 +02:00
Guillaume Damiand
7f09308d33
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
2018-10-17 13:07:22 +02:00
Marc Glisse
8a08bd8674
Assume _1, _2, etc are in the global namespace, not boost::placeholders.
...
Old versions of boost had it there only.
2018-10-16 14:30:51 +02:00
Marc Glisse
4c76bc7876
Handle the case with neither LEDA nor GMP.
2018-10-15 20:35:23 +02:00
Marc Glisse
ab04858562
Remove assumption in QP_solver that BigInt(double) is implicit.
...
Many complicated functors all over the place, I'll be lucky if I didn't
break at least one...
2018-10-15 15:42:56 +02:00
Marc Glisse
469d63f9d6
More support for Boost.Multiprecision wrapper to GMP (untested).
2018-10-15 15:42:56 +02:00
Marc Glisse
4bb4fde1f7
Missing includes and I/O.
2018-10-15 15:42:56 +02:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Mael Rouxel-Labbé
d701f57a7c
Fixed namespace
2018-06-13 17:10:36 +02:00
Mael Rouxel-Labbé
26c857a431
Moved unary/binary_function to CGAL::cpp98
2018-06-13 15:58:19 +02:00
Andreas Fabri
c54a6a4980
Put CGAL::random_shuffle() in the subnamespace cpp98
2018-04-11 09:32:23 +01:00