File tree
8 files changed
+136
-25
lines changed- .github/workflows
- external
- python/pyclipr
8 files changed
+136
-25
lines changedLines changed: 31 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + |
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 |
| |
16 | 26 |
| |
17 | 27 |
| |
|
Lines changed: 7 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 | 227 |
| |
233 | 228 |
| |
234 | 229 |
| |
235 | 230 |
| |
236 | 231 |
| |
237 | 232 |
| |
238 |
| - | |
| 233 | + | |
239 | 234 |
| |
240 | 235 |
| |
241 | 236 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + |
- CPP/BenchMark/CMakeLists.txt+13-4
- CPP/BenchMark/PointInPolygonBenchmark.cpp+329
- CPP/BenchMark/StripDuplicateBenchmark.cpp+1-1
- CPP/CMakeLists.txt+36-17
- CPP/Clipper2Lib/include/clipper2/clipper.core.h+82-70
- CPP/Clipper2Lib/include/clipper2/clipper.engine.h+26-15
- CPP/Clipper2Lib/include/clipper2/clipper.export.h+305-512
- CPP/Clipper2Lib/include/clipper2/clipper.h+62-86
- CPP/Clipper2Lib/include/clipper2/clipper.minkowski.h+2-2
- CPP/Clipper2Lib/include/clipper2/clipper.offset.h+20-14
- CPP/Clipper2Lib/include/clipper2/clipper.rectclip.h+2-3
- CPP/Clipper2Lib/include/clipper2/clipper.version.h+6
- CPP/Clipper2Lib/src/clipper.engine.cpp+235-182
- CPP/Clipper2Lib/src/clipper.offset.cpp+263-195
- CPP/Clipper2Lib/src/clipper.rectclip.cpp+84-50
- CPP/Examples/Inflate/Inflate.cpp+28-22
- CPP/Examples/VariableOffset/VariableOffset.cpp+35-9
- CPP/Tests/TestExportHeaders.cpp+220
- CPP/Tests/TestLines.cpp+2-2
- CPP/Tests/TestOffsetOrientation.cpp+28-15
- CPP/Tests/TestOffsets.cpp+582-103
- CPP/Tests/TestPolygons.cpp+27-16
- CPP/Tests/TestPolytreeHoles.cpp+273
- CPP/Tests/TestPolytreeHoles1.cpp-31
- CPP/Tests/TestPolytreeHoles2.cpp-132
- CPP/Tests/TestPolytreeHoles3.cpp-25
- CPP/Tests/TestPolytreeHoles4.cpp-26
- CPP/Tests/TestPolytreeUnion.cpp+1-1
- CPP/Tests/TestRandomPaths.cpp+2-1
- CPP/Tests/TestRectClip.cpp+24
- CPP/Tests/TestSimplifyPath.cpp+14
- CPP/Tests/TestWindows.cpp+8
- CPP/Utils/ClipFileSave.cpp+8-6
- CPP/Utils/ClipFileSave.h+8-4
- CPP/Utils/CommonUtils.h+10
- CPP/Utils/Timer.h+38-45
- CPP/Utils/clipper.svg.cpp+10-8
- CPP/clipper.version.in+6
- CSharp/Clipper2Lib.Examples/InflateDemo/Main.cs+54-25
- CSharp/Clipper2Lib/Clipper.Core.cs+74-75
- CSharp/Clipper2Lib/Clipper.Engine.cs+151-91
- CSharp/Clipper2Lib/Clipper.Offset.cs+276-179
- CSharp/Clipper2Lib/Clipper.RectClip.cs+102-61
- CSharp/Clipper2Lib/Clipper.cs+42-52
- CSharp/Clipper2Lib/Clipper2.snk
- CSharp/Clipper2Lib/Clipper2Lib.csproj+31-33
- CSharp/Clipper2Lib/HashCode.cs+126
- CSharp/USINGZ.TestApp/Program.cs+79
- CSharp/USINGZ.TestApp/UsingZTestApp.csproj+23
- CSharp/USINGZ.TestApp/UsingZ_TestApp.sln+31
- CSharp/USINGZ/Clipper2LibZ.csproj+8-3
- CSharp/Utils/ClipFileIO/Clipper.FileIO.csproj+15-15
- CSharp/Utils/Colors/Clipper.Colors.csproj+1-1
- CSharp/Utils/SVG/Clipper.SVG.cs+1-1
- CSharp/Utils/SVG/Clipper2.SVG.csproj+14-12
- DLL/CSharp_TestApp/COMPILE AND ADD Clipper2_64.dll HERE
- DLL/CSharp_TestApp/CSharp_TestApp.csproj+11
- DLL/CSharp_TestApp/CSharp_TestApp.sln+25
- DLL/CSharp_TestApp/Program.cs+291
- DLL/CSharp_TestApp/polytree_sample.png
- DLL/CSharp_TestApp2/COMPILE AND ADD Clipper2_64.dll HERE
- DLL/CSharp_TestApp2/CSharp_TestApp2.csproj+16
- DLL/CSharp_TestApp2/CSharp_TestApp2.sln+63
- DLL/CSharp_TestApp2/Program.cs+184
- DLL/Delphi_TestApp/COMPILE AND ADD Clipper2_64.dll HERE
- DLL/Delphi_TestApp/Test_DLL.dpr+307-554
- DLL/ReadMe.md+7
- Delphi/Clipper2Lib/Clipper.Core.pas+44-22
- Delphi/Clipper2Lib/Clipper.Engine.pas+270-223
- Delphi/Clipper2Lib/Clipper.Offset.pas+314-161
- Delphi/Clipper2Lib/Clipper.RectClip.pas+127-76
- Delphi/Clipper2Lib/Clipper.inc+9-9
- Delphi/Clipper2Lib/Clipper.pas+219-121
- Delphi/Examples/Example1/Example1.dpr+33
- README.md+9-7
- .github/workflows/ci.yml+1-1
- .github/workflows/configure.yml+8-4
- .github/workflows/pip.yml+2-2
- .pre-commit-config.yaml+5-5
- CMakeLists.txt+4-4
- README.rst+1-1
- docs/advanced/embedding.rst+1-1
- docs/changelog.rst+55-7
- docs/classes.rst+4
- docs/compiling.rst+6-3
- docs/faq.rst+2-1
- docs/release.rst+6-4
- docs/upgrade.rst+14
- include/pybind11/detail/common.h+4-7
- include/pybind11/pytypes.h+6-1
- pybind11/_version.py+1-1
- tests/CMakeLists.txt+4-7
- tests/requirements.txt+1-1
- tests/test_class.cpp+1-1
- tests/test_cmake_build/CMakeLists.txt-3
- tests/test_cmake_build/installed_embed/CMakeLists.txt+4-4
- tests/test_cmake_build/installed_function/CMakeLists.txt+4-4
- tests/test_cmake_build/installed_target/CMakeLists.txt+4-4
- tests/test_cmake_build/subdirectory_embed/CMakeLists.txt+4-4
- tests/test_cmake_build/subdirectory_function/CMakeLists.txt+4-4
- tests/test_cmake_build/subdirectory_target/CMakeLists.txt+4-4
- tools/pybind11Common.cmake+9-1
- tools/pybind11Config.cmake.in+3-1
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
579 |
| - | |
| 579 | + | |
| 580 | + | |
580 | 581 |
| |
581 | 582 |
| |
582 | 583 |
| |
583 | 584 |
| |
584 |
| - | |
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
|
Lines changed: 80 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 |
| |
12 | 18 |
| |
13 | 19 |
| |
14 | 20 |
| |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
15 | 28 |
| |
16 | 29 |
| |
17 | 30 |
| |
| |||
22 | 35 |
| |
23 | 36 |
| |
24 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
25 | 90 |
| |
26 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
27 | 96 |
| |
28 | 97 |
| |
29 | 98 |
| |
| |||
39 | 108 |
| |
40 | 109 |
| |
41 | 110 |
| |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
42 | 116 |
| |
43 | 117 |
| |
44 | 118 |
| |
| |||
71 | 145 |
| |
72 | 146 |
| |
73 | 147 |
| |
74 |
| - | |
75 |
| - | |
76 | 148 |
| |
77 | 149 |
| |
78 | 150 |
| |
79 |
| - | |
| 151 | + | |
80 | 152 |
| |
81 | 153 |
| |
82 | 154 |
| |
83 | 155 |
| |
84 | 156 |
| |
85 | 157 |
| |
86 | 158 |
| |
87 |
| - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
88 | 164 |
| |
89 | 165 |
| |
90 | 166 |
| |
|
0 commit comments