3 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
32 | 42 | | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
| 46 | + | |
| 47 | + | |
36 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
- CPP/CMakeLists.txt+2-1
- CPP/Clipper2Lib/include/clipper2/clipper.core.h+62-27
- CPP/Clipper2Lib/include/clipper2/clipper.engine.h+2-2
- CPP/Clipper2Lib/include/clipper2/clipper.h+4-12
- CPP/Clipper2Lib/include/clipper2/clipper.offset.h+9
- CPP/Clipper2Lib/src/clipper.engine.cpp+20-34
- CPP/Clipper2Lib/src/clipper.offset.cpp+100-34
- CPP/Tests/TestPolytreeHoles3.cpp+25
- CSharp/Clipper2Lib.Tests/Tests1/Tests/TestLines.cs+1-1
- CSharp/Clipper2Lib/Clipper.Core.cs+62-18
- CSharp/Clipper2Lib/Clipper.Engine.cs+19-24
- CSharp/Clipper2Lib/Clipper.Offset.cs+77-18
- CSharp/Clipper2Lib/Clipper.cs+19-13
- CSharp/Utils/ClipFileIO/Clipper.FileIO.cs+2-2
- CSharp/Utils/SVG/Clipper.SVG.Utils.cs+28-2
- CSharp/Utils/SVG/Clipper.SVG.cs+2-3
- DLL/Delphi_TestApp/Clipper.SVG.pas+11-1
- DLL/Delphi_TestApp/Test_DLL.dpr+159-232
- DLL/Delphi_TestApp/Test_DLL.dproj+5-1
- Delphi/BenchMark/DelphiBenchmark.dpr+6-9
- Delphi/Clipper2Lib/Clipper.Core.pas+43-24
- Delphi/Clipper2Lib/Clipper.Engine.pas+22-35
- Delphi/Clipper2Lib/Clipper.Offset.pas+89-7
- Delphi/Clipper2Lib/Clipper.inc+5-4
- Delphi/Clipper2Lib/Clipper.pas+12-3
- Delphi/Examples/Example2/Example2.dpr+8-8
- Delphi/Examples/RectClip/RectClip_Demo.dpr+7-4
- Delphi/Examples/RectClip/RectClip_Demo.dproj+7-4
- Delphi/Utils/Clipper.SVG.pas+20-172
- Delphi/Utils/Timer.pas+23-78
- README.md+6
0 commit comments