Commit Graph

48 Commits

Author SHA1 Message Date
zfb132 8d3a424642 flush the buffer 2020-07-22 14:00:24 +08:00
Simon Giraudot 89285f1feb Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF 2020-05-28 08:53:17 +02:00
Maxime Gimeno e9d41d7b7d Fixes for min/max 2020-04-21 11:38:37 +02:00
Simon Giraudot 421096fd7f Use imported targets everywhere 2020-04-15 14:06:13 +02:00
Sébastien Loriot 8bb22d5b2c extra run of the script to remove tabs and trailing whitespaces
right after the merge of the 5.0 release branch

+ manual fix of the files (indentation was changed in the meantime):
   * Spatial_sorting/include/CGAL/Multiscale_sort.h
   * Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot 8b153fb495 Merge branch 'cgal/releases/CGAL-5.0-branch'
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01: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
Simon Giraudot fc38901c56 Change CMakeLists.txt to avoid message in testsuite 2020-03-02 17:08:32 +01:00
Simon Giraudot 66dbd11cc2 Add commentary about macros defined by cmake scripts (avoid misunderstanding by users) 2020-02-10 11:57:56 +01:00
Simon Giraudot 6c8fd43ebb Use CGAL_target_use_* mechanism for Eigen, LASLIB, OpenCV, TensorFlow, GLPK, SCIP, Boost IOStreams and Serialization 2020-02-10 11:57:56 +01:00
Mael Rouxel-Labbé e73b973b62 Use Parallel_if_available_tag to simplify code that used CGAL_LINKED_WITH_TBB 2019-11-20 12:24:54 +01:00
Laurent Rineau 15d9e1f0ff Restore the alphabetical order of `dependencies` files 2019-10-31 14:41:37 +01:00
Sébastien Loriot 52164b1fba First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +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
albert-github 32dfb2e66f Formulas shown as code
Some formulas are shown as code due to the fact that the indentation of the start of the formula is 4 or more compared to the paragraph it is part of (handling of code sections has been improved from e.g. 1.8.13 to master).
the formula construct `\f$ .. \f$` should not be used when using e.g. the `equation` environment. With MathJax this works but in standard LaTeX an error is thrown (not yet the focus of CGAL, but might be of interest in the future / newer implementations of MathJax when more compatible).
2019-08-27 11:55:53 +02:00
Laurent Rineau e58d82e5ac Merge pull request #4108 from sgiraudot/Demo-Update_reconstruction_plugin-GF
Demo: update reconstruction plugin
2019-08-16 13:25:03 +02:00
Dmitry Anisimov 09c8aef97a oppose to -> as opposed to 2019-08-12 09:56:00 +02:00
Dmitry Anisimov a7487fa553
Update Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2019-08-12 09:52:58 +02:00
Simon Giraudot b97237b2b1 Test Polygonal Reconstruction partially even if solvers are not available 2019-08-08 16:22:14 +02:00
Simon Giraudot 3cfcdaa9d7 Fix implicit conversion pointer->bool in assertion 2019-08-08 15:42:24 +02:00
Simon Giraudot e450266455 Replace CGAL::Iso_cuboid_3<Kernel> by Kernel::Iso_cuboid_3 to avoid problems 2019-08-07 11:50:10 +02:00
Dmitry Anisimov 5220b7d260 added a region growing example with an extra paragraph in docs 2019-08-05 15:11:30 +02:00
Maxime Gimeno d1008eed39 Add missing dependency 2019-07-19 09:22:47 +02:00
Liangliang Nan 59656ef3b2 smaller test datasets 2019-07-03 15:48:58 +02:00
Maxime Gimeno a3e012316c Fix deprecation warnings by using Eigen 2019-07-03 10:29:24 +02:00
Maxime Gimeno 4cdfecc8c5 A 2019-07-03 10:27:14 +02:00
Maxime Gimeno d75842159b Fix warnings in tests and examples 2019-07-02 11:39:53 +02:00
Liangliang Nan f41848dc3b fixed two typos and removed an unnecessary include directory in CMakeLists files 2019-07-01 15:34:23 +02:00
Maxime Gimeno 2342cd488e Remove second find_package(SCIP) 2019-07-01 15:08:49 +02:00
Maxime Gimeno e95f687d58 set the find_package() QUIET 2019-06-27 09:30:52 +02:00
Maxime Gimeno 5014906e25 Fix add_definitions 2019-06-26 10:30:30 +02:00
Maxime Gimeno f31e0bee83 Fix CMakeLists for the right CMAKE versions. 2019-06-26 10:04:03 +02:00
liangliang.nan 90662e6b43 replaced BOOST_FOREACH by c++11 for 2019-06-25 17:36:03 +02:00
liangliang.nan 0e5b736242 added namespace "CGAL::" to avoid name conflicts.
tested on Windows, macOS, and Linux/Ubuntu
2019-06-25 17:06:55 +02:00
Liangliang Nan 010f05dfeb find GLPK
- added FindGLPK.cmake
- try to find SCIP first. If not, try to find GLPK
2019-06-19 15:02:27 +02:00
Maxime Gimeno b12d59dc4e Fix the test CMakeLists.txt for GLPK 2019-06-13 13:33:53 +02:00
Maxime Gimeno 373c3020fe Update dependencies 2019-06-13 09:19:14 +02:00
Liangliang Nan c1809b60cf Update dependencies 2019-06-12 23:29:50 +02:00
Liangliang Nan 68d31b44fe Update dependencies 2019-06-12 22:38:36 +02:00
Liangliang Nan 2a56dc1393 Update license.txt (LGPL-3.0+) 2019-06-11 15:42:38 +02:00
Liangliang Nan cd673786a5 Use LGPL-3.0+ license (to be consistent with other parts) 2019-06-11 13:58:18 +02:00
Liangliang Nan 18c2fb1dc6 Rename copyright.txt to copyright 2019-06-11 10:27:57 +02:00
Liangliang Nan 49388c1bee updated file names 2019-06-11 10:23:11 +02:00
Liangliang Nan 3fb16a0b33 Create dependencies 2019-06-07 23:14:57 +02:00
Liangliang Nan d4b4640139 corrected references (using the new names of the packages) 2019-06-06 00:30:01 +02:00
Liangliang Nan 3b9c73c917 using the new Shape_detection implementation (instead of the deprecated Shape_detection_3) 2019-06-05 21:10:39 +02:00
Liangliang Nan fadaee63a8 integrated PolyFit 2019-06-05 17:50:37 +02:00