summaryrefslogtreecommitdiff
path: root/Lib/ruby
Commit message (Expand)AuthorAgeFilesLines
* Remove final remnants of GCJ - jstring.iWilliam S Fulton2018-06-151-44/+0
* follow-up typosluz.paz2018-05-171-1/+1
* Misc. typosluz.paz2018-05-172-2/+2
* Merge pull request #1177 from Sigill/sigabrt_rubyunlinkobject_fixWilliam S Fulton2018-01-071-6/+7
|\
| * Do not abort when unlinking non-data ruby objectsCyrille Faucheux2017-12-271-6/+7
* | std_basic_string.i fixesWilliam S Fulton2018-01-041-36/+24
|/
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-29/+29
* Director shared_ptr typemaps for scripting languagesWilliam S Fulton2017-10-131-39/+23
* Merge branch 'radarsat1-fix-null-shared_ptr-directors'William S Fulton2017-10-111-16/+39
|\
| * Remove duplicate director shared_ptr pointer reference typemapsWilliam S Fulton2017-10-111-4/+4
| * For shared_ptr directorin, make copy of shared_ptr in all cases.Stephen Sinclair2017-09-271-3/+6
| * Add directorin typemap for Python and Ruby shared_ptr.Stephen Sinclair2017-09-271-13/+33
* | Suppress Ruby std::wstring, std::string, std::basic_string warningsWilliam S Fulton2017-10-103-3/+6
* | Remove GCJ supportOlly Betts2017-10-091-2/+0
* | Add missing declaration for std::complexWilliam S Fulton2017-10-021-0/+7
|/
* Ruby and Scilab shared_ptr typemap fragment correctionWilliam S Fulton2017-09-251-9/+5
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-232-2/+2
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* remove bool from shared_ptr as well.Mike Romberg2017-07-031-6/+6
* as() now always throws and never creates an invalid object with memset()Mike Romberg2017-07-032-19/+14
* Merge branch 'tamuratak-fix_ruby_wstring'William S Fulton2017-06-203-53/+90
|\
| * [ruby] use %fragment to clarify the dependency of code.Takashi Tamura2017-02-232-3/+3
| * [ruby] should initialize static variables inside %init{}, in which it will no...Takashi Tamura2017-02-222-3/+11
| * [ruby] * use static variable to avoid creating stirngs every time.Takashi Tamura2017-02-211-14/+16
| * [ruby] add std::wstring tests for string including a null terminator.Takashi Tamura2017-02-201-1/+1
| * [ruby] * rewrite SWIG_AsWCharPtrAndSize and SWIG_FromWCharPtrAndSizeTakashi Tamura2017-02-202-12/+33
| * [ruby] use WCHAR_MAX to determine the encoding of std::wstring.Takashi Tamura2017-02-192-25/+32
| * [ruby] add a few tests for std::wstringTakashi Tamura2017-02-181-0/+4
| * [ruby] fix support for std::wstring.Takashi Tamura2017-02-182-44/+39
* | Fix warning in generated code - traits_asptr.William S Fulton2017-06-131-1/+1
* | Merge branch 'tamuratak-fix_ruby_unordered_set'William S Fulton2017-04-242-2/+2
|\ \
| * | [ruby] clarify dependency of fragments for unordered_set containers.Takashi Tamura2017-04-222-2/+2
* | | Merge branch 'tamuratak-fix_ruby_null_shared_ptr'William S Fulton2017-04-242-1/+13
|\ \ \ | |/ / |/| |
| * | [ruby] treat null shared_ptr in std containers properly.Takashi Tamura2017-04-202-1/+13
* | | Merge branch 'tamuratak-fix_ruby_director_and_shared_ptr'William S Fulton2017-04-211-0/+75
|\ \ \
| * | | [ruby] delete unnecessary changes.Takashi Tamura2017-04-211-16/+1
| * | | [ruby] add %typemap(directorin) for shared_ptr.Takashi Tamura2017-04-201-1/+25
| * | | [ruby] add %typemap(directorin) and %typemap(directorout) for shared_ptr.Takashi Tamura2017-04-201-13/+67
| * | | [ruby] add %typemap(directorout) for shared_ptr.Takashi Tamura2017-04-201-0/+12
| |/ /
* | | Add assert for invalid NULL type parameter when calling SWIG_Ruby_NewPointerObj.William S Fulton2017-04-201-4/+5
|/ /
* | Merge branch 'tamuratak-shared_ptr_derived_2'William S Fulton2017-04-203-1/+144
|\ \
| * | Correct comment about const removal for shared_ptrWilliam S Fulton2017-04-201-4/+2
| * | Ruby shared_ptr on error code improvement in traits_as::asWilliam S Fulton2017-04-131-4/+1
| * | Add support for pointers to shared_ptr and null shared_ptr in Ruby containersWilliam S Fulton2017-04-131-26/+59
| * | use forward declaration to treat the dependency of fragmentsTakashi Tamura2017-03-293-13/+32
| * | Merge remote-tracking branch 'origin/shared_ptr_const_conv' into shared_ptr_d...Takashi Tamura2017-03-291-1/+9
| |\ \
| | * | [ruby] For swig::from, use template specialization to convert shared_ptr<cons...Takashi Tamura2017-03-032-0/+17
| | |/
| * | [ruby] must not do a null check for VALUE.Takashi Tamura2017-03-071-3/+3
| * | [ruby] edit comments [skip ci]Takashi Tamura2017-03-021-3/+4
| * | [ruby] move template specialization to std_shared_ptr.i.Takashi Tamura2017-03-022-74/+88