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
2017-08-28Enable omit frame pointers for 32-bit build.Kacper Michajłow
2017-08-28Enable C4840 warning.Kacper Michajłow
2017-08-28Enable referenceBinding and ternary conformance options.Kacper Michajłow
2017-07-29Use v141 platform toolset.Kacper Michajłow
2017-07-22Build: Fix typo in project file.Kacper Michajłow
2017-07-22Make VS2017 the default compiler.XhmikosR
2017-07-22Build: Add support for VS2017.Kacper Michajłow
2017-06-03Switch to SSE2.XhmikosR
2017-03-07Enable Optimize Global Data compiler option.Kacper Michajłow
2016-07-06Use /std::c++latest flag.Kacper Michajłow
2016-05-28Remove telemetry calls from our binary.Kacper Michajłow
2016-04-17Cosmetics in project files.Kacper Michajłow
2016-04-12Save all solutions and project files with Visual Studio 2015.Underground78
2016-04-12Remove support for Visual Studio 2013.Underground78
2015-11-30Specify /Zc:throwingNew to prevent compiler adding bloat to the code.Kacper Michajłow
2015-11-16Remove unneeded conditional properties in project files.Kacper Michajłow
2015-11-16Enable some features of VS2015 for faster compilation.Underground78
2015-11-16Add support for Visual Studio 2015.Underground78
2015-03-17Use /Zo switch to generate enhanced debugging information instead of the old ...Kacper Michajłow
2015-03-02Enable W4 for our code.XhmikosR
2014-10-19Enable /Zc:inline and /Zc:rvalueCast compiler options.kasper93
2014-01-05Conditionally define `NOMINMAX`.kasper93
2014-01-05Merge common property.XhmikosR
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-12-21Remove VS2012 support.XhmikosR
2013-10-31common.props: Specify _WIN32_WINNT and _WIN32_IE too.XhmikosR
2013-10-31Add VS2013 support.XhmikosR
2013-10-03Disable the C4005 warnings with /analyze.XhmikosR
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Disable OmitFramePointers for Win32 too.XhmikosR
2013-09-29Don't exclude the normal warnings when running /analyze.XhmikosR
2013-09-29Remove VS2010 support.XhmikosR
2013-09-14Add /d2Zi+ to enable proper debugging of optimized code (i.e. Release builds).XhmikosR
2013-09-10Enable LTCG for VS2012 by default for Release builds.XhmikosR
2013-05-11Enable C4701 for /W3.XhmikosR
2013-05-10Disable C28204 for VS2012.XhmikosR
2013-05-10Support analyze for x64 with VS2012.Underground78
2013-05-06Make /analyze work for our VS2012 projects.XhmikosR
2013-01-12common.props: save it as UTF-8 without BOMXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-06-25make easier using /analyze by just setting ANALYZE=trueXhmikosR
2012-06-25make building with LTCG easier by just setting USELTCG=trueXhmikosR
2012-06-22add "Debug/Release Lite" configuration (still needs some improvements)XhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-12add YASM.bat, so that everything compiles fine through VS IDE too. Still the...XhmikosR
2012-06-08remove the /IGNORE:4221 switch from LIB, and don't compile those source files...XhmikosR
2012-06-08revised compiler and linker switches by specifying the already default switch...XhmikosR
2012-05-14remove _CRT_SECURE_NO_WARNINGSXhmikosR
2012-05-14define _USE_MATH_DEFINES in common.props and remove the individual definesXhmikosR