1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 02:08:54 +03:00
eda-tools/b2
Werner Almesberger c9bd26a34d b2/Makefile: generate dependencies also for YACC- and LEX-generated files
We need explicit rules to compile lex.yy.c and y.tab.c for the relaxed
CFLAGS. However, this means that the implicit rule was not used and
therefore no dependencies were generated.
2012-05-22 16:09:22 -03:00
..
bitset.h b2/bitset.h: fix logic of bitset_empty 2012-04-28 22:49:40 -03:00
boom.c b2/: meta-variable $ for "previously matched variable" 2012-05-22 13:01:39 -03:00
CHAR b2/: add parameter conversion 2012-04-28 22:50:15 -03:00
chr.c b2/: rename "name" field in struct value to more generic "s", for better sharing 2012-05-21 14:44:33 -03:00
chr.h b2/: choose better names for creator functions in chr.c 2012-04-26 02:48:08 -03:00
comp.c b2/: rename "name" field in struct value to more generic "s", for better sharing 2012-05-21 14:44:33 -03:00
CURR b2/: add currency database 2012-04-30 22:49:33 -03:00
db.c b2/db.c: add (somewhat crude) parametric part selection 2012-05-21 21:23:31 -03:00
db.h b2/db.c: add (somewhat crude) parametric part selection 2012-05-21 21:23:31 -03:00
dump.c b2/: rename "name" field in struct value to more generic "s", for better sharing 2012-05-21 14:44:33 -03:00
eval.c b2/eval.c (decode_mult): also support "G" prefix 2012-05-21 22:35:55 -03:00
HIERARCHY b2/: make top-level hierarchy item an action, not just a rule 2012-04-28 23:30:50 -03:00
INV b2/: add parsing of part inventories (WIP) 2012-04-30 20:19:55 -03:00
lang.h b2/: meta-variable $ for "previously matched variable" 2012-05-22 13:01:39 -03:00
lang.l b2/: correct some whitespace anomalies 2012-05-21 21:25:29 -03:00
lang.y b2/: for consistency, make "break/continue $" equivalent to "break/continue" 2012-05-22 15:57:55 -03:00
Makefile b2/Makefile: generate dependencies also for YACC- and LEX-generated files 2012-05-22 16:09:22 -03:00
param.c b2/: move basic handling of variables from subex to param 2012-05-21 19:46:42 -03:00
param.h b2/: meta-variable $ for "previously matched variable" 2012-05-22 13:01:39 -03:00
PROVIDER b2/: add provider database (WIP) 2012-05-01 14:57:12 -03:00
relop.c b2/: move relational operators to relop.[ch] (for sharing) 2012-05-20 23:04:41 -03:00
relop.h b2/: move relational operators to relop.[ch] (for sharing) 2012-05-20 23:04:41 -03:00
subex.c b2/: rename "again" to "continue" 2012-05-22 15:44:31 -03:00
subex.h b2/: add "ignore" keyword for substitution rules 2012-05-21 23:17:33 -03:00
SUBST b2/: for consistency, make "break/continue $" equivalent to "break/continue" 2012-05-22 15:57:55 -03:00
subst.c b2/: make the match name after "break" and "continue" optional 2012-05-22 15:47:02 -03:00
subst.h b2/: rename "again" to "continue" 2012-05-22 15:44:31 -03:00
util.c b2: BOOM rewrite (WIP) 2012-03-18 13:24:12 -03:00
util.h b2/: add parsing of substitution rules (WIP) 2012-05-20 20:33:14 -03:00
vstring.c b2/: move variable-length strings to vstring.[ch], for sharing 2012-05-20 20:54:07 -03:00
vstring.h b2/: move variable-length strings to vstring.[ch], for sharing 2012-05-20 20:54:07 -03:00