Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-08Initialize variables.XhmikosR
2014-11-12Keep the original variable type.XhmikosR
2014-11-12Fix Debug build after adf4331.XhmikosR
2014-11-11BaseClasses: initialize variables.XhmikosR
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-10-20Add a props file for 3rd party libraries.XhmikosR
2014-09-30refclock.cpp: Avoid a possible (but very unlikely) integer overflow.Underground78
2014-08-19Fix possible null pointer dereference.kasper93
2014-07-13BaseClasses/wxutil.cpp: Ensure freed memory can't be reused by mistake.Underground78
2014-07-13CBaseDispatch: Remove duplicated sanity check.Underground78
2014-01-05BaseClasses: build with `NOMINMAX`.XhmikosR
2014-01-05Conditionally define `NOMINMAX`.kasper93
2014-01-05Use min/max templated functions from std (part 2).Underground78
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-10-12BaseClasses: minor fixes.XhmikosR
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-05-10project files: disable /analyze for x64 platform for 3rd party libraries.XhmikosR
2013-01-08Add VS2012 support.XhmikosR
2013-01-06Revert "Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for Z...XhmikosR
2012-12-27switch back to MAX_PATHXhmikosR
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ZeroMemor...XhmikosR
2012-12-17Switch CAMThread to _beginthreadexHendrik Leppkes
2012-07-25remove the svn keyword Idxhmikosr
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-06-17BaseClasses: remove custom code which should not be there, added in r1688XhmikosR
2012-06-09cosmetics: change the dlls name to lowercase in the LoadLibrary callsXhmikosR
2012-06-05add missing license headersXhmikosR
2012-06-04disable /analyze for the 3rd party projectsXhmikosR
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
2012-05-21docs/Changelog_old.txt: cosmeticsXhmikosR
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
2012-05-20BaseClasses: remove MPC-HC custom codeXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-20BaseClasses: remove unused MPC-HC custom code CCritSec::TryLock() added in r1...XhmikosR
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-11remove double trailing ";"XhmikosR
2012-04-15move BaseClasses to the thirdparty folderXhmikosR