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
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
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-09Use secure version of *fopen.Underground78
2012-04-27apply astyle and move a couple of includes along with the others in Rasterize...XhmikosR
2012-04-23Remove SSF supportXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-20revert r4443 and r4445XhmikosR
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-02-12Add : Support VP30/31 support.Aleksoid
2012-02-05apply astyleXhmikosR
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move /IGNORE:...XhmikosR
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ...XhmikosR
2011-06-21cleanupXhmikosR
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
2011-01-14merge debug/release props files to common.propsXhmikosR
2010-12-17apply astyle formattingXhmikosR
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
2010-09-19project files cleanupXhmikosR
2010-09-15move the /MP switch from the project files in the release.props/vsprops filesXhmikosR
2010-08-31removed "Template" configuration from vs2010 projectsXhmikosR
2010-08-16muxers: applied astyle formattingXhmikosR
2010-08-11Filters: applied astyle formatting, updated copyright noticeXhmikosR
2010-08-02specified target machine (/MACHINE:XXX) in MSVS2010 project filesXhmikosR
2010-07-27cleaned up DisableSpecificWarnings in VS2008 projectsXhmikosR
2010-07-26Initial commit of MSVS 2010 project files.XhmikosR
2010-07-25project files cosmeticsXhmikosR
2010-05-27clean up project files and added the /arch option in the release.vsprops so w...XhmikosR
2010-05-26imported branch with a lot project modifications regarding the IntDir, OutDir...XhmikosR
2010-05-24Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the c...Spec-Chum
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, com...kinddragon
2010-05-05cleaned up project filesXhmikosR
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-02-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all #incl...povaddict
2010-02-19Changed C casts to C++ casts and some code formatting correctionsjonasno
2010-02-13TyposSpec-Chum