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
c18785ce1e
LameXP
/
etc
History
lordmulder
c18785ce1e
Changed the method to synchronize the analyzer threads: We now use QSet to maintain a list of the thread id's of all threads that are still running - instead of only recording the highest thread id that has finished. This way a thread can now actually check if there still is any running thread with a lower thread id. Before thread n could only check if thread n-1 has finished yet or not. As a result we can relax the waiting now. Only threads that want to emit a file will wait for the "previous" threads to finish.
2012-05-14 00:50:16 +02:00
..
Deployment
Force column resize, after an item in the source file list has been edited.
2011-12-17 22:01:42 +01:00
NSIS
Changed temporary installer file name.
2012-04-20 21:11:06 +02:00
Patches
Version v4.04 is released!
2012-04-26 13:43:40 +02:00
Prerequisites
Added support for the Visual Leak Detector. This effects "Debug" builds only.
2012-04-06 22:24:05 +02:00
Redist
first commit
2010-11-06 23:04:47 +01:00
Translation
Changed the method to synchronize the analyzer threads: We now use QSet to maintain a list of the thread id's of all threads that are still running - instead of only recording the highest thread id that has finished. This way a thread can now actually check if there still is any running thread with a lower thread id. Before thread n could only check if thread n-1 has finished yet or not. As a result we can relax the waiting now. Only threads that want to emit a file will wait for the "previous" threads to finish.
2012-05-14 00:50:16 +02:00
Utilities
Better way to obtain the ISO date, without using a Temp file.
2011-10-14 23:39:31 +02:00