Skip to content
Snippets Groups Projects
  1. Dec 07, 2014
  2. Dec 06, 2014
  3. Dec 05, 2014
  4. Dec 02, 2014
  5. Nov 13, 2014
  6. Aug 20, 2014
  7. Jul 22, 2014
  8. Jul 21, 2014
    • Oliver Sander's avatar
      Fix problem with data type narrowing from 'unsigned char' to 'char' · 37113d4e
      Oliver Sander authored
      The explicit list of 8 bit numbers in the files tool0, tool1, etc
      were stored in arrays of char. However, they contain values larger than 127,
      which is illegal in C++11 -- the type must be unsigned char.
      On the other hand, the char arrays are handed to X, which really does
      expect signed char.
      The patch fixes the problem by changing the types to unsigned char,
      and explicitly casting the arguments of the X calls.
      37113d4e
  9. Jun 23, 2014
  10. Jun 13, 2014
  11. Jun 12, 2014
Loading