[LyX/master] Fix warnings and use ranges.

2020-02-28 Thread Richard Kimberly Heck
commit 585823704abd436b1e31886987c446f56a68faea Author: Richard Kimberly Heck Date: Sat Feb 29 00:21:02 2020 -0500 Fix warnings and use ranges. --- src/InsetList.cpp | 44 +--- 1 files changed, 17 insertions(+), 27 deletions(-) diff --git a/src/In

[LyX/master] Fix warnings

2020-02-28 Thread Richard Kimberly Heck
commit 9afc001fc518dd639103ffd1e5d22aaa52c117bf Author: Richard Kimberly Heck Date: Sat Feb 29 00:21:00 2020 -0500 Fix warnings --- src/Floating.cpp|4 ++-- src/Font.cpp|2 +- src/Format.cpp |2 +- src/FuncRequest.cpp | 12 ++-- src/IndicesList.cpp |

[LyX/master] Fix warnings in support/.

2020-02-28 Thread Richard Kimberly Heck
commit 99bf96c56b27f2efc368cf61000b34f21adfc9e4 Author: Richard Kimberly Heck Date: Sat Feb 29 00:00:47 2020 -0500 Fix warnings in support/. --- src/support/ForkedCalls.cpp |2 +- src/support/convert.cpp | 14 +++--- src/support/docstream.cpp |2 +- src/support/file

[LyX/master] Fix a bunch of warnings

2020-02-28 Thread Richard Kimberly Heck
commit 33d663720b85c15798f7a043996aee5a43f516fc Author: Richard Kimberly Heck Date: Sat Feb 29 00:06:30 2020 -0500 Fix a bunch of warnings --- src/DocIterator.cpp | 34 +- src/Encoding.cpp| 10 +- src/factory.cpp | 23 +++---

[LyX/master] Null pointers.

2020-02-28 Thread Richard Kimberly Heck
commit 56a5a8280e392eb010a8502953444f481ca72ff3 Author: Richard Kimberly Heck Date: Fri Feb 28 23:51:53 2020 -0500 Null pointers. --- src/support/unicode.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/unicode.cpp b/src/support/unicode.cpp index d7

[LyX/master] Fix header.

2020-02-28 Thread Richard Kimberly Heck
commit 4460df329226ab5e72adab0ff764b7496022bbbd Author: Richard Kimberly Heck Date: Fri Feb 28 23:52:06 2020 -0500 Fix header. --- src/support/Systemcall.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/support/Systemcall.h b/src/support/Systemcall.h index d3

[LyX/master] Cmake build: Use correct include if using internal hunspell

2020-02-28 Thread Kornel Benko
commit b399cfc7a27a484c519cf76fe9fac8cc4435a66a Author: Kornel Benko Date: Fri Feb 28 21:48:54 2020 +0100 Cmake build: Use correct include if using internal hunspell This way also "HAVE_HUNSPELL_CXXABI" is correctly set to 1 --- 3rdparty/hunspell/CMakeLists.txt |2 +- 1 files