]> git.lyx.org Git - features.git/commit
Make LaTeX export threadsafe.
authorGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 12:23:43 +0000 (14:23 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 12:23:43 +0000 (14:23 +0200)
commit5a8b8ba8e11360a716465b9c6c7c0dc48f37f552
tree9c5cc0d77512e3e4c478f788bc958b75cb7195e8
parent0c3b88e3cb817cd030163c534db91ec94f886953
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