Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-26 | Refactor primitive unit conversion and add regression coverage to tests | Hamilton Kibbe | 1 | -24/+310 | |
2015-04-24 | Fix for #25. Checking was happening at the gerber/excellon file level, but I ↵ | Hamilton Kibbe | 1 | -38/+77 | |
added units checking at the primitive level so the use case shown in the example is covered. Might want to throw a bunch more assertions in the test code (i started doing a few) to cover multiple calls to unit conversion functions | |||||
2015-03-05 | Fix parsing for multiline ipc-d-356 records | Hamilton Kibbe | 1 | -2/+2 | |
2015-02-18 | Add offset operation | Hamilton Kibbe | 1 | -21/+145 | |
2015-02-18 | Make gerber.render a package & fix more relative import statements | Philipp Klaus | 1 | -1/+1 | |
2015-02-18 | Get unit conversion working for Gerber/Excellon files | Hamilton Kibbe | 1 | -12/+223 | |
Started operations module for file operations/transforms | |||||
2015-02-15 | Tests and bugfixes | Hamilton Kibbe | 1 | -12/+13 | |
2015-02-13 | Fix rendering for line with rectangular aperture per #12. Still need to do ↵ | Hamilton Kibbe | 1 | -11/+24 | |
the same for arcs. | |||||
2015-02-12 | Update line primitive to take aperture parameter | Hamilton Kibbe | 1 | -22/+22 | |
This fixes the exception referenced in #12. Still need to add rendering code for rectangle aperture lines and arcs. Rectangle strokes will be drawn as polygons by the rendering backends. | |||||
2015-02-02 | tests | Hamilton Kibbe | 1 | -0/+119 | |
2015-02-02 | More tests and bugfixes | Hamilton Kibbe | 1 | -4/+75 | |
2015-02-01 | Added primitives and tests | Hamilton Kibbe | 1 | -5/+129 | |
2014-10-28 | Add arc rendering and tests | Hamilton Kibbe | 1 | -0/+85 | |