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
*
Remove support for $source and $target
Olly Betts
2021-04-30
1
-10
/
+0
*
Add access modifier support for interface feature
William S Fulton
2020-09-25
1
-1
/
+2
*
Add some comments about shared_ptr upcast code
William S Fulton
2020-01-24
1
-0
/
+1
*
Refactor upcasts code
William S Fulton
2020-01-23
1
-25
/
+27
*
Merge branch 'shared-ptr-template-upcast'
William S Fulton
2020-01-17
1
-5
/
+6
|
\
|
*
Applying shared_ptr template upcast fix to CSharp, adding CSharp test, and cl...
etse
2019-05-06
1
-5
/
+6
*
|
C# 'out' or 'ref' removal improvements in director typemaps.
William S Fulton
2019-11-26
1
-1
/
+1
*
|
'out' or 'ref' usage in a cstype typemap in directors
William S Fulton
2019-11-26
1
-4
/
+3
*
|
Fix invalid code generated for "%constant enum EnumType ..." and add a test.
Rokas Kupstys
2019-08-01
1
-1
/
+1
*
|
Fix class name for nested classes
Isaac Pascual Monells
2019-07-08
1
-1
/
+1
|
/
*
Fix C# CA1063 warning by implementing the recommended Dispose methods.
William S Fulton
2019-04-08
1
-19
/
+55
*
Fix class having method `Connect()` creating a name collision with `SwigDirec...
Rokas Kupstys
2018-09-06
1
-2
/
+2
*
Misc. typos
luz.paz
2018-05-17
1
-2
/
+2
*
Fix lookup of csconstruct, dconstructor and javaconstruct typemaps
William S Fulton
2018-05-15
1
-1
/
+2
*
C#, D, Java methodmodifiers on destructors
William S Fulton
2018-05-11
1
-3
/
+13
*
Consistent spacing in generated exception specifications
William S Fulton
2018-05-06
1
-2
/
+2
*
Correct C# warning for missing cstype typemap
William S Fulton
2018-03-09
1
-1
/
+1
*
Add director typemaps for pointer const ref types
William S Fulton
2017-10-24
1
-9
/
+11
*
Generation of director method declarations fixes
William S Fulton
2017-10-23
1
-4
/
+4
*
Enhancements for directorin typemaps
William S Fulton
2017-10-16
1
-1
/
+1
*
Remove undocumented features used in directors
William S Fulton
2017-05-21
1
-31
/
+0
*
Remove unnecessary dynamic_cast in C#/D/Java directors
William S Fulton
2017-05-21
1
-7
/
+3
*
Merge branch 'Sghirate-master'
William S Fulton
2017-05-21
1
-3
/
+3
|
\
|
*
[C#] static_cast for native directors
Frederick Parotat
2015-06-27
1
-3
/
+3
*
|
Add missing return for pure virtual director wrappers for D and C#
William S Fulton
2017-05-13
1
-1
/
+5
*
|
Add raise methods for throwing c++ exceptions in C#, Java, D
William S Fulton
2017-05-13
1
-1
/
+1
*
|
Revert "csharp : noexcept method can't raise Swig::DirectorPureVirtualException"
William S Fulton
2017-05-13
1
-7
/
+1
*
|
csharp : noexcept method can't raise Swig::DirectorPureVirtualException
Christophe Duvernois
2017-04-28
1
-1
/
+7
*
|
#526 : propagate c++11 noexcept to director classes
Christophe Duvernois
2017-04-27
1
-1
/
+8
*
|
Fix missing filename in error messages when writing out C# files
William S Fulton
2017-01-27
1
-1
/
+1
*
|
Merge branch 'wkalinin-override_fix'
William S Fulton
2017-01-16
1
-43
/
+1
|
\
\
|
*
|
#733 - wrong "override" calculation in import mode
Vladimir Kalinin
2016-06-27
1
-43
/
+1
*
|
|
Add %proxycode directive for adding code into proxy classes for C#, D and Java
William S Fulton
2017-01-13
1
-1
/
+13
*
|
|
Add %feature("csdirectordelegatemodifiers") for C#
William S Fulton
2016-12-24
1
-2
/
+6
*
|
|
fix for nested ignored types
Vladimir Kalinin
2016-05-18
1
-2
/
+6
|
/
/
*
|
Merge branch 'char-escaping'
William S Fulton
2016-03-12
1
-6
/
+13
|
\
\
|
*
|
C# char wrappers fixes for enum values, static const member char values and %...
William S Fulton
2016-03-12
1
-6
/
+13
*
|
|
Add limited support for %interface_impl and %shared_ptr
William S Fulton
2016-03-06
1
-50
/
+51
*
|
|
Multiple inheritance warning wording tweak
William S Fulton
2016-03-06
1
-2
/
+2
*
|
|
C# "override" fix for "extend" case
Vladimir Kalinin
2016-03-05
1
-7
/
+11
*
|
|
Add checks for interface name symbol clashes
William S Fulton
2016-03-03
1
-3
/
+6
*
|
|
Re-organization of the interface feature common code
William S Fulton
2016-03-03
1
-4
/
+1
*
|
|
Add $interfacename family of special variable expansions
William S Fulton
2016-02-29
1
-8
/
+33
*
|
|
Interface name handling improvements and special variable changes
William S Fulton
2016-02-29
1
-11
/
+10
*
|
|
Support namespaces and nspace with the interface feature for C#
William S Fulton
2016-02-26
1
-4
/
+51
*
|
|
Create javainterfacecode and csinterfacecode typemaps
William S Fulton
2016-02-23
1
-22
/
+58
*
|
|
Merge branch 'interfaces' of github.com:/swig/swig into interfaces
William S Fulton
2016-02-23
1
-3
/
+35
|
\
\
\
|
*
|
|
virtual/override fix
Vladimir Kalinin
2016-02-14
1
-3
/
+35
*
|
|
|
Improve interface feature checks
William S Fulton
2016-02-13
1
-4
/
+0
|
/
/
/
*
|
|
Comments added to interface feature implementation and cosmetic code changes
William S Fulton
2016-02-12
1
-15
/
+15
[next]