summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* a bit more on what is in a moduleWilliam S Fulton2009-06-201-0/+1
* add further clarification about modulesWilliam S Fulton2009-06-183-21/+54
* quote %include statementsWilliam S Fulton2009-06-177-12/+12
* better clarification for %include and #include and %moduleWilliam S Fulton2009-06-173-9/+29
* fix error in bug reporter for enums and %ignoreWilliam S Fulton2009-06-161-3/+2
* remove perl specific modifications to the enum_thorough testWilliam S Fulton2009-06-169-38/+9
* fix Java and C# enums when one of the enum items is ignoredWilliam S Fulton2009-06-1614-12/+422
* Remove non-standard targets makecpptests, makectests, maketests, runcpptests,Olly Betts2009-06-151-18/+2
* reference.i improvements, testcase coverage. language specific interface sup...Robert Stone2009-06-055-4/+97
* remove extra lookup of directorout typemapWilliam S Fulton2009-06-054-20/+0
* bugfix for Lib/perl5/reference.i (test-suite enhancements coming soon).Robert Stone2009-06-022-0/+29
* minor format improvmentWilliam S Fulton2009-05-291-1/+2
* trailing comma fix for ISOC89 compliance - patch from Ben SchmeckpeperWilliam S Fulton2009-05-291-1/+1
* minor formattingWilliam S Fulton2009-05-271-5/+4
* add missing file omitted in earlier commitWilliam S Fulton2009-05-271-0/+25
* add test for $descriptor() macroWilliam S Fulton2009-05-271-0/+8
* std::map C# improvementsWilliam S Fulton2009-05-263-15/+39
* remove authors - these are in the CHANGES files and README filesWilliam S Fulton2009-05-261-1/+0
* Add copy constructor to std::map and make more efficient by passing keys and ...William S Fulton2009-05-261-76/+64
* Add std::vector copy constructor to proxyWilliam S Fulton2009-05-262-1/+9
* Improve C# std::map tests to do the bulk of the testing on a map where the ke...William S Fulton2009-05-222-41/+53
* use instead of selfWilliam S Fulton2009-05-222-53/+53
* std::map improvements based on patch from Yuval BarorWilliam S Fulton2009-05-228-199/+939
* Remove note which is no longer relevant.Olly Betts2009-05-191-6/+0
* Snip nonsensical comment left over from cut and paste from other examples.Olly Betts2009-05-191-2/+0
* fix linkWilliam S Fulton2009-05-171-1/+1
* fixed the wrong pointer value returned by SwigPyObject_repr()Haoyu Bai2009-05-142-3/+4
* [allegrocl] Minor tweak to improve wrapping in -nocwrap mode.Mikel Bancroft2009-05-142-5/+19
* move std::multimap tests from li_std_map.i into new li_std_multimap.iWilliam S Fulton2009-05-125-12/+31
* Improved std::vector wrappers on the C# proxy side from Yuval Baror to implem...William S Fulton2009-05-112-7/+11
* minor formatting mod 2William S Fulton2009-05-051-1/+0
* minor formatting modWilliam S Fulton2009-05-051-0/+1
* Add test for notderived attribute in csbase/javabase typemapWilliam S Fulton2009-05-013-0/+43
* remove executable bitsWilliam S Fulton2009-05-016-0/+0
* add test for optimal attribute in out typemapWilliam S Fulton2009-04-305-0/+78
* Remove accidentally committed conflict marker.Olly Betts2009-04-301-1/+0
* Remove two accidentally committed debug fprintf() calls.Olly Betts2009-04-291-3/+0
* Add the 'notderived' attribute to the javabase and csbase typemapsWilliam S Fulton2009-04-294-3/+25
* int -> Py_ssize_t to fix 64 bit Python 3 failure to compile generated codeOlly Betts2009-04-291-1/+1
* fix of unclear comment regarding Python 3 tp_compare removalHaoyu Bai2009-04-291-1/+4
* Fix comment typosOlly Betts2009-04-2910-21/+21
* [Python] Don't attempt to acquire the GIL in situations where weOlly Betts2009-04-292-23/+9
* Fix #2753469 - bool &OUTPUT and bool *OUTPUT typemaps initialisation.William S Fulton2009-04-212-0/+7
* Fix #2746858 - C macro expression using floating point numbersWilliam S Fulton2009-04-093-1/+20
* fix ordering of chaptersWilliam S Fulton2009-04-014-25/+25
* update .dll -> .pyd for pythonWilliam S Fulton2009-04-011-1/+2
* don't unnecessarily set swigCPtr to zero again if Dispose/delete called multi...William S Fulton2009-03-315-48/+68
* printf(string) -> printf("%s", string)Olly Betts2009-03-311-2/+2
* Document the previous change.Olly Betts2009-03-301-0/+12
* The default out typemap for char[ANY] now returns up to a zero byte, or the endOlly Betts2009-03-302-5/+13