Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
sanitizers.
|
|
warnings from Clang.
|
|
|
|
Includes work from Sébastien Granjoux and Colomban Wendling.
|
|
#define MAC(x) MAC(x+1)
Also fixes macros that are co-recursive with other macros.
|
|
|
|
|
|
Previously required braces around like #if defined(SYMBOL).
Also understand macros with arguments such as version checking macros like
#if GTK_CHECK_VERSION(2,22,0)
|
|
|
|
possibility of sign extension problems and to minimize type conversions.
|
|
|
|
|
|
|
|
|
|
static methods as there were too many failures with mixed types and not-quite
matching types.
|
|
|
|
|
|
Fixes possible loss of data warnings when switched on.
|
|
conversions and other conversions more consistent.
|
|
Fixes possible loss of data warnings when switched on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
depended on undefined behaviour.
|
|
int is undefined in C++.
|
|
|
|
|
|
|
|
conversion in Editor.
|
|
|
|
|
|
|
|
coordinate
measuring machines.
From Andreas Tscharner.
|
|
|
|
|
|
|
|
|
|
|
|
due to using the visible area instead of the whole drawing area.
|
|
Range::First and Range::Last.
Changing Editor::RectangleFromRange arguments to a Range.
Simplifying code and specifying some local variables as const.
|
|
|
|
|