Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-01 | Check gerber content for layer hints | ju5t | 1 | -0/+166 | |
2016-11-05 | Finish Merge, most tests passing | Hamilton Kibbe | 1 | -1/+27 | |
2016-07-24 | Add more tests for rendering to PNG. Start adding tests for rendering to ↵ | Garret Fick | 2 | -0/+29 | |
Gerber format. Changed definition of no hole to use None instead of 0 so we can differentiate when writing to Gerber format. Makde polygon use hole diameter instead of hole radius to match other primitives | |||||
2016-07-24 | Add many render tests based on the Umaco gerger specification. Fix multiple ↵ | Garret Fick | 18 | -0/+331 | |
rendering bugs, especially related to holes in flashed apertures | |||||
2016-07-17 | Create first test that renders and validates the the rendered PNG is correct. | Garret Fick | 1 | -0/+19 | |
2015-05-21 | Fix multiline read of mixed statements (%XXX*% followed by DNN*) | Paulo Henrique Silva | 1 | -0/+9 | |
We now check if there is a %XXX*% command inside the line before considering it a multiline statement. | |||||
2015-05-21 | Fix ADD statement parsing for concatened statements. | Paulo Henrique Silva | 1 | -3458/+1 | |
ADDxxx param statements were too greedy on the mofidiers and were matching more than it should in cases where there are no newlines after the statement like: '%ADD12C,0.305*%%LPD*%', in a single line. The '%' was not exluded form modifiers so it got confused with the %LPD*% concatened. top_copper.GTL example was changed to be in a single line now with no spaces at all and it works well. | |||||
2015-03-05 | Fix parsing for multiline ipc-d-356 records | Hamilton Kibbe | 1 | -0/+1 | |
2015-02-20 | Add IPC-D-356 Netlist Parsing | Hamilton Kibbe | 1 | -0/+114 | |
2015-02-09 | Tests and bugfixes | Hamilton Kibbe | 1 | -1/+1 | |
2015-01-26 | Added some tests | Hamilton Kibbe | 1 | -0/+1 | |
2014-10-19 | Test update | Hamilton Kibbe | 8 | -0/+14156 | |