]> git.lyx.org Git - lyx.git/history - src/support/ForkedCalls.cpp
Add missing header
[lyx.git] / src / support / ForkedCalls.cpp
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2015-05-13 Enrico ForestieriFix bug #4812 (Layout in local directory lost on Save...
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-16 Georg BaumFix typo
2014-05-14 Scott KostyshakCentralize substitution of python commands
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2013-04-14 Enrico ForestieriFix bug #8631: Python detection unfinished
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-25 Lars Gullik BjønnesMore idiomatic way of checking if a shared_ptr has...
2011-09-25 Enrico ForestieriMake sure to check command for emptiness, instead of...
2011-09-25 Enrico ForestieriApparently, the env program does not strip quotes aroun...
2011-09-25 Enrico ForestieriAdjust the simple parser in ForkedCalls.cpp to also...
2011-09-25 Enrico ForestieriManage the setting of the latex environment for Systemc...
2011-09-24 Enrico ForestieriFix typo.
2011-09-24 Enrico ForestieriAlso set TEXINPUTS when launching ForkedCall processes.
2010-07-17 Peter Kümmelcmake: fix merged build
2010-06-28 Joost VerburgLaunch external Windows processes for e.g. display...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2009-11-17 Jean-Marc Lasgouttesrevert previous fix for Snow Leopard crashes and apply...
2009-10-23 Jean-Marc LasgouttesDisable forking on Mac OS X. This should fix crashes...
2008-11-14 Pavel Sandacomment
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-01-15 Richard HeckFix bug 4463. The crash was due to a call to X from...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files