Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 100)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#23 fixed Target inheritance bird bird
Description

It should be possible to extend (inherit) an existing target to facilitate building variation on the same sources or targeting different platforms. footer.kmk must do this before it adds template stuff as the parent and child targets may use different templates.

#24 fixed Preserve source order in the object order / Implement generic source -> object transformation bird bird
Description

The SOURCES should be processed in $(foreach src,$($(target)_SOURCES),dostuff) fashion instead of the way it's currently done (type by type). It should further be extendable to include custom source transformations and handle things like rule execution order in a generic way (e.g. make sure headers are generated before trying to compile anything).

#25 fixed Create a compiler object cache bird bird
Description

Integrating the object cache in kBuild will permit us to skip unnecessary linking.

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