Commit Graph

3883 Commits

Author SHA1 Message Date
Efi Fogel db764ae71e Used default traits 2021-03-25 12:52:16 +02:00
Efi Fogel 2f244a6691 default traits 2021-03-25 12:51:57 +02:00
Efi Fogel 759d498e39 Added overlapping tests 2021-03-25 12:28:55 +02:00
Efi Fogel cbc29bca72 Curve lies on identification curve 2021-03-25 12:27:38 +02:00
Efi Fogel 919e1a0ae9 Overlapping tests 2021-03-25 12:26:53 +02:00
Simon Giraudot 3cf1853832 Rebase 2021-03-25 10:03:35 +01:00
Laurent Rineau 21755b1123 Merge pull request #5245 from GilesBathgate/create-assertions-fix
Allow -DNDEBUG and CGAL_nnn_assertions at the same time
2021-03-24 15:05:41 +01:00
Simon Giraudot 3448035fc6 Fix CC_iterator by making constructor from pointer explicit 2021-03-24 08:25:29 +01:00
Efi Fogel fd18c19b99 Fixed wrong conflic-resolving in previous merge. 2021-03-22 15:34:44 +02:00
Efi Fogel 2d3b9f2256 Removed Modifier (not a tag anymore...) 2021-03-22 14:10:36 +02:00
Efi Fogel 30da4ebae2 Merge remote-tracking branch 'cgal/master' into Aos_2-boundary_objects-efic 2021-03-22 13:35:23 +02:00
Laurent Rineau dc36cee2d5 Merge pull request #5166 from sgiraudot/Arrangement_2-Enhanced_ccb_merge-GF
Arrangement 2: Enhanced CCB Merging for Surface Sweep
2021-03-10 11:53:16 +01:00
Laurent Rineau 06cd9422e4 Merge pull request #5166 from sgiraudot/Arrangement_2-Enhanced_ccb_merge-GF
Arrangement 2: Enhanced CCB Merging for Surface Sweep
2021-03-10 10:33:19 +01:00
Laurent Rineau ef23b63648 Merge pull request #5166 from sgiraudot/Arrangement_2-Enhanced_ccb_merge-GF
Arrangement 2: Enhanced CCB Merging for Surface Sweep
2021-03-10 09:45:46 +01:00
Laurent Rineau 3ab3b10d47 Merge pull request #5247 from MaelRL/SDG-Fix_doc-GF
Doc improvements for TDS-related classes
2021-03-03 17:38:18 +01:00
Laurent Rineau 7b94457cb7 Merge pull request #5313 from maxGimeno/Surface_sweep-Fix_test_script-maxGimeno
Fix bash scripts for some tests
2021-03-03 17:35:44 +01:00
Laurent Rineau 22b823f066 Merge pull request #5434 from maxGimeno/Doc-Dont_use_small_caps-maxGimeno
Doc: Don't use small caps
2021-03-03 17:32:57 +01:00
Laurent Rineau da74efdab4 Merge pull request #5497 from afabri/AOS-forcing_value-GF
AOS: Compare with nullptr to avoid warning
2021-03-03 17:21:23 +01:00
Laurent Rineau ab6145babc Merge pull request #5501 from maxGimeno/CGAL-CGAL-Disable_tests_that_use_gmp_if_not_found-5.2-maxGimeno
CMake Fixes when CGAL_Core is disabled (5.2)
2021-03-03 17:20:55 +01:00
Laurent Rineau 4e7c6ab208 Merge pull request #5313 from maxGimeno/Surface_sweep-Fix_test_script-maxGimeno
Fix bash scripts for some tests
2021-03-03 17:10:28 +01:00
Laurent Rineau eea6d08ef2 Merge pull request #5313 from maxGimeno/Surface_sweep-Fix_test_script-maxGimeno
Fix bash scripts for some tests
2021-03-03 16:31:29 +01:00
Efi Fogel e11ec61331 Added missing dependencies. Notice though that Spatial_sorting and TDS_2 is required only for a special point-location strategy that is based on triangulation and merely used for testing, and Modifier and Polyhedron are required for Gaussian map computation, which eventually should be moved to a separate package. 2021-03-03 15:19:11 +02:00
Efi Fogel 74a0e95430 Added missing include 2021-03-03 11:01:18 +02:00
Efi Fogel 932d82238a Temporary fixes 2021-03-03 10:58:56 +02:00
Efi Fogel 6d51bd6689 Merge branch 'Aos_2-boundary_objects-efic' of github.com:efifogel/cgal into Aos_2-boundary_objects-efic 2021-03-02 15:10:59 +02:00
Efi Fogel 839ee6ecd2 Removed trailing spaces 2021-03-02 15:10:29 +02:00
Efi Fogel 7cd96fa4d5 Removed tabs 2021-03-02 11:55:46 +02:00
Maxime Gimeno b4de351840 Merge branch 'CGAL-CGAL-Disable_tests_that_use_gmp_if_not_found-5.1-maxGimeno' into CGAL-CGAL-Disable_tests_that_use_gmp_if_not_found-5.2-maxGimeno 2021-03-02 10:16:01 +01:00
Maxime Gimeno 7c94a1f2bf Replace condition for a clearer equivalent one, and use APPEND for env property in Arrangement_2 2021-03-02 09:59:28 +01:00
Maxime Gimeno fb174a2779 Add CGAL_DISABLE_GMP to the properties of the ctest tests 2021-03-01 15:24:38 +01:00
Efi Fogel 12a85a919b Merge remote-tracking branch 'cgal/master' into Aos_2-boundary_objects-efic 2021-03-01 15:39:36 +02:00
Efi Fogel f9208ac7ae Replaced increment and decrement operators with superior std::next() and std::prev() 2021-03-01 15:32:21 +02:00
Efi Fogel 37dc35d8bf Used increment and decrement operators rather than addition and subtraction 2021-03-01 14:39:02 +02:00
Maxime Gimeno 7d21d5b62d De-activate some things that depend on CGAL_Core if it is not FOUND 2021-03-01 11:27:43 +01:00
Efi Fogel 5192d00a68 Removed obsolete make_curve_2 2021-03-01 00:06:52 +02:00
Efi Fogel e96a65bb74 Cleaned up and enhanced Construct_curve_2 2021-02-28 19:18:11 +02:00
Efi Fogel 1683b8d39c Cleaned up 2021-02-28 12:05:43 +02:00
Andreas Fabri 1b8b7c1449 AOS: Compare with nullptr to avoid warning 2021-02-26 17:12:12 +00:00
Efi Fogel fb1d6dea5a Merge remote-tracking branch 'cgal/master' into Boolean_operations-Use_GPS_based_polylines-GF 2021-02-24 12:54:13 +02:00
Mael Rouxel-Labbé 5efa544734 Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF 2021-02-22 17:19:40 +01:00
Maxime Gimeno cc99fd94ad Demo Pass 2021-02-19 16:02:12 +01:00
Maxime Gimeno 48aff9e9a1 Fix indentation 2021-02-19 11:17:20 +01:00
Laurent Rineau a8aca0f99d Merge pull request #5441 from maxGimeno/CMake-Remove_cxx_standard-maxGimeno
Remove CMAKE_CXX_STANDARD commands in cmake scripts
2021-02-18 15:19:00 +01:00
Maxime Gimeno d5811d0a41 clang-tidy on tests 2021-02-18 15:15:12 +01:00
Maxime Gimeno 99751661be Another try for aos2 2021-02-08 11:21:10 +01:00
Maxime Gimeno 7f189620d8 Remove CMAKE_CXX_STANDARD commands in cmake scripts 2021-02-08 10:06:23 +01:00
Laurent Rineau a735e849c0 Merge pull request #5152 from sloriot/CGAL-remove_bind
Replace usages of boost::bind
2021-02-05 16:14:04 +01:00
Laurent Rineau 4c947f0ee0 Merge pull request #5340 from danston/CGAL-clang_warnings_fix-danston
Clang warnings fixed
2021-02-05 16:10:37 +01:00
Maxime Gimeno fb3746168d remove \sc 2021-02-05 11:10:20 +01:00
Sébastien Loriot 32b31fdc9b use one lambda 2021-02-02 11:09:46 +01:00
Sébastien Loriot f69be333f0 Merge remote-tracking branch 'cgal/5.2.x-branch' into CGAL-remove_bind 2021-01-29 18:44:50 +01:00
Sébastien Loriot 5311c150f5 boost transform iterator cannot use raw lambdas as begin/end iterator types must be identicals 2021-01-29 18:40:01 +01:00
Simon Giraudot 2e98995b29 Clean up and use fast pool allocator (faster) 2021-01-28 14:24:07 +01:00
Simon Giraudot 80e99153dc Use Compact Container in DCEL base instead of in place list 2021-01-28 10:30:55 +01:00
Mael Rouxel-Labbé 1f45360d7a Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF 2021-01-26 09:05:24 +01:00
Laurent Rineau ca9febf3b8 Merge pull request #5063 from maxGimeno/CMake-modernization-maxGimeno
CMake modernization

# Conflicts:
#	CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt
2021-01-22 15:25:54 +01:00
Maxime Gimeno 9ac0a1de04 Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno 2021-01-18 11:52:30 +01:00
Sébastien Loriot ad911271a9 Merge commit '6594e7549bd70923990d86c31e2aa267a79bb629' into HEAD 2021-01-15 10:12:17 +01:00
Sébastien Loriot bdd4efe3b3 Merge commit 'efc0c525e8b' into HEAD 2021-01-15 10:06:56 +01:00
Sébastien Loriot efc0c525e8 include non-deprecated header 2021-01-15 10:02:00 +01:00
Dmitry Anisimov 269a47d773
Merge branch 'master' into CGAL-clang_warnings_fix-danston 2021-01-14 16:51:13 +01:00
Maxime GIMENO 1ee14b23bc
Update Arrangement_on_surface_2/test/Arrangement_on_surface_2/cgal_test_with_cmake
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-01-14 10:32:34 +01:00
Maxime Gimeno 2255f8e8ea Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno 2021-01-13 14:34:09 +01:00
Efi Fogel 498b44f904 Updated 2021-01-10 01:17:14 +02:00
Efi Fogel 0e5190538e Updated 2021-01-10 00:15:32 +02:00
Efi Fogel 240a2d55e1 Updated 2021-01-09 18:16:38 +02:00
Efi Fogel 0329030e24 Updated 2021-01-09 16:28:25 +02:00
Efi Fogel 883791f8f0 Updated 2021-01-09 11:44:36 +02:00
Dmitry Anisimov af94033a64 arrangement on surface 2 unused variables warning fixed 2021-01-07 16:39:03 +01:00
Maxime Gimeno 1623097ed6 Don't force cmake options if INIT_FILE is defined 2021-01-07 13:50:56 +01:00
Sébastien Loriot 0d16ef14c5 replace bind in Arrangement_on_surface_2 2021-01-06 12:59:12 +01:00
Maxime Gimeno 1d98f0f71d Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-12-09 14:40:02 +01:00
Mael Rouxel-Labbé 6b87fe393d Fix various grammar issues 2020-12-05 11:11:33 +01:00
Giles Bathgate 07120b82fa Add missing header includes 2020-12-04 19:42:21 +00:00
Giles Bathgate 5a36ff89b5 Drop NDEBUG it is already visible through CGAL_NO_ASSERTIONS 2020-12-04 19:42:21 +00:00
albert-github 3334013d7a Small correction (text / missing bracket)
Small reformulation (seen as closing bracket was missing).
2020-11-30 18:58:37 +01:00
Efi Fogel f53177f04b Updated 2020-11-30 12:05:10 +02:00
Efi Fogel 5666d26994 Fixed dual-arrangement sections 2020-11-24 13:37:35 +02:00
Efi Fogel 7e952a17e6 Cleaned up 2020-11-24 13:37:21 +02:00
Simon Giraudot becf548ee1 Update from review 2020-11-17 08:27:03 +01:00
Simon Giraudot 2f9cdd068b Sweep mode for Arrangement_2 2020-11-17 08:27:03 +01:00
Simon Giraudot 2341612609 Add chain of inner CCB handling to Arr_dcel_base 2020-11-17 08:27:03 +01:00
Maxime Gimeno 3b70343590 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-11-16 16:19:43 +01:00
Efi Fogel 3e0f39c55c Updated 2020-11-12 11:32:01 +02:00
Efi Fogel 9cb52128a4 Updated 2020-11-11 11:33:53 +02:00
Efi Fogel 532ca0ef10 Updated 2020-11-11 11:11:29 +02:00
Efi Fogel 6b64dc8def Merge branch 'master' into Aos_2-boundary_objects-efic 2020-11-11 09:38:55 +02:00
Efi Fogel fa5b188198 Updated 2020-11-10 16:48:39 +02:00
Efi Fogel 8d3dc48184 Updated 2020-11-10 12:41:19 +02:00
Maxime Gimeno 8e23d5c482 Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-10 09:00:41 +01:00
Laurent Rineau f33d835d2e Merge pull request #4939 from sgiraudot/Polygon-Vertex_pair_iterator-GF
Arrangement: Avoid constructing Segment_2/Line_2 objects when possible
2020-11-10 08:45:35 +01:00
Efi Fogel 6284041752 Updated 2020-11-10 01:08:52 +02:00
Efi Fogel efcc228a0b Updated 2020-11-09 12:30:03 +02:00
Maxime Gimeno cc00d293df Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-06 09:37:18 +01:00
Efi Fogel c596073ffc Un-deprecated bbox() (for now) 2020-11-05 10:43:47 +02:00
Efi Fogel ca41fb5033 Updated 2020-11-05 10:20:24 +02:00
Laurent Rineau 10f399c1fd Merge pull request #5091 from sgiraudot/Arrangement-Fix_polycurve_intersection-efif-GF
[Arrangement] Fix polycurve overlap intersection
2020-11-04 20:46:07 +01:00
Laurent Rineau d4082e00f9 Merge pull request #5091 from sgiraudot/Arrangement-Fix_polycurve_intersection-efif-GF
[Arrangement] Fix polycurve overlap intersection
2020-11-04 20:44:24 +01:00
Efi Fogel aaf173b4f6 Updated 2020-11-04 18:14:03 +02:00
Efi Fogel bc83b00a2e Cleaned up and deprecated Arr_segment_2::bbox(), which was left by mistake... 2020-11-04 15:55:04 +02:00
Maxime Gimeno 3f6a4c8a28 fix warning in test 2020-11-03 14:43:21 +01:00
Efi Fogel c869a41e70 Renamed Polycurves_bezier => polycurves_bezier 2020-10-30 14:29:30 +02:00
Maxime Gimeno 1c00bf6847 Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-29 15:09:16 +01:00
Efi Fogel 6e3978daf5 Updated 2020-10-29 15:02:48 +02:00
Laurent Rineau e6dbcd97d4 Merge pull request #5099 from theartful/fix_demo_compiling_without_core
Fix arrangement demo compiling without CORE
2020-10-29 10:52:59 +01:00
Efi Fogel 39067ddbcd Updated 2020-10-29 11:39:42 +02:00
Efi Fogel 04cae7396c Updated 2020-10-29 11:28:24 +02:00
Efi Fogel 2f7710fa44 Updated 2020-10-28 18:41:04 +02:00
Efi Fogel 9e9e572013 Fixed the intersection op. for the case where the 2 input curves have opposite directions 2020-10-28 11:38:45 +02:00
Efi Fogel 05f413140f Renamed 2020-10-28 10:19:39 +02:00
Efi Fogel a92c3b26c0 Updated 2020-10-27 18:56:00 +02:00
Efi Fogel e8e67c02d5 Updated 2020-10-27 18:09:06 +02:00
Efi Fogel 65d4593479 defined construct_opposite only if CGAL_ALWAYS_LEFT_TO_RIGHT 2020-10-27 17:47:39 +02:00
Efi Fogel b4c59c130c Updated 2020-10-27 17:02:23 +02:00
Maxime Gimeno 2ad4c16b6e Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-26 15:00:53 +01:00
Laurent Rineau d08d6ca552 Merge branch '5.1.x-branch' 2020-10-23 16:06:55 +02:00
Laurent Rineau a7cd94f82f Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' into 5.1.x-branch 2020-10-23 16:06:46 +02:00
Ahmed Essam 2dcdea9b05 Macro definitions is not passed to moc compiler 2020-10-23 11:29:56 +02:00
Simon Giraudot c02ffb762b Use 2 booleans instead of an enum 2020-10-21 13:31:21 +02:00
Simon Giraudot adef28b496 Add assertions and fix bug 2020-10-21 10:12:51 +02:00
Simon Giraudot 51e1aa537d Remove unused variable 2020-10-21 09:14:04 +02:00
Efi Fogel 3f623d99df Construct opposite only if CGAL_ALWAYS_LEFT_TO_RIGHT 2020-10-21 08:40:51 +02:00
Simon Giraudot 11963731ca Update test 2020-10-21 08:40:51 +02:00
Simon Giraudot 615a8768dd Fix inverted segments 2020-10-21 08:40:51 +02:00
Simon Giraudot fcbbea5e0d Better handling of invertions 2020-10-21 08:40:51 +02:00
Simon Giraudot 47eba2afb5 Update test 2020-10-21 08:40:51 +02:00
Simon Giraudot 7588d8803d Cache overlaps and dump at the end (inverted if needed) 2020-10-21 08:40:51 +02:00
Simon Giraudot 4af178b29a Add polycurve intersection test 2020-10-21 08:40:51 +02:00
Ahmed Essam ad679e473b Fix arrangement demo compiling without CORE 2020-10-20 13:01:11 -07:00
Simon Giraudot 3e17be2b30 Merge branch 'Arrangement-Fix_polycurve_intersection-efif-GF' into Boolean_operations-Use_GPS_based_polylines-GF 2020-10-20 10:34:46 +02:00
Maxime Gimeno bebd60c12b Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-20 09:53:54 +02:00
Simon Giraudot 0b70318c51 Merge remote-tracking branch 'mine/Polygon-Vertex_pair_iterator-GF' into Polygon-Vertex_pair_iterator-GF 2020-10-20 09:01:29 +02:00
Simon Giraudot 9fb9efc7eb Update test 2020-10-19 15:36:12 +02:00
Simon Giraudot 8f1d611dda Fix inverted segments 2020-10-19 13:34:31 +02:00
Simon Giraudot 4e25e0c650 Better handling of invertions 2020-10-19 11:47:14 +02:00
Simon Giraudot 51d08c3567 Update test 2020-10-15 11:59:37 +02:00
Simon Giraudot 4ff6c4952e Cache overlaps and dump at the end (inverted if needed) 2020-10-15 11:59:30 +02:00
Simon Giraudot 13b8e9f690 Add polycurve intersection test 2020-10-14 12:26:31 +02:00
Ahmed Essam ae8496fdfc Probably fixes warnings with Bezier and Rational traits 2020-10-14 07:11:07 +02:00
Efi Fogel 88aa7013c2 Updated 2020-10-13 00:01:23 +03:00
Efi Fogel 10271492e4 Updated 2020-10-12 12:36:11 +03:00
Mael Rouxel-Labbé f55ef7dd50 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-10-09 18:36:17 +02:00
Ahmed Essam ae46209b2b Address compile errors with msvc2015 2020-10-06 16:00:04 -07:00
Ahmed Essam 29abb9c657 Small change 2020-10-06 19:41:17 +01:00
Ahmed Essam 614d7feb4f Fix bug with entering rational curves 2020-10-06 19:26:53 +01:00
Maxime Gimeno 616574e5ab Modernize CMake scripts 2020-10-06 15:44:41 +02:00
Ahmed Essam 86e4235eee Fix warnings 2020-10-04 14:32:42 +01:00
Ahmed Essam 32093e6ea3 Merge branch 'master' of https://github.com/CGAL/cgal into gsoc2020-aos_demo-theartful 2020-10-03 20:55:38 +02:00
Ahmed Essam 1d3815f4ec Change things for better compilation speed 2020-10-03 20:35:50 +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
Ahmed Essam 527d15eabe Fix division by zero bug 2020-10-01 16:10:20 +01:00
Ahmed Essam 72718bacac Fix bug with parsing polynomials of one dimension 2020-10-01 16:01:33 +01:00
Ahmed Essam 1ae6f3f495 Fix past the "beginning" bug
This caused assertion error in msvc debug mode while running the demo
2020-10-01 15:56:44 +01:00
Ahmed Essam aa2bc8d05f Fix msvc min/max conflict (hopefully for the last time!) 2020-10-01 19:40:54 +01:00
Ahmed Essam 1fb65b6ea8 Fix msvc warning 2020-10-01 18:35:00 +01:00
Simon Giraudot 4f0648d17b Use Point_2/Point_2 constructor so that it also works with Arr_non_caching_segment_traits 2020-10-01 08:54:47 +02:00
Simon Giraudot 1d3c289481 Fix outdated variable name 2020-09-30 15:41:05 +02:00
Ahmed Essam 945853fc34 Simplify last commit and potentially avoid missing return warning 2020-09-30 11:57:00 +02:00
Ahmed Essam 890787c518 msvc2015 doesn't treat static const int as constexpr 2020-09-30 11:48:39 +02:00
Ahmed Essam f2115d534b Fix min/max macro conflict 2020-09-30 10:53:02 +02:00
Ahmed Essam 9b97665d09 Remove unused include 2020-09-29 15:44:12 +02:00
Ahmed Essam f13532f27f Fix issue with constexpr functions having multiple returns in msvc2015 2020-09-29 15:39:57 +02:00
Ahmed Essam ab15a175b4 Fix windows min/max macro conflict 2020-09-29 15:23:02 +02:00
Jane Tournois 5c8df6672a remove CGAL_CFG_MATCHING_BUG_ variants
the "matching bug" of msvc has been fixed since at least vs 2015
2020-09-25 14:25:14 +02:00
Ahmed Essam 91912bd168 Use new envelope functions 2020-09-24 21:31:09 +02:00
Ahmed Essam b238db17ae Merge remote-tracking branch 'cgal/master' into gsoc2020-aos_demo-theartful 2020-09-24 20:46:06 +02:00
Ahmed Essam 885759ff05 Fix compilation error with msvc2017
Fixes the compilation error in x64_Cygwin-Windows10_MSVC2017-Debug-64bits
platform.
CXXFLAGS=/DWIN32 /D_WINDOWS /W3 /GR /EHsc -D_CRT_SECURE_NO_DEPRECATE
-D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS
-D_SCL_SECURE_NO_WARNINGS
-D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING /fp:strict
/fp:except- /wd4503 /bigobj /permissive- /std:c++17 /D_DEBUG /MDd /Ob0
/Od /RTC1
LDFLAGS=/machine:x64 /debug /INCREMENTAL
Curve_renderer_2.h(1753): error C2760: syntax error: unexpected token
'identifier', expected ')'
Produced the error locally and for some reason adding the extra parenthesis
fixed the problem. Most probably a bug with msvc2017 with these flags.
2020-09-23 18:19:24 -07:00
Ahmed Essam 738642c277 Remove useless guards 2020-09-23 18:12:43 -07:00
Ahmed Essam a59f2d6a51 Address problems in last test suite run
https://cgal.geometryfactory.com/CGAL/testsuite/results-5.2-Ic-11.shtml#Arrangement_on_surface_2_Demo
2020-09-23 11:01:43 -07:00
Efi Fogel a78da99764 Used the fh handle to eliminate the warning of unused 2020-09-23 14:28:49 +03:00
Efi Fogel 92801f4f8f Chenged back size_t to unsigned int (at some point all Multiplicity types should be defined as size_t) 2020-09-23 14:27:53 +03:00
Efi Fogel 3f1647345b Initialized m_is_directed_right in default constructor 2020-09-23 14:27:22 +03:00
Efi Fogel 250f6933fe Updated 2020-09-23 13:06:55 +03:00
Mael Rouxel-Labbé 4694a48913 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-09-22 11:35:25 +02:00
Efi Fogel 70f5d0eede Removed redundant typedefs 2020-09-22 10:08:47 +03:00
Ahmed Essam a4530b825c Guard catching internal exception with CGAL_USE_CORE
Catching this exception is for debugging reasons + this is probably
a bug
2020-09-22 09:07:13 +02:00
Ahmed Essam 124c4c1ae8 Revert "Change CGAL_USE_CORE to CGAL_USE_Core"
This reverts commit 2f6e3e8732.
2020-09-22 09:04:59 +02:00
Ahmed Essam 2f6e3e8732 Change CGAL_USE_CORE to CGAL_USE_Core
made sure that the demo compiles with/without Core
2020-09-22 07:18:49 +02:00
Ahmed Essam a30658a4d3 Fix compilation errors & other changes 2020-09-21 09:42:15 +02:00
Efi Fogel 3600f6ccd5 Updated 2020-09-16 15:32:04 +03:00
Ahmed Essam b6148a712b Fix unused var warning 2020-09-16 02:59:50 +02:00
Efi Fogel 248f0635e2 Updated 2020-09-15 18:47:57 +03:00
Efi Fogel b41988aa70 Merge remote-tracking branch 'cgal/master' into Aos_2-remove_object-efif 2020-09-15 17:18:34 +03:00
Efi Fogel 53abecd5e2 Updated 2020-09-15 17:05:41 +03:00
Efi Fogel 9442386903 Updated 2020-09-15 12:09:20 +03:00
Laurent Rineau 6cf203f5ca Merge pull request #4861 from sgiraudot/Arrangement_2-Small_enhancements-GF
Arrangement 2: Small Enhancements
2020-09-11 15:07:50 +02:00
Efi Fogel f332cf00f7 Updated 2020-09-08 19:50:30 +03:00
Efi Fogel 7cd3a2663b Updated 2020-09-08 17:46:08 +03:00
Ahmed Essam 6d91abc9e8 Check if arr is model of ArrangementOpenBoundaryTraits instead of try and catch 2020-08-31 18:35:38 +02:00
Efi Fogel 2ba5b641f6 Updated 2020-08-31 10:36:33 +03:00
Ahmed Essam 1cf11730a9 Fix focus for algebraic and rational curve input dialogs 2020-08-31 01:57:25 +02:00
Ahmed Essam b83437451e Bounding y-coordinate on the ends causes bugs as expected 2020-08-31 01:51:41 +02:00
Ahmed Essam c130770820 Fix bug with algebraic parser + with view navigation 2020-08-31 01:30:37 +02:00
Efi Fogel 83745ddd1e Updated 2020-08-31 01:53:11 +03:00
Ahmed Essam 17bcc9696c Don't use bbox with segment/linear/polyline traits 2020-08-31 00:18:13 +02:00
Ahmed Essam b9a08d76d6 cleanups 2020-08-30 23:24:51 +02:00
Ahmed Essam bf57baf339 Make the demo work without CORE + other cleanups 2020-08-30 20:07:53 +02:00
Efi Fogel 0bf48f8a04 Updated 2020-08-30 12:34:03 +03:00
Efi Fogel 238b182a32 Updated 2020-08-30 12:25:47 +03:00
Ahmed Essam acba1e4e5f Icons, about and bug fixes 2020-08-28 17:02:04 +02:00