dolphin/Source/Core
lioncash 3e0c04a83e Common: Fix a potential infinite loop in ReplaceAll
Prior to this change, it was possible to cause an infinite loop by making the string to be replaced and the replacing string the same thing.

e.g.

std::string some_str = "test";
ReplaceAll(some_str, "test", "test");

This also changes the replacing in a way that doesn't require starting from the beginning of the string on each replacement iteration.
2014-09-05 15:12:17 -04:00
..
AudioCommon Merge pull request #930 from skidau/openal-seq-ms 2014-09-02 09:56:46 -04:00
Common Common: Fix a potential infinite loop in ReplaceAll 2014-09-05 15:12:17 -04:00
Core Remove debug printf from earlier commit 2014-09-05 10:31:29 -07:00
DiscIO Merge pull request #893 from rohitnirmal/scan-build-fixes 2014-09-02 23:15:18 -07:00
DolphinWX Revert "JIT64: optimize CA calculations" 2014-09-05 10:26:30 -07:00
InputCommon Controller Interface: Remove "using namespace" in header file. 2014-09-04 23:02:25 -05:00
VideoBackends Merge pull request #972 from Sonicadvance1/fix-intel-windows 2014-09-05 11:06:49 -07:00
VideoCommon Merge pull request #972 from Sonicadvance1/fix-intel-windows 2014-09-05 11:06:49 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00