]> git.lyx.org Git - lyx.git/history - src/support/Systemcall.cpp
MSVC does not define WIN32 but _WIN32.
[lyx.git] / src / support / Systemcall.cpp
2009-05-12 Enrico ForestieriMSVC does not define WIN32 but _WIN32.
2009-05-12 Enrico ForestieriRestore line buffered output at least on posix systems...
2009-05-11 Enrico ForestieriFix QProcess code on posix systems and reenable it...
2009-05-11 Abdelrazak YounesAllow more time for latex... process launching can...
2009-05-11 Abdelrazak Younesrevert unwanted change.
2009-05-11 Abdelrazak YounesRead standard output and error upon completion. And...
2009-05-11 Abdelrazak YounesReorganize the code a bit and Disable QProcess evaluati...
2009-05-11 Abdelrazak YounesAdd some debugging code to QProcess. Reconfigure (pytho...
2009-05-10 Vincent van RavesteijnPatch from Peter.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Enrico ForestieriRevert qprocess code. Revisions reverted: 22026, 22030...
2007-12-08 Peter Kümmeladd progress view of system calls
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two