Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#336 fixed roar-config should allow checking minimum required/maximum supported version ph3-der-loewe
Description

roar-config should allow to check for a minimum required and maximum supported version like this:

$ roar-config --compare-versions A OP B

A, B: a version in dotted format (e.g. 1.7.33) or a keyword (currently only 'current'). The Keyword represent a version defined at build time. OP: basic operators like eq, ne, gt, ge, lt, le. Two letter codes should be used to ensure no problems with quoting.

#334 fixed Memory manager should allow to set callbacks for memory allocation functions ph3-der-loewe
Description

The memory manager should allow to set callbacks for memory allocation functions.

It should be possible to set values for all common functions but it should be supported to just set callback for realloc() as it is the 'universal' function.

Stuff that could be handled within libroar like zero size pointer should still be handled within.

#331 fixed roarshout fails to compile on windows stephanj
Description

The compiler complains about a missing pthread references.

Adding $(lib_pthread) to lib_shout in Makefile.conf fixed this.

Thanks ph3!

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