index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
/
csharp.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix javadowncast to csdowncast in C# backend
Olly Betts
2015-03-30
1
-1
/
+1
*
When warning about multiple inheritance in C#, say C# in the message instead ...
James Athey
2015-03-26
1
-1
/
+1
*
Create director_common.swg for language-indep code
Olly Betts
2015-03-12
1
-0
/
+1
*
Partial support for %constant and structs
William S Fulton
2014-12-18
1
-11
/
+0
*
Add C# support for wrapping C++11 strongly typed enums
William S Fulton
2014-11-25
1
-4
/
+22
*
Fix incorrect symbol clash error in C# and Java when using %rename for enums
William S Fulton
2014-11-21
1
-1
/
+1
*
Cosmetic formatting
William S Fulton
2014-11-21
1
-4
/
+2
*
Merge remote-tracking branch 'vadz/py-args'
William S Fulton
2014-10-27
1
-37
/
+0
|
\
|
*
Refactor: move makeParameterName() to common Language base class.
Vadim Zeitlin
2014-08-16
1
-37
/
+0
*
|
Cosmetic comment changes
William S Fulton
2014-10-21
1
-0
/
+4
|
/
*
Tweak generated C# .cs files header
William S Fulton
2014-08-04
1
-1
/
+2
*
Changed CSharp license header to include auto-generated tag so that StyleCop ...
gpetrou
2014-08-02
1
-3
/
+4
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-1
/
+1
*
Ignored enum fixes.
William S Fulton
2014-04-08
1
-2
/
+2
*
Fixes for C enums used in an API and the definition of the enum has not been ...
William S Fulton
2014-03-28
1
-11
/
+26
*
Forward null fix for Coverity analysis
William S Fulton
2014-03-20
1
-3
/
+3
*
fixes for director class naming when nested classes are used
Vladimir Kalinin
2014-03-13
1
-20
/
+0
*
Nested classes support is diversified, depending on the language capability. ...
Vladimir Kalinin
2014-02-02
1
-2
/
+2
*
fixed enums & enum values language symbol table namespace
Vladimir Kalinin
2013-12-20
1
-14
/
+30
*
fixed %template within %extend, test added
Vladimir Kalinin
2013-12-19
1
-2
/
+2
*
Swig_offset_string moved to misc.c
William S Fulton
2013-12-05
1
-3
/
+1
*
fixed out-of-scope nested class definitions, added a test
Vladimir Kalinin
2013-12-04
1
-1
/
+1
*
Cosmetics/code beautification of nested class support
William S Fulton
2013-11-29
1
-12
/
+15
*
Nested classes support
Vladimir Kalinin
2013-11-29
1
-64
/
+167
*
Remove using directives from the generated C# code and fully qualify the use ...
Brant K. Kyser
2013-10-17
1
-8
/
+8
*
Globablly qualify the use of types from the .NET framework's System namespace...
Brant K. Kyser
2013-10-17
1
-1
/
+1
*
Remove some Java references from C# module
William S Fulton
2013-09-02
1
-3
/
+3
*
Minor fixes after Coverity analysis
William S Fulton
2013-05-16
1
-1
/
+1
*
Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...
William S Fulton
2013-04-17
1
-3
/
+3
*
Add check for smart pointer type in generated code for director connection. T...
Brant K. Kyser
2013-04-17
1
-2
/
+12
*
Fix seg fault in SWIG using directors when class and virtual method names are...
William S Fulton
2013-03-19
1
-11
/
+2
*
Fix cstype typemap lookup for member variables so that a fully qualified vari...
William S Fulton
2013-01-15
1
-15
/
+18
*
Remove cvs/svn Id strings
William S Fulton
2013-01-12
1
-2
/
+0
*
Merge branch 'SFbug1299' of https://github.com/BrantKyser/swig into BrantKyse...
William S Fulton
2013-01-11
1
-36
/
+22
|
\
|
*
Clean up local variable name that store the director class's name to prevent ...
Brant K. Kyser
2013-01-08
1
-14
/
+15
|
*
Patch for SourceForge Bug #1299 broke D and C#. Update C# module to reflect t...
Brant K. Kyser
2013-01-05
1
-30
/
+15
*
|
Fix spacing in generated code for csdirectorin 'pre', 'post' and 'terminator'...
William S Fulton
2013-01-11
1
-39
/
+17
*
|
SF Patch#268 - Add 'pre', 'post' and 'terminator' attributes to the csdirecto...
Vladimir Kalinin
2013-01-09
1
-7
/
+81
|
/
*
Distinguish between an "abstract" attribute on a class containing a list of a...
William S Fulton
2012-11-24
1
-1
/
+1
*
Remove some unused code and pointless variable assignments
William S Fulton
2012-11-23
1
-2
/
+2
*
Fix obvious copy/paste errors in some director code
William S Fulton
2012-11-19
1
-1
/
+1
*
Correctly handle errors if language symbol already exists
William S Fulton
2012-11-19
1
-2
/
+4
*
Fix unnecessary and inconsistent null pointer checks
William S Fulton
2012-11-19
1
-73
/
+69
*
Add some assertions to ensure NULL pointer is not used
William S Fulton
2012-11-19
1
-0
/
+2
*
Fix segfaults when using filename paths greater than 1024 characters in lengt...
William S Fulton
2012-11-18
1
-2
/
+5
*
Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...
William S Fulton
2012-11-14
1
-1
/
+3
*
Resource leak fixes (or hiding them from Coverity static analysis tool by usi...
William S Fulton
2012-11-14
1
-1
/
+3
*
Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...
William S Fulton
2012-11-14
1
-7
/
+5
*
Fix director typemap searching so that a typemap specified with a name will b...
William S Fulton
2012-10-27
1
-22
/
+8
*
Fix some memory issues - use of deleted memory highlighted by DOH_DEBUG_MEMOR...
William S Fulton
2012-08-05
1
-1
/
+2
[next]