summaryrefslogtreecommitdiff
path: root/Lib/ruby
Commit message (Expand)AuthorAgeFilesLines
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-273-6/+8
* Really fix "mixed declarations and code" warningOlly Betts2023-04-191-3/+1
* Fix "ISO C90 forbids mixed declarations and code" warningMaple Ong2023-04-121-1/+2
* Fix "undefining the allocator of T_DATA" error seen in Ruby 3.2Maple Ong2023-04-121-1/+2
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-2/+2
* rubyWilliam S Fulton2022-07-311-0/+2
* Suppress Ruby.h gcc warningsWilliam S Fulton2022-07-311-0/+15
* Add support for std::auto_ptr inputsWilliam S Fulton2022-07-181-6/+20
* Cosmetic formatting and doc updates in std_unique_ptr.i filesWilliam S Fulton2022-07-171-6/+7
* Add Ruby support for std::unique_ptr inputsWilliam S Fulton2022-07-172-1/+23
* More move semantics improvementsWilliam S Fulton2022-07-041-2/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Cosmetic changes to auto_ptr library filesWilliam S Fulton2022-07-021-8/+10
* Add std::unique supportWilliam S Fulton2022-07-021-0/+19
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-5/+2
* Document argc argv libraryWilliam S Fulton2022-05-151-4/+3
* argcargv.i cosmetic updatesWilliam S Fulton2022-05-151-8/+5
* Fix Ruby 3.2 warning "undefining the allocator of T_DATA class swig_runtime_d...Robin Stocker2022-04-121-0/+1
* Fix typos in docs and commentsOlly Betts2022-02-271-1/+1
* Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-061-1/+1
* Ruby: Fix warnings in generated code about missing parameter in variadic macroThomas Reitmayr2022-01-299-13/+13
* Fix typosDimitris Apostolou2021-11-171-2/+2
* Fix more "allows to" and other typosOlly Betts2021-04-211-1/+1
* 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