Custom Query (36 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 36)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#55 fixed f4: consider changing SString to std::string (except in SDK interface with frams where SString must be used) Grzegorz Latosiński Maciej Komosinski
#56 fixed f4: support "modifiers" and excluded modifiers just as in f1 Grzegorz Latosiński Maciej Komosinski
Description

Can use

getRandomChar(all_modifiers, excluded_modifiers.c_str())

Also verify if Rr is used in f4? (there is a TODO in source for this)

#57 fixed f4: update parsing of numbers and make it more strict Grzegorz Latosiński Maciej Komosinski
Description

If there are any atof/atol/atoi functions, use more flexible and strict counterparts (strtol, strtod etc.) to catch more errors. You can also use ExtValue::parseNumber(const char* in, ExtPType strict_type)

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