]> git.lyx.org Git - features.git/commit
Make LaTeX export threadsafe.
authorGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 20:14:28 +0000 (22:14 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 20:14:28 +0000 (22:14 +0200)
commit29f6aebb3efd62d550e3602baa4cd81d17b55062
tree1b3015d7d4b5d07e946b28e136ad0d745f7f8f93
parent2fe650f77f520b31e6e0517eae39d874eeec53a6
Make LaTeX export threadsafe.

This is one of the more important threadsafety issues because of export in
thread and simultanous view source. The solution is ugly, but a better one
(see FIXME) would require major rework. These static variables should not
have been used in the first place IMHO.
src/output_latex.cpp