aboutsummaryrefslogtreecommitdiff
path: root/Lib/python/pycontainer.swg
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2019-08-06Python STL container method overloading fixWilliam S Fulton
2019-02-21Fix multiple definitions of swig::container_owner_attributeWilliam S Fulton
2019-02-18Python std::vector back-reference changesWilliam S Fulton
2019-02-15Better name for container back-reference attributeWilliam S Fulton
2019-02-04Python - Struct spec. for container ownerJake Cobb
2019-01-23Python: Avoid container owner check for value typesJake Cobb
2019-01-23Python: Init container owner attribute in thread-safe wayJake Cobb
2018-04-19Python: Use PyObject_SetAttr instead of PyObject_GenericSetAttr for back-refJake Cobb
2018-04-18Python: Cleanup container back refJake Cobb
2018-04-18Python: Keep reference to owning container during element accessJake Cobb
2017-07-03remove bool from as() (it now always throws).Mike Romberg
2017-04-25Merge branch 'tamuratak-fix_python_unordered_2'William S Fulton
2017-03-24Merge branch 'srepmub-coverity_replacecount'William S Fulton
2017-03-17Add stddef.h back in to SwigPySequence_Base fragmentWilliam S Fulton
2017-03-11Fix dependency of SwigPySequence_Base fragmentVadim Zeitlin
2017-03-06Fix Coverity issue reported for setslice (pycontainer.swg):Mark Dufour
2017-02-11[python] add %swig_sequence_iterator_with_making_function andTakashi Tamura
2017-02-11[python] fix std unordered containersTakashi Tamura
2016-12-29Remove inheritance from std::unary_function and std::binary_function,Anthony Heading
2016-11-02Python - fix compilation error when using -extranative and -builtin.William S Fulton
2016-09-01More efficient Python slicingWilliam S Fulton
2016-09-01Slight simplification of Python slicingWilliam S Fulton
2016-07-28UTL STL container descriptor checksWilliam S Fulton
2015-12-05Python use Py_ssize_t instead of int for better portabilityWilliam S Fulton
2015-12-05size_type correction for SwigPySequence_ContWilliam S Fulton
2015-11-17Add std::array container wrappers for PythonWilliam S Fulton
2015-03-20Use %{ %} instead of { } after %pythoncodeOlly Betts
2014-10-07Fixes when using python -builtin and STL container wrappers.William S Fulton
2014-06-06Fixed another E701Julien Schueller
2014-02-21Move some header file includes into fragments for UTL languagesWilliam S Fulton
2013-03-26Fix some invalid iterator usage in Python when deleting/inserting slices from...William S Fulton
2013-03-26Fix invalid iterators used with -ve ranges - PythonWilliam S Fulton
2012-04-28More for Mac OSX STL fixesWilliam S Fulton
2012-04-28Warning fix in python STL wrappersWilliam S Fulton
2012-04-28Fix STL wrapper compilation errors on Mac OSX 64bitWilliam S Fulton
2012-04-16signed unsigned fixWilliam S Fulton
2012-03-20Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton
2012-01-24Add support for negative steps in Python slices on the STL containersWilliam S Fulton
2012-01-20Add support for slicing steps to Python STL wrappers (positive step only atm ...William S Fulton
2011-12-01Fix for bug 3447426: memory leak in vector.__getitem__Stefan Zager
2011-04-09Fix for bug #3057804: migrate PyCObject to PyCapsule.Stefan Zager
2011-03-29A slew of changes based on William Fulton's code review.Stefan Zager
2011-02-03python3 support; passes all regressions.Stefan Zager
2011-01-12Stopped using template class SwigPyBuiltin, because it caused problemsStefan Zager
2010-12-15Finished std::pair and std::map support.Stefan Zager
2010-12-14Added sequence and mapping support for builtin types.Stefan Zager
2010-12-07First cut. Works for wrapping OpenAccess, but there's plentyStefan Zager
2010-10-19Fix typo "the the" -> "the"Olly Betts
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton