This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
LameXP
Watch
1
Star
0
Fork
0
You've already forked LameXP
Code
Releases
2
Activity
1,409
Commits
1
Branch
23
Tags
615
MiB
1da760139a
Commit Graph
3 Commits
Author
SHA1
Message
Date
LoRd_MuldeR
67429fbada
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
LoRd_MuldeR
5d8816961f
Added MUtils library to the solution + some adjustments of the project file.
2014-11-24 18:28:53 +01:00
LoRd_MuldeR
1af32090dd
Added project/solution files for Visual Studio 2013.
2013-10-18 01:59:08 +02:00