summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* swig-2.0.6 release date and summaryv2.0.6rel-2.0.6William S Fulton2012-04-291-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13025 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* HTML doc section updateWilliam S Fulton2012-04-283-7/+13
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13023 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix %fragment error in docs and improve preprocessing and delimiters section ↵William S Fulton2012-04-282-5/+15
| | | | | | - SF bug 3519394 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13022 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix typosOlly Betts2012-04-201-30/+30
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13011 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Bump version to 2.0.6William S Fulton2012-04-191-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13009 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html correctionsv2.0.5rel-2.0.5William S Fulton2012-04-192-2/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13006 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add 2.0.5 release dateWilliam S Fulton2012-04-191-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13003 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Lua 5.2.x is definitely supported nowOlly Betts2012-04-081-4/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12970 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Drop warning the SWIG-generated wrappers for Lua have only been tested usingOlly Betts2012-04-081-1/+1
| | | | | | | mingw, as this is definitely no longer true. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12969 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix typosOlly Betts2012-04-051-8/+7
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update examples to talk about a version of Perl which we actually stillOlly Betts2012-03-271-73/+71
| | | | | | | | | | | | | support. Use $ for the shell prompt character, since that matches what most users will see. Compile code for shared use with -fPIC, since that's required for most architectures, and a good idea even on x86. Fix Sun C++ example to use CC not g++ for invoking the compiler. Drop space before colon in prose. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12959 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add support for new features available in gccgo 4.7, notably callingIan Lance Taylor2012-03-201-0/+13
| | | | | | | Entersyscall and Exitsyscall around calls to wrapped C/C++ code. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Use -globals . to load global variables in module namespace (from Karl Wette)Xavier Delacour2012-02-271-0/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12908 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Expand docs on advanced %ignoreWilliam S Fulton2012-02-162-2/+51
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12907 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add PCRE build instructions to Windows build instructionsWilliam S Fulton2012-01-071-0/+12
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12894 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Use public visibility for pointer constructor and getCPtr() when using ↵William S Fulton2011-12-231-1/+6
| | | | | | nspace fixes and docs git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12888 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Ruby doc improvements after directorargout typemap changesWilliam S Fulton2011-12-201-105/+13
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12878 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Escape literal > to >Olly Betts2011-12-141-15/+15
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12876 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix typosOlly Betts2011-12-141-12/+12
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12875 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix typoWilliam S Fulton2011-12-101-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12872 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Tidy up: remove unused picturesWilliam S Fulton2011-12-105-0/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add Android docs - supporting screenshotsWilliam S Fulton2011-12-102-0/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12870 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* New section numbering adding in Android chapterWilliam S Fulton2011-12-1025-757/+783
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add Android docsWilliam S Fulton2011-12-101-0/+749
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12867 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Improvements to PHP documentationOlly Betts2011-12-061-11/+18
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12863 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Lua documentation patch on %newobject from Thomas PollakWilliam S Fulton2011-12-011-36/+62
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12854 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix inconsistencies in Java and C# getCPtr() and pointer constructor ↵William S Fulton2011-11-251-0/+34
| | | | | | visibility - change to protected/internal from public. Add SWIG_JAVABODY_PROXY, SWIG_JAVABODY_TYPEWRAPPER and SWIG_CSBODY_PROXY, SWIG_CSBODY_TYPEWRAPPER for users to easily change when using multiple modules. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12844 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix inconsistencies in Java and C# getCPtr() and pointer constructor ↵William S Fulton2011-11-252-13/+37
| | | | | | visibility - change to protected/internal from public. Add SWIG_JAVABODY_PROXY, SWIG_JAVABODY_TYPEWRAPPER and SWIG_CSBODY_PROXY, SWIG_CSBODY_TYPEWRAPPER for users to easily change when using multiple modules. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12843 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove non ascii characters from docsWilliam S Fulton2011-11-162-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12839 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add docs on special variable expansion in typemap warningsWilliam S Fulton2011-11-042-2/+17
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Correct docs on javainterfaces typemapWilliam S Fulton2011-10-091-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12823 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* HTML cosmeticsWilliam S Fulton2011-09-244-6/+12
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12817 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add eLua documentation patch from patch 3408012.William S Fulton2011-09-241-4/+103
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12816 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add warnings for badly named destructors. Fix %extend and destructors for ↵William S Fulton2011-09-131-1/+2
| | | | | | templates - they weren't always being wrapped. Fix destructor "name" attribute. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12804 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Updated bits of the documentation, mostly about the Octave-specific ↵Xavier Delacour2011-08-311-23/+87
| | | | | | command-line arguments and the module command-line arguments that were added in swig 2.0.4, and the new module-loading behaviour. Also changed example_wrap.cxx to example_wrap.cpp, since mkoctfile doesn't recognise .cxx as a C++ extension. (thanks to Karl Wette) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12795 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix %newobject when used in conjunction with %feature(ref). The code from ↵William S Fulton2011-08-233-140/+183
| | | | | | the ref feature was not always being generated for the function specified by %newobject. Documentation for ref and unref moved from Python to the C++ chapter. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12783 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* SF patch #3394339 from Torsten Landschoff - new option -nomoduleglobal to ↵William S Fulton2011-08-221-0/+23
| | | | | | disable installing the module table into the global namespace. Require call also returns the module table instead of a string git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* documentation - consistency in shadow/proxy terminologyWilliam S Fulton2011-08-201-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* some doc typo fixesWilliam S Fulton2011-08-173-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12778 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add in clarification of the memmove function's parameters in the cdata.i libraryWilliam S Fulton2011-08-051-2/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12773 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* html fixesWilliam S Fulton2011-08-043-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Section numbering updateWilliam S Fulton2011-08-044-23/+30
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add section on void * pointers for C#William S Fulton2011-08-041-0/+18
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Clarify the text about remaining PHP constant oddity.Olly Betts2011-06-251-10/+15
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12752 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove example of odd behaviour of PHP constants which I can't reproduce. ItOlly Betts2011-06-241-54/+0
| | | | | | | | seems highly likely it's been fixed in PHP now, as the example dates from PHP4 days. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12750 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Update supported Perl versions to more closely reflect reality.Olly Betts2011-06-181-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12745 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Numerous autodoc fixes for PythonWilliam S Fulton2011-06-101-12/+100
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12735 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Some improvements to the Go documentation. From Gary HoltIan Lance Taylor2011-05-272-2/+161
| | | | | | | <gholt@google.com>. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12719 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add link to PEP 3107.Olly Betts2011-05-241-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12714 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add link to PEP 3119.Olly Betts2011-05-241-1/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12713 626c5289-ae23-0410-ae9c-e8d60b6d4f22