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-14Update to astyle 3.0.1.XhmikosR
2017-08-13Replace all qsort with std::sort.Kacper Michajłow
2013-09-14Use an empty line after #pragma once directives.XhmikosR
2013-06-23Const correctness. Also pass the argument by reference when possible.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-06-19Replace remaining NULL by nullptr when possible.Underground78
2012-07-25remove the svn keyword Idxhmikosr
2012-06-18break a few long linesXhmikosR
2012-06-16DSMPropertyBag.h, range_bsearch: extended the valid range to MAXSIZE_T - 1, m...janwillem32
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-05-15DSMPropertyBag.h: change integers to pointer size integers, as CAtlArray outp...janwillem32
2012-05-12Avoid pointers truncation on x64. Patch by JanWillem32.Underground78
2012-05-11DSUtil: keep one line statementsXhmikosR
2012-05-10DSUtil: keep one line statementsXhmikosR
2012-05-10* add missing license headersXhmikosR
2012-02-05apply astyleXhmikosR
2010-12-17apply astyle formattingXhmikosR
2010-09-12DSUtil: applied astyle formattingXhmikosR
2010-05-24Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the c...Spec-Chum
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-04-02Cosmetic changes to DSUtil (patch by Tetsuo55 - Told you I'd get you coding o...Spec-Chum
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict