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
LameXP
/
etc
/
Deployment
History
lordmulder
a291771153
Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach.
2012-05-25 02:24:44 +02:00
..
_build.bat
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
2011-10-20 22:36:34 +02:00
_date.bat
Better way to obtain the ISO date, without using a Temp file.
2011-10-14 23:39:31 +02:00
_deploy.bat
Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach.
2012-05-25 02:24:44 +02:00
_error.bat
Make deployment script more portable + update to Qt 4.7.1
2010-11-10 21:39:37 +01:00
_lupdate.bat
Slightly tweak deployment script.
2011-04-22 22:10:55 +02:00
_paths.bat
Slightly tweak deployment script.
2011-04-22 22:10:55 +02:00
_version.bat
Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach.
2012-05-25 02:24:44 +02:00
buildenv.template.txt
Now using Qt v4.7.3, available trough Qt SDK v1.1 RC.
2011-04-19 16:14:05 +02:00
debug.bat
Simply deployment scripts a bit.
2011-04-19 16:21:19 +02:00
release_static.bat
Simply deployment scripts a bit.
2011-04-19 16:21:19 +02:00
release.bat
Simply deployment scripts a bit.
2011-04-19 16:21:19 +02:00