summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-10Fix rectangle aperture rotationjaseg1-4/+5
2023-04-10Add more protoboard layoutsjaseg1-12/+16
2023-04-10Initial protoboard generation workingjaseg2-18/+55
2023-04-10cad: Fix outline reconstruction and add text featurejaseg3-11/+105
2023-04-10cad: Finish initial board supportjaseg1-40/+225
2023-04-10Various convenience improvements, and make board name guessing really smartjaseg5-20/+59
2023-04-10cad: Add trace corner rounding functionjaseg1-21/+137
2023-04-10Add missing WIP changesjaseg4-46/+86
2023-04-10Add beginnings of CAD modulejaseg5-0/+66069
2023-04-10Fix extraneous tool selection codes in merged Excellon filesjaseg1-2/+4
2023-04-10Fix failing testsjaseg3-20/+22
2023-04-10Improve layer stack handlingjaseg4-11/+45
2023-04-10Add convex hull and point in polygon functionsjaseg2-0/+82
2023-04-10Improve drill layer handlingjaseg2-25/+70
2023-04-10Dedup both Excellon and Gerber tools during writejaseg2-13/+30
2023-04-10Fix crash in gerber to excellon conversionjaseg1-1/+1
2023-03-23oopsiRicardo (XenGi) Band1-0/+2
2023-03-23Update __init__.pyXenGi1-2/+0
2023-03-23Update MakefileXenGi1-17/+17
2023-03-23Update file README.mdXenGi1-3/+3
2023-03-05Bump version to v0.13.0v0.13.0jaseg1-1/+1
2023-03-05Fix empty filename issue with some layer stacksjaseg1-1/+1
2023-03-05Fix MANIFEST issuejaseg1-2/+0
2023-02-25CI: Fix some dumb packaging stuffv0.12.0jaseg1-0/+1
2023-02-25Bump version to v0.12.0jaseg1-1/+1
2023-02-25Fix .gitlab-ci.yml for some python packaging bullshijaseg1-1/+1
2023-02-25Still more docjaseg4-14/+321
2023-02-25Moar docjaseg11-76/+405
2023-02-23Extend CLI testsjaseg4-30/+123
2023-02-21Finish first batch of render testsjaseg1-1/+76
2023-02-21Add cli test infrastructurejaseg2-0/+43
2023-02-21Fix copyright headersjaseg20-20/+20
2023-02-21layers: Fix single file handlingjaseg3-124/+41
2023-02-21Fix testsjaseg9-34/+68
2023-02-21cli: Add merge commandjaseg4-94/+198
2023-02-19cli: First draft of most of the CLIjaseg8-109/+387
2023-02-17Add CLIjaseg7-23/+314
2022-07-30Merge branch 'fix/to_svg' into 'main'v0.11.2Nein Seg1-3/+3
2022-07-29fix: runtime errors on LayerStack#to_svgAlessandro Racheli1-3/+3
2022-07-03Fix zipfile writing when lazily loadingjaseg1-2/+2
2022-07-03pretty svg: make render uprightjaseg1-4/+6
2022-07-03Pretty SVG export: fix drill layerjaseg1-1/+1
2022-07-03Pretty SVG WIPjaseg4-156/+176
2022-06-24fix repated aperture macro D code exportjaseg1-1/+1
2022-06-21Fix zip import/export and bounds for empty boardsv0.11.1jaseg3-4/+7
2022-06-21downgrade minimum python version to 3.8jaseg1-1/+1
2022-06-21ci: add ubuntu 20.04 / python 3.8 testsjaseg1-0/+19
2022-06-21Make gerbonara python3.8 compatible.v0.11.0jaseg5-21/+44
2022-06-21Fix local testsv0.10.9jaseg7-16/+38
2022-06-21local tests: add --parallel argjaseg2-3/+8