aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
AgeCommit message (Expand)Author
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
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Variadic templates doc updateWilliam S Fulton
2013-01-19Tidy up last few commits for Java new jniclasspackage pragmaWilliam S Fulton
2013-01-17Update documentation regarding the use of the nspace feature in java without ...Brant K. Kyser
2013-01-13updated info on lang-specific subdirs in Doc/Manual/Library.htmlPaweł Tomulik
2013-01-12Replace references to Subversion with GitWilliam S Fulton
2013-01-11Improvements to documentation for csdirectorin 'pre', 'post' and 'terminator'...William S Fulton
2013-01-11Documentation for csdirectorin 'pre', 'post' and 'terminator' support.Vladimir Kalinin
2013-01-08Fix assorted typos.Olly Betts
2013-01-03More SVN->Git changesWilliam S Fulton
2013-01-03Bump version to 2.0.10William S Fulton
2013-01-03Update Windows instructions for using Github instead of svnWilliam S Fulton
2012-12-162.0.9 release notes and dateWilliam S Fulton
2012-12-14Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf
2012-12-11Document null attribute for out typemap for C#William S Fulton
2012-12-10Clarify pythonprepend and pythonappend features when used on overloaded metho...William S Fulton
2012-12-07Add in va_list varargs workaround suggested by Antoine MathysWilliam S Fulton
2012-11-28octave: Simplified module loading.Karl Wette
2012-10-11Support special variable expansion in %extend.William S Fulton
2012-10-11Two additional special variable are expanded in %exception - $parentnameWilliam S Fulton
2012-10-05Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor
2012-10-04Update variadic templatesWilliam S Fulton
2012-10-04More lambda support - for optional lambda declaratorsWilliam S Fulton
2012-09-25Delegating constructors and inheriting constructors clarification and split o...William S Fulton
2012-09-25Update on C++11 user-defined literal statusWilliam S Fulton
2012-09-21Fix unrestricted unions testcase and add runtime exampleWilliam S Fulton
2012-09-21Minor doc tweaks for unrestricted unionsWilliam S Fulton
2012-09-21Some updates to c++11 warning messages and update docs on alias templatesWilliam S Fulton
2012-09-21Tidy up test and docs on template double bracketsWilliam S Fulton
2012-09-20Better clarify C++11 smart pointer supportWilliam S Fulton
2012-09-20Improve nullptr constant wrappingWilliam S Fulton
2012-09-14Add new warning if an empty template declaration is used on a base class, min...William S Fulton
2012-09-13More Android docs about the STL and the new extend exampleWilliam S Fulton
2012-09-13Android docs on examples update and cosmetic change to Android extendWilliam S Fulton