]> git.lyx.org Git - lyx.git/history - src/support/os.cpp
Update sk.po
[lyx.git] / src / support / os.cpp
2024-06-10 José MatosPython runtime detection requirement upgraded to 3.8
2023-09-04 Pavel SandaOutput python version in About dialog.
2023-01-05 Stephan Witt#12523 check for existence of usable Python interpreter
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-25 Scott KostyshakEffectively disable the "Stop command?" dialog
2022-11-25 Scott KostyshakChange os::timeout from minutes to milliseconds
2022-10-26 Juergen SpitzmuellerSync with master
2022-08-30 Jean-Marc LasgouttesUse auto const & when possible to avoid copies
2020-11-29 Yuriy SkalkoInclude standard <regex>
2020-09-11 Yuriy SkalkoRefactor runCommand
2020-02-23 Enrico ForestieriFix FileName::realPath() on Windows
2020-02-15 Juergen SpitzmuellerFix Python detection on windows
2020-02-12 Juergen SpitzmuellerRevert "Fix bug #11712."
2020-02-12 Richard Kimberly... Fix bug #11712.
2019-09-13 Jean-Marc LasgouttesVarious fixes suggested by cppcheck
2019-07-12 Jean-Marc LasgouttesCatch improbable exception
2019-06-27 Jean-Marc LasgouttesFor python 3 require at least 3.5
2019-06-08 José MatosDivide the python detection in three functions, with...
2019-06-08 José MatosMove python related functions together to make it easy...
2019-06-08 José MatosRemove alternative operator representations (and,or...
2019-06-07 José MatosChange python run time detection to privilege python...
2018-01-08 Jean-Marc LasgouttesMake #include directories explicit
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-07-31 Guillaume MunchC++11 supports thread-safe initialization of statics
2016-06-16 Georg BaumAmend 10b4a471853
2016-06-16 Georg BaumExpose python 3 support to some testing
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-03-29 Benjamin PiwowarskiFix problem with python and change of PATH
2011-12-18 Peter Kümmelcleanup before unsubscribing
2011-12-06 Peter Kümmeltimeout_min is platform independent
2011-10-28 Enrico ForestieriCompile fix for *nix...
2011-10-28 Enrico ForestieriDetect the correct version of python at runtime and...
2010-11-05 Vincent van RavesteijnAdd a static assert to prevent compilation on platforms...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two