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
30bc239cd8
Now using our own command-line parser, based on GetCommandLineW() + CommandLineToArgvW , instead of using QApplication::arguments(). This is less portable, but Qt's internal command-line parser has some rather strange behavior with processing certain characters. As a result, with Qt's command-line parser, some path names passed to LameXP got screwed up! Specifically "C:\Some Path\''Foo''.mp3" got mangled to "C:\Some Path''Foo''.mp3", i.e. the Backslash disappeared! Should be fixed now.
2012-06-22 15:49:56 +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 our own command-line parser, based on GetCommandLineW() + CommandLineToArgvW , instead of using QApplication::arguments(). This is less portable, but Qt's internal command-line parser has some rather strange behavior with processing certain characters. As a result, with Qt's command-line parser, some path names passed to LameXP got screwed up! Specifically "C:\Some Path\''Foo''.mp3" got mangled to "C:\Some Path''Foo''.mp3", i.e. the Backslash disappeared! Should be fixed now.
2012-06-22 15:49:56 +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