LameXP/doc
2014-12-27 05:50:25 +01:00
..
img/lamexp Documentation: Overhauled the "Introduction" chapter + added "Portable Mode" chapter. 2014-12-26 22:33:33 +01:00
Changelog.html Fixed a bug in AbstractTool class that could cause a severe slow-down on process creation, especially with a large number of threads: The same mutex was used in the constructor and the startProcess() function, which is unnecessary anyway. But even worse, there was a sleep() call in the startProcess() function that could *block* the mutex for a very long time! So if the "main" thread tried to create a new object while one of the "worker" threads was sleeping inside startProcess(), this blocked the whole "main" thread. D'oh! 2014-12-05 22:39:31 +01:00
FAQ.html Updated FAQ document. 2014-08-11 13:38:23 +02:00
Manual.html Manual: Added Anti-Virus Notes. 2014-12-27 05:50:25 +01:00
Manual.md Manual: Added Anti-Virus Notes. 2014-12-27 05:50:25 +01:00
PRE_RELEASE_INFO.txt Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists. 2012-07-01 21:33:04 +02:00
Translate.html Updated the translator's guide. 2014-04-28 21:14:02 +02:00
z_make.bat Started porting the LameXP documentation to Pandoc/Markdown. 2014-12-21 18:38:47 +01:00