LameXP/doc
2014-12-21 22:50:18 +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 Updated the QAAC add-in for LameXP to QAAC v2.33 (2014-01-14), compiled with MSVC 12.0. 2014-01-19 17:19:01 +01:00
Manual.md Simplified license addendum. 2014-12-21 22:50:18 +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