summaryrefslogtreecommitdiff
path: root/Examples/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Fix Fix #1927852 - #include directives don't preprocess the file passed to itWilliam S Fulton2011-02-136-0/+44
* Fix preprocessor breakages introduced in rev 12441 which was fixing defined()...William S Fulton2011-02-122-0/+79
* Fix #1940536, overactive preprocessor which was expanding defined(...) outsid...William S Fulton2011-02-073-0/+41
* Hack for testcase to compile under PHP 5.3 / gcc-4.4 William S Fulton2011-02-051-1/+9
* [C#] SF #3085906 - Possible fix running test-suite on Mac OSX.William S Fulton2011-02-051-1/+2
* SF #3127633 Fix infinite loop in recursive typedef resolution.William S Fulton2011-02-053-0/+8
* R - SF #3168676 Fix %rename not working for member variables and methods. Add...William S Fulton2011-02-044-0/+75
* Make R unittests pass failure to the Make system, otherwise failures are mask...William S Fulton2011-02-041-5/+13
* li_boost_shared_ptr.i testcase - fix for missing %shared_ptr highlighted by n...William S Fulton2011-02-011-0/+1
* Linker errors fixed for member_funcptr_galore testcaseWilliam S Fulton2011-02-011-2/+2
* Any 'using' statements in the protected section of a class were previously ig...William S Fulton2011-02-017-4/+159
* Fix typecheck typemaps for SWIGTYPE *const&William S Fulton2011-01-306-0/+33
* Add li_typemaps_apply to testsWilliam S Fulton2011-01-291-0/+1
* [D] Test C++ references in »d_nativepointers«; normalized indentation.David Nadlinger2011-01-293-20/+49
* expand protected using testcaseWilliam S Fulton2011-01-281-4/+13
* Fix C# typemaps.i so that %apply works doesn't break function returns using t...William S Fulton2011-01-241-0/+46
* Fix D test-suite cleanWilliam S Fulton2011-01-181-2/+2
* Move a couple of runme files which into the correct directoriesWilliam S Fulton2011-01-172-0/+0
* Remove svn:executable propertyWilliam S Fulton2011-01-171-0/+0
* New warning when the smartptr feature is missing in some classes in an inheri...William S Fulton2011-01-173-2/+38
* Add string & length typemap for Go.Ian Lance Taylor2011-01-141-0/+25
* Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-147-28/+122
* Unused runtest removedWilliam S Fulton2011-01-111-402/+0
* Fix to work with Go when using the gccgo compiler.Ian Lance Taylor2011-01-111-0/+20
* Fix %module declaration.Ian Lance Taylor2011-01-111-1/+1
* [D] Fixed a bug in the loop breaking code for directors leading to a supercla...David Nadlinger2011-01-085-0/+56
* Fix rname testcase when run under OpenJDK icedtea on Linux because libjvm.so ...William S Fulton2011-01-052-12/+9
* [C#, D, Java] Check for collision of parameter names with target language key...David Nadlinger2010-12-302-0/+14
* [D] Operator overloading support for D1 and D2.David Nadlinger2010-12-304-1/+187
* Fix special variable not being expanded for csvarin typemaps when used for g...William S Fulton2010-12-232-1/+41
* Fix typo in code (found by cppcheck)Olly Betts2010-12-161-1/+1
* Fix expansion in array typemapsWilliam S Fulton2010-12-144-0/+55
* Fix wallkw runtime test since D was addedWilliam S Fulton2010-12-081-0/+2
* Fix wallkw runtime test since D was addedWilliam S Fulton2010-12-082-2/+4
* More extensive member function pointer testWilliam S Fulton2010-12-082-0/+84
* [D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger2010-11-283-6/+6
* [D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger2010-11-272-0/+16
* [D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger2010-11-182-3/+3
* Added support for the D programming languge.David Nadlinger2010-11-1887-0/+6716
* Added special cases to the test-suite as required for D.David Nadlinger2010-11-1829-39/+137
* Minor rename in the 'operbool' test-case to avoid special casing for D.David Nadlinger2010-11-181-1/+1
* Minor rename in the 'smart_pointer_templatemethods' test-case to avoid specia...David Nadlinger2010-11-181-7/+6
* Renamed 'template' test-case to 'template_basic'.David Nadlinger2010-11-182-4/+4
* Renamed 'immutable' test-case to 'immutable_values'.David Nadlinger2010-11-182-2/+2
* Ignore non-matching regex renames when searching renames list.Vadim Zeitlin2010-11-164-2/+36
* Fix unary scope operator (::) (global scope) regression introduced in 2.0.0. ...William S Fulton2010-10-133-2/+94
* Add missing return value in testcaseWilliam S Fulton2010-10-031-0/+1
* add missing return to testcaseWilliam S Fulton2010-10-031-1/+1
* Lua warning fix since previous commit changed max to maximumWilliam S Fulton2010-10-031-1/+1
* Fix warning running under GoWilliam S Fulton2010-10-031-2/+1