0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whitespace fix. More... about 18 years ago
Move the r274d G commands into their own class and parse them. More... about 18 years ago
Add simple parsing of the regular RS274D commands. The data is not yet stored More... about 18 years ago
Parse and store the layer polarity line. Also, random docstring fixes and More... about 18 years ago
Add a layer class, representing a gerber informational layer. This class starts More... about 18 years ago
Change the main gerber class from Layer to File. This paves the way for the More... about 18 years ago
Added parsing of the layer names. Each layer section will soon need to be More... about 18 years ago
Move the command line argument parsing functionality back into the actual More... about 18 years ago
Add the ability to parse and store the image polarity. We need to decide on More... about 18 years ago
Move the aperture parsing code to the new regex framework. This completes More... about 18 years ago
Replace the format statement class with a regex for the new parsing system. More... about 18 years ago
Move the ModeUnits class into the new parsing framework. More... about 18 years ago
Move the parsing code into the main Layer class. This allows the layer More... about 18 years ago
String-ify the Aperture and ApertureCollection objects so that they can be saved More... about 18 years ago
Added Aperture and ApertureCollection classes to parse and store the aperture More... about 18 years ago
Update comments to use less file-space. Readability should also be improved. More... about 18 years ago
Add an object to parse and store the mode of units line in the gerber file More... about 18 years ago
Make the FormatStatement object know how to string-ify itself to be printed More... about 18 years ago
Change the navigation download link to refer to the SourceForge project More... about 18 years ago
First cut at parsing the FormatStatement field of a gerber file. This More... about 18 years ago
Add simple support for the save command. This will now allow a user to More... about 18 years ago
Improve the header line filtering functionality and move it to the More... about 18 years ago
Initial stab at a navigation bar on the website. More... about 18 years ago
Add a background image on the left for the website. More... about 18 years ago
More website updates: Add an explanitory message about being under construction More... about 18 years ago
Add initial layout structure for the website. More... about 18 years ago
Add a directory for web content. More... about 18 years ago
Add the ability for comments in script files. Any line started with '#' More... about 18 years ago
Make scripting work with the interpreter. It will now grow commands as More... about 18 years ago
Add the ability to load a script file. More... about 18 years ago