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
/
Patches
History
lordmulder
a450862150
Patched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating a new process. This is required, because Windows (Vista and later) will add our child processes to the PCA (Program Compatibility Assistant) job object automatically! And then we cannot add the child processes to our own job object, as a process can be assigned to only one job object. With the CREATE_BREAKAWAY_FROM_JOB flag, we ensure that our child processes does NOT get added to the PCA job object automatically and we can add it to our own job object again. Unfortunately QProcess does NOT provide a way to pass process creation flags yet, so we have to patch Qt for now. Passing the CREATE_BREAKAWAY_FROM_JOB flag may not always be desired though...
2012-03-01 23:14:41 +01:00
..
!_Readme.txt
Added patch collection.
2012-02-28 16:11:28 +01:00
AC3Filter-valdec-v0.31b-UTF8+STDOUT+Flush.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00
DcaEnc-r720af20-MSVC10-UTF8+Progress+VariousImprovements.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00
FAAD-v2.7-UTF8+Flush.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00
FLAC-v1.21-UTF8+Flush.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00
MAC-v4.11-Flush.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00
Musepack-r475-MSVC10-UTF8+Progress.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00
Qt-v4.8.0-QProcess-BreakawayFromJob.V1.diff
Patched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating a new process. This is required, because Windows (Vista and later) will add our child processes to the PCA (Program Compatibility Assistant) job object automatically! And then we cannot add the child processes to our own job object, as a process can be assigned to only one job object. With the CREATE_BREAKAWAY_FROM_JOB flag, we ensure that our child processes does NOT get added to the PCA job object automatically and we can add it to our own job object again. Unfortunately QProcess does NOT provide a way to pass process creation flags yet, so we have to patch Qt for now. Passing the CREATE_BREAKAWAY_FROM_JOB flag may not always be desired though...
2012-03-01 23:14:41 +01:00
SoX-v14.4.0rc3-MSVC10-UTF8.V1.diff
Added patch collection.
2012-02-28 16:11:28 +01:00