Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
behaviour sanitizer.
|
|
Also, make the recent redraw fixes depend on the GTK version Scintilla
is running against, rather than built against. This allows for the
same build to work with both GTK < 3.9.2 or >= 3.9.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|