You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly calculate frame counts when reading WAV files
fixes
fix
Revert "fix"
This reverts commit 96ac2e6.
Revert "fixes"
This reverts commit c431eb9.
Revert "Correctly calculate frame counts when reading WAV files"
This reverts commit 2af47ea.
Remove String and StringRef
this doesnt compile. effectively a replacement of:
String -> std::string
StringRef -> const std::string&
Fix compilation issues after removing String/StringRef
this includes some questionable includes of Core.h which seemed to be required to compile. this also includes some reimplementations of StringUtils functions and misc items
String removal crash fix 1
String removal broken format string fix
finish merge
String removal crash fix 2
i was getting cant reference iterator past end over and over here for no reason no matter what i did even if i checked for end and then ran into 25 other errors so lets just rewrite it
String removal warns reduction
this doesnt solve as many as i would like but it begins to reach outside the scope as more get fixed. it would be more ideal to actually just change the argument types instead of doing all this casting
String removal - for shader logging, clear and resize a string
String removal - Str::create replaced by constructor
template <class InputIterator> std::string (InputIterator first, InputIterator last);
String removal - remove Str::assign
String removal crash fix 3
typo
String removal - replace stricmp
0 commit comments