summaryrefslogtreecommitdiff
path: root/Lib/ruby
Commit message (Expand)AuthorAgeFilesLines
* 0.0 float warning fixWilliam S Fulton2020-10-101-1/+1
* Merge branch 'fix-1199'William S Fulton2020-06-071-0/+2
|\
| * fix #1199Viktor Gal2020-02-011-0/+2
* | Ruby wstring - only include endian.h on linuxAndreas Schwab2020-06-061-2/+13
* | Ruby - catch exceptions by const referenceWilliam S Fulton2020-02-181-9/+8
* | Merge branch 'catch-value'William S Fulton2020-02-181-5/+5
|\ \
| * | Catch exceptions by reference rather than by value.Daniel Mach2020-02-141-5/+5
| |/
* | Remove an unnecessary shared_ptr reference count increment in Ruby wrappersWilliam S Fulton2020-02-131-17/+20
|/
* Extend std::auto_ptr<> support to RubyVadim Zeitlin2020-01-171-0/+17
* Improve description of cast macros for RubyThomas Reitmayr2020-01-041-8/+24
* Move new macros for Ruby to their dedicated namespaceThomas Reitmayr2020-01-032-6/+10
* Add support for Ruby 2.7Thomas Reitmayr2019-12-314-36/+29
* Python STL container method overloading fixWilliam S Fulton2019-08-061-8/+2
* Remove the UnknownExceptionHandler director error handling classWilliam S Fulton2019-06-271-37/+0
* Replace std::unexpected_handler with std::terminate_handler to be c++17 compl...William S Fulton2019-06-271-5/+5
* Include all template parameters for std_unordered_multiset and std_unordered_setWilliam S Fulton2019-03-122-20/+20
* Correct unordered_set/unordered_multiset template Key parameter nameWilliam S Fulton2019-03-122-20/+20
* Include all template parameters for std_unordered_multimap and std_unordered_mapWilliam S Fulton2019-03-122-21/+21
* Add in a definition for RTYPEDDATA_P for Ruby<1.9.3William S Fulton2019-02-221-0/+3
* [ruby] check whether object is of RTypedData using RTYPEDDATA_P.Takashi Tamura2019-02-221-2/+2
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-136-7/+7
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+0
* Fix overloading for non-pointers and NULL - RubyWilliam S Fulton2018-12-291-1/+1
* 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