[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 3 commits: Make 'gb.clipper' and 'gb.clipper2' API compatible.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 3 commits: Make 'gb.clipper' and 'gb.clipper2' API compatible.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 28 Dec 2024 07:26:48 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 9dcaf66e by Benoît Minisini at 2024-12-28T08:00:59+01:00 Make 'gb.clipper' and 'gb.clipper2' API compatible. [GB.CLIPPER] * NEW: Make 'gb.clipper' API compatible with 'gb.clipper2'. [GB.CLIPPER2] * NEW: Rename 'Clipper.Offset()' as 'Clipper.Inflate()'. * BUG: Use C++17 only to compile the source code. - - - - - 86da9555 by Benoît Minisini at 2024-12-28T08:04:15+01:00 Use 'gb.clipper' instead of 'gb.clipper2', as 'gb.clipper2' does not compile if C++17 is not supported. [DEVELOPMENT ENVIRONMENT] * NEW: Use 'gb.clipper' instead of 'gb.clipper2', as 'gb.clipper2' does not compile if C++17 is not supported. * NEW: Use 'Clipper.Inflate()' instead of 'Clipper.Offset()'. - - - - - 49e3bfce by Benoît Minisini at 2024-12-28T08:25:44+01:00 Don't compile 'gb.clipper2' if C++17 is not supported by the 'gcc'. [CONFIGURATION] * NEW: Don't compile 'gb.clipper2' if C++17 is not supported by the 'gcc'. - - - - - 7 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Editor/Image/CImageSelection.class - main/configure.ac - main/lib/Makefile.am - main/lib/clipper/c_clipper.cpp - main/lib/clipper2/Makefile.am - main/lib/clipper2/c_clipper.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/87023e90628bb5159c1c79bc10b6ddd633df5cb7...49e3bfce47ba7bae56085ff31d490d26fc425b68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/87023e90628bb5159c1c79bc10b6ddd633df5cb7...49e3bfce47ba7bae56085ff31d490d26fc425b68 You're receiving this email because of your account on gitlab.com.