bsnes/nall/string
Tim Allen 559a6585ef Update to v106r81 release.
byuu says:

First 32 instructions implemented in the TLCS900H disassembler. Only 992
to go!

I removed the use of anonymous namespaces in nall. It was something I
rarely used, because it rarely did what I wanted.

I updated all nested namespaces to use C++17-style namespace Foo::Bar {}
syntax instead of classic C++-style namespace Foo { namespace Bar {}}.

I updated ruby::Video::acquire() to return a struct, so we can use C++17
structured bindings. Long term, I want to get away from all functions
that take references for output only. Even though C++ botched structured
bindings by not allowing you to bind to existing variables, it's even
worse to have function calls that take arguments by reference and then
write to them. From the caller side, you can't tell the value is being
written, nor that the value passed in doesn't matter, which is terrible.
2019-01-16 13:02:24 +11:00
..
allocator Update to v106r58 release. 2018-08-21 13:17:12 +10:00
eval Update to v106r81 release. 2019-01-16 13:02:24 +11:00
markup Update to v106r81 release. 2019-01-16 13:02:24 +11:00
transform Update to v106r81 release. 2019-01-16 13:02:24 +11:00
atoi.hpp Update to v101r02 release. 2016-08-09 21:07:18 +10:00
cast.hpp Update to v106r77 release. 2019-01-13 17:25:14 +11:00
compare.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
convert.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
core.hpp Update to v106r2 release. 2018-02-01 19:20:37 +11:00
find.hpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
format.hpp Update to v106r46 release. 2018-07-08 14:58:27 +10:00
match.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
pascal.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
replace.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
split.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
trim.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
utf8.hpp Update to v106r69 release. 2019-01-02 10:52:08 +11:00
utility.hpp Update to v106r65 release. 2018-10-04 20:12:11 +10:00
vector.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
view.hpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00