Commit Graph

86130 Commits

Author SHA1 Message Date
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 92add3db18 Update list_of_whitelisted_headers.cmake
added
CGAL/SCIP_mixed_integer_program_traits.h
and
CGAL/GLPK_mixed_integer_program_traits.h
2019-06-12 21:21:55 +02:00
Liangliang Nan 512a429de8 added missing <cmath> in MIP solvers 2019-06-11 16:54:13 +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 0d0852c61b Create .travis.yml 2019-06-07 16:24:16 +02:00
Liangliang Nan 5061a00621 Merge branch 'master' of https://github.com/CGAL/cgal 2019-06-07 16:21:04 +02:00
Laurent Rineau 1d49a7cdb6
Merge pull request #3985 from maxGimeno/Infrastructure-Fix_in_travis_scripts-GF
Travis CI: Fix the behavior of generate_travis.sh
2019-06-07 09:20:35 +02:00
Maxime Gimeno 33c9a0833f print diff in check 2019-06-06 16:56:14 +02:00
Maxime Gimeno 39d81a8d68 Use LC_COLLATE to unify the order of the packages list. 2019-06-06 16:07:47 +02:00
Liangliang Nan 02ef4cae1c updated .travis.yml
by calling generate_travis.sh
2019-06-06 14:14:58 +02:00
Liangliang Nan 7ac0565037 Added some "changes"
For the new package Polygonal Surface Reconstruction and the extension of Solver Interface
2019-06-06 10:53:48 +02:00
Liangliang Nan e4ea59e852 fixed a typo 2019-06-06 10:01:20 +02:00
Liangliang Nan d4b4640139 corrected references (using the new names of the packages) 2019-06-06 00:30:01 +02:00
Liangliang Nan 3ffc43df9d tests if SCIP exists before creating the project 2019-06-05 21:32:10 +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
Laurent Rineau e4993273c5 Merge pull request #3864 from danston/Point_set_shape_detection_3-make_it_general_with_region_growing-danston
[Feature] Shape detection with region growing
2019-06-05 11:20:29 +02:00
Laurent Rineau 44ea54db97 Merge pull request #3931 from afabri/Stream_support-parseXML-GF
Stream_support:  Add example to read an xml file using boost::property_tree
2019-06-05 11:20:26 +02:00
Laurent Rineau 39c8f7ae1f Merge pull request #3950 from afabri/Triangulation_23-PointWithInfo-GF
2D and 3D Triangulations:  Unify insertion of range of points with info
2019-06-05 11:20:23 +02:00
Laurent Rineau 1659505f96 Merge pull request #3953 from lrineau/Mesh_3-lambdas_can_be_sizing_fields-GF
Mesh_3: Allow lambdas (or other callables) as MeshDomainField_3
2019-06-05 11:20:20 +02:00
Laurent Rineau adf5297f52 Merge pull request #3959 from maxGimeno/Stream_support-Add_references_to_WKT_in_User_manual-GF
Stream_support: Fix WKTDocumentation
2019-06-05 11:20:17 +02:00
Laurent Rineau 4719bac98e Merge pull request #3970 from maxGimeno/Demo-LCC_plugin-GF
3D Demo: Lcc IO plugin
2019-06-05 11:20:13 +02:00
Laurent Rineau adaed61c20 Merge branch 'releases/CGAL-4.14-branch' 2019-06-05 10:58:12 +02:00
Laurent Rineau 31dd4f11fb Merge pull request #3969 from lrineau/Polyhedron-demo__fix_segfault_of_load_plugin-GF
Polyhedron demo:  fix the menu entry 'Load plugin'
2019-06-05 10:44:27 +02:00
Laurent Rineau 926067967a Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-06-05 10:43:44 +02:00
Laurent Rineau da1bfb1596 Merge pull request #3917 from afabri/Surface_mesh-read_off-GF
Surface_mesh: Fix read_off(istream,Surface_mesh)
2019-06-05 10:41:09 +02:00
Laurent Rineau 3cfc790a68 Merge pull request #3968 from lrineau/Polyhedron-demo__remove_need_for_Boost_libraries-GF
Remove the need for Boost libraries at the top level CMakeLists.txt
2019-06-05 10:41:04 +02:00
Laurent Rineau d05de694ef
typo 2019-06-04 17:00:17 +02:00
Laurent Rineau 44cfe8d2eb
Do not use `REQUIRED OPTIONAL_COMPONENTS` with FindBoost
The CMake module `FindBoost.cmake` only supports `OPTIONAL_COMPONENTS` since CMake-3.11. Previously they were treated like required components.
2019-06-03 10:44:01 +02:00
Dmitry Anisimov 5a4fa9e98b disabled warnings 2019-05-29 17:08:54 +02:00
Maxime Gimeno 6a3cce1429 Add colors per volume. 2019-05-29 15:46:12 +02:00
Laurent Rineau ecaa138761 Do not block load_plugin from loading plugins
Since the adoption of the "keywords" feature, the 'Load plugin' menu
was not able to load a plugin with other keywords. That defeats the
purpose of that feature.
2019-05-29 11:44:08 +02:00
Laurent Rineau cdb72b9f34 Avoid a segfault in `load_plugin`
Before that patch `accepted_keywords` was a dangling reference to an
object that was destroyed at the end of the constructor of the class
`Polyhedron_demo`.

Now, that `QStringList` is copied, but it is a short list of short
strings.
2019-05-29 11:42:35 +02:00
Laurent Rineau cd22917e3d Remove the need for Boost libraries at the top level CMakeLists.txt
The 3D demo does not directly requires Boost libraries. Then are
pulled as a `PUBLIC` dependency of `CGAL::CGAL`. Only two plugins
really need Boost libraries:

- Classification needs Boost iostreams and serialization,
- Mesh_3 `io_image_plugin` needs Boost filesystem for multi-files 3D
  images.
2019-05-29 11:18:13 +02:00
Laurent Rineau 7fc36ad2a5
Update LICENSE.md 2019-05-28 15:01:05 +02:00
Maxime Gimeno 32cdcb9a54 Fix WKT doc 2019-05-27 09:34:05 +02:00
Dmitry Anisimov bdc46b293d class name clash fix 2019-05-26 11:44:33 +02:00
Andreas Fabri 0ed700b30c Unify wording 2019-05-25 10:13:56 +02:00
Dmitry Anisimov 57cbe098fc added deprecated code for back compatability 2019-05-24 18:57:15 +02:00
Laurent Rineau 78c5ec760f
Fix the URL 2019-05-24 14:20:50 +02:00
Andreas Fabri f954b00063 Fix error 2019-05-24 11:32:32 +02:00
Andreas Fabri 7b4bad5666 Fix warnings 2019-05-24 11:14:58 +02:00