summaryrefslogtreecommitdiff
path: root/Lib/swigwarnings.swg
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the <=> operator (C++20)Zackery Spytz2022-07-271-0/+1
|
* Add support for wchar_t * and std::wstring Unicode strings on LinuxWilliam S Fulton2022-05-021-0/+1
| | | | | | Initial contributions for Linux provided in issue #1233, modified to work on both Windows and Linux. Dual support is possible by detecting the sizeof wchar_t which is different on each of these systems.
* Rework std::initializer_list handling to warn about usage in any method, not ↵William S Fulton2013-02-041-0/+1
| | | | just constructors. A typemap is used to issue the warning and can be overridden with user defined behaviour.
* Fix a few typos.Olly Betts2008-05-191-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10468 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Removed nested macros. Simplification.Dave Beazley2006-11-301-52/+54
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9588 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix builtin names warnings, so they ony apply to functions, as reported by ↵Marcelo Matus2006-03-031-1/+1
| | | | | | James Bigler and the 'max' name issue git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8938 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* more fixes to use one line macro when possibleMarcelo Matus2006-02-101-16/+13
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix escape sequence reported by Vladimir MenshakovMarcelo Matus2006-01-251-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8555 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby ↵Marcelo Matus2006-01-071-0/+129
and python git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8274 626c5289-ae23-0410-ae9c-e8d60b6d4f22