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 (Collapse)Author
2014-10-20Initializer list order fixes.XhmikosR
Found with cppcheck (inconclusive enabled).
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-10-20Add a props file for 3rd party libraries.XhmikosR
This way, we'll be able to use separate settings more easily.
2014-07-13Async Reader: Initialize a member variable in the constructor.Underground78
Fixes CID 966379.
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-23clean up project referencesXhmikosR
2013-01-08Add VS2012 support.XhmikosR
* We use the same project files as VS2010 which makes things easier to maintain. * We don't use any MFC hack to reduce the binaries' size. We use the _AFX_NO_MFC_CONTROLS_IN_DIALOGS define for the standalone filters which has the same effect and it's cleaner. MPC-HC itself is a little bigger uncompressed, but its compressed size is the same.
2012-07-25remove the svn keyword Idxhmikosr
2012-07-14AsyncReader: mark custom code, remove UseOfMfc and SharedInclude.h inclusionXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5465 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-07-14AsyncReader.vcxproj: fix wrong ProjectReferenceXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5464 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-16use double quotes for our includesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5146 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-04disable /analyze for the 3rd party projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5007 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4941 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-18use "DNew" instead of "new" for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4787 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4710 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4690 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-29fix a C4244 warningXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4541 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-16add some missing license headersXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4395 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4390 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-15move AsyncReader to the thirdparty folderXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4378 10f7b99b-c216-0410-bff0-8a66a9350fd8