summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby
Commit message (Expand)AuthorAgeFilesLines
* Change in default behaviour wrapping C++ bool for Python.William S Fulton2014-03-081-0/+88
* Make string encoding expliticKlaus Kämpf2013-11-291-1/+1
* Ruby 1.9 fixes.William S Fulton2013-04-051-1/+7
* Fixes for out of source builds for Ruby test-suiteWilliam S Fulton2013-04-021-1/+1
* Fix incorrect assumptions in Ruby li_std_set testWilliam S Fulton2013-03-311-1/+4
* Fix delete_if (reject!) for the STL container wrappers.William S Fulton2013-03-292-0/+9
* Apply patch 3530444Klaus Kämpf2012-12-151-6/+6
* Ruby 1.9: Add current dir to load path when running RubyKlaus Kämpf2012-12-141-1/+1
* Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+25
* Rename python_kwargs testcase to kwargs_feature. Add kwargs_feature to Ruby a...William S Fulton2011-06-131-0/+1
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Test std::map in all languagesWilliam S Fulton2009-08-201-1/+0
* Add Ruby missing methods for vector<bool> specializationWilliam S Fulton2009-08-151-0/+7
* Rename max() to maximum() as max() is a built-in function in PHP.Olly Betts2009-08-141-2/+2
* remove unnecessary extra semicolons in the tesuiteMiklos Vajna2009-08-091-1/+1
* remove unnecessary extra shells being spawned in the test-suiteWilliam S Fulton2009-08-091-2/+2
* better way to provide custom commandline options for individual testsWilliam S Fulton2009-07-031-4/+2
* [Ruby] Fix to handle FIXNUM values greater than MAXINT passed for a double pa...Olly Betts2009-06-261-0/+3
* std::map improvements based on patch from Yuval BarorWilliam S Fulton2009-05-221-1/+1
* move std::multimap tests from li_std_map.i into new li_std_multimap.iWilliam S Fulton2009-05-123-10/+29
* modify test-suite (barring python atm) to not rely on the -I path to find the...William S Fulton2008-11-2616-500/+48
* variable name changes to remove php keywordsWilliam S Fulton2008-06-241-1/+1
* Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL var...William S Fulton2008-05-201-6/+2
* Fix using statements for overloaded methodsWilliam S Fulton2007-11-302-5/+83
* string handling mods to keep gcc-4.2 happyWilliam S Fulton2007-11-042-39/+39
* Remove cvs $Header$William S Fulton2007-10-171-1/+0
* correct module to useWilliam S Fulton2007-09-041-2/+2
* Added missing stl_new.i testGonzalo Garramuno2007-09-041-0/+29
* Added new li_math.i test.Gonzalo Garramuno2007-09-041-0/+13
* Added some more tests for c file wraps.Gonzalo Garramuno2007-09-046-0/+252
* Added new arrays_runme.rb testsGonzalo Garramuno2007-09-042-7/+49
* Move ruby specific test into Ruby specific testcase li_std_pair_lang_object.iWilliam S Fulton2007-09-034-6/+30
* Remove obscure mpointer example and replace with member_pointer.i testcase an...William S Fulton2007-08-091-0/+54
* fixes to use parallel make when running the examples and test-suiteWilliam S Fulton2007-07-241-7/+7
* Added automatic calculation of O(n).Gonzalo Garramuno2007-05-231-6/+21
* Improved printing in test.Gonzalo Garramuno2007-05-231-3/+3
* Updated li_std_speed.i to also test speed ofGonzalo Garramuno2007-05-232-16/+27
* Added new speed test and minor cosmetic fixes toGonzalo Garramuno2007-05-195-3/+89
* Removed printing from test.Gonzalo Garramuno2007-05-081-4/+2
* Removed macro stuff titles of author, copyright,Gonzalo Garramuno2007-05-06126-379/+386
* Removed allocator from constructors.Gonzalo Garramuno2007-05-062-1/+3
* Added an implementation of std_queue with tests.Gonzalo Garramuno2007-05-062-0/+48
* Added an implementation of std_stack.i withGonzalo Garramuno2007-05-062-0/+46
* Modified ruby functors to remove ruby prefix.Gonzalo Garramuno2007-05-063-0/+83
* remove std::set from new extended functions, asGonzalo Garramuno2007-05-051-1/+1
* Removed a printing of vector from test.Gonzalo Garramuno2007-05-051-2/+0
* Rename fixes to STL.Gonzalo Garramuno2007-05-052-2/+2
* Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno2007-05-042-2/+19
* Added a simple script to check missing testsGonzalo Garramuno2007-05-031-0/+53
* Added support for inheritance in class description,Gonzalo Garramuno2007-05-031-4/+1