bsnes/nall/string
Tim Allen ec9729a9e1 Update to v106r36 release.
byuu says:

Changelog:

  - nall: renamed array to adaptive_array; marked it as deprecated
  - nall: created new array class; which is properly static (ala
    std::array) with optional bounds-checking
  - sfc/ppu-fast: converted unmanaged arrays to use nall/array (no speed
    penalty)
  - bsnes: rewrote the cheat code editor to a new design
  - nall: string class can stringify pointer types directly now, so
    pointer() was removed
  - nall: added array_view and pointer types (still unsure if/how I'll
    use pointer)
2018-06-04 12:44:57 +10:00
..
allocator Update to v106r30 release. 2018-05-28 11:16:27 +10:00
eval Update to v099r14 release. 2016-07-01 21:50:32 +10:00
markup Update to v106r15 release. 2018-04-16 18:58:13 +10:00
transform Update to v101r19 release. 2016-10-28 08:16:58 +11:00
atoi.hpp Update to v101r02 release. 2016-08-09 21:07:18 +10:00
cast.hpp Update to v106r36 release. 2018-06-04 12:44:57 +10:00
compare.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
convert.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
core.hpp Update to v106r2 release. 2018-02-01 19:20:37 +11:00
find.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
format.hpp Update to v106r36 release. 2018-06-04 12:44:57 +10:00
list.hpp Update to v099r14 release. 2016-07-01 21:50:32 +10:00
match.hpp Update to v099r14 release. 2016-07-01 21:50:32 +10:00
replace.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
split.hpp Update to v099r14 release. 2016-07-01 21:50:32 +10:00
trim.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
utility.hpp Update to v106r2 release. 2018-02-01 19:20:37 +11:00
view.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00