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
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
Microsoft recommends to avoid using NULL or zero (0) as a null pointer constant since nullptr is less vulnerable to misuse and works better in most situations. Also fix some cases where NULL was used instead of 0 or FALSE.
2013-01-15update copyright year for the modified filesXhmikosR
2013-01-12DSUtil: Fix deletion of void*Armada
2012-11-12Properly enable memory leak detection.Underground78
Use MS define DEBUG_NEW.
2012-11-02* Remove void from the parameter listXhmikosR
* Add default constructors/destructors
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-15update astyle.bat and ran itXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5139 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-15Create our own helper class to fetch file version information: remove the ↵Underground78
third party CFileVersionInfo class which was mostly unused and some duplicated code in DSUtil. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5138 10f7b99b-c216-0410-bff0-8a66a9350fd8