Skip to content

Commit

Permalink
Added clipper.export.h file to make DLL/so files
Browse files Browse the repository at this point in the history
Added a sample Delphi app that tests the DLL
Redisgned C++ Polytree structure to use inheritance not generics
Polytree64ToPolytreeD function not longer required and removed (#292)
Fixed bug where Polytree wasn't descaling results (#291)
  • Loading branch information
AngusJohnson committed Oct 25, 2022
1 parent cce4efd commit 93b7309
Show file tree
Hide file tree
Showing 23 changed files with 2,001 additions and 265 deletions.
1 change: 1 addition & 0 deletions CPP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set(CLIPPER2_INC
Clipper2Lib/include/clipper2/clipper.h
Clipper2Lib/include/clipper2/clipper.core.h
Clipper2Lib/include/clipper2/clipper.engine.h
Clipper2Lib/include/clipper2/clipper.export.h
Clipper2Lib/include/clipper2/clipper.minkowski.h
Clipper2Lib/include/clipper2/clipper.offset.h
Clipper2Lib/include/clipper2/clipper.rectclip.h
Expand Down
2 changes: 1 addition & 1 deletion CPP/Clipper2Lib/include/clipper2/clipper.core.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
* Author : Angus Johnson *
* Date : 15 October 2022 *
* Date : 26 October 2022 *
* Website : http://www.angusj.com *
* Copyright : Angus Johnson 2010-2022 *
* Purpose : Core Clipper Library structures and functions *
Expand Down
Loading

0 comments on commit 93b7309

Please sign in to comment.