~vcs-imports/poppler/master

Viewing all changes in revision 4762.

  • Committer: Albert Astals Cid
  • Author(s): Tobias Deiminger
  • Date: 2018-09-19 21:20:35 UTC
  • Revision ID: git-v1:5dadcc93c4d4d44d0ec3bdc6bb54851f6ffaee98
Compile Qt5 frontend with -DQT_STRICT_ITERATORS

QT_STRICT_ITERATORS prevents conversion from non-const iterator to const iterator.

It helps detecting situations where we waste resources due to
needless detach from implicitely shared container data (i.e. deep copy).

If anyone should run into problems, they can disable strict iterators
using a global cache variable:

$ cmake DENABLE_QT_STRICT_ITERATORS=OFF [...]

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: