swig/Lib/python
2015-05-19 15:48:25 +12:00
..
argcargv.i
attribute.i
boost_shared_ptr.i
builtin.swg Fix SwigPyObject->dict memory leak 2015-04-11 02:05:11 +07:00
carrays.i
ccomplex.i
cdata.i
cmalloc.i
cni.i
complex.i
cpointer.i
cstring.i
cwstring.i
defarg.swg
director.swg Fix incorrect comments 2015-05-09 21:59:03 +12:00
embed.i
embed15.i
exception.i
factory.i
file.i
implicit.i
jstring.i
Makefile.in Whitespace cleanup of all Makefiles* 2014-05-02 20:06:11 +02:00
pyabc.i Use %{ %} instead of { } after %pythoncode 2015-03-20 13:45:19 +13:00
pyapi.swg
pybackward.swg
pybuffer.i
pyclasses.swg Fix Python crash when using -threads iterating containers 2014-09-23 22:33:25 +01:00
pycomplex.swg
pycontainer.swg Use %{ %} instead of { } after %pythoncode 2015-03-20 13:45:19 +13:00
pydocs.swg Merge branch 'master' into gsoc2009-matevz 2013-01-28 07:01:37 +00:00
pyerrors.swg
pyfragments.swg
pyhead.swg Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned int types 2012-12-09 20:49:52 +00:00
pyinit.swg [Python] Fix warning when compiling generated code with MSVC. 2015-05-19 15:48:25 +12:00
pyiterators.swg Use %{ %} instead of { } after %pythoncode 2015-03-20 13:45:19 +13:00
pymacros.swg
pyname_compat.i Remove SwigPyObject_print and SwigPyObject_str, and make the generated wrapper use the default python implementations, which will fall back to repr (for -builtin option). 2013-08-07 20:22:03 +01:00
pyopers.swg
pyprimtypes.swg Change in default behaviour wrapping C++ bool for Python. 2014-03-08 12:04:19 +00:00
pyrun.swg Fix typo in method description 2015-05-10 01:23:09 +12:00
pyruntime.swg Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRETER_NO_DEBUG 2013-06-11 19:15:57 +01:00
pystdcommon.swg Add <string> fragment 2014-02-15 23:30:14 +00:00
pystrings.swg Python 3 byte string output: use errors="surrogateescape" 2014-05-23 15:40:01 -04:00
python.swg
pythonkw.swg Fix for 'self' being used as a parameter name 2014-10-30 07:22:59 +00:00
pythreads.swg
pytuplehlp.swg
pytypemaps.swg Change in default behaviour wrapping C++ bool for Python. 2014-03-08 12:04:19 +00:00
pyuserdir.swg Revert introduction of python:defaultargs feature 2015-01-12 21:35:47 +00:00
pywstrings.swg SWIG_AsWCharPtrAndSize improper operation if cptr NULL 2013-07-02 18:58:56 +01:00
README
std_alloc.i
std_auto_ptr.i Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>. 2013-12-03 23:45:20 +01:00
std_basic_string.i
std_carray.i
std_char_traits.i
std_common.i Fix #3475492 - iterating through std::vector wrappers of enumerations. 2012-03-13 07:10:24 +00:00
std_complex.i
std_container.i
std_deque.i
std_except.i
std_ios.i
std_iostream.i
std_list.i
std_map.i Use %{ %} instead of { } after %pythoncode 2015-03-20 13:45:19 +13:00
std_multimap.i Fix for missing C++ code in std::multimap wrappers. 2013-08-06 07:02:49 +01:00
std_multiset.i
std_pair.i Use %{ %} instead of { } after %pythoncode 2015-03-20 13:45:19 +13:00
std_set.i Add discard and add methods to std::set and std::multiset wrappers so that pyabc.i can be used ensuring MutableSet is a valid abstract base class 2012-08-15 22:36:15 +00:00
std_shared_ptr.i
std_sstream.i
std_streambuf.i
std_string.i
std_unordered_map.i Use %{ %} instead of { } after %pythoncode 2015-03-20 13:45:19 +13:00
std_unordered_multimap.i
std_unordered_multiset.i
std_unordered_set.i
std_vector.i
std_vectora.i
std_wios.i
std_wiostream.i
std_wsstream.i
std_wstreambuf.i
std_wstring.i
stl.i
typemaps.i
wchar.i

/* -----------------------------------------------------------------------------
 *
 *  User interfaces: include these ones as needed
 *
 * ----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
 *  Special types and user helpers 
 * ----------------------------------------------------------------------------- */

argcargv.i		Handler for (int argc, char **argv)
attribute.i		Convert a pair of set/get methods into a "native" python attribute
ccomplex.i		C99 complex type
complex.i		C99 or C++ complex type
cstring.i		Various forms of C character string handling
cwstring.i		Various forms of C wchar_t string handling
embed.i			embedding the Python interpreter in something else
embed15.i		embedding the Python interpreter in something else
file.i			FILE C type
implicit.i		Allow the use of implicit C++ constructors
wchar.i			wchar_t C type

/* -----------------------------------------------------------------------------
 *  C++ STD + STL
 * ----------------------------------------------------------------------------- */

std_alloc.i		allocator 
std_basic_string.i	basic string
std_char_traits.i	char traits
std_complex.i		complex
std_deque.i		deque	
std_except.i		exceptions
std_ios.i		ios
std_iostream.i		istream/ostream
std_list.i		list
std_map.i		map
std_multimap.i		multimap
std_multiset.i		multiset
std_pair.i		pair
std_set.i		set
std_sstream.i		string stream
std_streambuf.i		streambuf
std_string.i		string
std_vector.i		vector
std_wios.i		wios
std_wiostream.i		wistream/wostream
std_wsstream.i		wstring stream
std_wstreambuf.i	wstreambuf
std_wstring.i		wstring



/* -----------------------------------------------------------------------------
/* 
 *  Implementation files: don't look at them unless you are really drunk
 *
 * ----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
 *  Basic files
 * ----------------------------------------------------------------------------- */

python.swg		Main language file, it just includes what is needed.
pyuserdir.swg		User visible directives (%pythonnondynamic, etc)
pymacros.swg		Internal macros used for typemaps
pyfragments.swg		Allow the user to overload the default fragments
pyopers.swg		Python operations (+=, *=, etc)
pythonkw.swg		Python keywords and special names
pyinit.swg		Python Init method

/* -----------------------------------------------------------------------------
 *  The runtime part
 * ----------------------------------------------------------------------------- */

pyruntime.swg		Main runtime file definition
pyapi.swg		SWIG/Python API declarations
pyrun.swg		Python run-time code 

/* -----------------------------------------------------------------------------
 *  Internal typemap specializations
 * ----------------------------------------------------------------------------- */

pyswigtype.swg		SWIGTYPE
pystrings.swg		Char strings (char *)
pywstrings.swg		Wchar Strings (wchar_t *)
pyprimtypes.swg		Primitive types (shot,int,double,etc)
pycomplex.swg		PyComplex and helper for C/C++ complex types
pydocs.swg		Typemaps documentation

/* -----------------------------------------------------------------------------
 *  C++ STD + STL
 * ----------------------------------------------------------------------------- */

pycontainer.swg		python container iterators
std_common.i		general common code for the STD/STL implementation
std_container.i		general common code for the STD/STL containers


/*-----------------------------------------------------------------------------
 *  Backward compatibility and deprecated
 * ----------------------------------------------------------------------------- */

std_vectora.i		vector + allocator (allocators are now supported in STD/STL)
typemaps.i		old in/out typemaps (doesn't need to be included)
defarg.swg		for processing default arguments with shadow classes