Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#28 fixed configure script does not convert user input (args) correctly ph3-der-loewe ph3-der-loewe
Description

The current configure script converts names of libraries, headers and such into a internal format (basically changing special chars to underscore). This is not (fully?) done for arguments passed by the user.

Example: To disable libpulse-simple you need to pass --no-pulse_simple not --no-pulse-simple as user may expect.

There should be a central point within the script which does the converting which is called on all locations converting is needed.

#29 fixed Use libz for gzip support ph3-der-loewe ph3-der-loewe
Description

libroar should use libz directly for gzip support not gzip.

This will also fix several problems with the current implementation like better support for roar_vio_sync().

#30 fixed roard should auto select a sync stream if no sync stream is given ph3-der-loewe ph3-der-loewe
Description

currently roard goes into some kind of run-as-fast-as-possible mode if no stream is maked sync. Instead of this it should select a stream to be the new clock source (marked as sync).

The algo used to find this stream is yet to be defined. The primary flag may offer some hint.

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