summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Rename shared_ptr testcaseWilliam S Fulton2017-04-213-4/+4
* [ruby] use boost/shared_ptr and boost_shared_ptr.i. not use auto.Takashi Tamura2017-04-211-16/+16
* [ruby] add %typemap(directorin) for shared_ptr.Takashi Tamura2017-04-202-5/+68
* [ruby] enable a test, cpp11_shared_ptr_director.Takashi Tamura2017-04-201-1/+2
* [ruby] add %typemap(directorin) and %typemap(directorout) for shared_ptr.Takashi Tamura2017-04-202-16/+66
* [ruby] add %typemap(directorout) for shared_ptr.Takashi Tamura2017-04-202-4/+13
* add a test for shared_ptr with directorTakashi Tamura2017-04-202-0/+47
* Update ruby tests for change in swig_assert_equal_simple nameWilliam S Fulton2017-04-202-34/+34
* Merge branch 'tamuratak-shared_ptr_derived_2'William S Fulton2017-04-205-0/+316
|\
| * Correct ordering of declarations in testcaseWilliam S Fulton2017-04-201-5/+5
| * Add support for pointers to shared_ptr and null shared_ptr in Ruby containersWilliam S Fulton2017-04-132-6/+101
| * Add shared_ptr non-overloaded upcast testsWilliam S Fulton2017-04-072-21/+65
| * use forward declaration to treat the dependency of fragmentsTakashi Tamura2017-03-291-3/+3
| * Merge remote-tracking branch 'origin/shared_ptr_const_conv' into shared_ptr_d...Takashi Tamura2017-03-293-1/+68
| |\
| | * [ruby] add tests for shared_ptr of const Type.Takashi Tamura2017-03-032-8/+20
| | * [ruby] For swig::from, use template specialization to convert shared_ptr<cons...Takashi Tamura2017-03-033-0/+55
| * | [ruby] add tests for upcasting std::shared_ptr within std containers.Takashi Tamura2017-03-013-0/+110
| |/
* | Merge branch 'tamuratak-ruby_simple_assertion'William S Fulton2017-03-311-6/+16
|\ \
| * | Rename new Ruby assert functions used in test-suiteWilliam S Fulton2017-03-311-9/+4
| |/
| * [ruby] add simple assertions.Takashi Tamura2017-02-251-0/+15
* | Merge branch 'tamuratak-fix_typo_ruby_unordered_map'William S Fulton2017-03-293-0/+26
|\ \
| * | [ruby] add a test to make sure that std::multiset is including Enumerable.Takashi Tamura2017-02-261-0/+1
| * | [ruyb] enable std::list test for Ruby.Takashi Tamura2017-02-261-0/+1
| * | [ruby] make std::list include Enumerable.Takashi Tamura2017-02-251-0/+8
| * | [ruby] make std::multiset and std::unordered_multiset include Enumerable. tes...Takashi Tamura2017-02-241-0/+16
| |/
* | Merge branch 'tamuratak-fix_ruby_bool'William S Fulton2017-03-242-0/+6
|\ \
| * | [ruby] must not do null check for VALUE obj, which can be 0x0 == Qfalse, a va...Takashi Tamura2017-03-062-0/+6
* | | Setup list of failing Ocaml testsWilliam S Fulton2017-03-231-1/+32
* | | Correct <string> back to <string.h>Olly Betts2017-03-221-1/+1
* | | Fixes for make partialcheck-ocaml-test-suiteWilliam S Fulton2017-03-201-4/+4
* | | Remove unnecessary file check in Ocaml MakefileWilliam S Fulton2017-03-201-12/+6
* | | Ocaml Makefile cosmetic style fixesWilliam S Fulton2017-03-201-52/+14
* | | Fix Makefile not erroringWilliam S Fulton2017-03-201-2/+2
* | | Fix handling of typedef'd function pointers for GoWilliam S Fulton2017-03-174-0/+93
* | | Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-163-18/+6
* | | Remove problematic member function pointer tests from GoWilliam S Fulton2017-03-113-0/+18
* | | Add missing function bodies to testcaseWilliam S Fulton2017-03-111-0/+36
* | | Fix testcaseWilliam S Fulton2017-03-111-2/+2
* | | Another C++11 alternate function syntax testWilliam S Fulton2017-03-101-0/+2
* | | Fix seg fault for global declarations declared erroneously without a nameWilliam S Fulton2017-03-102-0/+8
* | | Improved member function pointer parsingWilliam S Fulton2017-03-101-0/+62
* | | Add one more alternate function testWilliam S Fulton2017-03-101-0/+8
* | | C++11 alternate syntax for function declarations improvementsWilliam S Fulton2017-03-102-11/+22
* | | Add some tests for typedef to member function pointersWilliam S Fulton2017-03-106-2/+40
* | | Add support for unnamed parameters: member const function pointersWilliam S Fulton2017-03-101-0/+7
* | | Add support for parsing and wrapping member const function pointersWilliam S Fulton2017-03-104-0/+242
* | | Remove unused cvsignore targetWilliam S Fulton2017-03-104-42/+0
|/ /
* | [Issue 905] Add recognition for `throw (.+) final|override` in parser.yAsen Alexandrov2017-02-271-0/+4
|/
* Merge branch 'tamuratak-fix_std_unordred'William S Fulton2017-02-104-14/+68
|\
| * Move cpp11_hash_tables test to Ruby makefile until other languages workWilliam S Fulton2017-02-102-2/+4