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-28Constify strings to conform C++ standard.Kacper Michajłow
2017-08-13Replace all qsort with std::sort.Kacper Michajłow
2016-05-28Cleanup includes to improve incremental builds time.Kacper Michajłow
2016-05-02Don't perform runtime narrow-wide string conversion when not necessary.Kacper Michajłow
2016-04-12Save all solutions and project files with Visual Studio 2015.Underground78
2016-04-12Move ISO languages related code to its own files.Underground78
2015-11-16Remove unneeded conditional properties in project files.Kacper Michajłow
2014-01-05Use min/max templated functions from std (part 2).Underground78
2013-12-21Drop unused code from the old internal filters era.XhmikosR
2013-11-21Use conversion constructors to work-around confusing AStyle styling.Underground78
2013-10-27Fix/silence some warnings (mostly C4244 and C4267 "possible loss of data").Underground78
2013-10-12Change old strings to MPC-HC.XhmikosR
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-29Remove VS2010 support.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-11Reduce variable scope.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-02-03Cosmetics: Define or use some constants when possible.Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-08-02Show the hash and branch information in the file version information.Underground78
2012-08-02fix line endingsxhmikosr
2012-07-26rename Version.sh and Version.h to lowercasexhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
2012-06-17*.def files: tabs to spacesXhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-16DSMPropertyBag.h, range_bsearch: extended the valid range to MAXSIZE_T - 1, m...janwillem32
2012-06-16add missing license headersXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-15DSMPropertyBag.h: change integers to pointer size integers, as CAtlArray outp...janwillem32
2012-05-14fix some C4244 warningsv0lt
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-07remove unneeded AdditionalLibraryDirectories now that AdditionalDependencies ...XhmikosR
2012-05-07clean up AdditionalDependencies; They are not really needed for VS2010 as lon...XhmikosR
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-15move BaseClasses to the thirdparty folderXhmikosR