summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* update fortran branch. merge of 12160:12460a11426-fortranDerrick2011-02-1447-770/+5721
|\
| * Apply patch #3171793 from szager - protected director methods failing when -f...William S Fulton2011-02-131-1/+1
| * Fix Fix #1927852 - #include directives don't preprocess the file passed to itWilliam S Fulton2011-02-131-7/+22
| * Fix preprocessor breakages introduced in rev 12441 which was fixing defined()...William S Fulton2011-02-121-68/+101
| * Fix #1940536, overactive preprocessor which was expanding defined(...) outsid...William S Fulton2011-02-071-4/+10
| * SF #3127633 Fix infinite loop in recursive typedef resolution.William S Fulton2011-02-051-1/+6
| * R - SF #3168676 Fix %rename not working for member variables and methods. Add...William S Fulton2011-02-041-1/+1
| * [PHP] SF #3166423 Recent PHP versions no longer define zend_error_noreturn - ...William S Fulton2011-02-041-3/+3
| * [clisp] SF #3148200 Fix segfault parsing nested unions.William S Fulton2011-02-041-7/+9
| * Any 'using' statements in the protected section of a class were previously ig...William S Fulton2011-02-014-17/+40
| * [D] Tiny typo fix.David Nadlinger2011-01-291-1/+1
| * New warning when the smartptr feature is missing in some classes in an inheri...William S Fulton2011-01-172-0/+6
| * Update to support current Go releases.Ian Lance Taylor2011-01-111-21/+14
| * [D] Fixed a bug in the loop breaking code for directors leading to a supercla...David Nadlinger2011-01-081-4/+13
| * Use htmldoc's new --overflow option and fix overflow warnings in the pdf docu...William S Fulton2011-01-081-2/+2
| * [C#, D, Java] Check for collision of parameter names with target language key...David Nadlinger2010-12-303-16/+14
| * Some more constness added to DOH and code comment consistency changesWilliam S Fulton2010-12-234-39/+39
| * Fix special variable not being expanded for csvarin typemaps when used for g...William S Fulton2010-12-231-0/+1
| * Remove accidental commit of CHANGES.currentWilliam S Fulton2010-12-151-0/+148
| * constify SwigType * in many placesWilliam S Fulton2010-12-158-104/+101
| * Use a SwigType instead of String where expected including call to SwigType_ma...William S Fulton2010-12-151-27/+18
| * Fix expansion in array typemapsWilliam S Fulton2010-12-141-8/+8
| * function prototype in comment fixWilliam S Fulton2010-12-081-1/+1
| * Remove bad usage of a String rather than SwigType for D directorsWilliam S Fulton2010-12-071-23/+7
| * Remove bad usage of a String rather than SwigType for csharp directorsWilliam S Fulton2010-12-071-20/+5
| * Fix #3127394 - use of network paths on Windows/MSys.William S Fulton2010-12-061-5/+13
| * Corrections to calls to SwigType_manglestr to use a genuine SwigTypeWilliam S Fulton2010-11-294-8/+5
| * [D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger2010-11-282-213/+212
| * [D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger2010-11-271-1/+1
| * Incorrect mangling leading to some cast errors in the Go director destructorsWilliam S Fulton2010-11-261-1/+1
| * Fix mangling of PHP constructor wrapper when types use global scope or typedefsWilliam S Fulton2010-11-251-3/+2
| * portability fixWilliam S Fulton2010-11-251-1/+2
| * [D] Use __cdecl instead of __stdcall on Windows as well to avoid special casing.David Nadlinger2010-11-221-5/+5
| * [D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger2010-11-181-6/+6
| * Added support for the D programming languge.David Nadlinger2010-11-184-2/+4381
| * Ignore non-matching regex renames when searching renames list.Vadim Zeitlin2010-11-161-1/+7
| * Use rename list and not hash for renames with regextarget attribute.Vadim Zeitlin2010-11-161-1/+1
| * Update for recent runtime name changes (a better mechanism is clearlyIan Lance Taylor2010-11-121-3/+3
| * typo fix in help messageWilliam S Fulton2010-11-111-1/+1
| * Fix typo "the the" -> "the"Olly Betts2010-10-192-2/+2
| * [R] Improve error message for missing argtypesJoseph Wang2010-10-171-1/+2
| * [R] Fix failure in overloaded functions which was breakingJoseph Wang2010-10-171-1/+13
| * [PHP] Allow compilation on non-conforming Microsoft C++ compilers Olly Betts2010-10-141-1/+1
| * Fix unary scope operator (::) (global scope) regression introduced in 2.0.0. ...William S Fulton2010-10-131-5/+6
| * visual c++ warning fixesWilliam S Fulton2010-10-031-7/+7
| * Apply patch #3066958 from Mikael Johansson to fix default smart pointer handl...William S Fulton2010-10-034-12/+42
| * Add -pcreversion option to display PCRE version informationWilliam S Fulton2010-10-013-0/+16
| * [Ruby] Avoid segfault when a method node has no parentNode (SF#3034054).Olly Betts2010-10-011-2/+9
| * Allocate warnings 700-799 for languages modules. Note 900-999 was and is docu...William S Fulton2010-09-271-3/+7
| * [Python] Improve error message given when a parameter of the wrongOlly Betts2010-09-271-1/+1