- 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
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
-
Oliver Sander authored
The (very) old DDD debugger with the (very) old motif gui cannot handle umlauts.
-
Oliver Sander authored
-
Oliver Sander authored
Compilers are much smarter than programmers, and know best when to use CPU registers. Leave the decision to them and do not clutter the code with the 'register' keyword.
-
Oliver Sander authored
-