Skip to content
Snippets Groups Projects
  1. May 11, 2015
  2. May 09, 2015
    • Oliver Sander's avatar
      Remove code that redefines standard types on specific architectures · 397b2645
      Oliver Sander authored
      This is a left-over from the old build system.  For some explicitly given
      architectures, UINT is not unsigned int, for example.  The special-casing
      stopped working when we moved to the AutoTools long time ago, but hardly
      anybody noticed because amd64 worked anyway.  Now this old code gives
      us trouble building dune-grid on Debian ppc64el.  Since I don't even
      know why these types need to be changed, and what the requirements on
      the types are, I just kick out all the special cases.  If something
      goes wrong we can then fix it in a portable way.
      397b2645
  3. Feb 03, 2015
    • Bernd Flemisch's avatar
      Cast pattern_data to char* · 3c280bc8
      Bernd Flemisch authored
      The pattern_data array was recent changed from char to unsigned char,
      to silence C++11 compiler complaints.  However, the X method XCreateBitmapFromData
      really does expect a pointer to char, so we have to introduce an explicit cast.
      3c280bc8
  4. Jan 08, 2015
  5. Jan 03, 2015
  6. Dec 31, 2014
  7. Dec 29, 2014
  8. Dec 27, 2014
  9. Dec 26, 2014
  10. Dec 07, 2014
  11. Dec 06, 2014
  12. Dec 05, 2014
  13. Dec 02, 2014
  14. Nov 13, 2014
  15. Aug 20, 2014
Loading