Takashi Tamura
4f31f5d0a3
[ruby] use %fragment to clarify the dependency of code.
2017-02-23 21:08:04 +09:00
Takashi Tamura
04a7c4f8b8
[ruby] should initialize static variables inside %init{}, in which it will not be
...
excuted concurrently by multiple threads.
2017-02-22 12:25:27 +09:00
Takashi Tamura
e7eece9bcd
[ruby] * use static variable to avoid creating stirngs every time.
...
* fix possible overflow.
2017-02-21 21:25:14 +09:00
Takashi Tamura
4009da3588
[ruby] * rewrite SWIG_AsWCharPtrAndSize and SWIG_FromWCharPtrAndSize
...
* use UTF-32LE and UTF-16LE to avoid BOM
* add tests
2017-02-20 17:00:52 +09:00
Takashi Tamura
5722d81a09
[ruby] use WCHAR_MAX to determine the encoding of std::wstring.
2017-02-19 15:57:34 +09:00
Takashi Tamura
904bc2ad52
[ruby] fix support for std::wstring.
2017-02-18 16:27:23 +09:00
William S Fulton
e897733b08
Fix missing fragments in Ruby wstring typemaps
2014-03-07 13:15:53 +00:00
William S Fulton
4308dd03cf
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2010-02-27 23:26:02 +00:00
William S Fulton
e2679a6fd3
correct return type for PyUnicode_GetSize
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11041 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-01-08 19:20:51 +00:00
Gonzalo Garramuno
aa84817ce0
Fixed typo.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9855 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-06-11 20:03:19 +00:00
Gonzalo Garramuno
81c84b7e8c
Rename fixes to STL.
...
Removed object reporting in non-verbose from
newobject demos.
Made wstring treat them as normal strings as
advertised.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-05-05 00:46:20 +00:00
Gonzalo Garramuno
a0b74a907e
Updated Ruby's STL to new framework.
...
Still need to add new tests for multimap,
multiset, list, etc.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9719 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-04-30 06:36:55 +00:00