Commit Graph

3 Commits

Author SHA1 Message Date
dmytro.luchyk 644c860de9 remove redundant casts to const char* after using GetStringUTFChars function
Closes #3143
2025-03-31 17:37:44 +13:00
Olly Betts ccf4f6ec72 Sort out directorout typemaps for std::string_view
With Perl the returned string is still being corrupted (the testcase
flags this as "TODO" for Perl's test harness).

Warnings aren't currently emitted for Perl, Ruby or Tcl as I'm not
seeing where in the UTL maze the directorout typemap actually gets
defined.
2023-12-21 10:59:44 +13:00
Olly Betts 6085a9661e Initial support for std::string_view
So far C#, Java, Lua and PHP are supported.

Closes: #2540
See #1567
2023-05-08 15:56:37 +12:00