- May 11, 2015
-
- May 09, 2015
-
-
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.
-
- Feb 03, 2015
-
-
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.
-
- Jan 08, 2015
-
-
Christoph Grüninger authored
-
Oliver Sander authored
-
Christoph Grüninger authored
-
Oliver Sander authored
Indeed, I have no idea what it does or did. In any case, its name does not appear anywhere in ug/. Hence I'll simply delete it.
-
Oliver Sander authored
-
Oliver Sander authored
Because the objects are Priorities semantically, so having them be the correct type eases debugging.
-
- Jan 03, 2015
-
-
Christoph Grüninger authored
-
- Dec 31, 2014
-
-
Christoph Grüninger authored
Avoids gratuitous semicolon if REP_ERR_FILE is empty.
-
- Dec 29, 2014
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Oliver Sander authored
During the first run of 'uncrustify', there were a few files which the uncrustify tool couldn't handle, mainly due to weird macro-magic effects. Those files where left as-is, with lots of weird formatting und tabs. This patch now uncrustifies them, too, by neutralizing the macro-magic with some manual intervention.
-
- Dec 27, 2014
-
-
Christoph Grüninger authored
-
- Dec 26, 2014
-
-
Christoph Grüninger authored
-
- Dec 07, 2014
-
-
Christoph Grüninger authored
Transform forgotten folders dev/ps and dom/lgm/ngin2d. Minor clean-ups.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Dec 06, 2014
-
-
Christoph Grüninger authored
Adjust all includes outside of ui/.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Add flags in Makefile.am to make all compile.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Oliver Sander authored
-
- Dec 05, 2014
-
-
Oliver Sander authored
-
Oliver Sander authored
-
- Dec 02, 2014
-
-
Oliver Sander authored
There were code paths within CreateLine where the method did return a value, and others where it didn't. No caller of CreateLine actually considered the return values at all. Hence we may as well decide to not return anything at all. This should fix an issue reported by the undefined-behavior sanitizer. Thanks to Carsten Gräser for pointing this out.
- Nov 13, 2014
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Aug 20, 2014
-
-
Oliver Sander authored
To get rid of tabs, mainly. These two files were left out when moving to git, because uncrustify wouldn't take them. With a bit a manual arm-twisting uncrustify now processes these files.
-
Oliver Sander authored
-
Oliver Sander authored
-