Commit Graph

92180 Commits

Author SHA1 Message Date
Maxime Gimeno 0f46df37df Restore GLOB 2020-10-12 11:11:04 +02:00
Maxime Gimeno 97320dbfd2 Fix HDT2 demo cmakelists 2020-10-12 09:10:12 +02:00
Maxime Gimeno 9883437315 revert the GLOB rework 2020-10-09 15:59:27 +02:00
Maxime Gimeno cd5d602252 Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno 2020-10-09 15:19:43 +02:00
Maxime Gimeno 3aa2f81ad9 test travis. 2020-10-09 15:08:09 +02:00
Maxime Gimeno 9a90628fa5 Fix header check 2020-10-09 14:29:40 +02:00
Maxime Gimeno fb39fc71ac Revert most changes to the cgal_use_file 2020-10-09 12:55:25 +02:00
Maxime Gimeno af5d1ee535 fix list 2020-10-09 11:16:23 +02:00
Maxime Gimeno fe75ee4ee6 restore CMP0077 2020-10-08 13:42:42 +02:00
Maxime Gimeno 221bbdd4b1 remove CMP code now that we only support from cmake 3.13 2020-10-08 12:31:41 +02:00
Maxime Gimeno 733c487cc2 Fix file(GLOB...) in Installation/CMakeLists 2020-10-08 11:01:18 +02:00
Maxime Gimeno 616574e5ab Modernize CMake scripts 2020-10-06 15:44:41 +02:00
Maxime Gimeno 39f97ca56b remove NOT CGAL_HEADER_ONLY 2020-10-05 15:44:05 +02:00
Maxime Gimeno fa2e8ec0a4 remove WITH_XXX cache options 2020-10-05 15:19:55 +02:00
Maxime Gimeno 27589e4b26 Remove preconfigured 3rd party libs options 2020-10-05 14:37:38 +02:00
Laurent Rineau b8d5c5e89a Fix the call to Github API 2020-10-05 13:23:33 +02:00
Laurent Rineau 0635d8992a
Update build_doc.yml 2020-10-05 13:06:15 +02:00
Laurent Rineau f88c0dec4a Fix my error: wget is run without root rights 2020-10-05 12:50:05 +02:00
Laurent Rineau da4acf4f0d wget --no-verbose 2020-10-05 12:46:29 +02:00
Laurent Rineau 10e5bcd369 Fix a typo 2020-10-05 12:46:12 +02:00
Laurent Rineau cba7b46378 Fix the script, again 2020-10-05 12:38:49 +02:00
Laurent Rineau 4937ab2f72 fix the workflow (tested) 2020-10-05 12:31:47 +02:00
Laurent Rineau 74af3e7d33 Fix the workflow 2020-10-05 11:51:43 +02:00
Laurent Rineau 606f5ef7dd
Merge pull request #5029 from maxGimeno/CI-Doc_build_rounds-maxGimeno 2020-10-05 11:41:24 +02:00
Sebastien Loriot c54622e9b4
Merge pull request #4976 from janetournois/Tet_remeshing-speedup-GF
Tetrahedral Remeshing - speedup
2020-10-02 15:29:24 +02:00
Sebastien Loriot 47d2189f8e
Merge pull request #3268 from afabri/PMP-visitor-GF
PMP::triangulate_faces() Add a visitor that allows to map each triangle to its original face
2020-10-02 15:26:05 +02:00
Sébastien Loriot 4e0fc267af Merge pull request #4715 from afabri/BGL-test_face-GF
BGL: Add a function to check if add_face() can be called successfully
2020-10-02 15:24:45 +02:00
Sebastien Loriot af260a3156
Merge pull request #4869 from maxGimeno/CGAL-CMake_testsuite-maxGimeno
Add a testsuite for CMake
2020-10-02 15:21:47 +02:00
Sebastien Loriot 10ba34719e
Merge pull request #4728 from sloriot/PMP-cc_cleanup
Clean in connected components
2020-10-02 15:20:53 +02:00
Sebastien Loriot 6294784792
Merge pull request #4738 from sloriot/BGL-ffg_default_cst
Add a constuctor with an empty selection
2020-10-02 15:20:33 +02:00
Sebastien Loriot 9a9acceb10
Merge pull request #4761 from maxGimeno/GraphicsView-Fixes_for_Regular_triangulation_2-maxGimeno
GraphicsView: Regular_triangulation_2 enhancements
2020-10-02 15:20:20 +02:00
Sebastien Loriot 9e4970faef
Merge pull request #4781 from lrineau/Mesh_3-ITT_support-GF
Add ITT support in Mesh_3
2020-10-02 15:20:04 +02:00
Sebastien Loriot 03ff1a667f
Merge pull request #4784 from efifogel/Aos_2-remove_object-efif
Aos_2: Change Make_x_monotone_2 return type from legacy CGAL::Object to boost::variant
2020-10-02 15:19:36 +02:00
Sebastien Loriot 20ac7ff2da
Merge pull request #4792 from lrineau/Mesh_3-reduce_size_of_debuginfo-GF
Reduce size of symbols (and debug infos)
2020-10-02 15:17:44 +02:00
Sebastien Loriot aff306bb55
Merge pull request #4811 from maxGimeno/Demo-Fixes_and_features-maxGimeno
Polyhedron demo: fixes and features
2020-10-02 15:17:25 +02:00
Sebastien Loriot 931d707e4d
Merge pull request #4845 from danston/Polyhedron-cpp11_ranges-danston
Polyhedron cpp11 range-based loops
2020-10-02 15:17:05 +02:00
Sebastien Loriot 9ea4a875ef
Merge pull request #4862 from maxGimeno/Demo-Display_properties_plugin-maxGimeno
3D Demo: Display Surface_mesh properties
2020-10-02 15:16:37 +02:00
Sebastien Loriot b92ad36e82
Merge pull request #4892 from lrineau/Mesh_3-new_TBB_task_group_API-GF
Mesh_3: now uses tbb:task_group instead of tbb::task (deprecated)
2020-10-02 15:16:08 +02:00
Sebastien Loriot 7652091b9c
Merge pull request #4931 from sloriot/CGAL-cosmetic_cleanup
Cosmetic cleaning
2020-10-02 15:15:31 +02:00
Sebastien Loriot 8199d88a6c
Merge pull request #4941 from afabri/Bounding_Volumes-doc_fixes-GF
Bounding Volumes:  Fix and improve the documentation
2020-10-02 15:15:10 +02:00
Sebastien Loriot ed6ef11413
Merge pull request #5004 from theartful/fix_eating_extra_whitespace
Fix eating extra whitespace in CORE::BigRat
2020-10-02 15:14:03 +02:00
Sebastien Loriot 9ce3e3a3c1
Merge pull request #5024 from janetournois/Installation-remove_msvc_bug_macro-GF
Installation - matching bug is fixed in MSVC >= 2015
2020-10-02 15:13:15 +02:00
Sebastien Loriot 0fd476c210
Merge pull request #5026 from janetournois/CGAL-fix_cpp20_errors-GF
Fix errors and warnings for C++20
2020-10-02 15:12:23 +02:00
Sebastien Loriot 7461cd7c70
Merge pull request #5036 from maxGimeno/Basic_viewer-fixes-maxGimeno
Basic_viewer: Minor fixes
2020-10-02 15:11:50 +02:00
Sébastien Loriot 53fcdff2be Merge remote-tracking branch 'cgal/5.1.x-branch' into master 2020-10-02 15:11:03 +02:00
Sebastien Loriot 2a82da4adb
Merge pull request #5023 from sloriot/PSP-add_missing_pmap
Use property map in std::nth_element call
2020-10-02 15:10:26 +02:00
Sebastien Loriot a55d7f668c
Merge pull request #5028 from maxGimeno/Doc-Fix_minor_error_in_example-maxGimeno
BGL-Minor_doc_fix
2020-10-02 15:10:07 +02:00
Sebastien Loriot dadf977798
Merge pull request #5032 from lrineau/Classification-fix_warning-GF
Fix a warning
2020-10-02 15:09:47 +02:00
Sébastien Loriot 090b82e762 Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-10-02 15:08:56 +02:00
Sebastien Loriot d877651637
Merge pull request #5031 from lrineau/Nef_2-fix_CGAL_NEF_TRACEN_warning-GF
Nef_2: Fix a warning in an debug code
2020-10-02 15:07:46 +02:00