1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-06 02:26:01 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Werner Almesberger
a1d5e2dcef genex/comp.c (read_tree): correct scanning of names
Before this fix, the whitespace following single-character names
was included in the name.
2012-04-17 09:20:41 -03:00
Werner Almesberger
db903c10ba genex: add parsing and dumping of alias names 2012-04-17 08:45:20 -03:00
Werner Almesberger
1b7ace9043 genex: added reading of files containing supplemental descriptions
Each entry has this structure:

component: text
  more text

  more text on a new line
next component: ...

If a component has multiple entries, a line break is placed between
them. Component names are case-insensitive.
2012-04-17 05:54:08 -03:00
Werner Almesberger
0f0e732d3f genex/: added support for multi-part components 2012-04-11 23:10:42 -03:00
Werner Almesberger
4902886baa genex/: generate expanded component view (WIP) 2012-03-30 20:02:24 -03:00