swig/Lib/python
William S Fulton d0cb2b73db Remove X11 detection during configure
X11 is not used anywhere.
2013-09-18 00:40:24 +01:00
..
argcargv.i minor formatting change 2010-04-23 06:44:47 +00:00
attribute.i
boost_shared_ptr.i Cosmetic Python changes and replace DOH types 2011-04-04 20:13:14 +00:00
builtin.swg Add SF patch #342 fix some director classes crashing on object deletion when using -builtin. 2013-07-01 19:25:34 +01:00
carrays.i Fix constructors in named typedef class declarations 2011-08-25 19:27:38 +00:00
ccomplex.i SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. 2010-02-27 23:26:02 +00:00
cdata.i
cmalloc.i
cni.i
complex.i
cpointer.i
cstring.i
cwstring.i
defarg.swg update to use proxy terminology 2006-06-29 21:17:30 +00:00
director.swg Fix typo in comment (swift->swig) 2013-03-20 15:39:03 +13:00
embed.i Fix comment typos 2009-04-29 12:00:38 +00:00
embed15.i SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. 2010-02-27 23:26:02 +00:00
exception.i
factory.i
file.i SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. 2010-02-27 23:26:02 +00:00
implicit.i
jstring.i
Makefile.in Remove X11 detection during configure 2013-09-18 00:40:24 +01:00
pyabc.i Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken. 2008-09-11 17:18:07 +00:00
pyapi.swg Cosmetics - Fix bracket matching 2011-04-09 23:48:19 +00:00
pybackward.swg
pybuffer.i changed the mapped 'SIZE' of buffer interface from the length of raw buffer to number of items in the buffer. So it would be easier to use with type other than 'char' 2009-02-10 14:21:43 +00:00
pyclasses.swg Regressions pass! With a few tweaks for unsupported features, primarily: 2011-01-30 03:17:28 +00:00
pycomplex.swg Fix comment typos 2009-04-29 12:00:38 +00:00
pycontainer.swg Fix some invalid iterator usage in Python when deleting/inserting slices from/into containers 2013-03-26 21:38:45 +00:00
pydocs.swg Numerous autodoc fixes for Python 2011-06-10 19:33:40 +00:00
pyerrors.swg Fix the memory leak related to Python 3 unicode and char * conversion. 2009-03-19 15:26:57 +00:00
pyfragments.swg Fix confusion of filenaming in comment 2007-11-19 21:32:01 +00:00
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 Suppress -Werror=unused-but-set-variable gcc warning in Python wrappers 2012-08-08 22:24:46 +00:00
pyiterators.swg Fix missing stddef.h when %import of STL containers. Was causing compile failures witht g++-4.6. 2012-03-20 20:07:56 +00: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 From swig-user 7/6/11: fix closure for tp_call. 2011-07-20 15:20:24 +00:00
pyprimtypes.swg Fix Python 3 inconsistency handling -ve numbers for unsigned C types. 2013-05-25 10:36:14 +01:00
pyrun.swg %implicitconv will now accept None where the implicit conversion takes a C/C++ pointer. 2013-08-28 20:28:15 +01: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 A slew of changes based on William Fulton's code review. 2011-03-29 06:57:02 +00:00
pystrings.swg A slew of changes based on William Fulton's code review. 2011-03-29 06:57:02 +00:00
python.swg
pythonkw.swg Numerous autodoc fixes for Python 2011-06-10 19:33:40 +00:00
pythreads.swg
pytuplehlp.swg
pytypemaps.swg Cosmetic Python changes and replace DOH types 2011-04-04 20:13:14 +00:00
pyuserdir.swg Add %pythonbegin directive. 2013-07-05 06:30:16 +01:00
pywstrings.swg SWIG_AsWCharPtrAndSize improper operation if cptr NULL 2013-07-02 18:58:56 +01:00
README Fix comment and documentation typos 2008-05-14 14:53:10 +00:00
std_alloc.i
std_basic_string.i
std_carray.i Commited SF#2158938: change all SWIG symbols start with Py to a new name. 2008-12-03 18:43:44 +00:00
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 Fix for missing C++ code in std::multimap wrappers. 2013-08-06 07:02:49 +01:00
std_multimap.i Fix for missing C++ code in std::multimap wrappers. 2013-08-06 07:02:49 +01:00
std_multiset.i Commited SF#2158938: change all SWIG symbols start with Py to a new name. 2008-12-03 18:43:44 +00:00
std_pair.i Fix for METH_O and -compactdefaultargs, in two parts: 2011-04-02 21:40:00 +00: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 Add std_shared_ptr.i and document shared_ptr library 2010-06-01 19:03:55 +00:00
std_sstream.i
std_streambuf.i
std_string.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 SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear. 2010-02-27 23:26:02 +00:00
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