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
2012-07-25remove the svn keyword Idxhmikosr
2012-06-18break a few long linesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5179 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-16DSMPropertyBag.h, range_bsearch: extended the valid range to MAXSIZE_T - 1, ↵janwillem32
made the loop work with unsigned values for i, j and mid (partially to avoid a currently present warning) and added the regular declspec and inlining attributes. The related files were updated to handle the unsigned return values from range_bsearch. This commit fixes ticket #2381. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5145 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
Note: if you have any local patches just run astyle.bat git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5110 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-15DSMPropertyBag.h: change integers to pointer size integers, as CAtlArray ↵janwillem32
outputs them that way, and there's pointer logic done with these. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4731 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-12Avoid pointers truncation on x64. Patch by JanWillem32.Underground78
This commit fixes ticket #2286. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4701 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-11DSUtil: keep one line statementsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4686 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-10DSUtil: keep one line statementsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4671 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-10* add missing license headersXhmikosR
* cosmetic: mark function as extern in DSUtil.h patch by janwillem32 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4664 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-02-05apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4039 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-17apply astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2786 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-12DSUtil: applied astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2533 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-24Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the ↵Spec-Chum
compiled exe has problems similar to vs2010 builds. We do not support the intel compiler, but patches are welcome. (thanks for the python script, Marko - really helped) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1933 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09revert r1783XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1785 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
switch used: astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren http://astyle.sourceforge.net/ git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1783 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-02Cosmetic changes to DSUtil (patch by Tetsuo55 - Told you I'd get you coding ↵Spec-Chum
one day!) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1775 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict
They now mostly match the case used in #includes, and they're consistent with the names of the .h files they contain. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1648 10f7b99b-c216-0410-bff0-8a66a9350fd8