| 3.5-1144 | 10 years ago | Buildfix probably. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1143 | 10 years ago | More new[] elimination. |
| Mac OS X | ||
| 3.5-1142 | 10 years ago | More new[] elimination! |
| Mac OS X | ||
| 3.5-1141 | 10 years ago | new[] to vector in DiscIO/WiiWad. Yall gotta learn how to use const. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1140 | 10 years ago | More new[] to vector changes. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1139 | 10 years ago | new[] to vector changes in DiscIO stuff. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1138 | 10 years ago | Change new[] to vector in UCode stuff. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1136 | 10 years ago | unique_ptrify UCode factory. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1135 | 10 years ago | Merge branch 'master' into smart-ptrs |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1131 | 10 years ago | Replace new[] with vector in WiimoteEmu code. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1130 | 10 years ago | Replace new[] with std::vector in Movie.cpp. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1129 | 10 years ago | Replace some new[] with std::vector. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1128 | 10 years ago | Replace deprecated auto_ptrs with unique_ptrs. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1127 | 10 years ago | Pass proper file types around now that we can use std::move. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1126 | 10 years ago | Make SI device factory return unique_ptr. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1125 | 10 years ago | Make Banner factory return unique_ptr. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1124 | 10 years ago | Make Filesystem factory return unique_ptr. |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1123 | 10 years ago | Make Volume/Blob factories return unique_ptr. Use unique/shared_ptr for storing Volumes/Blobs. It was often confusing who was responsible for deleting Volumes and Blobs. Producing leaks was easy. This... |
| Windows x64 Windows x86 Mac OS X | ||
| 3.5-1122 | 10 years ago | Add make_unique function. Did not put in CommonFuncs because it is used by some Externals that aren't compiled as c++11. |
| Windows x64 Windows x86 Mac OS X | ||