Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 100)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#18 fixed Implement support for .l and .y files bird bird
Description

.l is flex input and spits out a .c file. While .y is for yacc/bison and spits out y.tab.c and y.tab.h (yacc) in the current directory. Since the .y files generate headers, they must be executed before any object files are made as it's not possible to predict which depends on the generated header and which doesn't. The name of the .h file should be configurable, but the default should use the input filename sans extension. Because yacc cannot control where it puts the output or what it's called, the rule has to be added to .NOTPARALLEL.

#19 fixed Qt support bird bird
Description

Qt support is needed. It was prototyped in VBox a few years back but need to be incorporated into the kBuild base as an optional feature. Because of this moc thingy there is a fear amount of generated sources and headers which is the difficult bit about it all.

#21 fixed Fix target DEPS bird bird
Description

The DEPS of link target will be propagated down to all the compile targets. There should be a way of specifying dependencies that applies to the link alone.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.