Efi Fogel

Results 76 comments of Efi Fogel

I added the 3 statements below, which I found in the standard demo. It's a guess... add_to_cached_list(CGAL_EXECUTABLE_TARGETS earth) include(${CGAL_MODULES_DIR}/CGAL_add_test.cmake) cgal_add_compilation_test(earth) ____ _ ____ _ /_____/_) o /__________ __ // (____...

Thanks. Removed the "REQUIRED" option in find_package(Qt6...) ____ _ ____ _ /_____/_) o /__________ __ // (____ ( ( ( (_/ (_/-(-'_(/ _/ On Wed, 6 Mar 2024 at 16:48,...

The demo had some warnings, which I fixed. ____ _ ____ _ /_____/_) o /__________ __ // (____ ( ( ( (_/ (_/-(-'_(/ _/ On Tue, 12 Mar 2024 at...

Thanks. I've simplified the example. (It should be simple. In the future I may add more sophisticated examples.) ____ _ ____ _ /_____/_) o /__________ __ // (____ ( (...

Regarding my previous commit, I had a moment and tried the demo on a much more simple faked map, and noticed that the rendering was busted, so I fixed it....

I confirm that there is a problem. It is caused by the polyline traits, which is now used by default for regularized Boolean operations. If you replace the statement on...

How can a line be self intersecting? Please provide a complete minimal program that reproduces the problem. If you are trying to insert a set of curves that might not...

I think that a backport is not needed. ____ _ ____ _ /_____/_) o /__________ __ // (____ ( ( ( (_/ (_/-(-'_(/ _/ On Mon, 29 Apr 2024 at...

Sure, I'll add one. ____ _ ____ _ /_____/_) o /__________ __ // (____ ( ( ( (_/ (_/-(-'_(/ _/ On Mon, 22 Apr 2024 at 09:41, Sebastien Loriot ***@***.***>...

ok, did that (added some code to test that it compiles). PS, in the near future I plan to submit a new feature (or at least a small feature) that...