summaryrefslogtreecommitdiff
path: root/Lib/python/pycontainer.swg
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo "the the" -> "the"Olly Betts2010-10-191-2/+1
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* Fix comment typosOlly Betts2009-04-291-1/+1
* vc++ warning fixesWilliam S Fulton2009-03-161-1/+1
* Fixes to support Python 3.0.1 and higher.Haoyu Bai2009-03-021-1/+1
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-031-78/+78
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-111-0/+61
* Fixed SF #1971977: typo in pycontainer.swg (related to -extranative option)Haoyu Bai2008-05-281-2/+2
* STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton2008-05-071-4/+1
* [Python] Fix generated code for IBM's C++ compiler on AIX (patchOlly Betts2008-04-241-3/+3
* [Python] Apply GCC 4.3 warnings patch from Philipp Thomas (SF#1925122).Olly Betts2008-03-261-1/+1
* Restore containers accepting NULL pointers when used in overloaded methods - ...William S Fulton2008-01-221-1/+1
* Remove conversion from one STL container to anotherWilliam S Fulton2008-01-211-8/+8
* Warning fixesWilliam S Fulton2007-10-251-1/+1
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-11/+17
* update iterator typemapMarcelo Matus2006-02-251-1/+1
* update iterator typemapMarcelo Matus2006-02-251-15/+14
* add '= 0' to avoid warnings in iccMarcelo Matus2006-02-251-4/+4
* cosmetic for generated python codeMarcelo Matus2006-02-201-4/+1
* more fixes for old Solaris compilerMarcelo Matus2006-02-181-3/+1
* fix warning reported by Nitro in VC7Marcelo Matus2006-02-181-2/+2
* fix bug #1420757Marcelo Matus2006-02-021-5/+15
* add extranative option to keep old copy mode for std containers as the defaul...Marcelo Matus2006-02-021-13/+14
* more fixes to MSCMarcelo Matus2006-01-221-2/+2
* add missing '%' in front of #includeMarcelo Matus2006-01-121-1/+1
* add functional header for std::lessMarcelo Matus2006-01-111-0/+2
* fix to avoid copies when the wrapper class existsMarcelo Matus2006-01-081-16/+16
* fix problem with containers reported by John KoleszarMarcelo Matus2006-01-061-1/+1
* add operator < for DEBUGMarcelo Matus2006-01-021-2/+7
* add implicitconv support and cosmetics for cast rankMarcelo Matus2005-12-271-2/+2
* add the -modernargs/-nomodernargs options and code to deal with old python 1.5Marcelo Matus2005-12-201-3/+0
* move iterator classes to pyiterator and add/test std_carray.i classMarcelo Matus2005-12-191-310/+97
* fix extra calls to TypeQuery for 'char *' and 'wchar_t *'Marcelo Matus2005-12-101-8/+13
* fixes for the examples and tcl to use the old Tcl_SetResult()... methodsMarcelo Matus2005-12-091-1/+1
* more threads cleaningMarcelo Matus2005-12-071-9/+1
* add thread support based in proposal #398495 by Joseph WinstonMarcelo Matus2005-12-061-4/+27
* don't use Py_None directly nor &PyType_TypeMarcelo Matus2005-12-041-2/+1
* Use the system angle brackets for %includeWilliam S Fulton2005-11-261-1/+1
* fixes for directors + pointersMarcelo Matus2005-11-211-2/+46
* put the swig::PyObject_var and swig::PyObject_ptr in the pyclass.swg file, to...Marcelo Matus2005-11-081-73/+13
* add missing INCREFMarcelo Matus2005-11-051-3/+10
* add missing check and sort the code aroundMarcelo Matus2005-11-031-10/+17
* clean PyItem and use it in OutputIteratorMarcelo Matus2005-11-031-52/+51
* add swig::PyItem and all the helper codeMarcelo Matus2005-11-031-0/+109
* adding more missing typemapsMarcelo Matus2005-11-031-0/+21
* add 'iterator'(sequences) and 'key_iterator'(maps). The first returns allways...Marcelo Matus2005-11-021-5/+4
* add iterator supportMarcelo Matus2005-10-311-56/+348
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-4/+4
* finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus2005-10-201-2/+2
* more typemaps unification and fixes for valgrindMarcelo Matus2005-10-191-3/+3