| OLD | NEW |
| 1 { | 1 { |
| 2 'sources': [ | 2 'sources': [ |
| 3 '../tests/PathOpsAngleTest.cpp', | 3 '../tests/PathOpsAngleTest.cpp', |
| 4 '../tests/PathOpsBoundsTest.cpp', | 4 '../tests/PathOpsBoundsTest.cpp', |
| 5 '../tests/PathOpsCubicIntersectionTest.cpp', | 5 '../tests/PathOpsCubicIntersectionTest.cpp', |
| 6 '../tests/PathOpsCubicIntersectionTestData.cpp', | 6 '../tests/PathOpsCubicIntersectionTestData.cpp', |
| 7 '../tests/PathOpsCubicLineIntersectionTest.cpp', | 7 '../tests/PathOpsCubicLineIntersectionTest.cpp', |
| 8 '../tests/PathOpsCubicReduceOrderTest.cpp', | 8 '../tests/PathOpsCubicReduceOrderTest.cpp', |
| 9 '../tests/PathOpsCubicToQuadsTest.cpp', | 9 '../tests/PathOpsCubicToQuadsTest.cpp', |
| 10 '../tests/PathOpsDCubicTest.cpp', | 10 '../tests/PathOpsDCubicTest.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 '../tests/PathOpsOpCubicThreadedTest.cpp', | 21 '../tests/PathOpsOpCubicThreadedTest.cpp', |
| 22 '../tests/PathOpsOpRectThreadedTest.cpp', | 22 '../tests/PathOpsOpRectThreadedTest.cpp', |
| 23 '../tests/PathOpsOpTest.cpp', | 23 '../tests/PathOpsOpTest.cpp', |
| 24 '../tests/PathOpsQuadIntersectionTest.cpp', | 24 '../tests/PathOpsQuadIntersectionTest.cpp', |
| 25 '../tests/PathOpsQuadIntersectionTestData.cpp', | 25 '../tests/PathOpsQuadIntersectionTestData.cpp', |
| 26 '../tests/PathOpsQuadLineIntersectionTest.cpp', | 26 '../tests/PathOpsQuadLineIntersectionTest.cpp', |
| 27 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', | 27 '../tests/PathOpsQuadLineIntersectionThreadedTest.cpp', |
| 28 '../tests/PathOpsQuadParameterizationTest.cpp', | 28 '../tests/PathOpsQuadParameterizationTest.cpp', |
| 29 '../tests/PathOpsQuadReduceOrderTest.cpp', | 29 '../tests/PathOpsQuadReduceOrderTest.cpp', |
| 30 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', | 30 '../tests/PathOpsSimplifyDegenerateThreadedTest.cpp', |
| 31 '../tests/PathOpsSimplifyFailTest.cpp', |
| 31 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', | 32 '../tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp', |
| 32 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', | 33 '../tests/PathOpsSimplifyQuadThreadedTest.cpp', |
| 33 '../tests/PathOpsSimplifyRectThreadedTest.cpp', | 34 '../tests/PathOpsSimplifyRectThreadedTest.cpp', |
| 34 '../tests/PathOpsSimplifyTest.cpp', | 35 '../tests/PathOpsSimplifyTest.cpp', |
| 35 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', | 36 '../tests/PathOpsSimplifyTrianglesThreadedTest.cpp', |
| 36 '../tests/PathOpsTestCommon.cpp', | 37 '../tests/PathOpsTestCommon.cpp', |
| 37 '../tests/PathOpsThreadedCommon.cpp', | 38 '../tests/PathOpsThreadedCommon.cpp', |
| 38 '../tests/PathOpsCubicIntersectionTestData.h', | 39 '../tests/PathOpsCubicIntersectionTestData.h', |
| 39 '../tests/PathOpsExtendedTest.h', | 40 '../tests/PathOpsExtendedTest.h', |
| 40 '../tests/PathOpsQuadIntersectionTestData.h', | 41 '../tests/PathOpsQuadIntersectionTestData.h', |
| 41 '../tests/PathOpsTestCommon.h', | 42 '../tests/PathOpsTestCommon.h', |
| 42 '../tests/PathOpsThreadedCommon.h', | 43 '../tests/PathOpsThreadedCommon.h', |
| 43 ], | 44 ], |
| 44 } | 45 } |
| OLD | NEW |