aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
AgeCommit message (Expand)Author
2013-11-21Add support for C++11 noexcept specification in exception specificationsWilliam S Fulton
2013-11-20Correct html referencesWilliam S Fulton
2013-11-20Add support for parsing C++11 =delete and =defaultWilliam S Fulton
2013-11-09Merge branch 'master' of https://github.com/BrantKyser/swigWilliam S Fulton
2013-11-07Documentation edit for the director:except feature and directorthrows typemapWilliam S Fulton
2013-10-22Add feature director:except for improved director exception handling in JavaMarvin Greenberg
2013-10-22Correct spelling of compatibility.Brant K. Kyser
2013-10-22Update documentation to reflect fully qualifying the use of .NET types in the...Brant K. Kyser
2013-10-15Add support for case conversion characters in regex substitutions.Vadim Zeitlin
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-10-07Rename all C++0x to C++11 and cpp0x to cpp11William S Fulton
2013-09-25Fix typosOlly Betts
2013-09-18Bump version to 3.0.0William S Fulton
2013-09-15Add swig-2.0.11 release info and dateWilliam S Fulton
2013-09-03Smart pointer documentation improvementWilliam S Fulton
2013-07-05Add %pythonbegin directive.William S Fulton
2013-06-11Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton
2013-06-11Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton
2013-06-08Further Ruby html doc formatting changesWilliam S Fulton
2013-06-08Ruby html docs formatting - modify code snippets to be same as other chaptersWilliam S Fulton
2013-06-08Remove use of monospace in Ruby docs and unncessary usage of <br>William S Fulton
2013-06-08Remove lines with just spaces on them in Ruby docsWilliam S Fulton
2013-05-27Bump version to 2.0.11William S Fulton
2013-05-27Add swig-2.0.10 release date and release notesWilliam S Fulton
2013-05-25Documentation sectioning updateWilliam S Fulton
2013-05-24Fix vararg documentation for Python 3William S Fulton
2013-05-13Guile remove references to -gh and -scm from manualGeert Janssens
2013-05-12Fix some typos in directive namesWilliam S Fulton
2013-05-12Update htmldoc patch to htmldoc-1.8.27William S Fulton
2013-05-09Update Octave manual to use "swigexample" instead of "example"Karl Wette
2013-05-08Portable dynamic library loading for GuileWilliam S Fulton
2013-05-03Move installation and install check instructions from README to Preface secti...William S Fulton
2013-05-03Add more references about the SWIG license to the legal.html website pageWilliam S Fulton
2013-05-03Guile doc sections updateWilliam S Fulton
2013-04-30subject/verb agreementTerrell Russell
2013-04-28Disable guile 2's autocompilation feature for the test suiteGeert Janssens
2013-04-28Drop guilegh interfaceGeert Janssens
2013-04-28Drop support for guile 1.6 and olderGeert Janssens
2013-03-29Fix Ruby documentation for %bangWilliam S Fulton
2013-03-21Update lingering configure.in references to say configure.acOlly Betts
2013-03-21Stop claiming that SWIG_exception() can be used in helper functionsOlly Betts
2013-02-18Fix C code where a typedef name was used for constructor and destructor names...William S Fulton
2013-02-18Restrict the name used in %extend to be just the struct/class name and not a ...William S Fulton
2013-02-08Add support for thread_local when specified with other legitimate storage cla...William S Fulton
2013-02-08User defined literals: fix for %rename and update docsWilliam S Fulton
2013-02-04Add lambda functions to the symbol tables and add ability to suppress lambda ...William S Fulton
2013-02-04Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton
2013-02-02Initialization list doc updates and new tests. Fix functions with default arg...William S Fulton
2013-02-01Better clarification about polymorphic wrappers for function objects - std::f...William S Fulton
2013-01-30Ensure 'javapackage' typemap is used as it stopped working from version 2.0.5William S Fulton