3.5-1144 10 years ago Buildfix probably.
3.5-1143 10 years ago More new[] elimination.
3.5-1142 10 years ago More new[] elimination!
3.5-1141 10 years ago new[] to vector in DiscIO/WiiWad. Yall gotta learn how to use const.
3.5-1140 10 years ago More new[] to vector changes.
3.5-1139 10 years ago new[] to vector changes in DiscIO stuff.
3.5-1138 10 years ago Change new[] to vector in UCode stuff.
3.5-1136 10 years ago unique_ptrify UCode factory.
3.5-1135 10 years ago Merge branch 'master' into smart-ptrs
3.5-1131 10 years ago Replace new[] with vector in WiimoteEmu code.
3.5-1130 10 years ago Replace new[] with std::vector in Movie.cpp.
3.5-1129 10 years ago Replace some new[] with std::vector.
3.5-1128 10 years ago Replace deprecated auto_ptrs with unique_ptrs.
3.5-1127 10 years ago Pass proper file types around now that we can use std::move.
3.5-1126 10 years ago Make SI device factory return unique_ptr.
3.5-1125 10 years ago Make Banner factory return unique_ptr.
3.5-1124 10 years ago Make Filesystem factory return unique_ptr.
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...
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.