summaryrefslogtreecommitdiff
path: root/Lib/pike
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-102-5/+6
|\
| * Pike - a few updates to get Pike 7.8 running most of the examplesWilliam S Fulton2013-04-202-5/+6
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-283-7/+7
|\ \ | |/
| * Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-2/+2
| * std::string typemap modifications so they can be used with %apply for other s...William S Fulton2012-05-261-2/+2
| * The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-211-2/+2
| * Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-141-1/+1
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-5/+9
|/
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-0/+6
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-273-9/+0
* Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton2008-06-191-1/+1
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-1/+1
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+3
* When wrapping C++ code, generate code which usesOlly Betts2007-09-171-4/+4
* Fix operator warningsWilliam S Fulton2006-07-041-27/+1
* cosmeticsWilliam S Fulton2006-03-071-2/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-074-16/+22
* std::string global and member variables are wrapped as strings by defaultWilliam S Fulton2006-01-291-0/+2
* Use the system angle brackets for %includeWilliam S Fulton2005-11-261-4/+4
* activating the keyword warningsMarcelo Matus2005-10-211-2/+1
* - Improve the runtime type sytesmJohn Lenz2005-02-012-10/+25
* const enum SWIGTYPE & typemaps addedWilliam S Fulton2004-11-281-3/+5
* remove inclusion of precommon.swgMarcelo Matus2004-11-181-1/+0
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+1
* removed redundant valuewrapper featureWilliam S Fulton2004-10-201-1/+0
* avoid to use SwigValueWrapper with std::string, just to keep the code cleaner...Marcelo Matus2004-10-181-0/+1
* Removed ability to share type information by C linkingJohn Lenz2004-10-162-30/+2
* New common runtime function SWIG_TypePrettyName.Matthias Köppe2004-05-061-0/+1
* restored the string kw, now it works fineMarcelo Matus2004-01-131-2/+1
* Forgot #undefs, add python bad names, change names fromMarcelo Matus2003-12-121-0/+2
* - Uniform the definition of the keyword warnings throughMarcelo Matus2003-12-122-0/+58
* Added pack/unpack functionsDave Beazley2003-12-081-0/+2
* Use the preprocessor to rename external functions of the SWIG runtimeMatthias Köppe2003-11-023-4/+24
* __DIRECTOR__ renamed Swig::DirectorWilliam S Fulton2003-09-221-2/+2
* typemap name changes:William S Fulton2003-09-201-11/+11
* *** empty log message ***Logan Johnson2003-05-011-0/+59
* Fix SWIGTYPE output typemaps for Pike module.Logan Johnson2003-05-011-5/+4
* long long typemap mods for use with %applyWilliam S Fulton2003-03-061-2/+2
* Use the new PIKE_MODULE_INIT and PIKE_MODULE_EXIT macros for the moduleLogan Johnson2002-12-201-5/+4
* The great mergeDave Beazley2002-11-302-0/+396