Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
warnings are visible for platform-independent code.
|
|
|
|
|
|
|
|
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unintended conversions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Jason Haslam.
|
|
|
|
ScintillaConstants.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From John Ehresman.
|
|
|
|
|
|
INVALID_POSITION=-1.
From John Ehresman.
|
|
|
|
|
|
From John Ehresman.
|
|
|