0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I have fixed some of the problems with outside edges not being found correctly. Also started working on a new way to plot the edges of the segments. More... almost 17 years ago
General code clean up and removing obsolete code. This commit still has several bug and will not out put a working gcode file for the trace outlines. The gcode file for the drill file should be ok. Also added a flag to the data structure to set if the corner of an segment is inside another segment or not. This should help in the future so it only has to be calculated once. More... about 17 years ago
Changed the way traces and segments are sorted. It should be more reliable and easier to expand in the future. Segment intersection works for some simple test cases (still failing for some others). Added a new function to generate a Gerber file of the all the segment outlines. More... over 17 years ago
This is an update to make the code compatible with Microsoft Visual C++ 6. The change was to change the logical operators that was used and → && and or → ||. It also deletes some files that were just notes for me. More... about 18 years ago
This is an update to make the code compatible with Microsoft Visual C++ 6. The change was to change the logical operators that was used and → && and or → ||. It also deletes some files that were just notes for me. More... about 18 years ago
added function to sort segments inside a trace by the connections and not just the segment ID. This should fix the problem with line segments not being ploted in the correct order (non continuous path). More... about 18 years ago
Changed code to support arbitary segment shapes and angles. This does not support correct segment trimming / clipping yet. More... over 18 years ago
SVN commit test. This file is generated by the program. More... over 18 years ago
* initial import More... over 18 years ago