]> git.lyx.org Git - features.git/commit
Follow some of the performance advice from cppcheck
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 13 Sep 2019 14:23:49 +0000 (16:23 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:45 +0000 (15:48 +0200)
commit2c7e00369014ef8e85f0274b3e659c1d944161e1
tree3c4b88303ade9fccfe6fdc7c640152ffb127510c
parentb394b189d8ac6f6fd754381ccea1f64f394530f9
Follow some of the performance advice from cppcheck

Most of that is changing string to string const &.
24 files changed:
src/BiblioInfo.cpp
src/Buffer.cpp
src/BufferParams.cpp
src/BufferParams.h
src/LaTeXFeatures.h
src/LaTeXFonts.cpp
src/LaTeXFonts.h
src/PersonalWordList.h
src/Text.h
src/Text2.cpp
src/TocBackend.cpp
src/TocBackend.h
src/Undo.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBibtex.h
src/insets/InsetCitation.cpp
src/insets/InsetCitation.h
src/insets/InsetQuotes.cpp
src/insets/InsetQuotes.h
src/lyxfind.cpp
src/lyxfind.h
src/mathed/MathStream.h
src/output_xhtml.h
src/support/limited_stack.h