Commit Graph

7 Commits

Author SHA1 Message Date
William S Fulton 6226d58065 Fix for using more than one std::string_view type in a method
Fixes #2844
2024-03-27 18:58:58 +00:00
Olly Betts 29d1f95d0d [Python] Add string_view support
Only implemented for Python 3, at least for now.

See #1567
2023-05-26 17:45:24 +12:00
Olly Betts b11a073ee8 Fix std::string mentions in string_view testcases 2023-05-26 15:14:20 +12:00
Olly Betts 7eed7fdd55 [Perl] Add string_view support
Seems to be a problem with the directorout typemap for string_view
currently (see the extra $TODO in
Examples/test-suite/perl5/director_string_view_runme.pl).

See #1567
2023-05-19 11:16:48 +12:00
Olly Betts 2ec8c01b55 [Ruby] Add string_view support
See #1567
2023-05-18 17:52:38 +12:00
Olly Betts 73872022fb [tcl] Add string_view support
See #1567
2023-05-17 13:23:16 +12: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